2018-06-29 17:01:04,523 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-138 | | 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-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-06-29 17:01:04,525 - 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.30,192.30.9.9 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=JwcfanhjJZ8VvPLQecnovWIvK 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=d375e46f6f2b472db41ca16f2fc59215 export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.9 export OS_REGION_NAME=regionOne 2018-06-29 17:01:04,525 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-06-29 17:01:04,526 - 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 17:01:04,527 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-06-29 17:01:04,527 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-06-29 17:01:04,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-06-29 17:01:04,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-06-29 17:01:04,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-06-29 17:01:04,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-06-29 17:01:04,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-06-29 17:01:04,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-06-29 17:01:04,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-06-29 17:01:04,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-06-29 17:01:04,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-06-29 17:01:04,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-06-29 17:01:04,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-06-29 17:01:04,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-06-29 17:01:04,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-06-29 17:01:04,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-06-29 17:01:04,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-06-29 17:01:04,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-06-29 17:01:04,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-06-29 17:01:04,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-06-29 17:01:04,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-06-29 17:01:04,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-06-29 17:01:04,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-06-29 17:01:04,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-06-29 17:01:04,841 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-aggregates 2018-06-29 17:01:04,841 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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 17:01:04,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3acdc509-6b21-4ce8-bbe8-e22cf6d74359 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:01:04,849 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-3acdc509-6b21-4ce8-bbe8-e22cf6d74359 2018-06-29 17:01:04,850 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:01:05,332 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:01:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["_En0BMVYQVO8WagsQz17Ag"], "issued_at": "2018-06-29T17:01:05.000000Z"}} 2018-06-29 17:01:05,335 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}6c9b8790f4219a09ce0a59ff0d604ba986bb58d4" 2018-06-29 17:01:06,119 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-09137e45-d4ff-494c-bfce-93fe720250bc x-compute-request-id: req-09137e45-d4ff-494c-bfce-93fe720250bc Content-Length: 18 Content-Type: application/json RESP BODY: {"aggregates": []} 2018-06-29 17:01:06,120 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-aggregates used request id req-09137e45-d4ff-494c-bfce-93fe720250bc 2018-06-29 17:01:06,120 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-aggregates in 1.27883601189s 2018-06-29 17:01:06,120 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-aggregates used request id req-09137e45-d4ff-494c-bfce-93fe720250bc 2018-06-29 17:01:06,120 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_aggregates: [] 2018-06-29 17:01:06,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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 17:01:06,128 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 17:01:06 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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 17:01:06,129 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-06-29 17:01:06,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}6c9b8790f4219a09ce0a59ff0d604ba986bb58d4" 2018-06-29 17:01:06,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9ecd2fa-6bcd-4ad3-986f-6165e4606cb3 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.30:5000/v3/domains/4d8bbd9b294943c6b6c411d66b59985e"}, "tags": [], "enabled": true, "id": "4d8bbd9b294943c6b6c411d66b59985e", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains", "previous": null, "next": null}} 2018-06-29 17:01:06,307 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-d9ecd2fa-6bcd-4ad3-986f-6165e4606cb3 2018-06-29 17:01:06,307 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.178432941437s 2018-06-29 17:01:06,307 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-d9ecd2fa-6bcd-4ad3-986f-6165e4606cb3 2018-06-29 17:01:06,308 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_domains: [Munch({'description': u'', 'enabled': True, 'id': u'4d8bbd9b294943c6b6c411d66b59985e', 'name': u'heat_stack'}), Munch({'description': u'The default domain', 'enabled': True, 'id': u'default', 'name': u'Default'})] 2018-06-29 17:01:06,311 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-06-29 17:01:06,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}6c9b8790f4219a09ce0a59ff0d604ba986bb58d4" 2018-06-29 17:01:06,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28918633-da38-4d35-b02e-223ecd8f9fe1 Content-Encoding: gzip Content-Length: 1962 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/0150548e6563497597f06e2a5c1e0f80"}, "url": "http://12.0.0.28:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "47fd18ec5af04901b08d6b335da622a4", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/070bfaf9bb784b598dbc0f6e0d485b30"}, "url": "http://192.30.9.9:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a3a6970be685486e818a57f0d2a835ee", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/11db8b7a67f74fb89ffbf515e40a1e74"}, "url": "http://192.30.9.9:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "604579b4f76e49a7b207e3a31a607e38", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/1a79afc4091c4020ad95afc95b55b388"}, "url": "http://192.30.9.9:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "032a382d4d1c484593f9c411ce1d1c81", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/2b2d7710554d47aea21251027f01730d"}, "url": "http://172.30.9.30:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "47fd18ec5af04901b08d6b335da622a4", "id": "2b2d7710554d47aea21251027f01730d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/2fc052fd5be04eb59befc9b9d6e9c177"}, "url": "http://172.30.9.30:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e0f89a374a6147faaf52a37c381d5685", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/31cc172229ea451e968a5d3ddf85f311"}, "url": "http://192.30.9.9:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/32827a45bb14419897f0172da644e9fc"}, "url": "http://172.30.9.30:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c369b4d3cbdf495d9003fc1f05464903", "id": "32827a45bb14419897f0172da644e9fc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/3e6c1b761ad744fd9457efb298f67e07"}, "url": "http://172.30.9.30:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/4027571469c944888d31bab6ee5a05af"}, "url": "http://172.30.9.30:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "bffe95b2df0041dcb446b17a8926efb7", "id": "4027571469c944888d31bab6ee5a05af"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/447c00f04d9b4529834613f78a5e8931"}, "url": "http://192.30.9.9:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "43b33f18e62d4874968a40c1cac7d2c3", "id": "447c00f04d9b4529834613f78a5e8931"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/46814e2a9905417aacf771b68dbfc707"}, "url": "http://172.30.9.30:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "dd27d5140ce0407fbdd5a8ef29740a3a", "id": "46814e2a9905417aacf771b68dbfc707"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/4b8a00a3018a47f2a7a6cf8ca3074f3b"}, "url": "http://192.30.9.9:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a3a6970be685486e818a57f0d2a835ee", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/4c1eb1b3bb7045a0b3ba39679ffe1e28"}, "url": "http://172.30.9.30:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e863729ef9504412af12713bf00a3331", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/4da5eaecf8cf4057860f0d94003656fa"}, "url": "http://172.30.9.30:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "604579b4f76e49a7b207e3a31a607e38", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/4eafe74b72b1495695937bb502ec7183"}, "url": "http://172.30.9.30:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "6d6baf22846b49a09924a617111f7a7f", "id": "4eafe74b72b1495695937bb502ec7183"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/516e34472a724c67959f14075bcb110d"}, "url": "http://192.30.9.9:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "604579b4f76e49a7b207e3a31a607e38", "id": "516e34472a724c67959f14075bcb110d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/5623bc10935b464d9495634e64954151"}, "url": "http://192.30.9.9:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c369b4d3cbdf495d9003fc1f05464903", "id": "5623bc10935b464d9495634e64954151"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/5af5903de64e4197b5ef3d75eeac1f94"}, "url": "http://192.30.9.9:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "bffe95b2df0041dcb446b17a8926efb7", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/60e1bbf85bf64d4eae482f755e9593ca"}, "url": "http://192.30.9.9:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "6d6baf22846b49a09924a617111f7a7f", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/6293c210a3234887ab48251240204ecf"}, "url": "http://192.30.9.9:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "id": "6293c210a3234887ab48251240204ecf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/692b780e9b9743bcbccc7fc1a2eac8c6"}, "url": "http://172.30.9.30:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "032a382d4d1c484593f9c411ce1d1c81", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/737ba5e9326f46aa810310d791ed30b4"}, "url": "http://192.30.9.9:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "dd27d5140ce0407fbdd5a8ef29740a3a", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/770b06558a9a4c3a8a7ac2d14b8812d3"}, "url": "http://192.30.9.9:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "12a16304fba54d8790ae24be180662a4", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/7df741350c4e47c991a2d6d73220c653"}, "url": "http://172.30.9.30:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a3a6970be685486e818a57f0d2a835ee", "id": "7df741350c4e47c991a2d6d73220c653"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/8b77cd06ed094896a3dca27fb2584c9b"}, "url": "http://192.30.9.9:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "6d6baf22846b49a09924a617111f7a7f", "id": "8b77cd06ed094896a3dca27fb2584c9b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/8db16771c1614d358613c40f5dcff5a6"}, "url": "http://192.30.9.9:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e863729ef9504412af12713bf00a3331", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/920e8833ed59404da85f3a4182021ab9"}, "url": "http://192.30.9.9:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e0f89a374a6147faaf52a37c381d5685", "id": "920e8833ed59404da85f3a4182021ab9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/a4c254c3c04c42c2960ff372c0909865"}, "url": "http://172.30.9.30:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/a6e024e2771d4a2b96ba9c5021ec56f8"}, "url": "http://192.30.9.9:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "032a382d4d1c484593f9c411ce1d1c81", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/a9f69403a4c84db6964116d5693ddcab"}, "url": "http://192.30.9.9:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "bffe95b2df0041dcb446b17a8926efb7", "id": "a9f69403a4c84db6964116d5693ddcab"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, "url": "http://192.30.9.9:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "43b33f18e62d4874968a40c1cac7d2c3", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/b18eb380141f4f9aa94f9589c5a18061"}, "url": "http://192.30.9.9:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/b6cb8aad7d0a4f4fb48c91e8790fab04"}, "url": "http://192.30.9.9:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c369b4d3cbdf495d9003fc1f05464903", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/c0a8156abd314314b0223ff105a86537"}, "url": "http://172.30.9.30:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "12a16304fba54d8790ae24be180662a4", "id": "c0a8156abd314314b0223ff105a86537"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/c7ed690c48f44500aae0fa33de41bf44"}, "url": "http://192.30.9.9:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "dd27d5140ce0407fbdd5a8ef29740a3a", "id": "c7ed690c48f44500aae0fa33de41bf44"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/c946f7ada60449e898349943b0839c67"}, "url": "http://192.30.9.9:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e863729ef9504412af12713bf00a3331", "id": "c946f7ada60449e898349943b0839c67"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/d7cbd7f2a8fb41a09a899f4e70949438"}, "url": "http://12.0.0.28:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "47fd18ec5af04901b08d6b335da622a4", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/e3c3f0915a99412085e6ffe16178de7d"}, "url": "http://172.30.9.30:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "43b33f18e62d4874968a40c1cac7d2c3", "id": "e3c3f0915a99412085e6ffe16178de7d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/e91f335bd3934313a220b5e83f467e63"}, "url": "http://192.30.9.9:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "12a16304fba54d8790ae24be180662a4", "id": "e91f335bd3934313a220b5e83f467e63"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/f4bea842e80e4be0b8c404c5ada96b43"}, "url": "http://192.30.9.9:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e0f89a374a6147faaf52a37c381d5685", "id": "f4bea842e80e4be0b8c404c5ada96b43"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/f8d17ad49e2c4ab6b48fb6f2cdb99279"}, "url": "http://192.30.9.9:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "links": {"self": "http://172.30.9.30:5000/v3/endpoints", "previous": null, "next": null}} 2018-06-29 17:01:06,414 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/endpoints used request id req-28918633-da38-4d35-b02e-223ecd8f9fe1 2018-06-29 17:01:06,414 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.102337121964s 2018-06-29 17:01:06,414 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/endpoints used request id req-28918633-da38-4d35-b02e-223ecd8f9fe1 2018-06-29 17:01:06,421 - 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.30:5000/v3/endpoints/0150548e6563497597f06e2a5c1e0f80'}, u'url': u'http://12.0.0.28:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'47fd18ec5af04901b08d6b335da622a4', u'id': u'0150548e6563497597f06e2a5c1e0f80'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/070bfaf9bb784b598dbc0f6e0d485b30'}, u'url': u'http://192.30.9.9:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'a3a6970be685486e818a57f0d2a835ee', u'id': u'070bfaf9bb784b598dbc0f6e0d485b30'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/11db8b7a67f74fb89ffbf515e40a1e74'}, u'url': u'http://192.30.9.9:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'604579b4f76e49a7b207e3a31a607e38', u'id': u'11db8b7a67f74fb89ffbf515e40a1e74'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/1a79afc4091c4020ad95afc95b55b388'}, u'url': u'http://192.30.9.9:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'032a382d4d1c484593f9c411ce1d1c81', u'id': u'1a79afc4091c4020ad95afc95b55b388'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/2b2d7710554d47aea21251027f01730d'}, u'url': u'http://172.30.9.30:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'47fd18ec5af04901b08d6b335da622a4', u'id': u'2b2d7710554d47aea21251027f01730d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/2fc052fd5be04eb59befc9b9d6e9c177'}, u'url': u'http://172.30.9.30:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'e0f89a374a6147faaf52a37c381d5685', u'id': u'2fc052fd5be04eb59befc9b9d6e9c177'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/31cc172229ea451e968a5d3ddf85f311'}, u'url': u'http://192.30.9.9:35357', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'a5ea3b08f4bb43f5940e5dcfb8ef0914', u'id': u'31cc172229ea451e968a5d3ddf85f311'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/32827a45bb14419897f0172da644e9fc'}, u'url': u'http://172.30.9.30:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'c369b4d3cbdf495d9003fc1f05464903', u'id': u'32827a45bb14419897f0172da644e9fc'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/3e6c1b761ad744fd9457efb298f67e07'}, u'url': u'http://172.30.9.30:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'a5ea3b08f4bb43f5940e5dcfb8ef0914', u'id': u'3e6c1b761ad744fd9457efb298f67e07'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/4027571469c944888d31bab6ee5a05af'}, u'url': u'http://172.30.9.30:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'bffe95b2df0041dcb446b17a8926efb7', u'id': u'4027571469c944888d31bab6ee5a05af'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/447c00f04d9b4529834613f78a5e8931'}, u'url': u'http://192.30.9.9:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'43b33f18e62d4874968a40c1cac7d2c3', u'id': u'447c00f04d9b4529834613f78a5e8931'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/46814e2a9905417aacf771b68dbfc707'}, u'url': u'http://172.30.9.30:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'dd27d5140ce0407fbdd5a8ef29740a3a', u'id': u'46814e2a9905417aacf771b68dbfc707'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/4b8a00a3018a47f2a7a6cf8ca3074f3b'}, u'url': u'http://192.30.9.9:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'a3a6970be685486e818a57f0d2a835ee', u'id': u'4b8a00a3018a47f2a7a6cf8ca3074f3b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/4c1eb1b3bb7045a0b3ba39679ffe1e28'}, u'url': u'http://172.30.9.30:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'e863729ef9504412af12713bf00a3331', u'id': u'4c1eb1b3bb7045a0b3ba39679ffe1e28'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/4da5eaecf8cf4057860f0d94003656fa'}, u'url': u'http://172.30.9.30:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'604579b4f76e49a7b207e3a31a607e38', u'id': u'4da5eaecf8cf4057860f0d94003656fa'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/4eafe74b72b1495695937bb502ec7183'}, u'url': u'http://172.30.9.30:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'6d6baf22846b49a09924a617111f7a7f', u'id': u'4eafe74b72b1495695937bb502ec7183'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/516e34472a724c67959f14075bcb110d'}, u'url': u'http://192.30.9.9:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'604579b4f76e49a7b207e3a31a607e38', u'id': u'516e34472a724c67959f14075bcb110d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/5623bc10935b464d9495634e64954151'}, u'url': u'http://192.30.9.9:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'c369b4d3cbdf495d9003fc1f05464903', u'id': u'5623bc10935b464d9495634e64954151'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/5af5903de64e4197b5ef3d75eeac1f94'}, u'url': u'http://192.30.9.9:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'bffe95b2df0041dcb446b17a8926efb7', u'id': u'5af5903de64e4197b5ef3d75eeac1f94'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/60e1bbf85bf64d4eae482f755e9593ca'}, u'url': u'http://192.30.9.9:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'6d6baf22846b49a09924a617111f7a7f', u'id': u'60e1bbf85bf64d4eae482f755e9593ca'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/6293c210a3234887ab48251240204ecf'}, u'url': u'http://192.30.9.9:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'a5ea3b08f4bb43f5940e5dcfb8ef0914', u'id': u'6293c210a3234887ab48251240204ecf'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/692b780e9b9743bcbccc7fc1a2eac8c6'}, u'url': u'http://172.30.9.30:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'032a382d4d1c484593f9c411ce1d1c81', u'id': u'692b780e9b9743bcbccc7fc1a2eac8c6'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/737ba5e9326f46aa810310d791ed30b4'}, u'url': u'http://192.30.9.9:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'dd27d5140ce0407fbdd5a8ef29740a3a', u'id': u'737ba5e9326f46aa810310d791ed30b4'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/770b06558a9a4c3a8a7ac2d14b8812d3'}, u'url': u'http://192.30.9.9:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'12a16304fba54d8790ae24be180662a4', u'id': u'770b06558a9a4c3a8a7ac2d14b8812d3'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/7df741350c4e47c991a2d6d73220c653'}, u'url': u'http://172.30.9.30:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'a3a6970be685486e818a57f0d2a835ee', u'id': u'7df741350c4e47c991a2d6d73220c653'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/8b77cd06ed094896a3dca27fb2584c9b'}, u'url': u'http://192.30.9.9:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'6d6baf22846b49a09924a617111f7a7f', u'id': u'8b77cd06ed094896a3dca27fb2584c9b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/8db16771c1614d358613c40f5dcff5a6'}, u'url': u'http://192.30.9.9:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'e863729ef9504412af12713bf00a3331', u'id': u'8db16771c1614d358613c40f5dcff5a6'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/920e8833ed59404da85f3a4182021ab9'}, u'url': u'http://192.30.9.9:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'e0f89a374a6147faaf52a37c381d5685', u'id': u'920e8833ed59404da85f3a4182021ab9'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/a4c254c3c04c42c2960ff372c0909865'}, u'url': u'http://172.30.9.30:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'03e9b2cf1c4e41d78b98f4fd1fcfc70c', u'id': u'a4c254c3c04c42c2960ff372c0909865'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/a6e024e2771d4a2b96ba9c5021ec56f8'}, u'url': u'http://192.30.9.9:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'032a382d4d1c484593f9c411ce1d1c81', u'id': u'a6e024e2771d4a2b96ba9c5021ec56f8'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/a9f69403a4c84db6964116d5693ddcab'}, u'url': u'http://192.30.9.9:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'bffe95b2df0041dcb446b17a8926efb7', u'id': u'a9f69403a4c84db6964116d5693ddcab'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/b13c4367cdec4d1f9ef9e8a6b55a1b5d'}, u'url': u'http://192.30.9.9:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'43b33f18e62d4874968a40c1cac7d2c3', u'id': u'b13c4367cdec4d1f9ef9e8a6b55a1b5d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/b18eb380141f4f9aa94f9589c5a18061'}, u'url': u'http://192.30.9.9:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'03e9b2cf1c4e41d78b98f4fd1fcfc70c', u'id': u'b18eb380141f4f9aa94f9589c5a18061'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/b6cb8aad7d0a4f4fb48c91e8790fab04'}, u'url': u'http://192.30.9.9:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'c369b4d3cbdf495d9003fc1f05464903', u'id': u'b6cb8aad7d0a4f4fb48c91e8790fab04'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/c0a8156abd314314b0223ff105a86537'}, u'url': u'http://172.30.9.30:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'12a16304fba54d8790ae24be180662a4', u'id': u'c0a8156abd314314b0223ff105a86537'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/c7ed690c48f44500aae0fa33de41bf44'}, u'url': u'http://192.30.9.9:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'dd27d5140ce0407fbdd5a8ef29740a3a', u'id': u'c7ed690c48f44500aae0fa33de41bf44'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/c946f7ada60449e898349943b0839c67'}, u'url': u'http://192.30.9.9:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'e863729ef9504412af12713bf00a3331', u'id': u'c946f7ada60449e898349943b0839c67'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/d7cbd7f2a8fb41a09a899f4e70949438'}, u'url': u'http://12.0.0.28:8080', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'47fd18ec5af04901b08d6b335da622a4', u'id': u'd7cbd7f2a8fb41a09a899f4e70949438'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/e3c3f0915a99412085e6ffe16178de7d'}, u'url': u'http://172.30.9.30:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'43b33f18e62d4874968a40c1cac7d2c3', u'id': u'e3c3f0915a99412085e6ffe16178de7d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/e91f335bd3934313a220b5e83f467e63'}, u'url': u'http://192.30.9.9:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'12a16304fba54d8790ae24be180662a4', u'id': u'e91f335bd3934313a220b5e83f467e63'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/f4bea842e80e4be0b8c404c5ada96b43'}, u'url': u'http://192.30.9.9:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'e0f89a374a6147faaf52a37c381d5685', u'id': u'f4bea842e80e4be0b8c404c5ada96b43'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/f8d17ad49e2c4ab6b48fb6f2cdb99279'}, u'url': u'http://192.30.9.9:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'03e9b2cf1c4e41d78b98f4fd1fcfc70c', u'id': u'f8d17ad49e2c4ab6b48fb6f2cdb99279'})] 2018-06-29 17:01:06,423 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.extensions 2018-06-29 17:01:06,425 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}6c9b8790f4219a09ce0a59ff0d604ba986bb58d4" 2018-06-29 17:01:06,539 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fc4f97fe-3102-4ade-9770-079ead8f743e x-compute-request-id: req-fc4f97fe-3102-4ade-9770-079ead8f743e 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 17:01:06,540 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/extensions used request id req-fc4f97fe-3102-4ade-9770-079ead8f743e 2018-06-29 17:01:06,540 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.extensions in 0.117232084274s 2018-06-29 17:01:06,541 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/extensions used request id req-fc4f97fe-3102-4ade-9770-079ead8f743e 2018-06-29 17:01:06,555 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-floating-ip-pools 2018-06-29 17:01:06,557 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}6c9b8790f4219a09ce0a59ff0d604ba986bb58d4" 2018-06-29 17:01:08,454 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01: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-a9df0f7e-5dbe-476e-a5cc-86f539b0f720 x-compute-request-id: req-a9df0f7e-5dbe-476e-a5cc-86f539b0f720 Content-Length: 45 Content-Type: application/json RESP BODY: {"floating_ip_pools": [{"name": "external"}]} 2018-06-29 17:01:08,454 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-floating-ip-pools used request id req-a9df0f7e-5dbe-476e-a5cc-86f539b0f720 2018-06-29 17:01:08,454 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-floating-ip-pools in 1.89896702766s 2018-06-29 17:01:08,455 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-floating-ip-pools used request id req-a9df0f7e-5dbe-476e-a5cc-86f539b0f720 2018-06-29 17:01:08,455 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ip_pools: [{'name': u'external'}] 2018-06-29 17:01:08,460 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-06-29 17:01:08,461 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}6c9b8790f4219a09ce0a59ff0d604ba986bb58d4" 2018-06-29 17:01:08,516 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-8d7d805c-1d35-4519-815d-972d3e0f83f1 Date: Fri, 29 Jun 2018 17:01:08 GMT RESP BODY: {"floatingips": []} 2018-06-29 17:01:08,516 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-8d7d805c-1d35-4519-815d-972d3e0f83f1 2018-06-29 17:01:08,516 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0560648441315s 2018-06-29 17:01:08,517 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-8d7d805c-1d35-4519-815d-972d3e0f83f1 2018-06-29 17:01:08,517 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ips: [] 2018-06-29 17:01:08,517 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-06-29 17:01:08,520 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}6c9b8790f4219a09ce0a59ff0d604ba986bb58d4" 2018-06-29 17:01:08,684 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01: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-d2e7207e-6b2b-4f43-bb1b-5d86a3ab772e x-compute-request-id: req-d2e7207e-6b2b-4f43-bb1b-5d86a3ab772e Content-Encoding: gzip Content-Length: 740 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 485}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 2422, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.10", "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": 47, "hypervisor_version": 2010000, "disk_available_least": 46, "local_gb": 47, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 488}, "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": 47, "hypervisor_version": 2010000, "disk_available_least": 46, "local_gb": 47, "free_ram_mb": 28406, "id": 5}]} 2018-06-29 17:01:08,684 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-d2e7207e-6b2b-4f43-bb1b-5d86a3ab772e 2018-06-29 17:01:08,684 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.166851043701s 2018-06-29 17:01:08,685 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-d2e7207e-6b2b-4f43-bb1b-5d86a3ab772e 2018-06-29 17:01:08,685 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_hypervisors: [Munch({u'status': u'enabled', u'host_ip': u'192.30.9.10', 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': 47, u'hypervisor_version': 2010000, u'disk_available_least': 46, u'local_gb': 47, u'free_ram_mb': 28406, u'id': 2, u'service': {u'host': u'overcloud-novacompute-0.opnfvlf.org', u'disabled_reason': None, u'id': 485}, u'vcpus_used': 0, u'hypervisor_type': u'QEMU', u'local_gb_used': 0, u'vcpus': 16, u'memory_mb_used': 2422, 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': 47, u'hypervisor_version': 2010000, u'disk_available_least': 46, u'local_gb': 47, u'free_ram_mb': 28406, u'id': 5, u'service': {u'host': u'overcloud-novacompute-1.opnfvlf.org', u'disabled_reason': None, u'id': 488}, 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 17:01:08,686 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-keypairs 2018-06-29 17:01:08,688 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}6c9b8790f4219a09ce0a59ff0d604ba986bb58d4" 2018-06-29 17:01:08,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-168b4723-9dba-4c53-8548-4efe4e67c45f x-compute-request-id: req-168b4723-9dba-4c53-8548-4efe4e67c45f Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-06-29 17:01:08,708 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-168b4723-9dba-4c53-8548-4efe4e67c45f 2018-06-29 17:01:08,709 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-keypairs in 0.0228760242462s 2018-06-29 17:01:08,709 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-168b4723-9dba-4c53-8548-4efe4e67c45f 2018-06-29 17:01:08,709 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_keypairs: [] 2018-06-29 17:01:08,709 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-06-29 17:01:08,710 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}6c9b8790f4219a09ce0a59ff0d604ba986bb58d4" 2018-06-29 17:01:08,973 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-8f5e9b70-f004-41a6-9a0e-0ea837caed02 Date: Fri, 29 Jun 2018 17:01:08 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"36df2925-218a-471a-b064-d84cdca81f76","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ec057e7f82e1407bad00c8c132267cb0","status":"ACTIVE","subnets":["c401c4e2-1aa2-491a-b944-48bf8c60f58d"],"description":"","tags":[],"updated_at":"2018-06-29T16:57:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec057e7f82e1407bad00c8c132267cb0","created_at":"2018-06-29T16:57:50Z","provider:network_type":"flat"}]} 2018-06-29 17:01:08,974 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-8f5e9b70-f004-41a6-9a0e-0ea837caed02 2018-06-29 17:01:08,974 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.264381170273s 2018-06-29 17:01:08,974 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-8f5e9b70-f004-41a6-9a0e-0ea837caed02 2018-06-29 17:01:08,975 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_networks: [Munch({u'status': u'ACTIVE', u'subnets': [u'c401c4e2-1aa2-491a-b944-48bf8c60f58d'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-06-29T16:57:57Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'mtu': 1500, u'id': u'36df2925-218a-471a-b064-d84cdca81f76', 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'ec057e7f82e1407bad00c8c132267cb0', u'created_at': u'2018-06-29T16:57:50Z', u'provider:network_type': u'flat', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'ec057e7f82e1407bad00c8c132267cb0'})] 2018-06-29 17:01:08,975 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-06-29 17:01:08,976 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}6c9b8790f4219a09ce0a59ff0d604ba986bb58d4" 2018-06-29 17:01:09,795 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-62e2fba8-5ff6-4004-9483-7058ef8489f4 Date: Fri, 29 Jun 2018 17:01:09 GMT RESP BODY: {"ports":[]} 2018-06-29 17:01:09,796 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json used request id req-62e2fba8-5ff6-4004-9483-7058ef8489f4 2018-06-29 17:01:09,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.820587873459s 2018-06-29 17:01:09,796 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json used request id req-62e2fba8-5ff6-4004-9483-7058ef8489f4 2018-06-29 17:01:09,796 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_ports: [] 2018-06-29 17:01:09,800 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-06-29 17:01:09,803 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}6c9b8790f4219a09ce0a59ff0d604ba986bb58d4" 2018-06-29 17:01:09,965 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d78f1be8-0524-4c33-82b0-2480d8d6b754 Content-Encoding: gzip Content-Length: 723 Content-Type: application/json RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "ec057e7f82e1407bad00c8c132267cb0"}}, "role": {"id": "1b9f110df41b4dfa96b7be528e7cdade"}, "user": {"id": "2005dcbb6a484f15aff408e1792f4c11"}, "links": {"assignment": "http://172.30.9.30:5000/v3/projects/ec057e7f82e1407bad00c8c132267cb0/users/2005dcbb6a484f15aff408e1792f4c11/roles/1b9f110df41b4dfa96b7be528e7cdade"}}, {"scope": {"project": {"id": "ec057e7f82e1407bad00c8c132267cb0"}}, "role": {"id": "1b9f110df41b4dfa96b7be528e7cdade"}, "user": {"id": "33feb05f3f33494f9c985ea954828412"}, "links": {"assignment": "http://172.30.9.30:5000/v3/projects/ec057e7f82e1407bad00c8c132267cb0/users/33feb05f3f33494f9c985ea954828412/roles/1b9f110df41b4dfa96b7be528e7cdade"}}, {"scope": {"project": {"id": "ec057e7f82e1407bad00c8c132267cb0"}}, "role": {"id": "1b9f110df41b4dfa96b7be528e7cdade"}, "user": {"id": "49604a31254c408aac03c04040e4a492"}, "links": {"assignment": "http://172.30.9.30:5000/v3/projects/ec057e7f82e1407bad00c8c132267cb0/users/49604a31254c408aac03c04040e4a492/roles/1b9f110df41b4dfa96b7be528e7cdade"}}, {"scope": {"project": {"id": "d375e46f6f2b472db41ca16f2fc59215"}}, "role": {"id": "1b9f110df41b4dfa96b7be528e7cdade"}, "user": {"id": "52a397aa2e1c435594f313aaae1020e1"}, "links": {"assignment": "http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215/users/52a397aa2e1c435594f313aaae1020e1/roles/1b9f110df41b4dfa96b7be528e7cdade"}}, {"scope": {"project": {"id": "ec057e7f82e1407bad00c8c132267cb0"}}, "role": {"id": "1b9f110df41b4dfa96b7be528e7cdade"}, "user": {"id": "609cccc8ea7e476f8f5627be68f3b75c"}, "links": {"assignment": "http://172.30.9.30:5000/v3/projects/ec057e7f82e1407bad00c8c132267cb0/users/609cccc8ea7e476f8f5627be68f3b75c/roles/1b9f110df41b4dfa96b7be528e7cdade"}}, {"scope": {"project": {"id": "ec057e7f82e1407bad00c8c132267cb0"}}, "role": {"id": "1b9f110df41b4dfa96b7be528e7cdade"}, "user": {"id": "74b272bcd5e74ac69f0e48bab315d8fd"}, "links": {"assignment": "http://172.30.9.30:5000/v3/projects/ec057e7f82e1407bad00c8c132267cb0/users/74b272bcd5e74ac69f0e48bab315d8fd/roles/1b9f110df41b4dfa96b7be528e7cdade"}}, {"scope": {"project": {"id": "ec057e7f82e1407bad00c8c132267cb0"}}, "role": {"id": "1b9f110df41b4dfa96b7be528e7cdade"}, "user": {"id": "996c848fe760498aa98c4b25eab56449"}, "links": {"assignment": "http://172.30.9.30:5000/v3/projects/ec057e7f82e1407bad00c8c132267cb0/users/996c848fe760498aa98c4b25eab56449/roles/1b9f110df41b4dfa96b7be528e7cdade"}}, {"scope": {"project": {"id": "ec057e7f82e1407bad00c8c132267cb0"}}, "role": {"id": "4b6537625af942b9b44ef42a32af16f8"}, "user": {"id": "996c848fe760498aa98c4b25eab56449"}, "links": {"assignment": "http://172.30.9.30:5000/v3/projects/ec057e7f82e1407bad00c8c132267cb0/users/996c848fe760498aa98c4b25eab56449/roles/4b6537625af942b9b44ef42a32af16f8"}}, {"scope": {"project": {"id": "ec057e7f82e1407bad00c8c132267cb0"}}, "role": {"id": "1b9f110df41b4dfa96b7be528e7cdade"}, "user": {"id": "c08b758a1bac47b98ecb35b6a1835aae"}, "links": {"assignment": "http://172.30.9.30:5000/v3/projects/ec057e7f82e1407bad00c8c132267cb0/users/c08b758a1bac47b98ecb35b6a1835aae/roles/1b9f110df41b4dfa96b7be528e7cdade"}}, {"scope": {"project": {"id": "ec057e7f82e1407bad00c8c132267cb0"}}, "role": {"id": "1b9f110df41b4dfa96b7be528e7cdade"}, "user": {"id": "c471b11c6fc641c89cdf90531991f049"}, "links": {"assignment": "http://172.30.9.30:5000/v3/projects/ec057e7f82e1407bad00c8c132267cb0/users/c471b11c6fc641c89cdf90531991f049/roles/1b9f110df41b4dfa96b7be528e7cdade"}}, {"scope": {"project": {"id": "ec057e7f82e1407bad00c8c132267cb0"}}, "role": {"id": "1b9f110df41b4dfa96b7be528e7cdade"}, "user": {"id": "d7bd2722b17541f686d623b3ec754032"}, "links": {"assignment": "http://172.30.9.30:5000/v3/projects/ec057e7f82e1407bad00c8c132267cb0/users/d7bd2722b17541f686d623b3ec754032/roles/1b9f110df41b4dfa96b7be528e7cdade"}}, {"scope": {"project": {"id": "ec057e7f82e1407bad00c8c132267cb0"}}, "role": {"id": "1b9f110df41b4dfa96b7be528e7cdade"}, "user": {"id": "dc66feb07fb1453298a1d2111b24fb2a"}, "links": {"assignment": "http://172.30.9.30:5000/v3/projects/ec057e7f82e1407bad00c8c132267cb0/users/dc66feb07fb1453298a1d2111b24fb2a/roles/1b9f110df41b4dfa96b7be528e7cdade"}}, {"scope": {"project": {"id": "ec057e7f82e1407bad00c8c132267cb0"}}, "role": {"id": "1b9f110df41b4dfa96b7be528e7cdade"}, "user": {"id": "f02b66c81983484c95fc312aa5c9af6d"}, "links": {"assignment": "http://172.30.9.30:5000/v3/projects/ec057e7f82e1407bad00c8c132267cb0/users/f02b66c81983484c95fc312aa5c9af6d/roles/1b9f110df41b4dfa96b7be528e7cdade"}}, {"scope": {"project": {"id": "ec057e7f82e1407bad00c8c132267cb0"}}, "role": {"id": "1b9f110df41b4dfa96b7be528e7cdade"}, "user": {"id": "f2c302d81e224a89ba38c4a7ac0ab8c0"}, "links": {"assignment": "http://172.30.9.30:5000/v3/projects/ec057e7f82e1407bad00c8c132267cb0/users/f2c302d81e224a89ba38c4a7ac0ab8c0/roles/1b9f110df41b4dfa96b7be528e7cdade"}}, {"scope": {"domain": {"id": "4d8bbd9b294943c6b6c411d66b59985e"}}, "role": {"id": "1b9f110df41b4dfa96b7be528e7cdade"}, "user": {"id": "946d568b478f4fe2afb52ad3c6aa3599"}, "links": {"assignment": "http://172.30.9.30:5000/v3/domains/4d8bbd9b294943c6b6c411d66b59985e/users/946d568b478f4fe2afb52ad3c6aa3599/roles/1b9f110df41b4dfa96b7be528e7cdade"}}, {"scope": {"system": {"all": true}}, "role": {"id": "1b9f110df41b4dfa96b7be528e7cdade"}, "user": {"id": "52a397aa2e1c435594f313aaae1020e1"}, "links": {"assignment": "http://172.30.9.30:5000/v3/system/users/52a397aa2e1c435594f313aaae1020e1/roles/1b9f110df41b4dfa96b7be528e7cdade"}}], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments", "previous": null, "next": null}} 2018-06-29 17:01:09,966 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments used request id req-d78f1be8-0524-4c33-82b0-2480d8d6b754 2018-06-29 17:01:09,966 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.166037797928s 2018-06-29 17:01:09,966 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments used request id req-d78f1be8-0524-4c33-82b0-2480d8d6b754 2018-06-29 17:01:09,969 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_role_assignments: [Munch({'project': u'ec057e7f82e1407bad00c8c132267cb0', 'id': u'1b9f110df41b4dfa96b7be528e7cdade', 'user': u'2005dcbb6a484f15aff408e1792f4c11'}), Munch({'project': u'ec057e7f82e1407bad00c8c132267cb0', 'id': u'1b9f110df41b4dfa96b7be528e7cdade', 'user': u'33feb05f3f33494f9c985ea954828412'}), Munch({'project': u'ec057e7f82e1407bad00c8c132267cb0', 'id': u'1b9f110df41b4dfa96b7be528e7cdade', 'user': u'49604a31254c408aac03c04040e4a492'}), Munch({'project': u'd375e46f6f2b472db41ca16f2fc59215', 'id': u'1b9f110df41b4dfa96b7be528e7cdade', 'user': u'52a397aa2e1c435594f313aaae1020e1'}), Munch({'project': u'ec057e7f82e1407bad00c8c132267cb0', 'id': u'1b9f110df41b4dfa96b7be528e7cdade', 'user': u'609cccc8ea7e476f8f5627be68f3b75c'}), Munch({'project': u'ec057e7f82e1407bad00c8c132267cb0', 'id': u'1b9f110df41b4dfa96b7be528e7cdade', 'user': u'74b272bcd5e74ac69f0e48bab315d8fd'}), Munch({'project': u'ec057e7f82e1407bad00c8c132267cb0', 'id': u'1b9f110df41b4dfa96b7be528e7cdade', 'user': u'996c848fe760498aa98c4b25eab56449'}), Munch({'project': u'ec057e7f82e1407bad00c8c132267cb0', 'id': u'4b6537625af942b9b44ef42a32af16f8', 'user': u'996c848fe760498aa98c4b25eab56449'}), Munch({'project': u'ec057e7f82e1407bad00c8c132267cb0', 'id': u'1b9f110df41b4dfa96b7be528e7cdade', 'user': u'c08b758a1bac47b98ecb35b6a1835aae'}), Munch({'project': u'ec057e7f82e1407bad00c8c132267cb0', 'id': u'1b9f110df41b4dfa96b7be528e7cdade', 'user': u'c471b11c6fc641c89cdf90531991f049'}), Munch({'project': u'ec057e7f82e1407bad00c8c132267cb0', 'id': u'1b9f110df41b4dfa96b7be528e7cdade', 'user': u'd7bd2722b17541f686d623b3ec754032'}), Munch({'project': u'ec057e7f82e1407bad00c8c132267cb0', 'id': u'1b9f110df41b4dfa96b7be528e7cdade', 'user': u'dc66feb07fb1453298a1d2111b24fb2a'}), Munch({'project': u'ec057e7f82e1407bad00c8c132267cb0', 'id': u'1b9f110df41b4dfa96b7be528e7cdade', 'user': u'f02b66c81983484c95fc312aa5c9af6d'}), Munch({'project': u'ec057e7f82e1407bad00c8c132267cb0', 'id': u'1b9f110df41b4dfa96b7be528e7cdade', 'user': u'f2c302d81e224a89ba38c4a7ac0ab8c0'}), Munch({'domain': u'4d8bbd9b294943c6b6c411d66b59985e', 'id': u'1b9f110df41b4dfa96b7be528e7cdade', 'user': u'946d568b478f4fe2afb52ad3c6aa3599'}), Munch({'id': u'1b9f110df41b4dfa96b7be528e7cdade', 'user': u'52a397aa2e1c435594f313aaae1020e1'})] 2018-06-29 17:01:09,973 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-06-29 17:01:09,976 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}6c9b8790f4219a09ce0a59ff0d604ba986bb58d4" 2018-06-29 17:01:10,135 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8a85bb6-5dab-45e3-9ecd-22691446c63a Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1b9f110df41b4dfa96b7be528e7cdade", "links": {"self": "http://172.30.9.30:5000/v3/roles/1b9f110df41b4dfa96b7be528e7cdade"}, "name": "admin"}, {"domain_id": null, "id": "4b6537625af942b9b44ef42a32af16f8", "links": {"self": "http://172.30.9.30:5000/v3/roles/4b6537625af942b9b44ef42a32af16f8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5b71880062704c63bcb0a7c4d6166b81", "links": {"self": "http://172.30.9.30:5000/v3/roles/5b71880062704c63bcb0a7c4d6166b81"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "debe079495a34054bde4a5da5bdd3a9d", "links": {"self": "http://172.30.9.30:5000/v3/roles/debe079495a34054bde4a5da5bdd3a9d"}, "name": "heat_stack_user"}]} 2018-06-29 17:01:10,135 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-b8a85bb6-5dab-45e3-9ecd-22691446c63a 2018-06-29 17:01:10,135 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.161866903305s 2018-06-29 17:01:10,135 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-b8a85bb6-5dab-45e3-9ecd-22691446c63a 2018-06-29 17:01:10,136 - 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'admin', 'id': u'1b9f110df41b4dfa96b7be528e7cdade'}), 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'4b6537625af942b9b44ef42a32af16f8'}), 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'5b71880062704c63bcb0a7c4d6166b81'}), 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'debe079495a34054bde4a5da5bdd3a9d'})] 2018-06-29 17:01:10,137 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-06-29 17:01:10,138 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}6c9b8790f4219a09ce0a59ff0d604ba986bb58d4" 2018-06-29 17:01:10,191 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-41132251-0f43-4a58-8b36-348eaec950f2 Date: Fri, 29 Jun 2018 17:01:10 GMT RESP BODY: {"routers": []} 2018-06-29 17:01:10,192 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-41132251-0f43-4a58-8b36-348eaec950f2 2018-06-29 17:01:10,192 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.054594039917s 2018-06-29 17:01:10,192 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-41132251-0f43-4a58-8b36-348eaec950f2 2018-06-29 17:01:10,192 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_routers: [] 2018-06-29 17:01:10,193 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-06-29 17:01:10,195 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}6c9b8790f4219a09ce0a59ff0d604ba986bb58d4" 2018-06-29 17:01:10,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01: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-8c416a8f-f8a5-4134-990d-e9cf6d714543 x-compute-request-id: req-8c416a8f-f8a5-4134-990d-e9cf6d714543 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-06-29 17:01:10,287 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-8c416a8f-f8a5-4134-990d-e9cf6d714543 2018-06-29 17:01:10,287 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0941050052643s 2018-06-29 17:01:10,287 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-8c416a8f-f8a5-4134-990d-e9cf6d714543 2018-06-29 17:01:10,287 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_servers: [] 2018-06-29 17:01:10,291 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-06-29 17:01:10,294 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.9: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 17:01:10,300 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 17:01: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://192.30.9.9: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.9:35357/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 17:01:10,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.9: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}6c9b8790f4219a09ce0a59ff0d604ba986bb58d4" 2018-06-29 17:01:10,459 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf6f920e-2e1b-4e15-a8c5-14f022ffcc4b Content-Encoding: gzip Content-Length: 859 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.9:35357/v3/services/032a382d4d1c484593f9c411ce1d1c81"}, "enabled": true, "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.9:35357/v3/services/03e9b2cf1c4e41d78b98f4fd1fcfc70c"}, "enabled": true, "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.9:35357/v3/services/12a16304fba54d8790ae24be180662a4"}, "enabled": true, "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.9:35357/v3/services/43b33f18e62d4874968a40c1cac7d2c3"}, "enabled": true, "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.9:35357/v3/services/47fd18ec5af04901b08d6b335da622a4"}, "enabled": true, "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.9:35357/v3/services/4c1bbb4b7f924aca995a1a75fd88ba57"}, "enabled": true, "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.9:35357/v3/services/604579b4f76e49a7b207e3a31a607e38"}, "enabled": true, "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.9:35357/v3/services/6d6baf22846b49a09924a617111f7a7f"}, "enabled": true, "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.9:35357/v3/services/a3a6970be685486e818a57f0d2a835ee"}, "enabled": true, "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.9:35357/v3/services/a5ea3b08f4bb43f5940e5dcfb8ef0914"}, "enabled": true, "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.9:35357/v3/services/bffe95b2df0041dcb446b17a8926efb7"}, "enabled": true, "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.9:35357/v3/services/c369b4d3cbdf495d9003fc1f05464903"}, "enabled": true, "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.9:35357/v3/services/dd27d5140ce0407fbdd5a8ef29740a3a"}, "enabled": true, "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.9:35357/v3/services/e0f89a374a6147faaf52a37c381d5685"}, "enabled": true, "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.9:35357/v3/services/e863729ef9504412af12713bf00a3331"}, "enabled": true, "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "links": {"self": "http://192.30.9.9:35357/v3/services", "previous": null, "next": null}} 2018-06-29 17:01:10,459 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.9:35357/v3/services used request id req-bf6f920e-2e1b-4e15-a8c5-14f022ffcc4b 2018-06-29 17:01:10,460 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.168790102005s 2018-06-29 17:01:10,460 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.9:35357/v3/services used request id req-bf6f920e-2e1b-4e15-a8c5-14f022ffcc4b 2018-06-29 17:01:10,465 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_services: [Munch({'description': u'Openstack Cloudformation Service', 'service_type': u'cloudformation', 'type': u'cloudformation', 'enabled': True, 'id': u'032a382d4d1c484593f9c411ce1d1c81', 'name': u'heat-cfn'}), Munch({'description': u'Cinder Service v2', 'service_type': u'volumev2', 'type': u'volumev2', 'enabled': True, 'id': u'03e9b2cf1c4e41d78b98f4fd1fcfc70c', 'name': u'cinderv2'}), Munch({'description': u'Openstack Compute Service', 'service_type': u'compute', 'type': u'compute', 'enabled': True, 'id': u'12a16304fba54d8790ae24be180662a4', 'name': u'nova'}), Munch({'description': u'Openstack Placement Service', 'service_type': u'placement', 'type': u'placement', 'enabled': True, 'id': u'43b33f18e62d4874968a40c1cac7d2c3', 'name': u'placement'}), Munch({'description': u'Openstack Object-Store Service', 'service_type': u'object-store', 'type': u'object-store', 'enabled': True, 'id': u'47fd18ec5af04901b08d6b335da622a4', 'name': u'swift'}), Munch({'description': u'Openstack Metering Service', 'service_type': u'metering', 'type': u'metering', 'enabled': True, 'id': u'4c1bbb4b7f924aca995a1a75fd88ba57', 'name': u'ceilometer'}), Munch({'description': u'OpenStack Alarming Service', 'service_type': u'alarming', 'type': u'alarming', 'enabled': True, 'id': u'604579b4f76e49a7b207e3a31a607e38', 'name': u'aodh'}), Munch({'description': u'OpenStack Image Service', 'service_type': u'image', 'type': u'image', 'enabled': True, 'id': u'6d6baf22846b49a09924a617111f7a7f', 'name': u'glance'}), Munch({'description': u'OpenStack Event Service', 'service_type': u'event', 'type': u'event', 'enabled': True, 'id': u'a3a6970be685486e818a57f0d2a835ee', 'name': u'panko'}), Munch({'description': u'OpenStack Identity Service', 'service_type': u'identity', 'type': u'identity', 'enabled': True, 'id': u'a5ea3b08f4bb43f5940e5dcfb8ef0914', 'name': u'keystone'}), Munch({'description': u'OpenStack Metric Service', 'service_type': u'metric', 'type': u'metric', 'enabled': True, 'id': u'bffe95b2df0041dcb446b17a8926efb7', 'name': u'gnocchi'}), Munch({'description': u'Cinder Service', 'service_type': u'volume', 'type': u'volume', 'enabled': True, 'id': u'c369b4d3cbdf495d9003fc1f05464903', 'name': u'cinder'}), Munch({'description': u'Openstack Orchestration Service', 'service_type': u'orchestration', 'type': u'orchestration', 'enabled': True, 'id': u'dd27d5140ce0407fbdd5a8ef29740a3a', 'name': u'heat'}), Munch({'description': u'Neutron Networking Service', 'service_type': u'network', 'type': u'network', 'enabled': True, 'id': u'e0f89a374a6147faaf52a37c381d5685', 'name': u'neutron'}), Munch({'description': u'Cinder Service v3', 'service_type': u'volumev3', 'type': u'volumev3', 'enabled': True, 'id': u'e863729ef9504412af12713bf00a3331', 'name': u'cinderv3'})] 2018-06-29 17:01:10,465 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-06-29 17:01:10,466 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}6c9b8790f4219a09ce0a59ff0d604ba986bb58d4" 2018-06-29 17:01:11,317 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-e2dd6d0a-dfe5-4174-952b-ff9e79b83515 Date: Fri, 29 Jun 2018 17:01:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"36df2925-218a-471a-b064-d84cdca81f76","tenant_id":"ec057e7f82e1407bad00c8c132267cb0","created_at":"2018-06-29T16:57:57Z","dns_nameservers":[],"updated_at":"2018-06-29T16:57:57Z","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":"ec057e7f82e1407bad00c8c132267cb0","id":"c401c4e2-1aa2-491a-b944-48bf8c60f58d","subnetpool_id":null,"name":"external-subnet"}]} 2018-06-29 17:01:11,318 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-e2dd6d0a-dfe5-4174-952b-ff9e79b83515 2018-06-29 17:01:11,318 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.852301836014s 2018-06-29 17:01:11,318 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-e2dd6d0a-dfe5-4174-952b-ff9e79b83515 2018-06-29 17:01:11,319 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_subnets: [Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-06-29T16:57:57Z', 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'c401c4e2-1aa2-491a-b944-48bf8c60f58d', u'subnetpool_id': None, u'service_types': [], u'name': u'external-subnet', u'enable_dhcp': False, u'network_id': u'36df2925-218a-471a-b064-d84cdca81f76', u'tenant_id': u'ec057e7f82e1407bad00c8c132267cb0', u'created_at': u'2018-06-29T16:57:57Z', u'dns_nameservers': [], u'gateway_ip': u'172.30.9.1', u'ip_version': 4, u'project_id': u'ec057e7f82e1407bad00c8c132267cb0'})] 2018-06-29 17:01:11,445 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-06-29 17:01:11,445 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:06 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-06-29 17:01:11,448 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-06-29 17:01:11,892 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-06-29 17:01:11,892 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-06-29 17:01:11,892 - openstack_tests - INFO - OS Credentials = > 2018-06-29 17:01:11,892 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:11,894 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:01:12,312 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:01:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["K3zchNCxQwq7SxNHygDPGg"], "issued_at": "2018-06-29T17:01:12.000000Z"}} 2018-06-29 17:01:12,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e8efd87afc49d943212b54c461c0890bc72747d" 2018-06-29 17:01:13,341 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-cfe0369b-70f9-4103-84af-2029b7f46e23 Date: Fri, 29 Jun 2018 17:01:13 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"36df2925-218a-471a-b064-d84cdca81f76","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ec057e7f82e1407bad00c8c132267cb0","status":"ACTIVE","subnets":["c401c4e2-1aa2-491a-b944-48bf8c60f58d"],"description":"","tags":[],"updated_at":"2018-06-29T16:57:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec057e7f82e1407bad00c8c132267cb0","created_at":"2018-06-29T16:57:50Z","provider:network_type":"flat"}]} 2018-06-29 17:01:13,342 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?router%3Aexternal=True used request id req-cfe0369b-70f9-4103-84af-2029b7f46e23 2018-06-29 17:01:13,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=36df2925-218a-471a-b064-d84cdca81f76 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e8efd87afc49d943212b54c461c0890bc72747d" 2018-06-29 17:01:14,251 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-47807330-5ae0-405f-9721-e5fdc3a67b3a Date: Fri, 29 Jun 2018 17:01:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"36df2925-218a-471a-b064-d84cdca81f76","tenant_id":"ec057e7f82e1407bad00c8c132267cb0","created_at":"2018-06-29T16:57:57Z","dns_nameservers":[],"updated_at":"2018-06-29T16:57:57Z","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":"ec057e7f82e1407bad00c8c132267cb0","id":"c401c4e2-1aa2-491a-b944-48bf8c60f58d","subnetpool_id":null,"name":"external-subnet"}]} 2018-06-29 17:01:14,251 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=36df2925-218a-471a-b064-d84cdca81f76 used request id req-47807330-5ae0-405f-9721-e5fdc3a67b3a 2018-06-29 17:01:14,252 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-06-29 17:01:14,252 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,253 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,254 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,254 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,255 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,256 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,257 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,257 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,258 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,259 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,259 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,260 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,261 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,262 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,262 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,263 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,263 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,264 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,264 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,265 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,266 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,266 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,267 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,267 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,268 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,269 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,269 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,270 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,271 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,271 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,272 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,272 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,273 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,274 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,274 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,275 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,275 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,276 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,276 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,277 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,278 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,279 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,279 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,280 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,281 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,281 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,282 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,282 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,283 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,283 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,284 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,284 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,285 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,285 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,286 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,286 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,287 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,287 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,288 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,288 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,289 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,289 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,290 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,291 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,291 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,291 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,292 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,293 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,293 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,294 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,295 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,295 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,296 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,296 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,297 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,297 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,298 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,298 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,299 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,299 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,300 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,301 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,301 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,302 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,302 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,303 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,303 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,304 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,304 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,305 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,305 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,306 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,307 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,307 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,307 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,308 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,308 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,309 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,309 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,310 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:14,325 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to url/v3/auth/tokens 2018-06-29 17:01:14,326 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:01:14,782 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:01:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["L-_ctyhsTiC9nZfpF_c_9A"], "issued_at": "2018-06-29T17:01:14.000000Z"}} 2018-06-29 17:01:14,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&name=foo -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}33222f815922337a109f3247d4182918bb10a5b5" 2018-06-29 17:01:15,514 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 87 Content-Type: application/json X-Openstack-Request-Id: req-ad754877-57e1-41d2-bfc6-8146a14d0bbd Date: Fri, 29 Jun 2018 17:01:15 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20&name=foo"} 2018-06-29 17:01:15,514 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&name=foo used request id req-ad754877-57e1-41d2-bfc6-8146a14d0bbd 2018-06-29 17:01:15,515 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:15,516 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to url/v3/auth/tokens 2018-06-29 17:01:15,516 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:01:15,918 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:01:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["9QKdBvuQTFSkn304ECHSgg"], "issued_at": "2018-06-29T17:01:15.000000Z"}} 2018-06-29 17:01:15,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}d6053895f44828760fb51960130baa64ec3839ea" 2018-06-29 17:01:16,083 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5e9915d-a868-4717-8c7c-7dc6c55667d1 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:01:16,083 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-f5e9915d-a868-4717-8c7c-7dc6c55667d1 2018-06-29 17:01:16,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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 17:01:16,092 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 17:01: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 17:01:16,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6053895f44828760fb51960130baa64ec3839ea" 2018-06-29 17:01:16,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8fa0fd6-0407-487e-a86f-0b31e8526d37 Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/2005dcbb6a484f15aff408e1792f4c11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2005dcbb6a484f15aff408e1792f4c11", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/33feb05f3f33494f9c985ea954828412"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33feb05f3f33494f9c985ea954828412", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/49604a31254c408aac03c04040e4a492"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49604a31254c408aac03c04040e4a492", "email": "placement@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/52a397aa2e1c435594f313aaae1020e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52a397aa2e1c435594f313aaae1020e1", "email": "admin@example.com", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/609cccc8ea7e476f8f5627be68f3b75c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "609cccc8ea7e476f8f5627be68f3b75c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.30:5000/v3/users/74b272bcd5e74ac69f0e48bab315d8fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74b272bcd5e74ac69f0e48bab315d8fd", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/946d568b478f4fe2afb52ad3c6aa3599"}, "domain_id": "4d8bbd9b294943c6b6c411d66b59985e", "enabled": true, "options": {}, "id": "946d568b478f4fe2afb52ad3c6aa3599", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/996c848fe760498aa98c4b25eab56449"}, "domain_id": "default", "enabled": true, "options": {}, "id": "996c848fe760498aa98c4b25eab56449", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/c08b758a1bac47b98ecb35b6a1835aae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c08b758a1bac47b98ecb35b6a1835aae", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.30:5000/v3/users/c471b11c6fc641c89cdf90531991f049"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c471b11c6fc641c89cdf90531991f049", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/d7bd2722b17541f686d623b3ec754032"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7bd2722b17541f686d623b3ec754032", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/dc66feb07fb1453298a1d2111b24fb2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc66feb07fb1453298a1d2111b24fb2a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/f02b66c81983484c95fc312aa5c9af6d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f02b66c81983484c95fc312aa5c9af6d", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/f2c302d81e224a89ba38c4a7ac0ab8c0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2c302d81e224a89ba38c4a7ac0ab8c0", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-06-29 17:01:16,213 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-b8fa0fd6-0407-487e-a86f-0b31e8526d37 2018-06-29 17:01:16,214 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:16,215 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to url/v3/auth/tokens 2018-06-29 17:01:16,215 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:01:16,613 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:01:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["guf7P7XvStiLjbS_eMDV7A"], "issued_at": "2018-06-29T17:01:16.000000Z"}} 2018-06-29 17:01:16,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}218ec86d27a1353ed02dcd6820f5937fd24ab021" 2018-06-29 17:01:17,667 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-7a3996b2-9e27-43c9-8393-d83492c0a83d Date: Fri, 29 Jun 2018 17:01:17 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"36df2925-218a-471a-b064-d84cdca81f76","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ec057e7f82e1407bad00c8c132267cb0","status":"ACTIVE","subnets":["c401c4e2-1aa2-491a-b944-48bf8c60f58d"],"description":"","tags":[],"updated_at":"2018-06-29T16:57:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec057e7f82e1407bad00c8c132267cb0","created_at":"2018-06-29T16:57:50Z","provider:network_type":"flat"}]} 2018-06-29 17:01:17,667 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks used request id req-7a3996b2-9e27-43c9-8393-d83492c0a83d 2018-06-29 17:01:17,668 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:01:18,132 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:01:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["fdN9ljOtQL-xvXSb3HSH_g"], "issued_at": "2018-06-29T17:01:18.000000Z"}} 2018-06-29 17:01:18,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b00480a0812fb411a0645a74b87b7a16a4ef285b" 2018-06-29 17:01:19,264 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-85638396-2d9f-46e8-aaa9-5a3ed1f17245 Date: Fri, 29 Jun 2018 17:01:19 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"36df2925-218a-471a-b064-d84cdca81f76","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ec057e7f82e1407bad00c8c132267cb0","status":"ACTIVE","subnets":["c401c4e2-1aa2-491a-b944-48bf8c60f58d"],"description":"","tags":[],"updated_at":"2018-06-29T16:57:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec057e7f82e1407bad00c8c132267cb0","created_at":"2018-06-29T16:57:50Z","provider:network_type":"flat"}]} 2018-06-29 17:01:19,265 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?router%3Aexternal=True used request id req-85638396-2d9f-46e8-aaa9-5a3ed1f17245 2018-06-29 17:01:19,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=36df2925-218a-471a-b064-d84cdca81f76 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b00480a0812fb411a0645a74b87b7a16a4ef285b" 2018-06-29 17:01:20,271 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-1de13f0b-b13c-425c-b318-890ca987f8ee Date: Fri, 29 Jun 2018 17:01:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"36df2925-218a-471a-b064-d84cdca81f76","tenant_id":"ec057e7f82e1407bad00c8c132267cb0","created_at":"2018-06-29T16:57:57Z","dns_nameservers":[],"updated_at":"2018-06-29T16:57:57Z","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":"ec057e7f82e1407bad00c8c132267cb0","id":"c401c4e2-1aa2-491a-b944-48bf8c60f58d","subnetpool_id":null,"name":"external-subnet"}]} 2018-06-29 17:01:20,271 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=36df2925-218a-471a-b064-d84cdca81f76 used request id req-1de13f0b-b13c-425c-b318-890ca987f8ee 2018-06-29 17:01:20,272 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 17:01:20,272 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:20,317 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:01:20,343 - keystoneauth.session - DEBUG - Request returned failure status: 401 2018-06-29 17:01:20,344 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 17:01:20,345 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:01:20,748 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:01:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["ijqSYZmCRt-x1O61hWsvCQ"], "issued_at": "2018-06-29T17:01:20.000000Z"}} 2018-06-29 17:01:20,751 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb6af85429fe798803fe77c2bb197bfba3004ce4" 2018-06-29 17:01:21,474 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-baf657b5-7b58-49e1-ad56-6c9de22ef91a x-compute-request-id: req-baf657b5-7b58-49e1-ad56-6c9de22ef91a Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-06-29 17:01:21,475 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail used request id req-baf657b5-7b58-49e1-ad56-6c9de22ef91a 2018-06-29 17:01:21,476 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 17:01:21,477 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:01:21,878 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:01:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["Qu2weBM-SSKtsaidwjeC1w"], "issued_at": "2018-06-29T17:01:21.000000Z"}} 2018-06-29 17:01:21,881 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a95b8fbcfe88acfc1fa88954a546e001cdd2704" 2018-06-29 17:01:22,723 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01: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-e898ff0e-ea5f-4741-89d6-75b7a298a4b2 x-compute-request-id: req-e898ff0e-ea5f-4741-89d6-75b7a298a4b2 Content-Encoding: gzip Content-Length: 735 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 485}, "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.10", "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": 47, "hypervisor_version": 2010000, "disk_available_least": 46, "local_gb": 47, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 488}, "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": 47, "hypervisor_version": 2010000, "disk_available_least": 46, "local_gb": 47, "free_ram_mb": 28406, "id": 5}]} 2018-06-29 17:01:22,724 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-e898ff0e-ea5f-4741-89d6-75b7a298a4b2 2018-06-29 17:01:22,725 - heat_utils - DEBUG - Retrieving Heat Client 2018-06-29 17:01:22,725 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:22,732 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:01:22,760 - keystoneauth.session - DEBUG - Request returned failure status: 401 2018-06-29 17:01:22,760 - heat_utils - DEBUG - Retrieving Heat Client 2018-06-29 17:01:22,760 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:01:23,236 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:01:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["wPaz09G9TmO_OMUTHO3pww"], "issued_at": "2018-06-29T17:01:23.000000Z"}} 2018-06-29 17:01:23,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks? -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec21405b7bd33d2319bfdfdb58d9be0a2d327014" 2018-06-29 17:01:24,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:23 GMT Server: Apache x-openstack-request-id: req-2fcf5d95-7ce4-46f2-b8e3-023641bc78cf Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-06-29 17:01:24,044 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks used request id req-2fcf5d95-7ce4-46f2-b8e3-023641bc78cf 2018-06-29 17:01:24,045 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:24,110 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to url/v3/auth/tokens 2018-06-29 17:01:24,111 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:01:24,500 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:01:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["NFw9waCeQmWggThajQRiyQ"], "issued_at": "2018-06-29T17:01:24.000000Z"}} 2018-06-29 17:01:24,503 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d728856b71ca477e447b3b56967964be0a58614c" 2018-06-29 17:01:25,463 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:24 GMT Server: Apache x-compute-request-id: req-80b667aa-0d7e-4106-a610-af63e9bfa401 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-80b667aa-0d7e-4106-a610-af63e9bfa401 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-06-29 17:01:25,464 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/detail used request id req-80b667aa-0d7e-4106-a610-af63e9bfa401 2018-06-29 17:01:25,465 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:01:25,963 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:01:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["sbTjpHgcTgKxvCkEtSBq9w"], "issued_at": "2018-06-29T17:01:25.000000Z"}} 2018-06-29 17:01:25,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}e5cb25fbe91f49455ef4f154cc0923c3812edef3" 2018-06-29 17:01:26,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff3ab281-21c5-4115-9337-dcb1f8f97e40 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:01:26,055 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-ff3ab281-21c5-4115-9337-dcb1f8f97e40 2018-06-29 17:01:26,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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 17:01:26,064 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 17:01: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 17:01:26,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5cb25fbe91f49455ef4f154cc0923c3812edef3" 2018-06-29 17:01:26,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d562d24b-e080-411e-bbed-52cad2dc99b8 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-06-29 17:01:26,166 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-d562d24b-e080-411e-bbed-52cad2dc99b8 2018-06-29 17:01:26,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5cb25fbe91f49455ef4f154cc0923c3812edef3" -d '{"project": {"enabled": true, "domain_id": "default", "name": "KeystoneUtilsTests-ad8122c4-38d4-43c9-bf8a-c27bf280dbd3-projName"}}' 2018-06-29 17:01:26,355 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 29 Jun 2018 17:01:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e6f088e5-eb02-47d6-9634-0756875f84ec Content-Length: 338 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/06104835eba4411580bfd744c6217aa4"}, "tags": [], "enabled": true, "id": "06104835eba4411580bfd744c6217aa4", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-ad8122c4-38d4-43c9-bf8a-c27bf280dbd3-projName"}} 2018-06-29 17:01:26,355 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-e6f088e5-eb02-47d6-9634-0756875f84ec 2018-06-29 17:01:26,356 - keystone_utils - INFO - Created project with name - KeystoneUtilsTests-ad8122c4-38d4-43c9-bf8a-c27bf280dbd3-projName 2018-06-29 17:01:26,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-ad8122c4-38d4-43c9-bf8a-c27bf280dbd3-projName -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5cb25fbe91f49455ef4f154cc0923c3812edef3" 2018-06-29 17:01:26,457 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83d6c335-01ef-4736-b5c7-498dd139d89d Content-Encoding: gzip Content-Length: 292 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-ad8122c4-38d4-43c9-bf8a-c27bf280dbd3-projName", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/06104835eba4411580bfd744c6217aa4"}, "tags": [], "enabled": true, "id": "06104835eba4411580bfd744c6217aa4", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-ad8122c4-38d4-43c9-bf8a-c27bf280dbd3-projName"}]} 2018-06-29 17:01:26,457 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-ad8122c4-38d4-43c9-bf8a-c27bf280dbd3-projName used request id req-83d6c335-01ef-4736-b5c7-498dd139d89d 2018-06-29 17:01:26,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5cb25fbe91f49455ef4f154cc0923c3812edef3" 2018-06-29 17:01:26,561 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd359955-98ca-4ea8-8405-b12b53a1d680 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-06-29 17:01:26,561 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-bd359955-98ca-4ea8-8405-b12b53a1d680 2018-06-29 17:01:26,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5cb25fbe91f49455ef4f154cc0923c3812edef3" 2018-06-29 17:01:27,730 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4847 X-Openstack-Request-Id: req-03d111ce-635d-49ee-badb-14a4d355ce66 Date: Fri, 29 Jun 2018 17:01:27 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec057e7f82e1407bad00c8c132267cb0", "created_at": "2018-06-29T16:57:50Z", "updated_at": "2018-06-29T16:57:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T16:57:50Z", "revision_number": 0, "id": "728ee50f-d71d-463c-a048-423c24d7725a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T16:57:50Z", "security_group_id": "f48c376b-f015-42a5-ae60-e831d97e5bf5", "tenant_id": "ec057e7f82e1407bad00c8c132267cb0", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec057e7f82e1407bad00c8c132267cb0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T16:57:50Z", "revision_number": 0, "id": "6cde4f71-905a-4699-bc01-4a70c049e0fb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T16:57:50Z", "security_group_id": "f48c376b-f015-42a5-ae60-e831d97e5bf5", "tenant_id": "ec057e7f82e1407bad00c8c132267cb0", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec057e7f82e1407bad00c8c132267cb0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T16:57:50Z", "revision_number": 0, "id": "bd1506bd-c5ae-46b4-93c6-12cfee1de4ac", "remote_group_id": "f48c376b-f015-42a5-ae60-e831d97e5bf5", "remote_ip_prefix": null, "created_at": "2018-06-29T16:57:50Z", "security_group_id": "f48c376b-f015-42a5-ae60-e831d97e5bf5", "tenant_id": "ec057e7f82e1407bad00c8c132267cb0", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec057e7f82e1407bad00c8c132267cb0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T16:57:50Z", "revision_number": 0, "id": "a29c6512-34e4-479a-9555-57814e6eb8bf", "remote_group_id": "f48c376b-f015-42a5-ae60-e831d97e5bf5", "remote_ip_prefix": null, "created_at": "2018-06-29T16:57:50Z", "security_group_id": "f48c376b-f015-42a5-ae60-e831d97e5bf5", "tenant_id": "ec057e7f82e1407bad00c8c132267cb0", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec057e7f82e1407bad00c8c132267cb0"}], "revision_number": 1, "project_id": "ec057e7f82e1407bad00c8c132267cb0", "id": "f48c376b-f015-42a5-ae60-e831d97e5bf5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:01:27Z", "updated_at": "2018-06-29T17:01:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:01:27Z", "revision_number": 0, "id": "409d4a01-e12d-434e-8d8e-6c72ea340ed1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T17:01:27Z", "security_group_id": "ffb52134-d5c2-4318-b0c3-dfef778995c2", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "port_range_min": null, "ethertype": "IPv6", "project_id": "d375e46f6f2b472db41ca16f2fc59215"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:01:27Z", "revision_number": 0, "id": "b79f819c-ad40-48d4-9ac9-d0a5234d7268", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T17:01:27Z", "security_group_id": "ffb52134-d5c2-4318-b0c3-dfef778995c2", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "port_range_min": null, "ethertype": "IPv4", "project_id": "d375e46f6f2b472db41ca16f2fc59215"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:01:27Z", "revision_number": 0, "id": "1dd3bfe5-6a54-48a7-8bfa-98f49250ddd1", "remote_group_id": "ffb52134-d5c2-4318-b0c3-dfef778995c2", "remote_ip_prefix": null, "created_at": "2018-06-29T17:01:27Z", "security_group_id": "ffb52134-d5c2-4318-b0c3-dfef778995c2", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "port_range_min": null, "ethertype": "IPv6", "project_id": "d375e46f6f2b472db41ca16f2fc59215"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:01:27Z", "revision_number": 0, "id": "8df56a94-1b89-4724-ae25-73749afcd2c3", "remote_group_id": "ffb52134-d5c2-4318-b0c3-dfef778995c2", "remote_ip_prefix": null, "created_at": "2018-06-29T17:01:27Z", "security_group_id": "ffb52134-d5c2-4318-b0c3-dfef778995c2", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "port_range_min": null, "ethertype": "IPv4", "project_id": "d375e46f6f2b472db41ca16f2fc59215"}], "revision_number": 1, "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "ffb52134-d5c2-4318-b0c3-dfef778995c2", "name": "default"}]} 2018-06-29 17:01:27,730 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-03d111ce-635d-49ee-badb-14a4d355ce66 2018-06-29 17:01:27,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/ec057e7f82e1407bad00c8c132267cb0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5cb25fbe91f49455ef4f154cc0923c3812edef3" 2018-06-29 17:01:27,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1921ac20-3d00-4433-908b-dd89afbf7ef9 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/ec057e7f82e1407bad00c8c132267cb0"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "ec057e7f82e1407bad00c8c132267cb0", "name": "service"}} 2018-06-29 17:01:27,911 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/ec057e7f82e1407bad00c8c132267cb0 used request id req-1921ac20-3d00-4433-908b-dd89afbf7ef9 2018-06-29 17:01:27,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5cb25fbe91f49455ef4f154cc0923c3812edef3" 2018-06-29 17:01:28,077 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-268ed1bd-fba1-4b5a-a7bb-124ed39ece3e 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.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}} 2018-06-29 17:01:28,078 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 used request id req-268ed1bd-fba1-4b5a-a7bb-124ed39ece3e 2018-06-29 17:01:28,078 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ffb52134-d5c2-4318-b0c3-dfef778995c2 2018-06-29 17:01:28,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=ffb52134-d5c2-4318-b0c3-dfef778995c2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5cb25fbe91f49455ef4f154cc0923c3812edef3" 2018-06-29 17:01:28,270 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-b4ee1210-ad6f-4b72-98f0-6a028d4ac7e0 Date: Fri, 29 Jun 2018 17:01:28 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "ffb52134-d5c2-4318-b0c3-dfef778995c2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T17:01:27Z", "security_group_id": "ffb52134-d5c2-4318-b0c3-dfef778995c2", "port_range_min": null, "revision_number": 0, "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:01:27Z", "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "1dd3bfe5-6a54-48a7-8bfa-98f49250ddd1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T17:01:27Z", "security_group_id": "ffb52134-d5c2-4318-b0c3-dfef778995c2", "port_range_min": null, "revision_number": 0, "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:01:27Z", "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "409d4a01-e12d-434e-8d8e-6c72ea340ed1"}, {"remote_group_id": "ffb52134-d5c2-4318-b0c3-dfef778995c2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T17:01:27Z", "security_group_id": "ffb52134-d5c2-4318-b0c3-dfef778995c2", "port_range_min": null, "revision_number": 0, "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:01:27Z", "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "8df56a94-1b89-4724-ae25-73749afcd2c3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T17:01:27Z", "security_group_id": "ffb52134-d5c2-4318-b0c3-dfef778995c2", "port_range_min": null, "revision_number": 0, "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:01:27Z", "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "b79f819c-ad40-48d4-9ac9-d0a5234d7268"}]} 2018-06-29 17:01:28,270 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=ffb52134-d5c2-4318-b0c3-dfef778995c2 used request id req-b4ee1210-ad6f-4b72-98f0-6a028d4ac7e0 2018-06-29 17:01:28,271 - neutron_utils - INFO - Deleting security group with name - default 2018-06-29 17:01:28,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/ffb52134-d5c2-4318-b0c3-dfef778995c2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5cb25fbe91f49455ef4f154cc0923c3812edef3" 2018-06-29 17:01:29,417 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5376d226-aed5-4c16-8ece-49721e08314d Content-Length: 0 Date: Fri, 29 Jun 2018 17:01:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 17:01:29,417 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/ffb52134-d5c2-4318-b0c3-dfef778995c2 used request id req-5376d226-aed5-4c16-8ece-49721e08314d 2018-06-29 17:01:29,418 - keystone_utils - INFO - Deleting project with name - KeystoneUtilsTests-ad8122c4-38d4-43c9-bf8a-c27bf280dbd3-projName 2018-06-29 17:01:29,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/06104835eba4411580bfd744c6217aa4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5cb25fbe91f49455ef4f154cc0923c3812edef3" 2018-06-29 17:01:29,829 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 17:01:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cdeb3929-226b-40f0-98d8-70c85324605e 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 17:01:29,829 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/06104835eba4411580bfd744c6217aa4 used request id req-cdeb3929-226b-40f0-98d8-70c85324605e 2018-06-29 17:01:29,830 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:01:30,225 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:01:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["dhzgCbEAT3-6R_pTU3aQQQ"], "issued_at": "2018-06-29T17:01:30.000000Z"}} 2018-06-29 17:01:30,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}dd672ecbb7d0f459b63d757109a91d2b46d7c581" 2018-06-29 17:01:30,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-695b006f-6a6b-475d-bec8-821ae48f6be2 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:01:30,307 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-695b006f-6a6b-475d-bec8-821ae48f6be2 2018-06-29 17:01:30,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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 17:01:30,316 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 17:01: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 17:01:30,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd672ecbb7d0f459b63d757109a91d2b46d7c581" 2018-06-29 17:01:30,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ecb44e7-7b6a-497b-b67b-0a954269ef6f Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-06-29 17:01:30,415 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-7ecb44e7-7b6a-497b-b67b-0a954269ef6f 2018-06-29 17:01:30,931 - keystone_utils - INFO - Created user with name - KeystoneUtilsTests-f6c24925-c72b-4412-be83-d65f840353cb-username 2018-06-29 17:01:30,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd672ecbb7d0f459b63d757109a91d2b46d7c581" 2018-06-29 17:01:31,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1446b126-ceb6-4e6e-8f9f-b10b84ce39f6 Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/2005dcbb6a484f15aff408e1792f4c11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2005dcbb6a484f15aff408e1792f4c11", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/33feb05f3f33494f9c985ea954828412"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33feb05f3f33494f9c985ea954828412", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/49604a31254c408aac03c04040e4a492"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49604a31254c408aac03c04040e4a492", "email": "placement@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/52a397aa2e1c435594f313aaae1020e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52a397aa2e1c435594f313aaae1020e1", "email": "admin@example.com", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/609cccc8ea7e476f8f5627be68f3b75c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "609cccc8ea7e476f8f5627be68f3b75c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.30:5000/v3/users/74b272bcd5e74ac69f0e48bab315d8fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74b272bcd5e74ac69f0e48bab315d8fd", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/946d568b478f4fe2afb52ad3c6aa3599"}, "domain_id": "4d8bbd9b294943c6b6c411d66b59985e", "enabled": true, "options": {}, "id": "946d568b478f4fe2afb52ad3c6aa3599", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/996c848fe760498aa98c4b25eab56449"}, "domain_id": "default", "enabled": true, "options": {}, "id": "996c848fe760498aa98c4b25eab56449", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/c08b758a1bac47b98ecb35b6a1835aae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c08b758a1bac47b98ecb35b6a1835aae", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.30:5000/v3/users/c471b11c6fc641c89cdf90531991f049"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c471b11c6fc641c89cdf90531991f049", "email": "panko@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "KeystoneUtilsTests-f6c24925-c72b-4412-be83-d65f840353cb-username", "links": {"self": "http://172.30.9.30:5000/v3/users/d086524c8bbb4510a6528df17ed72355"}, "domain_id": "default", "enabled": true, "id": "d086524c8bbb4510a6528df17ed72355", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/d7bd2722b17541f686d623b3ec754032"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7bd2722b17541f686d623b3ec754032", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/dc66feb07fb1453298a1d2111b24fb2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc66feb07fb1453298a1d2111b24fb2a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/f02b66c81983484c95fc312aa5c9af6d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f02b66c81983484c95fc312aa5c9af6d", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/f2c302d81e224a89ba38c4a7ac0ab8c0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2c302d81e224a89ba38c4a7ac0ab8c0", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-06-29 17:01:31,114 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-1446b126-ceb6-4e6e-8f9f-b10b84ce39f6 2018-06-29 17:01:31,115 - keystone_utils - INFO - Deleting user with name - KeystoneUtilsTests-f6c24925-c72b-4412-be83-d65f840353cb-username 2018-06-29 17:01:31,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/d086524c8bbb4510a6528df17ed72355 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd672ecbb7d0f459b63d757109a91d2b46d7c581" 2018-06-29 17:01:31,460 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 17:01:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e352dfa5-dbf3-4a64-aa90-d4f3298b736d 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 17:01:31,461 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/d086524c8bbb4510a6528df17ed72355 used request id req-e352dfa5-dbf3-4a64-aa90-d4f3298b736d 2018-06-29 17:01:31,462 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:01:31,854 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:01:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["DbIbPbhWTui0sD-Pim9Vtg"], "issued_at": "2018-06-29T17:01:31.000000Z"}} 2018-06-29 17:01:31,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}9d5780d60962cae986c55f0be1b90888edd11d31" 2018-06-29 17:01:31,868 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a87639b-72b8-4183-a50d-128d76afdeb4 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:01:31,868 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-4a87639b-72b8-4183-a50d-128d76afdeb4 2018-06-29 17:01:31,869 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:31,870 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to url/v3/auth/tokens 2018-06-29 17:01:31,871 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:01:32,373 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:01:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["rnpHlLclQcSYzgiR0G2DTQ"], "issued_at": "2018-06-29T17:01:32.000000Z"}} 2018-06-29 17:01:32,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}739d8a8be126156b02935cfae00b8eb143ea0bc2" 2018-06-29 17:01:32,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff7ef2c5-6673-44a6-bfaf-7ccf2c5ffee3 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:01:32,458 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-ff7ef2c5-6673-44a6-bfaf-7ccf2c5ffee3 2018-06-29 17:01:32,459 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:32,460 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:01:32,864 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:01:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["gwbYXqLKTyWRyBM2JHmKgg"], "issued_at": "2018-06-29T17:01:32.000000Z"}} 2018-06-29 17:01:32,868 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:01:33,271 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:01:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["oFaIweTwT1OEHcPqtmoLUA"], "issued_at": "2018-06-29T17:01:33.000000Z"}} 2018-06-29 17:01:33,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}87862b66ac61921419ddf1aa02e1ec9d2685c88c" 2018-06-29 17:01:33,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf4494e1-d5bd-463e-a2da-7af7be1d01bb 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:01:33,356 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-bf4494e1-d5bd-463e-a2da-7af7be1d01bb 2018-06-29 17:01:33,357 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:33,358 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:01:33,767 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:01:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["rTsouU_jQiyrw8XACy2YYg"], "issued_at": "2018-06-29T17:01:33.000000Z"}} 2018-06-29 17:01:33,770 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:01:34,167 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:01:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["C4Hpdk6BS-6lZv8RpbIEGA"], "issued_at": "2018-06-29T17:01:34.000000Z"}} 2018-06-29 17:01:34,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}4ed40617a1815c997cafe3eb8b1c68e0d551ade7" 2018-06-29 17:01:34,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7812457-e8ed-4432-bb23-022e973cf37d 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:01:34,249 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-c7812457-e8ed-4432-bb23-022e973cf37d 2018-06-29 17:01:34,250 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:34,251 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:01:34,657 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:01:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["xq-XCn9-T_uiEY3xsaIhmw"], "issued_at": "2018-06-29T17:01:34.000000Z"}} 2018-06-29 17:01:34,660 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:34,660 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:01:35,060 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:01:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["nCHcqhWzREelZ3YHjxb1Kg"], "issued_at": "2018-06-29T17:01:35.000000Z"}} 2018-06-29 17:01:35,063 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:35,064 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:01:35,449 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:01:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["uWrO9-McRPm072K8NkXJ9Q"], "issued_at": "2018-06-29T17:01:35.000000Z"}} 2018-06-29 17:01:35,453 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:01:35,860 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:01:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["EEpq_ATFTcWp4VLCRqleIg"], "issued_at": "2018-06-29T17:01:35.000000Z"}} 2018-06-29 17:01:35,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}a99988d3d352494d0286d8057156e63d0c6902e4" 2018-06-29 17:01:35,956 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8dee355-dc61-43b0-9e3a-6dce88f6fb08 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:01:35,956 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a8dee355-dc61-43b0-9e3a-6dce88f6fb08 2018-06-29 17:01:35,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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 17:01:35,965 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 17:01:35 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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 17:01:35,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a99988d3d352494d0286d8057156e63d0c6902e4" 2018-06-29 17:01:36,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a136f73b-c7b7-4116-a6f2-8803106ab256 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-06-29 17:01:36,126 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-a136f73b-c7b7-4116-a6f2-8803106ab256 2018-06-29 17:01:36,485 - keystone_utils - INFO - Created user with name - KeystoneUtilsTests-7e267ea7-c347-4c05-9348-eb01c7e42308-username 2018-06-29 17:01:36,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a99988d3d352494d0286d8057156e63d0c6902e4" 2018-06-29 17:01:36,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8001b07c-fb7f-47e9-9d1b-eb04f31f38b1 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-06-29 17:01:36,605 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-8001b07c-fb7f-47e9-9d1b-eb04f31f38b1 2018-06-29 17:01:36,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a99988d3d352494d0286d8057156e63d0c6902e4" -d '{"project": {"enabled": true, "domain_id": "default", "name": "KeystoneUtilsTests-7e267ea7-c347-4c05-9348-eb01c7e42308-projName"}}' 2018-06-29 17:01:36,778 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 29 Jun 2018 17:01:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3ff3dc70-6bcf-41e5-bbb0-564b78f6fd03 Content-Length: 338 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/cd34550f618645ad9230ca21b8209285"}, "tags": [], "enabled": true, "id": "cd34550f618645ad9230ca21b8209285", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-7e267ea7-c347-4c05-9348-eb01c7e42308-projName"}} 2018-06-29 17:01:36,778 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-3ff3dc70-6bcf-41e5-bbb0-564b78f6fd03 2018-06-29 17:01:36,779 - keystone_utils - INFO - Created project with name - KeystoneUtilsTests-7e267ea7-c347-4c05-9348-eb01c7e42308-projName 2018-06-29 17:01:36,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a99988d3d352494d0286d8057156e63d0c6902e4" -d '{"role": {"name": "KeystoneUtilsTests-7e267ea7-c347-4c05-9348-eb01c7e42308-role"}}' 2018-06-29 17:01:36,901 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 29 Jun 2018 17:01:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d741245d-4bca-46ce-90a4-12c8b4a37145 Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ced7c8e5c4f941339f3ba16cba279a1b", "links": {"self": "http://172.30.9.30:5000/v3/roles/ced7c8e5c4f941339f3ba16cba279a1b"}, "name": "KeystoneUtilsTests-7e267ea7-c347-4c05-9348-eb01c7e42308-role"}} 2018-06-29 17:01:36,902 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-d741245d-4bca-46ce-90a4-12c8b4a37145 2018-06-29 17:01:36,902 - keystone_utils - INFO - Created role with name - KeystoneUtilsTests-7e267ea7-c347-4c05-9348-eb01c7e42308-role 2018-06-29 17:01:36,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/ced7c8e5c4f941339f3ba16cba279a1b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a99988d3d352494d0286d8057156e63d0c6902e4" 2018-06-29 17:01:36,927 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62f90540-7cb3-4edc-a193-6ddffc1a2125 Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ced7c8e5c4f941339f3ba16cba279a1b", "links": {"self": "http://172.30.9.30:5000/v3/roles/ced7c8e5c4f941339f3ba16cba279a1b"}, "name": "KeystoneUtilsTests-7e267ea7-c347-4c05-9348-eb01c7e42308-role"}} 2018-06-29 17:01:36,927 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/ced7c8e5c4f941339f3ba16cba279a1b used request id req-62f90540-7cb3-4edc-a193-6ddffc1a2125 2018-06-29 17:01:36,927 - keystone_utils - INFO - Granting role KeystoneUtilsTests-7e267ea7-c347-4c05-9348-eb01c7e42308-role to project KeystoneUtilsTests-7e267ea7-c347-4c05-9348-eb01c7e42308-projName 2018-06-29 17:01:36,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/cd34550f618645ad9230ca21b8209285/users/44a94a91707448f0b3c0ca6def43e30a/roles/ced7c8e5c4f941339f3ba16cba279a1b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a99988d3d352494d0286d8057156e63d0c6902e4" 2018-06-29 17:01:37,114 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 17:01:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9edfa4ff-6e14-40e6-959d-e8428811cc80 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 17:01:37,114 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/cd34550f618645ad9230ca21b8209285/users/44a94a91707448f0b3c0ca6def43e30a/roles/ced7c8e5c4f941339f3ba16cba279a1b used request id req-9edfa4ff-6e14-40e6-959d-e8428811cc80 2018-06-29 17:01:37,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/cd34550f618645ad9230ca21b8209285/users/44a94a91707448f0b3c0ca6def43e30a/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a99988d3d352494d0286d8057156e63d0c6902e4" 2018-06-29 17:01:37,240 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a28efa60-4d62-4e5a-a5a4-e852afaf4aaa Content-Encoding: gzip Content-Length: 263 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects/cd34550f618645ad9230ca21b8209285/users/44a94a91707448f0b3c0ca6def43e30a/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "ced7c8e5c4f941339f3ba16cba279a1b", "links": {"self": "http://172.30.9.30:5000/v3/roles/ced7c8e5c4f941339f3ba16cba279a1b"}, "name": "KeystoneUtilsTests-7e267ea7-c347-4c05-9348-eb01c7e42308-role"}]} 2018-06-29 17:01:37,240 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/cd34550f618645ad9230ca21b8209285/users/44a94a91707448f0b3c0ca6def43e30a/roles used request id req-a28efa60-4d62-4e5a-a5a4-e852afaf4aaa 2018-06-29 17:01:37,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a99988d3d352494d0286d8057156e63d0c6902e4" 2018-06-29 17:01:37,611 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4847 X-Openstack-Request-Id: req-14e32506-907a-4552-9d25-4b61cf663252 Date: Fri, 29 Jun 2018 17:01:37 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:01:37Z", "updated_at": "2018-06-29T17:01:37Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:01:37Z", "revision_number": 0, "id": "cff0aa7d-6c45-4324-a497-dace3f2f638c", "remote_group_id": "528da28f-5ab3-49af-a8b6-893cdf26249b", "remote_ip_prefix": null, "created_at": "2018-06-29T17:01:37Z", "security_group_id": "528da28f-5ab3-49af-a8b6-893cdf26249b", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "port_range_min": null, "ethertype": "IPv6", "project_id": "d375e46f6f2b472db41ca16f2fc59215"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:01:37Z", "revision_number": 0, "id": "f9a3369c-bed4-4c21-99ad-e1c9fcb010e5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T17:01:37Z", "security_group_id": "528da28f-5ab3-49af-a8b6-893cdf26249b", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "port_range_min": null, "ethertype": "IPv4", "project_id": "d375e46f6f2b472db41ca16f2fc59215"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:01:37Z", "revision_number": 0, "id": "def5c9b6-ddd1-48cb-ae49-11e332499423", "remote_group_id": "528da28f-5ab3-49af-a8b6-893cdf26249b", "remote_ip_prefix": null, "created_at": "2018-06-29T17:01:37Z", "security_group_id": "528da28f-5ab3-49af-a8b6-893cdf26249b", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "port_range_min": null, "ethertype": "IPv4", "project_id": "d375e46f6f2b472db41ca16f2fc59215"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:01:37Z", "revision_number": 0, "id": "2e8e9202-c876-41f5-95b2-d0f168348dd3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T17:01:37Z", "security_group_id": "528da28f-5ab3-49af-a8b6-893cdf26249b", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "port_range_min": null, "ethertype": "IPv6", "project_id": "d375e46f6f2b472db41ca16f2fc59215"}], "revision_number": 1, "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "528da28f-5ab3-49af-a8b6-893cdf26249b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec057e7f82e1407bad00c8c132267cb0", "created_at": "2018-06-29T16:57:50Z", "updated_at": "2018-06-29T16:57:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T16:57:50Z", "revision_number": 0, "id": "bd1506bd-c5ae-46b4-93c6-12cfee1de4ac", "remote_group_id": "f48c376b-f015-42a5-ae60-e831d97e5bf5", "remote_ip_prefix": null, "created_at": "2018-06-29T16:57:50Z", "security_group_id": "f48c376b-f015-42a5-ae60-e831d97e5bf5", "tenant_id": "ec057e7f82e1407bad00c8c132267cb0", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec057e7f82e1407bad00c8c132267cb0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T16:57:50Z", "revision_number": 0, "id": "a29c6512-34e4-479a-9555-57814e6eb8bf", "remote_group_id": "f48c376b-f015-42a5-ae60-e831d97e5bf5", "remote_ip_prefix": null, "created_at": "2018-06-29T16:57:50Z", "security_group_id": "f48c376b-f015-42a5-ae60-e831d97e5bf5", "tenant_id": "ec057e7f82e1407bad00c8c132267cb0", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec057e7f82e1407bad00c8c132267cb0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T16:57:50Z", "revision_number": 0, "id": "728ee50f-d71d-463c-a048-423c24d7725a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T16:57:50Z", "security_group_id": "f48c376b-f015-42a5-ae60-e831d97e5bf5", "tenant_id": "ec057e7f82e1407bad00c8c132267cb0", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec057e7f82e1407bad00c8c132267cb0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T16:57:50Z", "revision_number": 0, "id": "6cde4f71-905a-4699-bc01-4a70c049e0fb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T16:57:50Z", "security_group_id": "f48c376b-f015-42a5-ae60-e831d97e5bf5", "tenant_id": "ec057e7f82e1407bad00c8c132267cb0", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec057e7f82e1407bad00c8c132267cb0"}], "revision_number": 1, "project_id": "ec057e7f82e1407bad00c8c132267cb0", "id": "f48c376b-f015-42a5-ae60-e831d97e5bf5", "name": "default"}]} 2018-06-29 17:01:37,612 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-14e32506-907a-4552-9d25-4b61cf663252 2018-06-29 17:01:37,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a99988d3d352494d0286d8057156e63d0c6902e4" 2018-06-29 17:01:37,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37e61f59-dd5a-4f02-966b-d70f6138a1c7 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.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}} 2018-06-29 17:01:37,781 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 used request id req-37e61f59-dd5a-4f02-966b-d70f6138a1c7 2018-06-29 17:01:37,782 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 528da28f-5ab3-49af-a8b6-893cdf26249b 2018-06-29 17:01:37,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=528da28f-5ab3-49af-a8b6-893cdf26249b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a99988d3d352494d0286d8057156e63d0c6902e4" 2018-06-29 17:01:37,988 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-d8d28b44-db34-4c55-af92-961afb7c97cb Date: Fri, 29 Jun 2018 17:01:37 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-29T17:01:37Z", "security_group_id": "528da28f-5ab3-49af-a8b6-893cdf26249b", "port_range_min": null, "revision_number": 0, "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:01:37Z", "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "2e8e9202-c876-41f5-95b2-d0f168348dd3"}, {"remote_group_id": "528da28f-5ab3-49af-a8b6-893cdf26249b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T17:01:37Z", "security_group_id": "528da28f-5ab3-49af-a8b6-893cdf26249b", "port_range_min": null, "revision_number": 0, "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:01:37Z", "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "cff0aa7d-6c45-4324-a497-dace3f2f638c"}, {"remote_group_id": "528da28f-5ab3-49af-a8b6-893cdf26249b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T17:01:37Z", "security_group_id": "528da28f-5ab3-49af-a8b6-893cdf26249b", "port_range_min": null, "revision_number": 0, "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:01:37Z", "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "def5c9b6-ddd1-48cb-ae49-11e332499423"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T17:01:37Z", "security_group_id": "528da28f-5ab3-49af-a8b6-893cdf26249b", "port_range_min": null, "revision_number": 0, "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:01:37Z", "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "f9a3369c-bed4-4c21-99ad-e1c9fcb010e5"}]} 2018-06-29 17:01:37,988 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=528da28f-5ab3-49af-a8b6-893cdf26249b used request id req-d8d28b44-db34-4c55-af92-961afb7c97cb 2018-06-29 17:01:37,989 - neutron_utils - INFO - Deleting security group with name - default 2018-06-29 17:01:37,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/528da28f-5ab3-49af-a8b6-893cdf26249b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a99988d3d352494d0286d8057156e63d0c6902e4" 2018-06-29 17:01:38,438 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-78f169b1-039f-45ff-b559-937e001c7871 Content-Length: 0 Date: Fri, 29 Jun 2018 17:01:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 17:01:38,438 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/528da28f-5ab3-49af-a8b6-893cdf26249b used request id req-78f169b1-039f-45ff-b559-937e001c7871 2018-06-29 17:01:38,438 - keystone_utils - INFO - Deleting project with name - KeystoneUtilsTests-7e267ea7-c347-4c05-9348-eb01c7e42308-projName 2018-06-29 17:01:38,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/cd34550f618645ad9230ca21b8209285 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a99988d3d352494d0286d8057156e63d0c6902e4" 2018-06-29 17:01:38,671 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 17:01:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3db2b637-f67b-48ae-bcc1-bc2165792835 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 17:01:38,671 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/cd34550f618645ad9230ca21b8209285 used request id req-3db2b637-f67b-48ae-bcc1-bc2165792835 2018-06-29 17:01:38,671 - keystone_utils - INFO - Deleting user with name - KeystoneUtilsTests-7e267ea7-c347-4c05-9348-eb01c7e42308-username 2018-06-29 17:01:38,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/44a94a91707448f0b3c0ca6def43e30a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a99988d3d352494d0286d8057156e63d0c6902e4" 2018-06-29 17:01:38,902 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 17:01:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-53cd66f0-3f6f-4090-b2e7-a81d311f65d3 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 17:01:38,902 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/44a94a91707448f0b3c0ca6def43e30a used request id req-53cd66f0-3f6f-4090-b2e7-a81d311f65d3 2018-06-29 17:01:38,902 - keystone_utils - INFO - Deleting role with name - KeystoneUtilsTests-7e267ea7-c347-4c05-9348-eb01c7e42308-role 2018-06-29 17:01:38,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/ced7c8e5c4f941339f3ba16cba279a1b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a99988d3d352494d0286d8057156e63d0c6902e4" 2018-06-29 17:01:39,072 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 17:01:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c293cf5a-0464-4ade-bb71-3f44c38c1c44 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 17:01:39,072 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/ced7c8e5c4f941339f3ba16cba279a1b used request id req-c293cf5a-0464-4ade-bb71-3f44c38c1c44 2018-06-29 17:01:39,073 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:01:39,591 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:01:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["XMrFeKxJQnCUt7W_mQJ1Yw"], "issued_at": "2018-06-29T17:01:39.000000Z"}} 2018-06-29 17:01:39,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}2c7452c31f832ea1715f12adce5773f54b74e4e0" 2018-06-29 17:01:39,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-feed49cd-f26b-4431-b003-329e0996bbd5 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:01:39,679 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-feed49cd-f26b-4431-b003-329e0996bbd5 2018-06-29 17:01:39,680 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:39,681 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:01:40,070 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:01:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["eKJ5_P2vRUqrBO7T00IdLA"], "issued_at": "2018-06-29T17:01:40.000000Z"}} 2018-06-29 17:01:40,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}3271d0f8cf2b7f1bf960740af5af2e61737c4780" 2018-06-29 17:01:40,158 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd61a632-84c6-4e12-bbe7-a9189a8139da 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:01:40,158 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-bd61a632-84c6-4e12-bbe7-a9189a8139da 2018-06-29 17:01:40,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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 17:01:40,167 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 17:01: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 17:01:40,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3271d0f8cf2b7f1bf960740af5af2e61737c4780" 2018-06-29 17:01:40,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7be57bf1-aaef-4b6a-82b0-49ee75fda9c0 Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/2005dcbb6a484f15aff408e1792f4c11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2005dcbb6a484f15aff408e1792f4c11", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/33feb05f3f33494f9c985ea954828412"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33feb05f3f33494f9c985ea954828412", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/49604a31254c408aac03c04040e4a492"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49604a31254c408aac03c04040e4a492", "email": "placement@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/52a397aa2e1c435594f313aaae1020e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52a397aa2e1c435594f313aaae1020e1", "email": "admin@example.com", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/609cccc8ea7e476f8f5627be68f3b75c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "609cccc8ea7e476f8f5627be68f3b75c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.30:5000/v3/users/74b272bcd5e74ac69f0e48bab315d8fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74b272bcd5e74ac69f0e48bab315d8fd", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/946d568b478f4fe2afb52ad3c6aa3599"}, "domain_id": "4d8bbd9b294943c6b6c411d66b59985e", "enabled": true, "options": {}, "id": "946d568b478f4fe2afb52ad3c6aa3599", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/996c848fe760498aa98c4b25eab56449"}, "domain_id": "default", "enabled": true, "options": {}, "id": "996c848fe760498aa98c4b25eab56449", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/c08b758a1bac47b98ecb35b6a1835aae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c08b758a1bac47b98ecb35b6a1835aae", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.30:5000/v3/users/c471b11c6fc641c89cdf90531991f049"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c471b11c6fc641c89cdf90531991f049", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/d7bd2722b17541f686d623b3ec754032"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7bd2722b17541f686d623b3ec754032", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/dc66feb07fb1453298a1d2111b24fb2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc66feb07fb1453298a1d2111b24fb2a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/f02b66c81983484c95fc312aa5c9af6d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f02b66c81983484c95fc312aa5c9af6d", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/f2c302d81e224a89ba38c4a7ac0ab8c0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2c302d81e224a89ba38c4a7ac0ab8c0", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-06-29 17:01:40,273 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-7be57bf1-aaef-4b6a-82b0-49ee75fda9c0 2018-06-29 17:01:40,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3271d0f8cf2b7f1bf960740af5af2e61737c4780" 2018-06-29 17:01:40,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70f8af18-e95a-40b6-b9df-d74737fd389b Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-06-29 17:01:40,377 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-70f8af18-e95a-40b6-b9df-d74737fd389b 2018-06-29 17:01:40,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3271d0f8cf2b7f1bf960740af5af2e61737c4780" 2018-06-29 17:01:41,039 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a1828d7-c964-4d34-b8bc-ae6ac59fe75f Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1b9f110df41b4dfa96b7be528e7cdade", "links": {"self": "http://172.30.9.30:5000/v3/roles/1b9f110df41b4dfa96b7be528e7cdade"}, "name": "admin"}, {"domain_id": null, "id": "4b6537625af942b9b44ef42a32af16f8", "links": {"self": "http://172.30.9.30:5000/v3/roles/4b6537625af942b9b44ef42a32af16f8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5b71880062704c63bcb0a7c4d6166b81", "links": {"self": "http://172.30.9.30:5000/v3/roles/5b71880062704c63bcb0a7c4d6166b81"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "debe079495a34054bde4a5da5bdd3a9d", "links": {"self": "http://172.30.9.30:5000/v3/roles/debe079495a34054bde4a5da5bdd3a9d"}, "name": "heat_stack_user"}]} 2018-06-29 17:01:41,039 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-5a1828d7-c964-4d34-b8bc-ae6ac59fe75f 2018-06-29 17:01:41,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=admin -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3271d0f8cf2b7f1bf960740af5af2e61737c4780" 2018-06-29 17:01:41,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea2a4eb6-220e-4c25-85e3-4425e67f04e8 Content-Encoding: gzip Content-Length: 231 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=admin", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "id": "d375e46f6f2b472db41ca16f2fc59215", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-06-29 17:01:41,063 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=admin used request id req-ea2a4eb6-220e-4c25-85e3-4425e67f04e8 2018-06-29 17:01:41,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users/42a0f2879f3348e48fc6ca1d2a7728d0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3271d0f8cf2b7f1bf960740af5af2e61737c4780" 2018-06-29 17:01:41,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b7cc6f5-56b8-4877-9fb4-4b5d86b5c072 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/42a0f2879f3348e48fc6ca1d2a7728d0"}, "enabled": true, "id": "42a0f2879f3348e48fc6ca1d2a7728d0", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-09e7157c-2faa-460-name"}} 2018-06-29 17:01:41,175 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/42a0f2879f3348e48fc6ca1d2a7728d0 used request id req-1b7cc6f5-56b8-4877-9fb4-4b5d86b5c072 2018-06-29 17:01:41,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215/users/42a0f2879f3348e48fc6ca1d2a7728d0/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3271d0f8cf2b7f1bf960740af5af2e61737c4780" 2018-06-29 17:01:41,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38c05afc-55e7-4b44-a0de-ca239e1fa547 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215/users/42a0f2879f3348e48fc6ca1d2a7728d0/roles", "previous": null, "next": null}, "roles": []} 2018-06-29 17:01:41,284 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215/users/42a0f2879f3348e48fc6ca1d2a7728d0/roles used request id req-38c05afc-55e7-4b44-a0de-ca239e1fa547 2018-06-29 17:01:41,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/1b9f110df41b4dfa96b7be528e7cdade -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3271d0f8cf2b7f1bf960740af5af2e61737c4780" 2018-06-29 17:01:41,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11ea78c0-b4f9-44bd-aecf-2047f63674eb Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "1b9f110df41b4dfa96b7be528e7cdade", "links": {"self": "http://172.30.9.30:5000/v3/roles/1b9f110df41b4dfa96b7be528e7cdade"}, "name": "admin"}} 2018-06-29 17:01:41,306 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/1b9f110df41b4dfa96b7be528e7cdade used request id req-11ea78c0-b4f9-44bd-aecf-2047f63674eb 2018-06-29 17:01:41,307 - keystone_utils - INFO - Granting role admin to project admin 2018-06-29 17:01:41,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215/users/42a0f2879f3348e48fc6ca1d2a7728d0/roles/1b9f110df41b4dfa96b7be528e7cdade -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3271d0f8cf2b7f1bf960740af5af2e61737c4780" 2018-06-29 17:01:41,490 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 17:01:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e20e59dd-b96c-4d83-97ed-2f354690f007 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 17:01:41,491 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215/users/42a0f2879f3348e48fc6ca1d2a7728d0/roles/1b9f110df41b4dfa96b7be528e7cdade used request id req-e20e59dd-b96c-4d83-97ed-2f354690f007 2018-06-29 17:01:41,491 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-09e7157c-2faa-460-name 2018-06-29 17:01:41,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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 17:01:41,499 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 17:01: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 17:01:41,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c7452c31f832ea1715f12adce5773f54b74e4e0" 2018-06-29 17:01:41,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04674a33-bb84-4671-9043-2dc0c980d2a0 Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/2005dcbb6a484f15aff408e1792f4c11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2005dcbb6a484f15aff408e1792f4c11", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/33feb05f3f33494f9c985ea954828412"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33feb05f3f33494f9c985ea954828412", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-09e7157c-2faa-460-name", "links": {"self": "http://172.30.9.30:5000/v3/users/42a0f2879f3348e48fc6ca1d2a7728d0"}, "domain_id": "default", "enabled": true, "id": "42a0f2879f3348e48fc6ca1d2a7728d0", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/49604a31254c408aac03c04040e4a492"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49604a31254c408aac03c04040e4a492", "email": "placement@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/52a397aa2e1c435594f313aaae1020e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52a397aa2e1c435594f313aaae1020e1", "email": "admin@example.com", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/609cccc8ea7e476f8f5627be68f3b75c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "609cccc8ea7e476f8f5627be68f3b75c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.30:5000/v3/users/74b272bcd5e74ac69f0e48bab315d8fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74b272bcd5e74ac69f0e48bab315d8fd", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/946d568b478f4fe2afb52ad3c6aa3599"}, "domain_id": "4d8bbd9b294943c6b6c411d66b59985e", "enabled": true, "options": {}, "id": "946d568b478f4fe2afb52ad3c6aa3599", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/996c848fe760498aa98c4b25eab56449"}, "domain_id": "default", "enabled": true, "options": {}, "id": "996c848fe760498aa98c4b25eab56449", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/c08b758a1bac47b98ecb35b6a1835aae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c08b758a1bac47b98ecb35b6a1835aae", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.30:5000/v3/users/c471b11c6fc641c89cdf90531991f049"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c471b11c6fc641c89cdf90531991f049", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/d7bd2722b17541f686d623b3ec754032"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7bd2722b17541f686d623b3ec754032", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/dc66feb07fb1453298a1d2111b24fb2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc66feb07fb1453298a1d2111b24fb2a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/f02b66c81983484c95fc312aa5c9af6d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f02b66c81983484c95fc312aa5c9af6d", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/f2c302d81e224a89ba38c4a7ac0ab8c0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2c302d81e224a89ba38c4a7ac0ab8c0", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-06-29 17:01:41,622 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-04674a33-bb84-4671-9043-2dc0c980d2a0 2018-06-29 17:01:41,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c7452c31f832ea1715f12adce5773f54b74e4e0" 2018-06-29 17:01:41,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86c0b85a-21a4-4474-854e-9378c71a8e6a Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1b9f110df41b4dfa96b7be528e7cdade", "links": {"self": "http://172.30.9.30:5000/v3/roles/1b9f110df41b4dfa96b7be528e7cdade"}, "name": "admin"}, {"domain_id": null, "id": "4b6537625af942b9b44ef42a32af16f8", "links": {"self": "http://172.30.9.30:5000/v3/roles/4b6537625af942b9b44ef42a32af16f8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5b71880062704c63bcb0a7c4d6166b81", "links": {"self": "http://172.30.9.30:5000/v3/roles/5b71880062704c63bcb0a7c4d6166b81"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "debe079495a34054bde4a5da5bdd3a9d", "links": {"self": "http://172.30.9.30:5000/v3/roles/debe079495a34054bde4a5da5bdd3a9d"}, "name": "heat_stack_user"}]} 2018-06-29 17:01:41,722 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-86c0b85a-21a4-4474-854e-9378c71a8e6a 2018-06-29 17:01:41,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=admin -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c7452c31f832ea1715f12adce5773f54b74e4e0" 2018-06-29 17:01:41,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9cb60494-f43c-4809-a837-8dea5bac03a3 Content-Encoding: gzip Content-Length: 231 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=admin", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "id": "d375e46f6f2b472db41ca16f2fc59215", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-06-29 17:01:41,748 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=admin used request id req-9cb60494-f43c-4809-a837-8dea5bac03a3 2018-06-29 17:01:41,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215/users/42a0f2879f3348e48fc6ca1d2a7728d0/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c7452c31f832ea1715f12adce5773f54b74e4e0" 2018-06-29 17:01:41,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9485a421-c2f3-4479-8423-eb839ed30861 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215/users/42a0f2879f3348e48fc6ca1d2a7728d0/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1b9f110df41b4dfa96b7be528e7cdade", "links": {"self": "http://172.30.9.30:5000/v3/roles/1b9f110df41b4dfa96b7be528e7cdade"}, "name": "admin"}]} 2018-06-29 17:01:41,875 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215/users/42a0f2879f3348e48fc6ca1d2a7728d0/roles used request id req-9485a421-c2f3-4479-8423-eb839ed30861 2018-06-29 17:01:41,876 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-09e7157c-2faa-460-name 2018-06-29 17:01:41,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/42a0f2879f3348e48fc6ca1d2a7728d0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3271d0f8cf2b7f1bf960740af5af2e61737c4780" 2018-06-29 17:01:42,086 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 17:01:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-364febc3-cee6-440b-8b83-8fe531b3f0e4 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 17:01:42,087 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/42a0f2879f3348e48fc6ca1d2a7728d0 used request id req-364febc3-cee6-440b-8b83-8fe531b3f0e4 2018-06-29 17:01:42,088 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:01:42,478 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:01:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["e-WB-uFFTKOYMW7T4KKiTg"], "issued_at": "2018-06-29T17:01:42.000000Z"}} 2018-06-29 17:01:42,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}c24b642f0160a784d12d93ab7295d19525abbf66" 2018-06-29 17:01:42,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40d6744c-0727-43a4-b195-48e49dae1afa 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:01:42,495 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-40d6744c-0727-43a4-b195-48e49dae1afa 2018-06-29 17:01:42,496 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:42,497 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:01:42,900 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:01:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["O-8ZQqdNQPWjfALBIbYy6Q"], "issued_at": "2018-06-29T17:01:42.000000Z"}} 2018-06-29 17:01:42,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}82a5ad705cceae59eb25f7d56df31cc34f34ef4b" 2018-06-29 17:01:42,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65229220-678a-4129-bd8c-c235a7139da3 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:01:42,986 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-65229220-678a-4129-bd8c-c235a7139da3 2018-06-29 17:01:42,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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 17:01:42,996 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 17:01: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 17:01:42,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82a5ad705cceae59eb25f7d56df31cc34f34ef4b" 2018-06-29 17:01:43,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd946ec0-e82c-40a9-b6f9-6546afb3556a Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/2005dcbb6a484f15aff408e1792f4c11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2005dcbb6a484f15aff408e1792f4c11", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/33feb05f3f33494f9c985ea954828412"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33feb05f3f33494f9c985ea954828412", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/49604a31254c408aac03c04040e4a492"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49604a31254c408aac03c04040e4a492", "email": "placement@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/52a397aa2e1c435594f313aaae1020e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52a397aa2e1c435594f313aaae1020e1", "email": "admin@example.com", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/609cccc8ea7e476f8f5627be68f3b75c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "609cccc8ea7e476f8f5627be68f3b75c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.30:5000/v3/users/74b272bcd5e74ac69f0e48bab315d8fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74b272bcd5e74ac69f0e48bab315d8fd", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/946d568b478f4fe2afb52ad3c6aa3599"}, "domain_id": "4d8bbd9b294943c6b6c411d66b59985e", "enabled": true, "options": {}, "id": "946d568b478f4fe2afb52ad3c6aa3599", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/996c848fe760498aa98c4b25eab56449"}, "domain_id": "default", "enabled": true, "options": {}, "id": "996c848fe760498aa98c4b25eab56449", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/c08b758a1bac47b98ecb35b6a1835aae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c08b758a1bac47b98ecb35b6a1835aae", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.30:5000/v3/users/c471b11c6fc641c89cdf90531991f049"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c471b11c6fc641c89cdf90531991f049", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/d7bd2722b17541f686d623b3ec754032"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7bd2722b17541f686d623b3ec754032", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/dc66feb07fb1453298a1d2111b24fb2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc66feb07fb1453298a1d2111b24fb2a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/f02b66c81983484c95fc312aa5c9af6d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f02b66c81983484c95fc312aa5c9af6d", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/f2c302d81e224a89ba38c4a7ac0ab8c0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2c302d81e224a89ba38c4a7ac0ab8c0", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-06-29 17:01:43,111 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-cd946ec0-e82c-40a9-b6f9-6546afb3556a 2018-06-29 17:01:43,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82a5ad705cceae59eb25f7d56df31cc34f34ef4b" 2018-06-29 17:01:43,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6105c7ac-ed2f-471f-97dc-8174ab10d208 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-06-29 17:01:43,206 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-6105c7ac-ed2f-471f-97dc-8174ab10d208 2018-06-29 17:01:43,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82a5ad705cceae59eb25f7d56df31cc34f34ef4b" 2018-06-29 17:01:43,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f781781-3ed4-478c-b63e-cbb71bb93588 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1b9f110df41b4dfa96b7be528e7cdade", "links": {"self": "http://172.30.9.30:5000/v3/roles/1b9f110df41b4dfa96b7be528e7cdade"}, "name": "admin"}, {"domain_id": null, "id": "4b6537625af942b9b44ef42a32af16f8", "links": {"self": "http://172.30.9.30:5000/v3/roles/4b6537625af942b9b44ef42a32af16f8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5b71880062704c63bcb0a7c4d6166b81", "links": {"self": "http://172.30.9.30:5000/v3/roles/5b71880062704c63bcb0a7c4d6166b81"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "debe079495a34054bde4a5da5bdd3a9d", "links": {"self": "http://172.30.9.30:5000/v3/roles/debe079495a34054bde4a5da5bdd3a9d"}, "name": "heat_stack_user"}]} 2018-06-29 17:01:43,734 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-8f781781-3ed4-478c-b63e-cbb71bb93588 2018-06-29 17:01:43,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=admin -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82a5ad705cceae59eb25f7d56df31cc34f34ef4b" 2018-06-29 17:01:43,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9c1e3f1-c5b4-459c-b684-9adbbaa34dd0 Content-Encoding: gzip Content-Length: 231 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=admin", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "id": "d375e46f6f2b472db41ca16f2fc59215", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-06-29 17:01:43,828 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=admin used request id req-d9c1e3f1-c5b4-459c-b684-9adbbaa34dd0 2018-06-29 17:01:43,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users/a4377c8001a641a784beebfd179f1329 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82a5ad705cceae59eb25f7d56df31cc34f34ef4b" 2018-06-29 17:01:43,942 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a534da1-8444-4d3a-98ca-e3a82194b44f Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/a4377c8001a641a784beebfd179f1329"}, "enabled": true, "id": "a4377c8001a641a784beebfd179f1329", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-91b4ba51-fd9c-491-name"}} 2018-06-29 17:01:43,942 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/a4377c8001a641a784beebfd179f1329 used request id req-0a534da1-8444-4d3a-98ca-e3a82194b44f 2018-06-29 17:01:43,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215/users/a4377c8001a641a784beebfd179f1329/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82a5ad705cceae59eb25f7d56df31cc34f34ef4b" 2018-06-29 17:01:43,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77896667-888f-4e31-b0f5-a9214b6da296 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215/users/a4377c8001a641a784beebfd179f1329/roles", "previous": null, "next": null}, "roles": []} 2018-06-29 17:01:43,983 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215/users/a4377c8001a641a784beebfd179f1329/roles used request id req-77896667-888f-4e31-b0f5-a9214b6da296 2018-06-29 17:01:43,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/1b9f110df41b4dfa96b7be528e7cdade -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82a5ad705cceae59eb25f7d56df31cc34f34ef4b" 2018-06-29 17:01:44,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a3b9b04-44a5-4192-bdab-d0ec8656de68 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "1b9f110df41b4dfa96b7be528e7cdade", "links": {"self": "http://172.30.9.30:5000/v3/roles/1b9f110df41b4dfa96b7be528e7cdade"}, "name": "admin"}} 2018-06-29 17:01:44,075 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/1b9f110df41b4dfa96b7be528e7cdade used request id req-6a3b9b04-44a5-4192-bdab-d0ec8656de68 2018-06-29 17:01:44,076 - keystone_utils - INFO - Granting role admin to project admin 2018-06-29 17:01:44,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215/users/a4377c8001a641a784beebfd179f1329/roles/1b9f110df41b4dfa96b7be528e7cdade -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82a5ad705cceae59eb25f7d56df31cc34f34ef4b" 2018-06-29 17:01:44,223 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 17:01:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-611b193c-c64a-4a8d-b710-8270c16d6434 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 17:01:44,223 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215/users/a4377c8001a641a784beebfd179f1329/roles/1b9f110df41b4dfa96b7be528e7cdade used request id req-611b193c-c64a-4a8d-b710-8270c16d6434 2018-06-29 17:01:44,223 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-91b4ba51-fd9c-491-name 2018-06-29 17:01:44,223 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-91b4ba51-fd9c-491-name 2018-06-29 17:01:44,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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 17:01:44,232 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 17:01: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 17:01:44,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/a4377c8001a641a784beebfd179f1329 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c24b642f0160a784d12d93ab7295d19525abbf66" 2018-06-29 17:01:44,474 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 17:01:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a50bc394-8e61-4f3b-bf92-5441e05937be 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 17:01:44,474 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/a4377c8001a641a784beebfd179f1329 used request id req-a50bc394-8e61-4f3b-bf92-5441e05937be 2018-06-29 17:01:44,474 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-91b4ba51-fd9c-491-name 2018-06-29 17:01:44,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/a4377c8001a641a784beebfd179f1329 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82a5ad705cceae59eb25f7d56df31cc34f34ef4b" 2018-06-29 17:01:44,586 - keystoneauth.session - DEBUG - RESP: [404] Date: Fri, 29 Jun 2018 17:01:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f4cd6b25-1498-44ef-a560-ad42e7b1079b Content-Length: 115 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find user: a4377c8001a641a784beebfd179f1329.", "code": 404, "title": "Not Found"}} 2018-06-29 17:01:44,587 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/a4377c8001a641a784beebfd179f1329 used request id req-f4cd6b25-1498-44ef-a560-ad42e7b1079b 2018-06-29 17:01:44,587 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-06-29 17:01:44,588 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:01:44,994 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:01:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["rwAQnSujSrKoezXGc-MR0Q"], "issued_at": "2018-06-29T17:01:44.000000Z"}} 2018-06-29 17:01:44,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}da04e2766479ab3ef25c1b147b9fee434da04590" 2018-06-29 17:01:45,080 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb734d38-c3ef-4594-9421-8dc00d858499 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:01:45,081 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-cb734d38-c3ef-4594-9421-8dc00d858499 2018-06-29 17:01:45,082 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:45,083 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:01:45,492 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:01:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["rfqQATuVTpmi7bSibfqq3Q"], "issued_at": "2018-06-29T17:01:45.000000Z"}} 2018-06-29 17:01:45,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}c8f13ba6d5fd6d30e76b5b6f436d83781c686a71" 2018-06-29 17:01:45,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35b10bcb-ec96-4bdb-90fa-16daff11833b 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:01:45,582 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-35b10bcb-ec96-4bdb-90fa-16daff11833b 2018-06-29 17:01:45,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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 17:01:45,591 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 17:01:45 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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 17:01:45,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8f13ba6d5fd6d30e76b5b6f436d83781c686a71" 2018-06-29 17:01:45,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da9dd082-6da9-4769-9b08-64b9672e027a Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/2005dcbb6a484f15aff408e1792f4c11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2005dcbb6a484f15aff408e1792f4c11", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/33feb05f3f33494f9c985ea954828412"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33feb05f3f33494f9c985ea954828412", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/49604a31254c408aac03c04040e4a492"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49604a31254c408aac03c04040e4a492", "email": "placement@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/52a397aa2e1c435594f313aaae1020e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52a397aa2e1c435594f313aaae1020e1", "email": "admin@example.com", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/609cccc8ea7e476f8f5627be68f3b75c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "609cccc8ea7e476f8f5627be68f3b75c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.30:5000/v3/users/74b272bcd5e74ac69f0e48bab315d8fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74b272bcd5e74ac69f0e48bab315d8fd", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/946d568b478f4fe2afb52ad3c6aa3599"}, "domain_id": "4d8bbd9b294943c6b6c411d66b59985e", "enabled": true, "options": {}, "id": "946d568b478f4fe2afb52ad3c6aa3599", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/996c848fe760498aa98c4b25eab56449"}, "domain_id": "default", "enabled": true, "options": {}, "id": "996c848fe760498aa98c4b25eab56449", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/c08b758a1bac47b98ecb35b6a1835aae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c08b758a1bac47b98ecb35b6a1835aae", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.30:5000/v3/users/c471b11c6fc641c89cdf90531991f049"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c471b11c6fc641c89cdf90531991f049", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/d7bd2722b17541f686d623b3ec754032"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7bd2722b17541f686d623b3ec754032", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/dc66feb07fb1453298a1d2111b24fb2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc66feb07fb1453298a1d2111b24fb2a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/f02b66c81983484c95fc312aa5c9af6d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f02b66c81983484c95fc312aa5c9af6d", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/f2c302d81e224a89ba38c4a7ac0ab8c0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2c302d81e224a89ba38c4a7ac0ab8c0", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-06-29 17:01:45,702 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-da9dd082-6da9-4769-9b08-64b9672e027a 2018-06-29 17:01:45,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8f13ba6d5fd6d30e76b5b6f436d83781c686a71" 2018-06-29 17:01:45,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb0fafbe-e608-4006-9ef5-4c600a4e9621 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-06-29 17:01:45,809 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-bb0fafbe-e608-4006-9ef5-4c600a4e9621 2018-06-29 17:01:46,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8f13ba6d5fd6d30e76b5b6f436d83781c686a71" 2018-06-29 17:01:46,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93913835-723d-44fa-8428-99407eba97cb Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1b9f110df41b4dfa96b7be528e7cdade", "links": {"self": "http://172.30.9.30:5000/v3/roles/1b9f110df41b4dfa96b7be528e7cdade"}, "name": "admin"}, {"domain_id": null, "id": "4b6537625af942b9b44ef42a32af16f8", "links": {"self": "http://172.30.9.30:5000/v3/roles/4b6537625af942b9b44ef42a32af16f8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5b71880062704c63bcb0a7c4d6166b81", "links": {"self": "http://172.30.9.30:5000/v3/roles/5b71880062704c63bcb0a7c4d6166b81"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "debe079495a34054bde4a5da5bdd3a9d", "links": {"self": "http://172.30.9.30:5000/v3/roles/debe079495a34054bde4a5da5bdd3a9d"}, "name": "heat_stack_user"}]} 2018-06-29 17:01:46,366 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-93913835-723d-44fa-8428-99407eba97cb 2018-06-29 17:01:46,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=admin -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8f13ba6d5fd6d30e76b5b6f436d83781c686a71" 2018-06-29 17:01:46,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04dfab87-ee67-4fb7-993e-a4d45c90a134 Content-Encoding: gzip Content-Length: 231 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=admin", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "id": "d375e46f6f2b472db41ca16f2fc59215", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-06-29 17:01:46,391 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=admin used request id req-04dfab87-ee67-4fb7-993e-a4d45c90a134 2018-06-29 17:01:46,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users/3d5f2e0ea90f4b3696853ba607ba8163 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8f13ba6d5fd6d30e76b5b6f436d83781c686a71" 2018-06-29 17:01:46,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8fb3d78d-267c-4038-962c-27ca13932eb2 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/3d5f2e0ea90f4b3696853ba607ba8163"}, "enabled": true, "id": "3d5f2e0ea90f4b3696853ba607ba8163", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-92c31bf9-4e21-490-name"}} 2018-06-29 17:01:46,585 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/3d5f2e0ea90f4b3696853ba607ba8163 used request id req-8fb3d78d-267c-4038-962c-27ca13932eb2 2018-06-29 17:01:46,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215/users/3d5f2e0ea90f4b3696853ba607ba8163/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8f13ba6d5fd6d30e76b5b6f436d83781c686a71" 2018-06-29 17:01:46,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78ae2f48-b0b7-462f-9b44-d356528449a9 Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215/users/3d5f2e0ea90f4b3696853ba607ba8163/roles", "previous": null, "next": null}, "roles": []} 2018-06-29 17:01:46,704 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215/users/3d5f2e0ea90f4b3696853ba607ba8163/roles used request id req-78ae2f48-b0b7-462f-9b44-d356528449a9 2018-06-29 17:01:46,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/1b9f110df41b4dfa96b7be528e7cdade -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8f13ba6d5fd6d30e76b5b6f436d83781c686a71" 2018-06-29 17:01:46,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73a91d92-e1ec-4bcf-b151-ff925bde4481 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "1b9f110df41b4dfa96b7be528e7cdade", "links": {"self": "http://172.30.9.30:5000/v3/roles/1b9f110df41b4dfa96b7be528e7cdade"}, "name": "admin"}} 2018-06-29 17:01:46,799 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/1b9f110df41b4dfa96b7be528e7cdade used request id req-73a91d92-e1ec-4bcf-b151-ff925bde4481 2018-06-29 17:01:46,800 - keystone_utils - INFO - Granting role admin to project admin 2018-06-29 17:01:46,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215/users/3d5f2e0ea90f4b3696853ba607ba8163/roles/1b9f110df41b4dfa96b7be528e7cdade -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8f13ba6d5fd6d30e76b5b6f436d83781c686a71" 2018-06-29 17:01:46,979 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 17:01:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-15b6021d-965c-4db1-9190-1514182069f3 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 17:01:46,979 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215/users/3d5f2e0ea90f4b3696853ba607ba8163/roles/1b9f110df41b4dfa96b7be528e7cdade used request id req-15b6021d-965c-4db1-9190-1514182069f3 2018-06-29 17:01:46,979 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-92c31bf9-4e21-490-name 2018-06-29 17:01:46,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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 17:01:46,988 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 17:01:46 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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 17:01:46,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da04e2766479ab3ef25c1b147b9fee434da04590" 2018-06-29 17:01:47,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42422aaa-5f74-49b5-8256-c56312231a62 Content-Encoding: gzip Content-Length: 835 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/2005dcbb6a484f15aff408e1792f4c11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2005dcbb6a484f15aff408e1792f4c11", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/33feb05f3f33494f9c985ea954828412"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33feb05f3f33494f9c985ea954828412", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-92c31bf9-4e21-490-name", "links": {"self": "http://172.30.9.30:5000/v3/users/3d5f2e0ea90f4b3696853ba607ba8163"}, "domain_id": "default", "enabled": true, "id": "3d5f2e0ea90f4b3696853ba607ba8163", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/49604a31254c408aac03c04040e4a492"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49604a31254c408aac03c04040e4a492", "email": "placement@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/52a397aa2e1c435594f313aaae1020e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52a397aa2e1c435594f313aaae1020e1", "email": "admin@example.com", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/609cccc8ea7e476f8f5627be68f3b75c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "609cccc8ea7e476f8f5627be68f3b75c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.30:5000/v3/users/74b272bcd5e74ac69f0e48bab315d8fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74b272bcd5e74ac69f0e48bab315d8fd", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/946d568b478f4fe2afb52ad3c6aa3599"}, "domain_id": "4d8bbd9b294943c6b6c411d66b59985e", "enabled": true, "options": {}, "id": "946d568b478f4fe2afb52ad3c6aa3599", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/996c848fe760498aa98c4b25eab56449"}, "domain_id": "default", "enabled": true, "options": {}, "id": "996c848fe760498aa98c4b25eab56449", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/c08b758a1bac47b98ecb35b6a1835aae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c08b758a1bac47b98ecb35b6a1835aae", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.30:5000/v3/users/c471b11c6fc641c89cdf90531991f049"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c471b11c6fc641c89cdf90531991f049", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/d7bd2722b17541f686d623b3ec754032"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7bd2722b17541f686d623b3ec754032", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/dc66feb07fb1453298a1d2111b24fb2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc66feb07fb1453298a1d2111b24fb2a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/f02b66c81983484c95fc312aa5c9af6d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f02b66c81983484c95fc312aa5c9af6d", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/f2c302d81e224a89ba38c4a7ac0ab8c0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2c302d81e224a89ba38c4a7ac0ab8c0", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-06-29 17:01:47,098 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-42422aaa-5f74-49b5-8256-c56312231a62 2018-06-29 17:01:47,099 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-92c31bf9-4e21-490-name 2018-06-29 17:01:47,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/3d5f2e0ea90f4b3696853ba607ba8163 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8f13ba6d5fd6d30e76b5b6f436d83781c686a71" 2018-06-29 17:01:47,333 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 17:01:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-14ce354a-d185-4342-aee6-be3a59f99500 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 17:01:47,333 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/3d5f2e0ea90f4b3696853ba607ba8163 used request id req-14ce354a-d185-4342-aee6-be3a59f99500 2018-06-29 17:01:47,335 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:01:47,738 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:01:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["2c21EUTCSkmAsWpbZuOvUQ"], "issued_at": "2018-06-29T17:01:47.000000Z"}} 2018-06-29 17:01:47,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}5f5148156f2a187a8b6f30831f52ef6a8d830baa" 2018-06-29 17:01:47,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fdbcae8f-1d79-4cc4-99e0-90a25d9385c7 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:01:47,834 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-fdbcae8f-1d79-4cc4-99e0-90a25d9385c7 2018-06-29 17:01:47,835 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:47,836 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:01:48,225 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:01:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["_DtGT_8jTA2Qg714jgDdfg"], "issued_at": "2018-06-29T17:01:48.000000Z"}} 2018-06-29 17:01:48,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}1c2fdb4701fdd9e45d4e520727b60cb5bc683da5" 2018-06-29 17:01:48,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b84eb636-7cf9-4462-860e-0549f418d89d 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:01:48,326 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-b84eb636-7cf9-4462-860e-0549f418d89d 2018-06-29 17:01:48,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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 17:01:48,336 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 17:01:48 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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 17:01:48,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c2fdb4701fdd9e45d4e520727b60cb5bc683da5" 2018-06-29 17:01:48,444 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f46e90a-22e8-4379-8024-a1317922f0a9 Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/2005dcbb6a484f15aff408e1792f4c11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2005dcbb6a484f15aff408e1792f4c11", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/33feb05f3f33494f9c985ea954828412"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33feb05f3f33494f9c985ea954828412", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/49604a31254c408aac03c04040e4a492"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49604a31254c408aac03c04040e4a492", "email": "placement@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/52a397aa2e1c435594f313aaae1020e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52a397aa2e1c435594f313aaae1020e1", "email": "admin@example.com", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/609cccc8ea7e476f8f5627be68f3b75c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "609cccc8ea7e476f8f5627be68f3b75c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.30:5000/v3/users/74b272bcd5e74ac69f0e48bab315d8fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74b272bcd5e74ac69f0e48bab315d8fd", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/946d568b478f4fe2afb52ad3c6aa3599"}, "domain_id": "4d8bbd9b294943c6b6c411d66b59985e", "enabled": true, "options": {}, "id": "946d568b478f4fe2afb52ad3c6aa3599", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/996c848fe760498aa98c4b25eab56449"}, "domain_id": "default", "enabled": true, "options": {}, "id": "996c848fe760498aa98c4b25eab56449", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/c08b758a1bac47b98ecb35b6a1835aae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c08b758a1bac47b98ecb35b6a1835aae", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.30:5000/v3/users/c471b11c6fc641c89cdf90531991f049"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c471b11c6fc641c89cdf90531991f049", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/d7bd2722b17541f686d623b3ec754032"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7bd2722b17541f686d623b3ec754032", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/dc66feb07fb1453298a1d2111b24fb2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc66feb07fb1453298a1d2111b24fb2a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/f02b66c81983484c95fc312aa5c9af6d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f02b66c81983484c95fc312aa5c9af6d", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/f2c302d81e224a89ba38c4a7ac0ab8c0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2c302d81e224a89ba38c4a7ac0ab8c0", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-06-29 17:01:48,444 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-4f46e90a-22e8-4379-8024-a1317922f0a9 2018-06-29 17:01:48,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c2fdb4701fdd9e45d4e520727b60cb5bc683da5" 2018-06-29 17:01:48,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-279218c7-94f3-492a-90fc-de4c63881c6b Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-06-29 17:01:48,546 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-279218c7-94f3-492a-90fc-de4c63881c6b 2018-06-29 17:01:48,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c2fdb4701fdd9e45d4e520727b60cb5bc683da5" 2018-06-29 17:01:49,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99526e29-359b-4e83-997e-b702f2e8e3cf Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1b9f110df41b4dfa96b7be528e7cdade", "links": {"self": "http://172.30.9.30:5000/v3/roles/1b9f110df41b4dfa96b7be528e7cdade"}, "name": "admin"}, {"domain_id": null, "id": "4b6537625af942b9b44ef42a32af16f8", "links": {"self": "http://172.30.9.30:5000/v3/roles/4b6537625af942b9b44ef42a32af16f8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5b71880062704c63bcb0a7c4d6166b81", "links": {"self": "http://172.30.9.30:5000/v3/roles/5b71880062704c63bcb0a7c4d6166b81"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "debe079495a34054bde4a5da5bdd3a9d", "links": {"self": "http://172.30.9.30:5000/v3/roles/debe079495a34054bde4a5da5bdd3a9d"}, "name": "heat_stack_user"}]} 2018-06-29 17:01:49,050 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-99526e29-359b-4e83-997e-b702f2e8e3cf 2018-06-29 17:01:49,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=admin -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c2fdb4701fdd9e45d4e520727b60cb5bc683da5" 2018-06-29 17:01:49,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c7caff9-99b2-42f7-8710-87d7fb62584d Content-Encoding: gzip Content-Length: 231 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=admin", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "id": "d375e46f6f2b472db41ca16f2fc59215", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-06-29 17:01:49,150 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=admin used request id req-3c7caff9-99b2-42f7-8710-87d7fb62584d 2018-06-29 17:01:49,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users/221514add3dd4e06b5bbcac96a0c1e15 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c2fdb4701fdd9e45d4e520727b60cb5bc683da5" 2018-06-29 17:01:49,266 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86b57794-8757-45d6-93d5-7a426659ce83 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/221514add3dd4e06b5bbcac96a0c1e15"}, "enabled": true, "id": "221514add3dd4e06b5bbcac96a0c1e15", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-b749ad72-be45-46a-name"}} 2018-06-29 17:01:49,266 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/221514add3dd4e06b5bbcac96a0c1e15 used request id req-86b57794-8757-45d6-93d5-7a426659ce83 2018-06-29 17:01:49,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215/users/221514add3dd4e06b5bbcac96a0c1e15/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c2fdb4701fdd9e45d4e520727b60cb5bc683da5" 2018-06-29 17:01:49,378 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a1a73d6-250e-47d2-922b-2725602dfa2e Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215/users/221514add3dd4e06b5bbcac96a0c1e15/roles", "previous": null, "next": null}, "roles": []} 2018-06-29 17:01:49,378 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215/users/221514add3dd4e06b5bbcac96a0c1e15/roles used request id req-4a1a73d6-250e-47d2-922b-2725602dfa2e 2018-06-29 17:01:49,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/1b9f110df41b4dfa96b7be528e7cdade -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c2fdb4701fdd9e45d4e520727b60cb5bc683da5" 2018-06-29 17:01:49,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09622bc9-92d2-4b2a-9de6-d01067621780 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "1b9f110df41b4dfa96b7be528e7cdade", "links": {"self": "http://172.30.9.30:5000/v3/roles/1b9f110df41b4dfa96b7be528e7cdade"}, "name": "admin"}} 2018-06-29 17:01:49,484 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/1b9f110df41b4dfa96b7be528e7cdade used request id req-09622bc9-92d2-4b2a-9de6-d01067621780 2018-06-29 17:01:49,485 - keystone_utils - INFO - Granting role admin to project admin 2018-06-29 17:01:49,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215/users/221514add3dd4e06b5bbcac96a0c1e15/roles/1b9f110df41b4dfa96b7be528e7cdade -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c2fdb4701fdd9e45d4e520727b60cb5bc683da5" 2018-06-29 17:01:49,671 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 17:01:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ad180d75-e3ed-42b8-9f1a-2609eba77794 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 17:01:49,671 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215/users/221514add3dd4e06b5bbcac96a0c1e15/roles/1b9f110df41b4dfa96b7be528e7cdade used request id req-ad180d75-e3ed-42b8-9f1a-2609eba77794 2018-06-29 17:01:49,671 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-b749ad72-be45-46a-name 2018-06-29 17:01:49,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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 17:01:49,680 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 17:01: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 17:01:49,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f5148156f2a187a8b6f30831f52ef6a8d830baa" 2018-06-29 17:01:49,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-383a8775-b105-4b2b-bdfc-9509b19b0b27 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/2005dcbb6a484f15aff408e1792f4c11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2005dcbb6a484f15aff408e1792f4c11", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-b749ad72-be45-46a-name", "links": {"self": "http://172.30.9.30:5000/v3/users/221514add3dd4e06b5bbcac96a0c1e15"}, "domain_id": "default", "enabled": true, "id": "221514add3dd4e06b5bbcac96a0c1e15", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/33feb05f3f33494f9c985ea954828412"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33feb05f3f33494f9c985ea954828412", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/49604a31254c408aac03c04040e4a492"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49604a31254c408aac03c04040e4a492", "email": "placement@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/52a397aa2e1c435594f313aaae1020e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52a397aa2e1c435594f313aaae1020e1", "email": "admin@example.com", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/609cccc8ea7e476f8f5627be68f3b75c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "609cccc8ea7e476f8f5627be68f3b75c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.30:5000/v3/users/74b272bcd5e74ac69f0e48bab315d8fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74b272bcd5e74ac69f0e48bab315d8fd", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/946d568b478f4fe2afb52ad3c6aa3599"}, "domain_id": "4d8bbd9b294943c6b6c411d66b59985e", "enabled": true, "options": {}, "id": "946d568b478f4fe2afb52ad3c6aa3599", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/996c848fe760498aa98c4b25eab56449"}, "domain_id": "default", "enabled": true, "options": {}, "id": "996c848fe760498aa98c4b25eab56449", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/c08b758a1bac47b98ecb35b6a1835aae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c08b758a1bac47b98ecb35b6a1835aae", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.30:5000/v3/users/c471b11c6fc641c89cdf90531991f049"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c471b11c6fc641c89cdf90531991f049", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/d7bd2722b17541f686d623b3ec754032"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7bd2722b17541f686d623b3ec754032", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/dc66feb07fb1453298a1d2111b24fb2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc66feb07fb1453298a1d2111b24fb2a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/f02b66c81983484c95fc312aa5c9af6d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f02b66c81983484c95fc312aa5c9af6d", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/f2c302d81e224a89ba38c4a7ac0ab8c0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2c302d81e224a89ba38c4a7ac0ab8c0", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-06-29 17:01:49,792 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-383a8775-b105-4b2b-bdfc-9509b19b0b27 2018-06-29 17:01:49,793 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:49,794 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:01:50,193 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:01:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["aFJF_jLxQrus_fP_5KKwLg"], "issued_at": "2018-06-29T17:01:50.000000Z"}} 2018-06-29 17:01:50,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}f984b7ad3bd081eba0382962ee9be4c134b86490" 2018-06-29 17:01:50,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a681920-1d3b-4f7e-a3b4-4dd42bee6972 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:01:50,208 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-0a681920-1d3b-4f7e-a3b4-4dd42bee6972 2018-06-29 17:01:50,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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 17:01:50,220 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 17:01: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://172.30.9.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 17:01:50,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f984b7ad3bd081eba0382962ee9be4c134b86490" 2018-06-29 17:01:50,338 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2434e5b2-d493-428d-a934-548469ee3b09 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/2005dcbb6a484f15aff408e1792f4c11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2005dcbb6a484f15aff408e1792f4c11", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-b749ad72-be45-46a-name", "links": {"self": "http://172.30.9.30:5000/v3/users/221514add3dd4e06b5bbcac96a0c1e15"}, "domain_id": "default", "enabled": true, "id": "221514add3dd4e06b5bbcac96a0c1e15", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/33feb05f3f33494f9c985ea954828412"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33feb05f3f33494f9c985ea954828412", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/49604a31254c408aac03c04040e4a492"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49604a31254c408aac03c04040e4a492", "email": "placement@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/52a397aa2e1c435594f313aaae1020e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52a397aa2e1c435594f313aaae1020e1", "email": "admin@example.com", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/609cccc8ea7e476f8f5627be68f3b75c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "609cccc8ea7e476f8f5627be68f3b75c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.30:5000/v3/users/74b272bcd5e74ac69f0e48bab315d8fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74b272bcd5e74ac69f0e48bab315d8fd", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/946d568b478f4fe2afb52ad3c6aa3599"}, "domain_id": "4d8bbd9b294943c6b6c411d66b59985e", "enabled": true, "options": {}, "id": "946d568b478f4fe2afb52ad3c6aa3599", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/996c848fe760498aa98c4b25eab56449"}, "domain_id": "default", "enabled": true, "options": {}, "id": "996c848fe760498aa98c4b25eab56449", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/c08b758a1bac47b98ecb35b6a1835aae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c08b758a1bac47b98ecb35b6a1835aae", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.30:5000/v3/users/c471b11c6fc641c89cdf90531991f049"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c471b11c6fc641c89cdf90531991f049", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/d7bd2722b17541f686d623b3ec754032"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7bd2722b17541f686d623b3ec754032", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/dc66feb07fb1453298a1d2111b24fb2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc66feb07fb1453298a1d2111b24fb2a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/f02b66c81983484c95fc312aa5c9af6d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f02b66c81983484c95fc312aa5c9af6d", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/f2c302d81e224a89ba38c4a7ac0ab8c0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2c302d81e224a89ba38c4a7ac0ab8c0", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-06-29 17:01:50,338 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-2434e5b2-d493-428d-a934-548469ee3b09 2018-06-29 17:01:50,339 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-b749ad72-be45-46a-name 2018-06-29 17:01:50,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/221514add3dd4e06b5bbcac96a0c1e15 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c2fdb4701fdd9e45d4e520727b60cb5bc683da5" 2018-06-29 17:01:50,600 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 17:01:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-621de3a1-87f9-4c24-98a4-c1f17a9bf519 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 17:01:50,600 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/221514add3dd4e06b5bbcac96a0c1e15 used request id req-621de3a1-87f9-4c24-98a4-c1f17a9bf519 2018-06-29 17:01:50,602 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:01:51,005 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:01:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["-lhXQqkfTsm1hvzN2GQyIg"], "issued_at": "2018-06-29T17:01:51.000000Z"}} 2018-06-29 17:01:51,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}59ed51012de6b7c492aa798425ee4078381c578d" 2018-06-29 17:01:51,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c188e00-10a3-4a94-a9f7-48f215dcc263 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:01:51,098 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-3c188e00-10a3-4a94-a9f7-48f215dcc263 2018-06-29 17:01:51,100 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:51,101 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:01:51,511 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:01:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["RSjW_RvJRJeivCj0mqFX_g"], "issued_at": "2018-06-29T17:01:51.000000Z"}} 2018-06-29 17:01:51,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}36ad29aa6bb2593327b8e3475c2a18ae8f1973f8" 2018-06-29 17:01:51,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36552f22-037d-45c2-ae7d-c0e152e22fe1 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:01:51,614 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-36552f22-037d-45c2-ae7d-c0e152e22fe1 2018-06-29 17:01:51,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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 17:01:51,623 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 17:01:51 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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 17:01:51,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-0ba3c328-914b-41a-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36ad29aa6bb2593327b8e3475c2a18ae8f1973f8" 2018-06-29 17:01:51,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-889d09ba-6a76-4335-9698-4c996cbde1f3 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-0ba3c328-914b-41a-name", "previous": null, "next": null}, "projects": []} 2018-06-29 17:01:51,641 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-0ba3c328-914b-41a-name used request id req-889d09ba-6a76-4335-9698-4c996cbde1f3 2018-06-29 17:01:51,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36ad29aa6bb2593327b8e3475c2a18ae8f1973f8" 2018-06-29 17:01:51,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70d4c167-7385-4a26-97d2-d123e1fd463d Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-06-29 17:01:51,745 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-70d4c167-7385-4a26-97d2-d123e1fd463d 2018-06-29 17:01:51,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36ad29aa6bb2593327b8e3475c2a18ae8f1973f8" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-0ba3c328-914b-41a-name"}}' 2018-06-29 17:01:51,923 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 29 Jun 2018 17:01:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-89a2e93a-4b4d-40d5-8e75-dc73e7f30631 Content-Length: 322 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/20b1e18a3b0046ada55d46025dc72ac1"}, "tags": [], "enabled": true, "id": "20b1e18a3b0046ada55d46025dc72ac1", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-0ba3c328-914b-41a-name"}} 2018-06-29 17:01:51,923 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-89a2e93a-4b4d-40d5-8e75-dc73e7f30631 2018-06-29 17:01:51,924 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-0ba3c328-914b-41a-name 2018-06-29 17:01:51,924 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-0ba3c328-914b-41a-name 2018-06-29 17:01:51,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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 17:01:51,932 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 17:01:51 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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 17:01:51,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/20b1e18a3b0046ada55d46025dc72ac1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59ed51012de6b7c492aa798425ee4078381c578d" 2018-06-29 17:01:52,137 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 17:01:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-256a2307-ae00-4461-ab04-34942fe33e1c 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 17:01:52,137 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/20b1e18a3b0046ada55d46025dc72ac1 used request id req-256a2307-ae00-4461-ab04-34942fe33e1c 2018-06-29 17:01:52,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36ad29aa6bb2593327b8e3475c2a18ae8f1973f8" 2018-06-29 17:01:52,557 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4847 X-Openstack-Request-Id: req-1fed3287-c0a2-4958-b375-f90b7a206e02 Date: Fri, 29 Jun 2018 17:01:52 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:01:52Z", "updated_at": "2018-06-29T17:01:52Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:01:52Z", "revision_number": 0, "id": "4ea5d9f4-8904-4af2-914e-b0bea0308f00", "remote_group_id": "80203172-2d27-4ac0-ba1b-ce925c9da636", "remote_ip_prefix": null, "created_at": "2018-06-29T17:01:52Z", "security_group_id": "80203172-2d27-4ac0-ba1b-ce925c9da636", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "port_range_min": null, "ethertype": "IPv4", "project_id": "d375e46f6f2b472db41ca16f2fc59215"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:01:52Z", "revision_number": 0, "id": "b6cc2659-5f45-4aec-8267-b28b4dd1e768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T17:01:52Z", "security_group_id": "80203172-2d27-4ac0-ba1b-ce925c9da636", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "port_range_min": null, "ethertype": "IPv6", "project_id": "d375e46f6f2b472db41ca16f2fc59215"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:01:52Z", "revision_number": 0, "id": "f119ac48-f3ed-479c-932b-b3aa6716f7a6", "remote_group_id": "80203172-2d27-4ac0-ba1b-ce925c9da636", "remote_ip_prefix": null, "created_at": "2018-06-29T17:01:52Z", "security_group_id": "80203172-2d27-4ac0-ba1b-ce925c9da636", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "port_range_min": null, "ethertype": "IPv6", "project_id": "d375e46f6f2b472db41ca16f2fc59215"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:01:52Z", "revision_number": 0, "id": "c97db31e-f2ee-41b2-ab53-b1b18867f02a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T17:01:52Z", "security_group_id": "80203172-2d27-4ac0-ba1b-ce925c9da636", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "port_range_min": null, "ethertype": "IPv4", "project_id": "d375e46f6f2b472db41ca16f2fc59215"}], "revision_number": 1, "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "80203172-2d27-4ac0-ba1b-ce925c9da636", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec057e7f82e1407bad00c8c132267cb0", "created_at": "2018-06-29T16:57:50Z", "updated_at": "2018-06-29T16:57:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T16:57:50Z", "revision_number": 0, "id": "bd1506bd-c5ae-46b4-93c6-12cfee1de4ac", "remote_group_id": "f48c376b-f015-42a5-ae60-e831d97e5bf5", "remote_ip_prefix": null, "created_at": "2018-06-29T16:57:50Z", "security_group_id": "f48c376b-f015-42a5-ae60-e831d97e5bf5", "tenant_id": "ec057e7f82e1407bad00c8c132267cb0", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec057e7f82e1407bad00c8c132267cb0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T16:57:50Z", "revision_number": 0, "id": "a29c6512-34e4-479a-9555-57814e6eb8bf", "remote_group_id": "f48c376b-f015-42a5-ae60-e831d97e5bf5", "remote_ip_prefix": null, "created_at": "2018-06-29T16:57:50Z", "security_group_id": "f48c376b-f015-42a5-ae60-e831d97e5bf5", "tenant_id": "ec057e7f82e1407bad00c8c132267cb0", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec057e7f82e1407bad00c8c132267cb0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T16:57:50Z", "revision_number": 0, "id": "728ee50f-d71d-463c-a048-423c24d7725a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T16:57:50Z", "security_group_id": "f48c376b-f015-42a5-ae60-e831d97e5bf5", "tenant_id": "ec057e7f82e1407bad00c8c132267cb0", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec057e7f82e1407bad00c8c132267cb0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T16:57:50Z", "revision_number": 0, "id": "6cde4f71-905a-4699-bc01-4a70c049e0fb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T16:57:50Z", "security_group_id": "f48c376b-f015-42a5-ae60-e831d97e5bf5", "tenant_id": "ec057e7f82e1407bad00c8c132267cb0", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec057e7f82e1407bad00c8c132267cb0"}], "revision_number": 1, "project_id": "ec057e7f82e1407bad00c8c132267cb0", "id": "f48c376b-f015-42a5-ae60-e831d97e5bf5", "name": "default"}]} 2018-06-29 17:01:52,557 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-1fed3287-c0a2-4958-b375-f90b7a206e02 2018-06-29 17:01:52,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36ad29aa6bb2593327b8e3475c2a18ae8f1973f8" 2018-06-29 17:01:52,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6059a91-a9ec-4c7b-b6ec-050cae0260e0 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.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}} 2018-06-29 17:01:52,665 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 used request id req-b6059a91-a9ec-4c7b-b6ec-050cae0260e0 2018-06-29 17:01:52,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/ec057e7f82e1407bad00c8c132267cb0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36ad29aa6bb2593327b8e3475c2a18ae8f1973f8" 2018-06-29 17:01:52,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d241e89a-bfbe-4b02-a9c1-5bc7ab0f59c4 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/ec057e7f82e1407bad00c8c132267cb0"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "ec057e7f82e1407bad00c8c132267cb0", "name": "service"}} 2018-06-29 17:01:52,763 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/ec057e7f82e1407bad00c8c132267cb0 used request id req-d241e89a-bfbe-4b02-a9c1-5bc7ab0f59c4 2018-06-29 17:01:52,764 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-0ba3c328-914b-41a-name 2018-06-29 17:01:52,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/20b1e18a3b0046ada55d46025dc72ac1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36ad29aa6bb2593327b8e3475c2a18ae8f1973f8" 2018-06-29 17:01:52,859 - keystoneauth.session - DEBUG - RESP: [404] Date: Fri, 29 Jun 2018 17:01:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-775d6bbd-2ecc-4f4f-8cf4-062c87cc54fe Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 20b1e18a3b0046ada55d46025dc72ac1.", "code": 404, "title": "Not Found"}} 2018-06-29 17:01:52,860 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/20b1e18a3b0046ada55d46025dc72ac1 used request id req-775d6bbd-2ecc-4f4f-8cf4-062c87cc54fe 2018-06-29 17:01:52,860 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-06-29 17:01:52,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36ad29aa6bb2593327b8e3475c2a18ae8f1973f8" 2018-06-29 17:01:52,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a79532e2-2bde-401c-ab2a-bc4b2e7195f1 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1b9f110df41b4dfa96b7be528e7cdade", "links": {"self": "http://172.30.9.30:5000/v3/roles/1b9f110df41b4dfa96b7be528e7cdade"}, "name": "admin"}, {"domain_id": null, "id": "4b6537625af942b9b44ef42a32af16f8", "links": {"self": "http://172.30.9.30:5000/v3/roles/4b6537625af942b9b44ef42a32af16f8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5b71880062704c63bcb0a7c4d6166b81", "links": {"self": "http://172.30.9.30:5000/v3/roles/5b71880062704c63bcb0a7c4d6166b81"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "debe079495a34054bde4a5da5bdd3a9d", "links": {"self": "http://172.30.9.30:5000/v3/roles/debe079495a34054bde4a5da5bdd3a9d"}, "name": "heat_stack_user"}]} 2018-06-29 17:01:52,949 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-a79532e2-2bde-401c-ab2a-bc4b2e7195f1 2018-06-29 17:01:52,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59ed51012de6b7c492aa798425ee4078381c578d" 2018-06-29 17:01:53,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc016623-416e-497e-b267-d726f069ea72 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-06-29 17:01:53,043 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-bc016623-416e-497e-b267-d726f069ea72 2018-06-29 17:01:53,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36ad29aa6bb2593327b8e3475c2a18ae8f1973f8" 2018-06-29 17:01:53,135 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b440223c-87b4-4ceb-be55-feb09d26a7fc Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1b9f110df41b4dfa96b7be528e7cdade", "links": {"self": "http://172.30.9.30:5000/v3/roles/1b9f110df41b4dfa96b7be528e7cdade"}, "name": "admin"}, {"domain_id": null, "id": "4b6537625af942b9b44ef42a32af16f8", "links": {"self": "http://172.30.9.30:5000/v3/roles/4b6537625af942b9b44ef42a32af16f8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5b71880062704c63bcb0a7c4d6166b81", "links": {"self": "http://172.30.9.30:5000/v3/roles/5b71880062704c63bcb0a7c4d6166b81"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "debe079495a34054bde4a5da5bdd3a9d", "links": {"self": "http://172.30.9.30:5000/v3/roles/debe079495a34054bde4a5da5bdd3a9d"}, "name": "heat_stack_user"}]} 2018-06-29 17:01:53,136 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-b440223c-87b4-4ceb-be55-feb09d26a7fc 2018-06-29 17:01:53,137 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:01:53,536 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:01:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["Gvx1aXn-TYqngmAQzlg-gA"], "issued_at": "2018-06-29T17:01:53.000000Z"}} 2018-06-29 17:01:53,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}1030a7634b2e0d91207bd76417bfeecb254bd82e" 2018-06-29 17:01:53,616 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ed68dd6-9cfb-4694-952a-38a221816ddc 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:01:53,616 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-7ed68dd6-9cfb-4694-952a-38a221816ddc 2018-06-29 17:01:53,617 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:53,618 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:01:54,021 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:01:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["eIMMzPA6T5STlzEkLSdo0g"], "issued_at": "2018-06-29T17:01:54.000000Z"}} 2018-06-29 17:01:54,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}a02659c691d00bd8139cad414da326cc3a66851d" 2018-06-29 17:01:54,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e75b195-d781-4c15-9380-ef799be2c8f4 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:01:54,118 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-4e75b195-d781-4c15-9380-ef799be2c8f4 2018-06-29 17:01:54,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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 17:01:54,127 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 17:01: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 17:01:54,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-4d139816-48ff-46b-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a02659c691d00bd8139cad414da326cc3a66851d" 2018-06-29 17:01:54,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8bd2141-bfa5-4374-85f3-1924a895084f Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-4d139816-48ff-46b-name", "previous": null, "next": null}, "projects": []} 2018-06-29 17:01:54,228 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-4d139816-48ff-46b-name used request id req-c8bd2141-bfa5-4374-85f3-1924a895084f 2018-06-29 17:01:54,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a02659c691d00bd8139cad414da326cc3a66851d" 2018-06-29 17:01:54,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5cb7a33e-237f-4162-90bc-be0a0b2258ae Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-06-29 17:01:54,333 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-5cb7a33e-237f-4162-90bc-be0a0b2258ae 2018-06-29 17:01:54,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a02659c691d00bd8139cad414da326cc3a66851d" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-4d139816-48ff-46b-name"}}' 2018-06-29 17:01:54,501 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 29 Jun 2018 17:01:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b9fca868-ed2a-4d5f-850f-38f39a344b40 Content-Length: 322 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/3ab73721fd394bcd8f03a9eddd3d9331"}, "tags": [], "enabled": true, "id": "3ab73721fd394bcd8f03a9eddd3d9331", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-4d139816-48ff-46b-name"}} 2018-06-29 17:01:54,501 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-b9fca868-ed2a-4d5f-850f-38f39a344b40 2018-06-29 17:01:54,501 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-4d139816-48ff-46b-name 2018-06-29 17:01:54,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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 17:01:54,510 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 17:01: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 17:01:54,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-4d139816-48ff-46b-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1030a7634b2e0d91207bd76417bfeecb254bd82e" 2018-06-29 17:01:54,610 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2a237fc-e1a9-4fae-9a15-675be7d0e908 Content-Encoding: gzip Content-Length: 277 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-4d139816-48ff-46b-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/3ab73721fd394bcd8f03a9eddd3d9331"}, "tags": [], "enabled": true, "id": "3ab73721fd394bcd8f03a9eddd3d9331", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-4d139816-48ff-46b-name"}]} 2018-06-29 17:01:54,610 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-4d139816-48ff-46b-name used request id req-e2a237fc-e1a9-4fae-9a15-675be7d0e908 2018-06-29 17:01:54,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1030a7634b2e0d91207bd76417bfeecb254bd82e" 2018-06-29 17:01:54,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-728c5d03-c3e8-4af4-87c2-3243fa21d2fa Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-06-29 17:01:54,700 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-728c5d03-c3e8-4af4-87c2-3243fa21d2fa 2018-06-29 17:01:54,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a02659c691d00bd8139cad414da326cc3a66851d" 2018-06-29 17:01:55,577 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4847 X-Openstack-Request-Id: req-45724dc2-c12c-412b-92c2-0921df40337f Date: Fri, 29 Jun 2018 17:01:55 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:01:52Z", "updated_at": "2018-06-29T17:01:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:01:52Z", "revision_number": 0, "id": "c97db31e-f2ee-41b2-ab53-b1b18867f02a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T17:01:52Z", "security_group_id": "80203172-2d27-4ac0-ba1b-ce925c9da636", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "port_range_min": null, "ethertype": "IPv4", "project_id": "d375e46f6f2b472db41ca16f2fc59215"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:01:52Z", "revision_number": 0, "id": "4ea5d9f4-8904-4af2-914e-b0bea0308f00", "remote_group_id": "80203172-2d27-4ac0-ba1b-ce925c9da636", "remote_ip_prefix": null, "created_at": "2018-06-29T17:01:52Z", "security_group_id": "80203172-2d27-4ac0-ba1b-ce925c9da636", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "port_range_min": null, "ethertype": "IPv4", "project_id": "d375e46f6f2b472db41ca16f2fc59215"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:01:52Z", "revision_number": 0, "id": "b6cc2659-5f45-4aec-8267-b28b4dd1e768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T17:01:52Z", "security_group_id": "80203172-2d27-4ac0-ba1b-ce925c9da636", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "port_range_min": null, "ethertype": "IPv6", "project_id": "d375e46f6f2b472db41ca16f2fc59215"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:01:52Z", "revision_number": 0, "id": "f119ac48-f3ed-479c-932b-b3aa6716f7a6", "remote_group_id": "80203172-2d27-4ac0-ba1b-ce925c9da636", "remote_ip_prefix": null, "created_at": "2018-06-29T17:01:52Z", "security_group_id": "80203172-2d27-4ac0-ba1b-ce925c9da636", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "port_range_min": null, "ethertype": "IPv6", "project_id": "d375e46f6f2b472db41ca16f2fc59215"}], "revision_number": 1, "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "80203172-2d27-4ac0-ba1b-ce925c9da636", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec057e7f82e1407bad00c8c132267cb0", "created_at": "2018-06-29T16:57:50Z", "updated_at": "2018-06-29T16:57:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T16:57:50Z", "revision_number": 0, "id": "6cde4f71-905a-4699-bc01-4a70c049e0fb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T16:57:50Z", "security_group_id": "f48c376b-f015-42a5-ae60-e831d97e5bf5", "tenant_id": "ec057e7f82e1407bad00c8c132267cb0", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec057e7f82e1407bad00c8c132267cb0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T16:57:50Z", "revision_number": 0, "id": "bd1506bd-c5ae-46b4-93c6-12cfee1de4ac", "remote_group_id": "f48c376b-f015-42a5-ae60-e831d97e5bf5", "remote_ip_prefix": null, "created_at": "2018-06-29T16:57:50Z", "security_group_id": "f48c376b-f015-42a5-ae60-e831d97e5bf5", "tenant_id": "ec057e7f82e1407bad00c8c132267cb0", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec057e7f82e1407bad00c8c132267cb0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T16:57:50Z", "revision_number": 0, "id": "a29c6512-34e4-479a-9555-57814e6eb8bf", "remote_group_id": "f48c376b-f015-42a5-ae60-e831d97e5bf5", "remote_ip_prefix": null, "created_at": "2018-06-29T16:57:50Z", "security_group_id": "f48c376b-f015-42a5-ae60-e831d97e5bf5", "tenant_id": "ec057e7f82e1407bad00c8c132267cb0", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec057e7f82e1407bad00c8c132267cb0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T16:57:50Z", "revision_number": 0, "id": "728ee50f-d71d-463c-a048-423c24d7725a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T16:57:50Z", "security_group_id": "f48c376b-f015-42a5-ae60-e831d97e5bf5", "tenant_id": "ec057e7f82e1407bad00c8c132267cb0", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec057e7f82e1407bad00c8c132267cb0"}], "revision_number": 1, "project_id": "ec057e7f82e1407bad00c8c132267cb0", "id": "f48c376b-f015-42a5-ae60-e831d97e5bf5", "name": "default"}]} 2018-06-29 17:01:55,577 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-45724dc2-c12c-412b-92c2-0921df40337f 2018-06-29 17:01:55,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a02659c691d00bd8139cad414da326cc3a66851d" 2018-06-29 17:01:55,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98a2e5d1-abe1-4450-9fb4-bcab35283ce1 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.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}} 2018-06-29 17:01:55,679 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 used request id req-98a2e5d1-abe1-4450-9fb4-bcab35283ce1 2018-06-29 17:01:55,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/ec057e7f82e1407bad00c8c132267cb0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a02659c691d00bd8139cad414da326cc3a66851d" 2018-06-29 17:01:55,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d12b2183-4638-48b5-840d-a5dee5dfafc8 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/ec057e7f82e1407bad00c8c132267cb0"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "ec057e7f82e1407bad00c8c132267cb0", "name": "service"}} 2018-06-29 17:01:55,783 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/ec057e7f82e1407bad00c8c132267cb0 used request id req-d12b2183-4638-48b5-840d-a5dee5dfafc8 2018-06-29 17:01:55,784 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-4d139816-48ff-46b-name 2018-06-29 17:01:55,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/3ab73721fd394bcd8f03a9eddd3d9331 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a02659c691d00bd8139cad414da326cc3a66851d" 2018-06-29 17:01:55,957 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 17:01:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-95205541-d1f0-452f-9266-3bf8c0afaaa0 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 17:01:55,957 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/3ab73721fd394bcd8f03a9eddd3d9331 used request id req-95205541-d1f0-452f-9266-3bf8c0afaaa0 2018-06-29 17:01:55,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a02659c691d00bd8139cad414da326cc3a66851d" 2018-06-29 17:01:55,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7139d3d0-16c6-4923-8f38-726f7bfa584c Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1b9f110df41b4dfa96b7be528e7cdade", "links": {"self": "http://172.30.9.30:5000/v3/roles/1b9f110df41b4dfa96b7be528e7cdade"}, "name": "admin"}, {"domain_id": null, "id": "4b6537625af942b9b44ef42a32af16f8", "links": {"self": "http://172.30.9.30:5000/v3/roles/4b6537625af942b9b44ef42a32af16f8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5b71880062704c63bcb0a7c4d6166b81", "links": {"self": "http://172.30.9.30:5000/v3/roles/5b71880062704c63bcb0a7c4d6166b81"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "debe079495a34054bde4a5da5bdd3a9d", "links": {"self": "http://172.30.9.30:5000/v3/roles/debe079495a34054bde4a5da5bdd3a9d"}, "name": "heat_stack_user"}]} 2018-06-29 17:01:55,979 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-7139d3d0-16c6-4923-8f38-726f7bfa584c 2018-06-29 17:01:55,980 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:01:56,375 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:01:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["ff1NpczYQBC4dZLEj9O8eA"], "issued_at": "2018-06-29T17:01:56.000000Z"}} 2018-06-29 17:01:56,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}0e8b5a1ab7bb26a10b12e35b2b6e981c68764915" 2018-06-29 17:01:56,459 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b815ed38-e435-4dcb-9094-c11cc16efb71 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:01:56,459 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-b815ed38-e435-4dcb-9094-c11cc16efb71 2018-06-29 17:01:56,460 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:56,461 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:01:56,881 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:01:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["aatBsXSKS0uBRHDKlY6Buw"], "issued_at": "2018-06-29T17:01:56.000000Z"}} 2018-06-29 17:01:56,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}316c08d3a5996d732f8ff2e2fbba7df9f7e7d65e" 2018-06-29 17:01:56,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad1e9213-183f-41ac-a4f8-4ba031ccc631 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:01:56,973 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-ad1e9213-183f-41ac-a4f8-4ba031ccc631 2018-06-29 17:01:56,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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 17:01:56,983 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 17:01: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 17:01:56,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-06ab7929-eb78-4a5-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}316c08d3a5996d732f8ff2e2fbba7df9f7e7d65e" 2018-06-29 17:01:57,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64e5fc7c-a807-499c-aa34-b255b6530e4c Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-06ab7929-eb78-4a5-name", "previous": null, "next": null}, "projects": []} 2018-06-29 17:01:57,081 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-06ab7929-eb78-4a5-name used request id req-64e5fc7c-a807-499c-aa34-b255b6530e4c 2018-06-29 17:01:57,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}316c08d3a5996d732f8ff2e2fbba7df9f7e7d65e" 2018-06-29 17:01:57,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d619d65-6cbc-4e30-95e5-5b659be1eaa5 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-06-29 17:01:57,181 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-3d619d65-6cbc-4e30-95e5-5b659be1eaa5 2018-06-29 17:01:57,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}316c08d3a5996d732f8ff2e2fbba7df9f7e7d65e" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-06ab7929-eb78-4a5-name"}}' 2018-06-29 17:01:57,299 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 29 Jun 2018 17:01:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b1b2aed7-278c-44ef-8ba9-9b8952f08183 Content-Length: 322 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/d0ca057817094a97a1382bcb553f3a07"}, "tags": [], "enabled": true, "id": "d0ca057817094a97a1382bcb553f3a07", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-06ab7929-eb78-4a5-name"}} 2018-06-29 17:01:57,299 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-b1b2aed7-278c-44ef-8ba9-9b8952f08183 2018-06-29 17:01:57,299 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-06ab7929-eb78-4a5-name 2018-06-29 17:01:57,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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 17:01:57,308 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 17:01: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 17:01:57,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-06ab7929-eb78-4a5-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e8b5a1ab7bb26a10b12e35b2b6e981c68764915" 2018-06-29 17:01:57,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7378f70d-d01b-47f9-8f5e-28a0b97d6450 Content-Encoding: gzip Content-Length: 276 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-06ab7929-eb78-4a5-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/d0ca057817094a97a1382bcb553f3a07"}, "tags": [], "enabled": true, "id": "d0ca057817094a97a1382bcb553f3a07", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-06ab7929-eb78-4a5-name"}]} 2018-06-29 17:01:57,405 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-06ab7929-eb78-4a5-name used request id req-7378f70d-d01b-47f9-8f5e-28a0b97d6450 2018-06-29 17:01:57,405 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:01:57,406 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:01:57,799 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:01:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["eeXufxLaRqOzfyMBYnvu0g"], "issued_at": "2018-06-29T17:01:57.000000Z"}} 2018-06-29 17:01:57,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}9c5d9e978f613d3a8abba1af112d598e20782258" 2018-06-29 17:01:57,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1d4cbd2-5bc8-4a04-a338-112a55f7c125 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:01:57,814 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a1d4cbd2-5bc8-4a04-a338-112a55f7c125 2018-06-29 17:01:57,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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 17:01:57,824 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 17:01: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 17:01:57,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-06ab7929-eb78-4a5-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c5d9e978f613d3a8abba1af112d598e20782258" 2018-06-29 17:01:57,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-038de138-0cc6-4612-b4eb-c8d13686b8fb Content-Encoding: gzip Content-Length: 276 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-06ab7929-eb78-4a5-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/d0ca057817094a97a1382bcb553f3a07"}, "tags": [], "enabled": true, "id": "d0ca057817094a97a1382bcb553f3a07", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-06ab7929-eb78-4a5-name"}]} 2018-06-29 17:01:57,918 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-06ab7929-eb78-4a5-name used request id req-038de138-0cc6-4612-b4eb-c8d13686b8fb 2018-06-29 17:01:57,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e8b5a1ab7bb26a10b12e35b2b6e981c68764915" 2018-06-29 17:01:58,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3db2b765-86d7-445f-a828-eb5b9f86961c Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-06-29 17:01:58,021 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-3db2b765-86d7-445f-a828-eb5b9f86961c 2018-06-29 17:01:58,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}316c08d3a5996d732f8ff2e2fbba7df9f7e7d65e" 2018-06-29 17:01:59,033 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4847 X-Openstack-Request-Id: req-7f26b4a9-9d25-4d77-bea9-8a1059cbfef8 Date: Fri, 29 Jun 2018 17:01:59 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:01:52Z", "updated_at": "2018-06-29T17:01:52Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:01:52Z", "revision_number": 0, "id": "f119ac48-f3ed-479c-932b-b3aa6716f7a6", "remote_group_id": "80203172-2d27-4ac0-ba1b-ce925c9da636", "remote_ip_prefix": null, "created_at": "2018-06-29T17:01:52Z", "security_group_id": "80203172-2d27-4ac0-ba1b-ce925c9da636", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "port_range_min": null, "ethertype": "IPv6", "project_id": "d375e46f6f2b472db41ca16f2fc59215"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:01:52Z", "revision_number": 0, "id": "c97db31e-f2ee-41b2-ab53-b1b18867f02a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T17:01:52Z", "security_group_id": "80203172-2d27-4ac0-ba1b-ce925c9da636", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "port_range_min": null, "ethertype": "IPv4", "project_id": "d375e46f6f2b472db41ca16f2fc59215"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:01:52Z", "revision_number": 0, "id": "4ea5d9f4-8904-4af2-914e-b0bea0308f00", "remote_group_id": "80203172-2d27-4ac0-ba1b-ce925c9da636", "remote_ip_prefix": null, "created_at": "2018-06-29T17:01:52Z", "security_group_id": "80203172-2d27-4ac0-ba1b-ce925c9da636", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "port_range_min": null, "ethertype": "IPv4", "project_id": "d375e46f6f2b472db41ca16f2fc59215"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:01:52Z", "revision_number": 0, "id": "b6cc2659-5f45-4aec-8267-b28b4dd1e768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T17:01:52Z", "security_group_id": "80203172-2d27-4ac0-ba1b-ce925c9da636", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "port_range_min": null, "ethertype": "IPv6", "project_id": "d375e46f6f2b472db41ca16f2fc59215"}], "revision_number": 1, "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "80203172-2d27-4ac0-ba1b-ce925c9da636", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec057e7f82e1407bad00c8c132267cb0", "created_at": "2018-06-29T16:57:50Z", "updated_at": "2018-06-29T16:57:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T16:57:50Z", "revision_number": 0, "id": "a29c6512-34e4-479a-9555-57814e6eb8bf", "remote_group_id": "f48c376b-f015-42a5-ae60-e831d97e5bf5", "remote_ip_prefix": null, "created_at": "2018-06-29T16:57:50Z", "security_group_id": "f48c376b-f015-42a5-ae60-e831d97e5bf5", "tenant_id": "ec057e7f82e1407bad00c8c132267cb0", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec057e7f82e1407bad00c8c132267cb0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T16:57:50Z", "revision_number": 0, "id": "728ee50f-d71d-463c-a048-423c24d7725a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T16:57:50Z", "security_group_id": "f48c376b-f015-42a5-ae60-e831d97e5bf5", "tenant_id": "ec057e7f82e1407bad00c8c132267cb0", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec057e7f82e1407bad00c8c132267cb0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T16:57:50Z", "revision_number": 0, "id": "6cde4f71-905a-4699-bc01-4a70c049e0fb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T16:57:50Z", "security_group_id": "f48c376b-f015-42a5-ae60-e831d97e5bf5", "tenant_id": "ec057e7f82e1407bad00c8c132267cb0", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec057e7f82e1407bad00c8c132267cb0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T16:57:50Z", "revision_number": 0, "id": "bd1506bd-c5ae-46b4-93c6-12cfee1de4ac", "remote_group_id": "f48c376b-f015-42a5-ae60-e831d97e5bf5", "remote_ip_prefix": null, "created_at": "2018-06-29T16:57:50Z", "security_group_id": "f48c376b-f015-42a5-ae60-e831d97e5bf5", "tenant_id": "ec057e7f82e1407bad00c8c132267cb0", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec057e7f82e1407bad00c8c132267cb0"}], "revision_number": 1, "project_id": "ec057e7f82e1407bad00c8c132267cb0", "id": "f48c376b-f015-42a5-ae60-e831d97e5bf5", "name": "default"}]} 2018-06-29 17:01:59,034 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-7f26b4a9-9d25-4d77-bea9-8a1059cbfef8 2018-06-29 17:01:59,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}316c08d3a5996d732f8ff2e2fbba7df9f7e7d65e" 2018-06-29 17:01:59,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-843119f3-7987-4a83-8fae-6e00b5e502b0 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.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}} 2018-06-29 17:01:59,138 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 used request id req-843119f3-7987-4a83-8fae-6e00b5e502b0 2018-06-29 17:01:59,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/ec057e7f82e1407bad00c8c132267cb0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}316c08d3a5996d732f8ff2e2fbba7df9f7e7d65e" 2018-06-29 17:01:59,228 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1fcce8d-31ba-4c95-ad25-5a2cf633b21e Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/ec057e7f82e1407bad00c8c132267cb0"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "ec057e7f82e1407bad00c8c132267cb0", "name": "service"}} 2018-06-29 17:01:59,228 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/ec057e7f82e1407bad00c8c132267cb0 used request id req-b1fcce8d-31ba-4c95-ad25-5a2cf633b21e 2018-06-29 17:01:59,229 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-06ab7929-eb78-4a5-name 2018-06-29 17:01:59,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/d0ca057817094a97a1382bcb553f3a07 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}316c08d3a5996d732f8ff2e2fbba7df9f7e7d65e" 2018-06-29 17:01:59,418 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 17:01:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bd6e2530-131b-4e72-b652-a6ca6c1f04ae 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 17:01:59,418 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/d0ca057817094a97a1382bcb553f3a07 used request id req-bd6e2530-131b-4e72-b652-a6ca6c1f04ae 2018-06-29 17:01:59,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}316c08d3a5996d732f8ff2e2fbba7df9f7e7d65e" 2018-06-29 17:01:59,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f376178a-36c7-4e18-9cb1-3ca1c0481550 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1b9f110df41b4dfa96b7be528e7cdade", "links": {"self": "http://172.30.9.30:5000/v3/roles/1b9f110df41b4dfa96b7be528e7cdade"}, "name": "admin"}, {"domain_id": null, "id": "4b6537625af942b9b44ef42a32af16f8", "links": {"self": "http://172.30.9.30:5000/v3/roles/4b6537625af942b9b44ef42a32af16f8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5b71880062704c63bcb0a7c4d6166b81", "links": {"self": "http://172.30.9.30:5000/v3/roles/5b71880062704c63bcb0a7c4d6166b81"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "debe079495a34054bde4a5da5bdd3a9d", "links": {"self": "http://172.30.9.30:5000/v3/roles/debe079495a34054bde4a5da5bdd3a9d"}, "name": "heat_stack_user"}]} 2018-06-29 17:01:59,518 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-f376178a-36c7-4e18-9cb1-3ca1c0481550 2018-06-29 17:01:59,519 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:01:59,917 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:01:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["aOpDRxIlRuuXCp3siqmFLQ"], "issued_at": "2018-06-29T17:01:59.000000Z"}} 2018-06-29 17:01:59,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}63c8f6029378083200dc4eff275b26e285a6550e" 2018-06-29 17:02:00,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:01:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-592f9f24-10f6-4cb5-8366-dcba544c51c5 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:02:00,008 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-592f9f24-10f6-4cb5-8366-dcba544c51c5 2018-06-29 17:02:00,009 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:02:00,010 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:02:00,415 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:02:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["jl5aovDVT3eeBdDIPymqWw"], "issued_at": "2018-06-29T17:02:00.000000Z"}} 2018-06-29 17:02:00,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}940801b06116dedeab6b68b44d6970f0a804b805" 2018-06-29 17:02:00,499 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:02:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c93b58b-d71a-4580-b017-e4757230dd49 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:02:00,499 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-7c93b58b-d71a-4580-b017-e4757230dd49 2018-06-29 17:02:00,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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 17:02:00,509 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 17:02: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 17:02:00,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-b044357b-108a-4f0-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}940801b06116dedeab6b68b44d6970f0a804b805" 2018-06-29 17:02:00,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:02:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37675010-d830-4307-8f33-56b966e06081 Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-b044357b-108a-4f0-name", "previous": null, "next": null}, "projects": []} 2018-06-29 17:02:00,604 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-b044357b-108a-4f0-name used request id req-37675010-d830-4307-8f33-56b966e06081 2018-06-29 17:02:00,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=foo -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}940801b06116dedeab6b68b44d6970f0a804b805" 2018-06-29 17:02:00,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:02:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1093eacb-c4cf-405f-a09a-54ceb024a305 Content-Encoding: gzip Content-Length: 114 Content-Type: application/json RESP BODY: {"domains": [], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=foo", "previous": null, "next": null}} 2018-06-29 17:02:00,697 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=foo used request id req-1093eacb-c4cf-405f-a09a-54ceb024a305 2018-06-29 17:02:00,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}940801b06116dedeab6b68b44d6970f0a804b805" -d '{"project": {"enabled": true, "domain_id": "foo", "name": "CreateProjectSuccessTests-b044357b-108a-4f0-name"}}' 2018-06-29 17:02:00,801 - keystoneauth.session - DEBUG - RESP: [400] Date: Fri, 29 Jun 2018 17:02:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-125c3b17-395b-4d83-8550-392caad0474d Content-Length: 90 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find domain: foo.", "code": 400, "title": "Bad Request"}} 2018-06-29 17:02:00,801 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-125c3b17-395b-4d83-8550-392caad0474d 2018-06-29 17:02:00,801 - keystoneauth.session - DEBUG - Request returned failure status: 400 2018-06-29 17:02:00,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}940801b06116dedeab6b68b44d6970f0a804b805" 2018-06-29 17:02:00,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:02:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0be9e3d7-7af5-473f-97d5-d7cb5e455a6c Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1b9f110df41b4dfa96b7be528e7cdade", "links": {"self": "http://172.30.9.30:5000/v3/roles/1b9f110df41b4dfa96b7be528e7cdade"}, "name": "admin"}, {"domain_id": null, "id": "4b6537625af942b9b44ef42a32af16f8", "links": {"self": "http://172.30.9.30:5000/v3/roles/4b6537625af942b9b44ef42a32af16f8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5b71880062704c63bcb0a7c4d6166b81", "links": {"self": "http://172.30.9.30:5000/v3/roles/5b71880062704c63bcb0a7c4d6166b81"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "debe079495a34054bde4a5da5bdd3a9d", "links": {"self": "http://172.30.9.30:5000/v3/roles/debe079495a34054bde4a5da5bdd3a9d"}, "name": "heat_stack_user"}]} 2018-06-29 17:02:00,900 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-0be9e3d7-7af5-473f-97d5-d7cb5e455a6c 2018-06-29 17:02:00,902 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:02:01,296 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:02:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["Tc7rQ24NSO2rmg1nfg3VSw"], "issued_at": "2018-06-29T17:02:01.000000Z"}} 2018-06-29 17:02:01,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}610b0167319ac9b0053aaf68883a78ce3f72156c" 2018-06-29 17:02:01,386 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:02:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c163b0a-0574-4205-b222-a72579988d2a 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:02:01,386 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-3c163b0a-0574-4205-b222-a72579988d2a 2018-06-29 17:02:01,388 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:02:01,389 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:02:01,798 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:02:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["nnUcvEsXQCGqNJ9o0eaKvA"], "issued_at": "2018-06-29T17:02:01.000000Z"}} 2018-06-29 17:02:01,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}0913365f700e93fb30878f27d74d2874ad9eaf30" 2018-06-29 17:02:01,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:02:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-848103ff-bf1a-4b3b-8fda-61c3e1a2eadc 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:02:01,881 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-848103ff-bf1a-4b3b-8fda-61c3e1a2eadc 2018-06-29 17:02:01,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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 17:02:01,891 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 17:02: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 17:02:01,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-c57fc585-8fe2-498-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0913365f700e93fb30878f27d74d2874ad9eaf30" 2018-06-29 17:02:01,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:02:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f93f1d4-a53c-4a38-9a36-7d27f103664e Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-c57fc585-8fe2-498-name", "previous": null, "next": null}, "projects": []} 2018-06-29 17:02:01,992 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-c57fc585-8fe2-498-name used request id req-1f93f1d4-a53c-4a38-9a36-7d27f103664e 2018-06-29 17:02:01,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0913365f700e93fb30878f27d74d2874ad9eaf30" 2018-06-29 17:02:02,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:02:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a214dfdd-04c4-4e07-9d02-ba7a185e235f Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-06-29 17:02:02,079 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-a214dfdd-04c4-4e07-9d02-ba7a185e235f 2018-06-29 17:02:02,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0913365f700e93fb30878f27d74d2874ad9eaf30" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-c57fc585-8fe2-498-name"}}' 2018-06-29 17:02:02,252 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 29 Jun 2018 17:02:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c892f0c6-b194-4051-a2d4-fcc2334ae037 Content-Length: 322 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/71bfa8031d5d46c2b74874f80554231f"}, "tags": [], "enabled": true, "id": "71bfa8031d5d46c2b74874f80554231f", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-c57fc585-8fe2-498-name"}} 2018-06-29 17:02:02,252 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-c892f0c6-b194-4051-a2d4-fcc2334ae037 2018-06-29 17:02:02,252 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-c57fc585-8fe2-498-name 2018-06-29 17:02:02,252 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 17:02:02,258 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-quota-sets/71bfa8031d5d46c2b74874f80554231f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0913365f700e93fb30878f27d74d2874ad9eaf30" 2018-06-29 17:02:03,111 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:02: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-d9bb2491-caab-4910-aac9-a4e84bef1994 x-compute-request-id: req-d9bb2491-caab-4910-aac9-a4e84bef1994 Content-Encoding: gzip Content-Length: 222 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": "71bfa8031d5d46c2b74874f80554231f", "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 17:02:03,111 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-quota-sets/71bfa8031d5d46c2b74874f80554231f used request id req-d9bb2491-caab-4910-aac9-a4e84bef1994 2018-06-29 17:02:03,114 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:8774/v2.1/os-quota-sets/71bfa8031d5d46c2b74874f80554231f -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0913365f700e93fb30878f27d74d2874ad9eaf30" -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 17:02:04,021 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:02: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-b1d91482-17a6-402f-90e7-bbe5c6b7a460 x-compute-request-id: req-b1d91482-17a6-402f-90e7-bbe5c6b7a460 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 17:02:04,022 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.30:8774/v2.1/os-quota-sets/71bfa8031d5d46c2b74874f80554231f used request id req-b1d91482-17a6-402f-90e7-bbe5c6b7a460 2018-06-29 17:02:04,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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 17:02:04,030 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 17:02: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 17:02:04,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-c57fc585-8fe2-498-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}610b0167319ac9b0053aaf68883a78ce3f72156c" 2018-06-29 17:02:04,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:02:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dad026e8-c917-4e76-96ee-fe166e363446 Content-Encoding: gzip Content-Length: 277 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-c57fc585-8fe2-498-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/71bfa8031d5d46c2b74874f80554231f"}, "tags": [], "enabled": true, "id": "71bfa8031d5d46c2b74874f80554231f", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-c57fc585-8fe2-498-name"}]} 2018-06-29 17:02:04,126 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-c57fc585-8fe2-498-name used request id req-dad026e8-c917-4e76-96ee-fe166e363446 2018-06-29 17:02:04,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}610b0167319ac9b0053aaf68883a78ce3f72156c" 2018-06-29 17:02:04,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:02:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14de61bb-7dd2-4cf8-bbf1-f5ec1512d393 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-06-29 17:02:04,220 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-14de61bb-7dd2-4cf8-bbf1-f5ec1512d393 2018-06-29 17:02:04,220 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 17:02:04,224 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-quota-sets/71bfa8031d5d46c2b74874f80554231f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}610b0167319ac9b0053aaf68883a78ce3f72156c" 2018-06-29 17:02:05,018 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:02: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-3b940da6-3584-4358-a1c0-7189def580c9 x-compute-request-id: req-3b940da6-3584-4358-a1c0-7189def580c9 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": "71bfa8031d5d46c2b74874f80554231f", "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 17:02:05,018 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-quota-sets/71bfa8031d5d46c2b74874f80554231f used request id req-3b940da6-3584-4358-a1c0-7189def580c9 2018-06-29 17:02:05,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0913365f700e93fb30878f27d74d2874ad9eaf30" 2018-06-29 17:02:05,881 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4847 X-Openstack-Request-Id: req-65f1a5d3-7aef-429d-a888-6e3a86de0aec Date: Fri, 29 Jun 2018 17:02:05 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:01:52Z", "updated_at": "2018-06-29T17:01:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:01:52Z", "revision_number": 0, "id": "b6cc2659-5f45-4aec-8267-b28b4dd1e768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T17:01:52Z", "security_group_id": "80203172-2d27-4ac0-ba1b-ce925c9da636", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "port_range_min": null, "ethertype": "IPv6", "project_id": "d375e46f6f2b472db41ca16f2fc59215"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:01:52Z", "revision_number": 0, "id": "f119ac48-f3ed-479c-932b-b3aa6716f7a6", "remote_group_id": "80203172-2d27-4ac0-ba1b-ce925c9da636", "remote_ip_prefix": null, "created_at": "2018-06-29T17:01:52Z", "security_group_id": "80203172-2d27-4ac0-ba1b-ce925c9da636", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "port_range_min": null, "ethertype": "IPv6", "project_id": "d375e46f6f2b472db41ca16f2fc59215"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:01:52Z", "revision_number": 0, "id": "c97db31e-f2ee-41b2-ab53-b1b18867f02a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T17:01:52Z", "security_group_id": "80203172-2d27-4ac0-ba1b-ce925c9da636", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "port_range_min": null, "ethertype": "IPv4", "project_id": "d375e46f6f2b472db41ca16f2fc59215"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:01:52Z", "revision_number": 0, "id": "4ea5d9f4-8904-4af2-914e-b0bea0308f00", "remote_group_id": "80203172-2d27-4ac0-ba1b-ce925c9da636", "remote_ip_prefix": null, "created_at": "2018-06-29T17:01:52Z", "security_group_id": "80203172-2d27-4ac0-ba1b-ce925c9da636", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "port_range_min": null, "ethertype": "IPv4", "project_id": "d375e46f6f2b472db41ca16f2fc59215"}], "revision_number": 1, "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "80203172-2d27-4ac0-ba1b-ce925c9da636", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec057e7f82e1407bad00c8c132267cb0", "created_at": "2018-06-29T16:57:50Z", "updated_at": "2018-06-29T16:57:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T16:57:50Z", "revision_number": 0, "id": "bd1506bd-c5ae-46b4-93c6-12cfee1de4ac", "remote_group_id": "f48c376b-f015-42a5-ae60-e831d97e5bf5", "remote_ip_prefix": null, "created_at": "2018-06-29T16:57:50Z", "security_group_id": "f48c376b-f015-42a5-ae60-e831d97e5bf5", "tenant_id": "ec057e7f82e1407bad00c8c132267cb0", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec057e7f82e1407bad00c8c132267cb0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T16:57:50Z", "revision_number": 0, "id": "a29c6512-34e4-479a-9555-57814e6eb8bf", "remote_group_id": "f48c376b-f015-42a5-ae60-e831d97e5bf5", "remote_ip_prefix": null, "created_at": "2018-06-29T16:57:50Z", "security_group_id": "f48c376b-f015-42a5-ae60-e831d97e5bf5", "tenant_id": "ec057e7f82e1407bad00c8c132267cb0", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec057e7f82e1407bad00c8c132267cb0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T16:57:50Z", "revision_number": 0, "id": "728ee50f-d71d-463c-a048-423c24d7725a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T16:57:50Z", "security_group_id": "f48c376b-f015-42a5-ae60-e831d97e5bf5", "tenant_id": "ec057e7f82e1407bad00c8c132267cb0", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec057e7f82e1407bad00c8c132267cb0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T16:57:50Z", "revision_number": 0, "id": "6cde4f71-905a-4699-bc01-4a70c049e0fb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T16:57:50Z", "security_group_id": "f48c376b-f015-42a5-ae60-e831d97e5bf5", "tenant_id": "ec057e7f82e1407bad00c8c132267cb0", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec057e7f82e1407bad00c8c132267cb0"}], "revision_number": 1, "project_id": "ec057e7f82e1407bad00c8c132267cb0", "id": "f48c376b-f015-42a5-ae60-e831d97e5bf5", "name": "default"}]} 2018-06-29 17:02:05,881 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-65f1a5d3-7aef-429d-a888-6e3a86de0aec 2018-06-29 17:02:05,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0913365f700e93fb30878f27d74d2874ad9eaf30" 2018-06-29 17:02:05,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:02:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5cd5f7e-39b7-48eb-896d-2ee683b98062 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.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}} 2018-06-29 17:02:05,983 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 used request id req-f5cd5f7e-39b7-48eb-896d-2ee683b98062 2018-06-29 17:02:05,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/ec057e7f82e1407bad00c8c132267cb0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0913365f700e93fb30878f27d74d2874ad9eaf30" 2018-06-29 17:02:06,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:02:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5bbb9c6-803d-4d20-8164-54f903356bf5 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/ec057e7f82e1407bad00c8c132267cb0"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "ec057e7f82e1407bad00c8c132267cb0", "name": "service"}} 2018-06-29 17:02:06,081 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/ec057e7f82e1407bad00c8c132267cb0 used request id req-c5bbb9c6-803d-4d20-8164-54f903356bf5 2018-06-29 17:02:06,082 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-c57fc585-8fe2-498-name 2018-06-29 17:02:06,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/71bfa8031d5d46c2b74874f80554231f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0913365f700e93fb30878f27d74d2874ad9eaf30" 2018-06-29 17:02:06,296 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 17:02:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-db92122d-4f28-492f-9985-865361ce0525 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 17:02:06,296 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/71bfa8031d5d46c2b74874f80554231f used request id req-db92122d-4f28-492f-9985-865361ce0525 2018-06-29 17:02:06,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0913365f700e93fb30878f27d74d2874ad9eaf30" 2018-06-29 17:02:06,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:02:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9c23086-c972-48ed-8e66-7ac60308b34b Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1b9f110df41b4dfa96b7be528e7cdade", "links": {"self": "http://172.30.9.30:5000/v3/roles/1b9f110df41b4dfa96b7be528e7cdade"}, "name": "admin"}, {"domain_id": null, "id": "4b6537625af942b9b44ef42a32af16f8", "links": {"self": "http://172.30.9.30:5000/v3/roles/4b6537625af942b9b44ef42a32af16f8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5b71880062704c63bcb0a7c4d6166b81", "links": {"self": "http://172.30.9.30:5000/v3/roles/5b71880062704c63bcb0a7c4d6166b81"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "debe079495a34054bde4a5da5bdd3a9d", "links": {"self": "http://172.30.9.30:5000/v3/roles/debe079495a34054bde4a5da5bdd3a9d"}, "name": "heat_stack_user"}]} 2018-06-29 17:02:06,393 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-a9c23086-c972-48ed-8e66-7ac60308b34b 2018-06-29 17:02:06,395 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:02:06,787 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:02:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["TI2fTe8gSy2J_-zJ3KT7eQ"], "issued_at": "2018-06-29T17:02:06.000000Z"}} 2018-06-29 17:02:06,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}6004bd153990c93295e94e9af90368a087de4670" 2018-06-29 17:02:06,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:02:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7c45fd0-fe74-4e0a-a725-7ae1972359ba 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:02:06,894 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a7c45fd0-fe74-4e0a-a725-7ae1972359ba 2018-06-29 17:02:06,896 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:02:06,897 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:02:07,298 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:02:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["VYxiyB0NT66Qp3G7Oxx1oQ"], "issued_at": "2018-06-29T17:02:07.000000Z"}} 2018-06-29 17:02:07,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}e64fdc6dcd1c54e5e4b898e61cc3f79e4a04c571" 2018-06-29 17:02:07,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:02:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a63c328-baab-4a0d-862e-36014940e55c 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:02:07,381 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-1a63c328-baab-4a0d-862e-36014940e55c 2018-06-29 17:02:07,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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 17:02:07,391 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 17:02: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 17:02:07,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-f2d34987-d306-4b4-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e64fdc6dcd1c54e5e4b898e61cc3f79e4a04c571" 2018-06-29 17:02:07,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:02:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ccf3d5a1-507e-4082-ac2d-d6d724c5ab1a Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-f2d34987-d306-4b4-name", "previous": null, "next": null}, "projects": []} 2018-06-29 17:02:07,485 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-f2d34987-d306-4b4-name used request id req-ccf3d5a1-507e-4082-ac2d-d6d724c5ab1a 2018-06-29 17:02:07,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e64fdc6dcd1c54e5e4b898e61cc3f79e4a04c571" 2018-06-29 17:02:07,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:02:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-843a6e47-3120-4b0a-9fac-2c7809c957e3 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-06-29 17:02:07,591 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-843a6e47-3120-4b0a-9fac-2c7809c957e3 2018-06-29 17:02:07,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e64fdc6dcd1c54e5e4b898e61cc3f79e4a04c571" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-f2d34987-d306-4b4-name"}}' 2018-06-29 17:02:07,728 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 29 Jun 2018 17:02:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d8b419af-109e-42eb-b648-d8a84b2c1e62 Content-Length: 322 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/f450274164014525a73cea823c05764a"}, "tags": [], "enabled": true, "id": "f450274164014525a73cea823c05764a", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-f2d34987-d306-4b4-name"}} 2018-06-29 17:02:07,728 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-d8b419af-109e-42eb-b648-d8a84b2c1e62 2018-06-29 17:02:07,728 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-f2d34987-d306-4b4-name 2018-06-29 17:02:07,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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 17:02:07,737 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 17:02: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 17:02:07,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-f2d34987-d306-4b4-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6004bd153990c93295e94e9af90368a087de4670" 2018-06-29 17:02:07,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:02:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3195218b-f7f8-46fa-a047-37b703b2d77f Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-f2d34987-d306-4b4-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/f450274164014525a73cea823c05764a"}, "tags": [], "enabled": true, "id": "f450274164014525a73cea823c05764a", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-f2d34987-d306-4b4-name"}]} 2018-06-29 17:02:07,836 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-f2d34987-d306-4b4-name used request id req-3195218b-f7f8-46fa-a047-37b703b2d77f 2018-06-29 17:02:07,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6004bd153990c93295e94e9af90368a087de4670" 2018-06-29 17:02:07,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:02:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd093d81-2000-4120-8f65-b4d52766a64a Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-06-29 17:02:07,938 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-fd093d81-2000-4120-8f65-b4d52766a64a 2018-06-29 17:02:07,938 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 17:02:07,942 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:8774/v2.1/os-quota-sets/f450274164014525a73cea823c05764a -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e64fdc6dcd1c54e5e4b898e61cc3f79e4a04c571" -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 17:02:08,518 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:02: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-58580cff-5319-492d-826f-0f505698fce1 x-compute-request-id: req-58580cff-5319-492d-826f-0f505698fce1 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 17:02:08,518 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.30:8774/v2.1/os-quota-sets/f450274164014525a73cea823c05764a used request id req-58580cff-5319-492d-826f-0f505698fce1 2018-06-29 17:02:08,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9696/v2.0/quotas/f450274164014525a73cea823c05764a -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e64fdc6dcd1c54e5e4b898e61cc3f79e4a04c571" -d '{"quota": {"subnet": 7, "network": 5, "floatingip": 25, "security_group_rule": 50, "security_group": 5, "router": 6, "port": 25}}' 2018-06-29 17:02:08,855 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 179 X-Openstack-Request-Id: req-4092ee77-24de-481b-957e-de3c6e62cfe4 Date: Fri, 29 Jun 2018 17:02:08 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 17:02:08,855 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/quotas/f450274164014525a73cea823c05764a used request id req-4092ee77-24de-481b-957e-de3c6e62cfe4 2018-06-29 17:02:08,856 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 17:02:08,860 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-quota-sets/f450274164014525a73cea823c05764a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e64fdc6dcd1c54e5e4b898e61cc3f79e4a04c571" 2018-06-29 17:02:09,572 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:02: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-e4b51fb5-1507-410b-bddd-5f3daba317ba x-compute-request-id: req-e4b51fb5-1507-410b-bddd-5f3daba317ba 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": "f450274164014525a73cea823c05764a", "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 17:02:09,572 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-quota-sets/f450274164014525a73cea823c05764a used request id req-e4b51fb5-1507-410b-bddd-5f3daba317ba 2018-06-29 17:02:09,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/quotas/f450274164014525a73cea823c05764a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e64fdc6dcd1c54e5e4b898e61cc3f79e4a04c571" 2018-06-29 17:02:09,822 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 179 X-Openstack-Request-Id: req-d4c5d633-1131-4fc5-b3d1-3ada4be5cc25 Date: Fri, 29 Jun 2018 17:02:09 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 17:02:09,822 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/quotas/f450274164014525a73cea823c05764a used request id req-d4c5d633-1131-4fc5-b3d1-3ada4be5cc25 2018-06-29 17:02:09,823 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 17:02:09,826 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-quota-sets/f450274164014525a73cea823c05764a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6004bd153990c93295e94e9af90368a087de4670" 2018-06-29 17:02:10,760 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:02: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-8a1d7b50-34f9-46ec-93c0-f77ed7e3ccc6 x-compute-request-id: req-8a1d7b50-34f9-46ec-93c0-f77ed7e3ccc6 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": "f450274164014525a73cea823c05764a", "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 17:02:10,760 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-quota-sets/f450274164014525a73cea823c05764a used request id req-8a1d7b50-34f9-46ec-93c0-f77ed7e3ccc6 2018-06-29 17:02:10,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/quotas/f450274164014525a73cea823c05764a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6004bd153990c93295e94e9af90368a087de4670" 2018-06-29 17:02:11,496 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 179 X-Openstack-Request-Id: req-8fe2a96c-9b80-42ff-9ac9-5f28f80ed65b Date: Fri, 29 Jun 2018 17:02:11 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 17:02:11,496 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/quotas/f450274164014525a73cea823c05764a used request id req-8fe2a96c-9b80-42ff-9ac9-5f28f80ed65b 2018-06-29 17:02:11,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e64fdc6dcd1c54e5e4b898e61cc3f79e4a04c571" 2018-06-29 17:02:11,555 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4847 X-Openstack-Request-Id: req-9dacd296-774d-4742-8dd2-ac3f96b6bec3 Date: Fri, 29 Jun 2018 17:02:11 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:01:52Z", "updated_at": "2018-06-29T17:01:52Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:01:52Z", "revision_number": 0, "id": "4ea5d9f4-8904-4af2-914e-b0bea0308f00", "remote_group_id": "80203172-2d27-4ac0-ba1b-ce925c9da636", "remote_ip_prefix": null, "created_at": "2018-06-29T17:01:52Z", "security_group_id": "80203172-2d27-4ac0-ba1b-ce925c9da636", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "port_range_min": null, "ethertype": "IPv4", "project_id": "d375e46f6f2b472db41ca16f2fc59215"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:01:52Z", "revision_number": 0, "id": "b6cc2659-5f45-4aec-8267-b28b4dd1e768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T17:01:52Z", "security_group_id": "80203172-2d27-4ac0-ba1b-ce925c9da636", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "port_range_min": null, "ethertype": "IPv6", "project_id": "d375e46f6f2b472db41ca16f2fc59215"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:01:52Z", "revision_number": 0, "id": "f119ac48-f3ed-479c-932b-b3aa6716f7a6", "remote_group_id": "80203172-2d27-4ac0-ba1b-ce925c9da636", "remote_ip_prefix": null, "created_at": "2018-06-29T17:01:52Z", "security_group_id": "80203172-2d27-4ac0-ba1b-ce925c9da636", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "port_range_min": null, "ethertype": "IPv6", "project_id": "d375e46f6f2b472db41ca16f2fc59215"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:01:52Z", "revision_number": 0, "id": "c97db31e-f2ee-41b2-ab53-b1b18867f02a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T17:01:52Z", "security_group_id": "80203172-2d27-4ac0-ba1b-ce925c9da636", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "port_range_min": null, "ethertype": "IPv4", "project_id": "d375e46f6f2b472db41ca16f2fc59215"}], "revision_number": 1, "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "80203172-2d27-4ac0-ba1b-ce925c9da636", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec057e7f82e1407bad00c8c132267cb0", "created_at": "2018-06-29T16:57:50Z", "updated_at": "2018-06-29T16:57:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T16:57:50Z", "revision_number": 0, "id": "bd1506bd-c5ae-46b4-93c6-12cfee1de4ac", "remote_group_id": "f48c376b-f015-42a5-ae60-e831d97e5bf5", "remote_ip_prefix": null, "created_at": "2018-06-29T16:57:50Z", "security_group_id": "f48c376b-f015-42a5-ae60-e831d97e5bf5", "tenant_id": "ec057e7f82e1407bad00c8c132267cb0", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec057e7f82e1407bad00c8c132267cb0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T16:57:50Z", "revision_number": 0, "id": "a29c6512-34e4-479a-9555-57814e6eb8bf", "remote_group_id": "f48c376b-f015-42a5-ae60-e831d97e5bf5", "remote_ip_prefix": null, "created_at": "2018-06-29T16:57:50Z", "security_group_id": "f48c376b-f015-42a5-ae60-e831d97e5bf5", "tenant_id": "ec057e7f82e1407bad00c8c132267cb0", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec057e7f82e1407bad00c8c132267cb0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T16:57:50Z", "revision_number": 0, "id": "728ee50f-d71d-463c-a048-423c24d7725a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T16:57:50Z", "security_group_id": "f48c376b-f015-42a5-ae60-e831d97e5bf5", "tenant_id": "ec057e7f82e1407bad00c8c132267cb0", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec057e7f82e1407bad00c8c132267cb0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T16:57:50Z", "revision_number": 0, "id": "6cde4f71-905a-4699-bc01-4a70c049e0fb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T16:57:50Z", "security_group_id": "f48c376b-f015-42a5-ae60-e831d97e5bf5", "tenant_id": "ec057e7f82e1407bad00c8c132267cb0", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec057e7f82e1407bad00c8c132267cb0"}], "revision_number": 1, "project_id": "ec057e7f82e1407bad00c8c132267cb0", "id": "f48c376b-f015-42a5-ae60-e831d97e5bf5", "name": "default"}]} 2018-06-29 17:02:11,555 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-9dacd296-774d-4742-8dd2-ac3f96b6bec3 2018-06-29 17:02:11,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e64fdc6dcd1c54e5e4b898e61cc3f79e4a04c571" 2018-06-29 17:02:11,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:02:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01cc43ff-6293-4ea5-9947-d002191fb4b8 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.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}} 2018-06-29 17:02:11,581 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 used request id req-01cc43ff-6293-4ea5-9947-d002191fb4b8 2018-06-29 17:02:11,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/ec057e7f82e1407bad00c8c132267cb0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e64fdc6dcd1c54e5e4b898e61cc3f79e4a04c571" 2018-06-29 17:02:11,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:02:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9364ceeb-ec39-4b78-8925-97fab785ae0c Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/ec057e7f82e1407bad00c8c132267cb0"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "ec057e7f82e1407bad00c8c132267cb0", "name": "service"}} 2018-06-29 17:02:11,678 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/ec057e7f82e1407bad00c8c132267cb0 used request id req-9364ceeb-ec39-4b78-8925-97fab785ae0c 2018-06-29 17:02:11,679 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-f2d34987-d306-4b4-name 2018-06-29 17:02:11,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/f450274164014525a73cea823c05764a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e64fdc6dcd1c54e5e4b898e61cc3f79e4a04c571" 2018-06-29 17:02:11,849 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 17:02:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eee50ac0-1724-46ed-8c97-58ce799c3b1a 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 17:02:11,849 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/f450274164014525a73cea823c05764a used request id req-eee50ac0-1724-46ed-8c97-58ce799c3b1a 2018-06-29 17:02:11,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e64fdc6dcd1c54e5e4b898e61cc3f79e4a04c571" 2018-06-29 17:02:11,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:02:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54f99441-d898-462f-8f04-432ac11b3bc7 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1b9f110df41b4dfa96b7be528e7cdade", "links": {"self": "http://172.30.9.30:5000/v3/roles/1b9f110df41b4dfa96b7be528e7cdade"}, "name": "admin"}, {"domain_id": null, "id": "4b6537625af942b9b44ef42a32af16f8", "links": {"self": "http://172.30.9.30:5000/v3/roles/4b6537625af942b9b44ef42a32af16f8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5b71880062704c63bcb0a7c4d6166b81", "links": {"self": "http://172.30.9.30:5000/v3/roles/5b71880062704c63bcb0a7c4d6166b81"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "debe079495a34054bde4a5da5bdd3a9d", "links": {"self": "http://172.30.9.30:5000/v3/roles/debe079495a34054bde4a5da5bdd3a9d"}, "name": "heat_stack_user"}]} 2018-06-29 17:02:11,948 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-54f99441-d898-462f-8f04-432ac11b3bc7 2018-06-29 17:02:11,950 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:02:12,346 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:02:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["Y_IjBOTaQ06PE74GiXxx0Q"], "issued_at": "2018-06-29T17:02:12.000000Z"}} 2018-06-29 17:02:12,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}68cd5a0b21f1712ba4cb45051250f607711bb199" 2018-06-29 17:02:12,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:02:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4e6c8ac-1ddb-479b-a9be-3cf97f42d22d 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:02:12,430 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a4e6c8ac-1ddb-479b-a9be-3cf97f42d22d 2018-06-29 17:02:12,431 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:02:12,432 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:02:12,824 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:02:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["QLQ5wRQaRn-UhrpQS3qynA"], "issued_at": "2018-06-29T17:02:12.000000Z"}} 2018-06-29 17:02:12,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}66cf9e2c5d7789a4df7c70592c353af739253fee" 2018-06-29 17:02:12,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:02:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-faf8b7b8-daa7-4e84-94bc-f09cba3b7a89 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:02:12,907 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-faf8b7b8-daa7-4e84-94bc-f09cba3b7a89 2018-06-29 17:02:12,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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 17:02:12,916 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 17:02:12 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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 17:02:12,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-c7647275-8ce6-4b2-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66cf9e2c5d7789a4df7c70592c353af739253fee" 2018-06-29 17:02:13,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:02:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5b50699-2767-4084-8669-3059dcecbe59 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-c7647275-8ce6-4b2-name", "previous": null, "next": null}, "projects": []} 2018-06-29 17:02:13,015 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-c7647275-8ce6-4b2-name used request id req-b5b50699-2767-4084-8669-3059dcecbe59 2018-06-29 17:02:13,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66cf9e2c5d7789a4df7c70592c353af739253fee" 2018-06-29 17:02:13,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:02:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b530950-91d5-4b00-b4ea-b683970b8be0 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-06-29 17:02:13,111 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-8b530950-91d5-4b00-b4ea-b683970b8be0 2018-06-29 17:02:13,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66cf9e2c5d7789a4df7c70592c353af739253fee" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectUserTests-c7647275-8ce6-4b2-name"}}' 2018-06-29 17:02:13,249 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 29 Jun 2018 17:02:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d42ebb6d-5d58-4508-946b-9897dea54723 Content-Length: 319 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/d67e23f48f954654aae2ebd8416a595c"}, "tags": [], "enabled": true, "id": "d67e23f48f954654aae2ebd8416a595c", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-c7647275-8ce6-4b2-name"}} 2018-06-29 17:02:13,249 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-d42ebb6d-5d58-4508-946b-9897dea54723 2018-06-29 17:02:13,249 - keystone_utils - INFO - Created project with name - CreateProjectUserTests-c7647275-8ce6-4b2-name 2018-06-29 17:02:13,250 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:02:13,250 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:02:13,649 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:02:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["uXZh91qbSW2oLWLlxSBo2w"], "issued_at": "2018-06-29T17:02:13.000000Z"}} 2018-06-29 17:02:13,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}3426087058dc572e35762e38b7aaed5446bfeea7" 2018-06-29 17:02:13,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:02:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-faf37289-5ab5-42de-af29-ab623ae9d26c 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:02:13,736 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-faf37289-5ab5-42de-af29-ab623ae9d26c 2018-06-29 17:02:13,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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 17:02:13,745 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 17:02: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 17:02:13,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3426087058dc572e35762e38b7aaed5446bfeea7" 2018-06-29 17:02:13,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:02:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49a3d1c3-d96d-4f2a-88db-b6fee0d5fd29 Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/2005dcbb6a484f15aff408e1792f4c11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2005dcbb6a484f15aff408e1792f4c11", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/33feb05f3f33494f9c985ea954828412"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33feb05f3f33494f9c985ea954828412", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/49604a31254c408aac03c04040e4a492"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49604a31254c408aac03c04040e4a492", "email": "placement@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/52a397aa2e1c435594f313aaae1020e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52a397aa2e1c435594f313aaae1020e1", "email": "admin@example.com", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/609cccc8ea7e476f8f5627be68f3b75c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "609cccc8ea7e476f8f5627be68f3b75c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.30:5000/v3/users/74b272bcd5e74ac69f0e48bab315d8fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74b272bcd5e74ac69f0e48bab315d8fd", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/946d568b478f4fe2afb52ad3c6aa3599"}, "domain_id": "4d8bbd9b294943c6b6c411d66b59985e", "enabled": true, "options": {}, "id": "946d568b478f4fe2afb52ad3c6aa3599", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/996c848fe760498aa98c4b25eab56449"}, "domain_id": "default", "enabled": true, "options": {}, "id": "996c848fe760498aa98c4b25eab56449", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/c08b758a1bac47b98ecb35b6a1835aae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c08b758a1bac47b98ecb35b6a1835aae", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.30:5000/v3/users/c471b11c6fc641c89cdf90531991f049"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c471b11c6fc641c89cdf90531991f049", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/d7bd2722b17541f686d623b3ec754032"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7bd2722b17541f686d623b3ec754032", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/dc66feb07fb1453298a1d2111b24fb2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc66feb07fb1453298a1d2111b24fb2a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/f02b66c81983484c95fc312aa5c9af6d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f02b66c81983484c95fc312aa5c9af6d", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/f2c302d81e224a89ba38c4a7ac0ab8c0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2c302d81e224a89ba38c4a7ac0ab8c0", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-06-29 17:02:13,783 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-49a3d1c3-d96d-4f2a-88db-b6fee0d5fd29 2018-06-29 17:02:13,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3426087058dc572e35762e38b7aaed5446bfeea7" 2018-06-29 17:02:13,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:02:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c63fb811-7793-40fe-b7c0-c6048c48038a Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-06-29 17:02:13,882 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-c63fb811-7793-40fe-b7c0-c6048c48038a 2018-06-29 17:02:14,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3426087058dc572e35762e38b7aaed5446bfeea7" 2018-06-29 17:02:14,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:02:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a94c993e-e1be-45a4-8bd6-2f4104254a94 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1b9f110df41b4dfa96b7be528e7cdade", "links": {"self": "http://172.30.9.30:5000/v3/roles/1b9f110df41b4dfa96b7be528e7cdade"}, "name": "admin"}, {"domain_id": null, "id": "4b6537625af942b9b44ef42a32af16f8", "links": {"self": "http://172.30.9.30:5000/v3/roles/4b6537625af942b9b44ef42a32af16f8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5b71880062704c63bcb0a7c4d6166b81", "links": {"self": "http://172.30.9.30:5000/v3/roles/5b71880062704c63bcb0a7c4d6166b81"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "debe079495a34054bde4a5da5bdd3a9d", "links": {"self": "http://172.30.9.30:5000/v3/roles/debe079495a34054bde4a5da5bdd3a9d"}, "name": "heat_stack_user"}]} 2018-06-29 17:02:14,356 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-a94c993e-e1be-45a4-8bd6-2f4104254a94 2018-06-29 17:02:14,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateProjectUserTests-c7647275-8ce6-4b2-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3426087058dc572e35762e38b7aaed5446bfeea7" 2018-06-29 17:02:14,453 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:02:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-370cb6d9-ac7a-4ad9-b580-ce35c672c331 Content-Encoding: gzip Content-Length: 258 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateProjectUserTests-c7647275-8ce6-4b2-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/d67e23f48f954654aae2ebd8416a595c"}, "tags": [], "enabled": true, "id": "d67e23f48f954654aae2ebd8416a595c", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-c7647275-8ce6-4b2-name"}]} 2018-06-29 17:02:14,453 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateProjectUserTests-c7647275-8ce6-4b2-name used request id req-370cb6d9-ac7a-4ad9-b580-ce35c672c331 2018-06-29 17:02:14,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users/c08240b0df6d4ca5b0b40b8e6220273b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3426087058dc572e35762e38b7aaed5446bfeea7" 2018-06-29 17:02:14,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:02:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a3d4cc9-a720-4c28-8d41-69675ce02b40 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/c08240b0df6d4ca5b0b40b8e6220273b"}, "enabled": true, "id": "c08240b0df6d4ca5b0b40b8e6220273b", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-c7647275-8ce6-4b2-user"}} 2018-06-29 17:02:14,565 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/c08240b0df6d4ca5b0b40b8e6220273b used request id req-7a3d4cc9-a720-4c28-8d41-69675ce02b40 2018-06-29 17:02:14,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d67e23f48f954654aae2ebd8416a595c/users/c08240b0df6d4ca5b0b40b8e6220273b/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3426087058dc572e35762e38b7aaed5446bfeea7" 2018-06-29 17:02:14,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:02:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e79774b-4b2a-424b-8cb0-b1270af0ef45 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects/d67e23f48f954654aae2ebd8416a595c/users/c08240b0df6d4ca5b0b40b8e6220273b/roles", "previous": null, "next": null}, "roles": []} 2018-06-29 17:02:14,672 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d67e23f48f954654aae2ebd8416a595c/users/c08240b0df6d4ca5b0b40b8e6220273b/roles used request id req-6e79774b-4b2a-424b-8cb0-b1270af0ef45 2018-06-29 17:02:14,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/1b9f110df41b4dfa96b7be528e7cdade -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3426087058dc572e35762e38b7aaed5446bfeea7" 2018-06-29 17:02:14,764 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:02:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-333c2fc9-5d74-4af9-a068-4ae9f07957c4 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "1b9f110df41b4dfa96b7be528e7cdade", "links": {"self": "http://172.30.9.30:5000/v3/roles/1b9f110df41b4dfa96b7be528e7cdade"}, "name": "admin"}} 2018-06-29 17:02:14,764 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/1b9f110df41b4dfa96b7be528e7cdade used request id req-333c2fc9-5d74-4af9-a068-4ae9f07957c4 2018-06-29 17:02:14,765 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-c7647275-8ce6-4b2-name 2018-06-29 17:02:14,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/d67e23f48f954654aae2ebd8416a595c/users/c08240b0df6d4ca5b0b40b8e6220273b/roles/1b9f110df41b4dfa96b7be528e7cdade -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3426087058dc572e35762e38b7aaed5446bfeea7" 2018-06-29 17:02:14,912 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 17:02:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c211408e-883a-4fce-8f5d-2aaabc1d9239 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 17:02:14,912 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/d67e23f48f954654aae2ebd8416a595c/users/c08240b0df6d4ca5b0b40b8e6220273b/roles/1b9f110df41b4dfa96b7be528e7cdade used request id req-c211408e-883a-4fce-8f5d-2aaabc1d9239 2018-06-29 17:02:14,912 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-c7647275-8ce6-4b2-user 2018-06-29 17:02:14,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66cf9e2c5d7789a4df7c70592c353af739253fee" 2018-06-29 17:02:14,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:02:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b66ff577-ed9d-4ed2-9f01-62b93b69434d Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1b9f110df41b4dfa96b7be528e7cdade", "links": {"self": "http://172.30.9.30:5000/v3/roles/1b9f110df41b4dfa96b7be528e7cdade"}, "name": "admin"}, {"domain_id": null, "id": "4b6537625af942b9b44ef42a32af16f8", "links": {"self": "http://172.30.9.30:5000/v3/roles/4b6537625af942b9b44ef42a32af16f8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5b71880062704c63bcb0a7c4d6166b81", "links": {"self": "http://172.30.9.30:5000/v3/roles/5b71880062704c63bcb0a7c4d6166b81"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "debe079495a34054bde4a5da5bdd3a9d", "links": {"self": "http://172.30.9.30:5000/v3/roles/debe079495a34054bde4a5da5bdd3a9d"}, "name": "heat_stack_user"}]} 2018-06-29 17:02:14,934 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-b66ff577-ed9d-4ed2-9f01-62b93b69434d 2018-06-29 17:02:14,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66cf9e2c5d7789a4df7c70592c353af739253fee" -d '{"role": {"name": "CreateProjectUserTests-c7647275-8ce6-4b2-name-role"}}' 2018-06-29 17:02:15,092 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 29 Jun 2018 17:02:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a0064ab1-84d9-4137-bbc6-a79c890685ba Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d32a27f088c6425d9931eaf41a15e5d0", "links": {"self": "http://172.30.9.30:5000/v3/roles/d32a27f088c6425d9931eaf41a15e5d0"}, "name": "CreateProjectUserTests-c7647275-8ce6-4b2-name-role"}} 2018-06-29 17:02:15,092 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-a0064ab1-84d9-4137-bbc6-a79c890685ba 2018-06-29 17:02:15,093 - keystone_utils - INFO - Created role with name - CreateProjectUserTests-c7647275-8ce6-4b2-name-role 2018-06-29 17:02:15,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/d32a27f088c6425d9931eaf41a15e5d0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66cf9e2c5d7789a4df7c70592c353af739253fee" 2018-06-29 17:02:15,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:02:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15710cb6-8e93-4fa1-a04c-cb4a0d2d68bc Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d32a27f088c6425d9931eaf41a15e5d0", "links": {"self": "http://172.30.9.30:5000/v3/roles/d32a27f088c6425d9931eaf41a15e5d0"}, "name": "CreateProjectUserTests-c7647275-8ce6-4b2-name-role"}} 2018-06-29 17:02:15,196 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/d32a27f088c6425d9931eaf41a15e5d0 used request id req-15710cb6-8e93-4fa1-a04c-cb4a0d2d68bc 2018-06-29 17:02:15,196 - keystone_utils - INFO - Granting role CreateProjectUserTests-c7647275-8ce6-4b2-name-role to project CreateProjectUserTests-c7647275-8ce6-4b2-name 2018-06-29 17:02:15,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/d67e23f48f954654aae2ebd8416a595c/users/c08240b0df6d4ca5b0b40b8e6220273b/roles/d32a27f088c6425d9931eaf41a15e5d0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66cf9e2c5d7789a4df7c70592c353af739253fee" 2018-06-29 17:02:15,329 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 17:02:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-36c55f03-4151-4903-963a-0906e7c3b4c4 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 17:02:15,330 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/d67e23f48f954654aae2ebd8416a595c/users/c08240b0df6d4ca5b0b40b8e6220273b/roles/d32a27f088c6425d9931eaf41a15e5d0 used request id req-36c55f03-4151-4903-963a-0906e7c3b4c4 2018-06-29 17:02:15,330 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:02:15,331 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:02:15,727 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d32a27f088c6425d9931eaf41a15e5d0", "name": "CreateProjectUserTests-c7647275-8ce6-4b2-name-role"}, {"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:02:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d67e23f48f954654aae2ebd8416a595c", "name": "CreateProjectUserTests-c7647275-8ce6-4b2-name"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d67e23f48f954654aae2ebd8416a595c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d67e23f48f954654aae2ebd8416a595c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d67e23f48f954654aae2ebd8416a595c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d67e23f48f954654aae2ebd8416a595c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d67e23f48f954654aae2ebd8416a595c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d67e23f48f954654aae2ebd8416a595c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d67e23f48f954654aae2ebd8416a595c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d67e23f48f954654aae2ebd8416a595c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d67e23f48f954654aae2ebd8416a595c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d67e23f48f954654aae2ebd8416a595c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d67e23f48f954654aae2ebd8416a595c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d67e23f48f954654aae2ebd8416a595c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d67e23f48f954654aae2ebd8416a595c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d67e23f48f954654aae2ebd8416a595c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-c7647275-8ce6-4b2-user", "id": "c08240b0df6d4ca5b0b40b8e6220273b"}, "audit_ids": ["zSdSox-wQ_aWnUKArgW4oQ"], "issued_at": "2018-06-29T17:02:15.000000Z"}} 2018-06-29 17:02:15,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}4d4c6b1d5c4e526288f7c1d309175a0f6d2c2229" 2018-06-29 17:02:15,815 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:02:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87745ee8-f70d-4a87-a0c0-53137490b3d6 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:02:15,816 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-87745ee8-f70d-4a87-a0c0-53137490b3d6 2018-06-29 17:02:15,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateProjectUserTests-c7647275-8ce6-4b2-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d4c6b1d5c4e526288f7c1d309175a0f6d2c2229" 2018-06-29 17:02:16,917 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-b81fd6d6-1161-4ac4-9856-49c27f7945e5 Date: Fri, 29 Jun 2018 17:02:16 GMT RESP BODY: {"security_groups": []} 2018-06-29 17:02:16,917 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateProjectUserTests-c7647275-8ce6-4b2-name&description=hello+group used request id req-b81fd6d6-1161-4ac4-9856-49c27f7945e5 2018-06-29 17:02:16,918 - OpenStackSecurityGroup - INFO - Creating security group CreateProjectUserTests-c7647275-8ce6-4b2-name... 2018-06-29 17:02:16,918 - neutron_utils - INFO - Creating security group with name - CreateProjectUserTests-c7647275-8ce6-4b2-name 2018-06-29 17:02:16,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d4c6b1d5c4e526288f7c1d309175a0f6d2c2229" -d '{"security_group": {"name": "CreateProjectUserTests-c7647275-8ce6-4b2-name", "description": "hello group"}}' 2018-06-29 17:02:18,123 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1388 X-Openstack-Request-Id: req-5eacd230-0aea-4688-bd26-344a4e4e2dd2 Date: Fri, 29 Jun 2018 17:02:18 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "d67e23f48f954654aae2ebd8416a595c", "created_at": "2018-06-29T17:02:17Z", "updated_at": "2018-06-29T17:02:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:02:17Z", "revision_number": 0, "id": "097d7797-0786-4857-a9cb-76bd52318a9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T17:02:17Z", "security_group_id": "a986d517-faa6-4fa0-b9c7-737d4d46bcd0", "tenant_id": "d67e23f48f954654aae2ebd8416a595c", "port_range_min": null, "ethertype": "IPv4", "project_id": "d67e23f48f954654aae2ebd8416a595c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:02:17Z", "revision_number": 0, "id": "745ecb95-0ddc-4120-bce5-3cc234c4e313", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T17:02:17Z", "security_group_id": "a986d517-faa6-4fa0-b9c7-737d4d46bcd0", "tenant_id": "d67e23f48f954654aae2ebd8416a595c", "port_range_min": null, "ethertype": "IPv6", "project_id": "d67e23f48f954654aae2ebd8416a595c"}], "revision_number": 1, "project_id": "d67e23f48f954654aae2ebd8416a595c", "id": "a986d517-faa6-4fa0-b9c7-737d4d46bcd0", "name": "CreateProjectUserTests-c7647275-8ce6-4b2-name"}} 2018-06-29 17:02:18,124 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-5eacd230-0aea-4688-bd26-344a4e4e2dd2 2018-06-29 17:02:18,124 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a986d517-faa6-4fa0-b9c7-737d4d46bcd0 2018-06-29 17:02:18,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=a986d517-faa6-4fa0-b9c7-737d4d46bcd0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d4c6b1d5c4e526288f7c1d309175a0f6d2c2229" 2018-06-29 17:02:18,886 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-98184cad-c0a9-435e-972d-041e2c0f4eed Date: Fri, 29 Jun 2018 17:02:18 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T17:02:17Z", "security_group_id": "a986d517-faa6-4fa0-b9c7-737d4d46bcd0", "port_range_min": null, "revision_number": 0, "tenant_id": "d67e23f48f954654aae2ebd8416a595c", "created_at": "2018-06-29T17:02:17Z", "project_id": "d67e23f48f954654aae2ebd8416a595c", "id": "097d7797-0786-4857-a9cb-76bd52318a9f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T17:02:17Z", "security_group_id": "a986d517-faa6-4fa0-b9c7-737d4d46bcd0", "port_range_min": null, "revision_number": 0, "tenant_id": "d67e23f48f954654aae2ebd8416a595c", "created_at": "2018-06-29T17:02:17Z", "project_id": "d67e23f48f954654aae2ebd8416a595c", "id": "745ecb95-0ddc-4120-bce5-3cc234c4e313"}]} 2018-06-29 17:02:18,887 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=a986d517-faa6-4fa0-b9c7-737d4d46bcd0 used request id req-98184cad-c0a9-435e-972d-041e2c0f4eed 2018-06-29 17:02:18,887 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a986d517-faa6-4fa0-b9c7-737d4d46bcd0 2018-06-29 17:02:18,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=a986d517-faa6-4fa0-b9c7-737d4d46bcd0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d4c6b1d5c4e526288f7c1d309175a0f6d2c2229" 2018-06-29 17:02:19,174 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-156a96af-f0a9-40d1-bf69-7c88353d8340 Date: Fri, 29 Jun 2018 17:02:19 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T17:02:17Z", "security_group_id": "a986d517-faa6-4fa0-b9c7-737d4d46bcd0", "port_range_min": null, "revision_number": 0, "tenant_id": "d67e23f48f954654aae2ebd8416a595c", "created_at": "2018-06-29T17:02:17Z", "project_id": "d67e23f48f954654aae2ebd8416a595c", "id": "097d7797-0786-4857-a9cb-76bd52318a9f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T17:02:17Z", "security_group_id": "a986d517-faa6-4fa0-b9c7-737d4d46bcd0", "port_range_min": null, "revision_number": 0, "tenant_id": "d67e23f48f954654aae2ebd8416a595c", "created_at": "2018-06-29T17:02:17Z", "project_id": "d67e23f48f954654aae2ebd8416a595c", "id": "745ecb95-0ddc-4120-bce5-3cc234c4e313"}]} 2018-06-29 17:02:19,175 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=a986d517-faa6-4fa0-b9c7-737d4d46bcd0 used request id req-156a96af-f0a9-40d1-bf69-7c88353d8340 2018-06-29 17:02:19,175 - neutron_utils - INFO - Retrieving security group with ID - a986d517-faa6-4fa0-b9c7-737d4d46bcd0 2018-06-29 17:02:19,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=a986d517-faa6-4fa0-b9c7-737d4d46bcd0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d4c6b1d5c4e526288f7c1d309175a0f6d2c2229" 2018-06-29 17:02:20,044 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-eb734d6d-7283-47c7-a74e-a2a2ab01841d Date: Fri, 29 Jun 2018 17:02:20 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "d67e23f48f954654aae2ebd8416a595c", "created_at": "2018-06-29T17:02:17Z", "updated_at": "2018-06-29T17:02:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:02:17Z", "revision_number": 0, "id": "097d7797-0786-4857-a9cb-76bd52318a9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T17:02:17Z", "security_group_id": "a986d517-faa6-4fa0-b9c7-737d4d46bcd0", "tenant_id": "d67e23f48f954654aae2ebd8416a595c", "port_range_min": null, "ethertype": "IPv4", "project_id": "d67e23f48f954654aae2ebd8416a595c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:02:17Z", "revision_number": 0, "id": "745ecb95-0ddc-4120-bce5-3cc234c4e313", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T17:02:17Z", "security_group_id": "a986d517-faa6-4fa0-b9c7-737d4d46bcd0", "tenant_id": "d67e23f48f954654aae2ebd8416a595c", "port_range_min": null, "ethertype": "IPv6", "project_id": "d67e23f48f954654aae2ebd8416a595c"}], "revision_number": 1, "project_id": "d67e23f48f954654aae2ebd8416a595c", "id": "a986d517-faa6-4fa0-b9c7-737d4d46bcd0", "name": "CreateProjectUserTests-c7647275-8ce6-4b2-name"}]} 2018-06-29 17:02:20,044 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=a986d517-faa6-4fa0-b9c7-737d4d46bcd0 used request id req-eb734d6d-7283-47c7-a74e-a2a2ab01841d 2018-06-29 17:02:20,045 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a986d517-faa6-4fa0-b9c7-737d4d46bcd0 2018-06-29 17:02:20,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=a986d517-faa6-4fa0-b9c7-737d4d46bcd0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d4c6b1d5c4e526288f7c1d309175a0f6d2c2229" 2018-06-29 17:02:20,310 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-48c7672d-10ba-47c1-8e0c-ba9df24f5067 Date: Fri, 29 Jun 2018 17:02:20 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T17:02:17Z", "security_group_id": "a986d517-faa6-4fa0-b9c7-737d4d46bcd0", "port_range_min": null, "revision_number": 0, "tenant_id": "d67e23f48f954654aae2ebd8416a595c", "created_at": "2018-06-29T17:02:17Z", "project_id": "d67e23f48f954654aae2ebd8416a595c", "id": "097d7797-0786-4857-a9cb-76bd52318a9f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T17:02:17Z", "security_group_id": "a986d517-faa6-4fa0-b9c7-737d4d46bcd0", "port_range_min": null, "revision_number": 0, "tenant_id": "d67e23f48f954654aae2ebd8416a595c", "created_at": "2018-06-29T17:02:17Z", "project_id": "d67e23f48f954654aae2ebd8416a595c", "id": "745ecb95-0ddc-4120-bce5-3cc234c4e313"}]} 2018-06-29 17:02:20,311 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=a986d517-faa6-4fa0-b9c7-737d4d46bcd0 used request id req-48c7672d-10ba-47c1-8e0c-ba9df24f5067 2018-06-29 17:02:20,311 - neutron_utils - INFO - Retrieving security group with ID - a986d517-faa6-4fa0-b9c7-737d4d46bcd0 2018-06-29 17:02:20,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=a986d517-faa6-4fa0-b9c7-737d4d46bcd0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d4c6b1d5c4e526288f7c1d309175a0f6d2c2229" 2018-06-29 17:02:20,604 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-58b3a192-e7f2-4d7e-b13f-a5081665866c Date: Fri, 29 Jun 2018 17:02:20 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "d67e23f48f954654aae2ebd8416a595c", "created_at": "2018-06-29T17:02:17Z", "updated_at": "2018-06-29T17:02:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:02:17Z", "revision_number": 0, "id": "097d7797-0786-4857-a9cb-76bd52318a9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T17:02:17Z", "security_group_id": "a986d517-faa6-4fa0-b9c7-737d4d46bcd0", "tenant_id": "d67e23f48f954654aae2ebd8416a595c", "port_range_min": null, "ethertype": "IPv4", "project_id": "d67e23f48f954654aae2ebd8416a595c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:02:17Z", "revision_number": 0, "id": "745ecb95-0ddc-4120-bce5-3cc234c4e313", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T17:02:17Z", "security_group_id": "a986d517-faa6-4fa0-b9c7-737d4d46bcd0", "tenant_id": "d67e23f48f954654aae2ebd8416a595c", "port_range_min": null, "ethertype": "IPv6", "project_id": "d67e23f48f954654aae2ebd8416a595c"}], "revision_number": 1, "project_id": "d67e23f48f954654aae2ebd8416a595c", "id": "a986d517-faa6-4fa0-b9c7-737d4d46bcd0", "name": "CreateProjectUserTests-c7647275-8ce6-4b2-name"}]} 2018-06-29 17:02:20,605 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=a986d517-faa6-4fa0-b9c7-737d4d46bcd0 used request id req-58b3a192-e7f2-4d7e-b13f-a5081665866c 2018-06-29 17:02:20,605 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a986d517-faa6-4fa0-b9c7-737d4d46bcd0 2018-06-29 17:02:20,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=a986d517-faa6-4fa0-b9c7-737d4d46bcd0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d4c6b1d5c4e526288f7c1d309175a0f6d2c2229" 2018-06-29 17:02:20,633 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d23a3af5-e8cb-4c46-a7d7-ef3ee2e8bc72 Date: Fri, 29 Jun 2018 17:02:20 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T17:02:17Z", "security_group_id": "a986d517-faa6-4fa0-b9c7-737d4d46bcd0", "port_range_min": null, "revision_number": 0, "tenant_id": "d67e23f48f954654aae2ebd8416a595c", "created_at": "2018-06-29T17:02:17Z", "project_id": "d67e23f48f954654aae2ebd8416a595c", "id": "097d7797-0786-4857-a9cb-76bd52318a9f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T17:02:17Z", "security_group_id": "a986d517-faa6-4fa0-b9c7-737d4d46bcd0", "port_range_min": null, "revision_number": 0, "tenant_id": "d67e23f48f954654aae2ebd8416a595c", "created_at": "2018-06-29T17:02:17Z", "project_id": "d67e23f48f954654aae2ebd8416a595c", "id": "745ecb95-0ddc-4120-bce5-3cc234c4e313"}]} 2018-06-29 17:02:20,633 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=a986d517-faa6-4fa0-b9c7-737d4d46bcd0 used request id req-d23a3af5-e8cb-4c46-a7d7-ef3ee2e8bc72 2018-06-29 17:02:20,633 - neutron_utils - INFO - Retrieving security group with ID - a986d517-faa6-4fa0-b9c7-737d4d46bcd0 2018-06-29 17:02:20,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=a986d517-faa6-4fa0-b9c7-737d4d46bcd0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d4c6b1d5c4e526288f7c1d309175a0f6d2c2229" 2018-06-29 17:02:20,861 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-67996e67-4006-4f28-b4bf-07dc26c96cec Date: Fri, 29 Jun 2018 17:02:20 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "d67e23f48f954654aae2ebd8416a595c", "created_at": "2018-06-29T17:02:17Z", "updated_at": "2018-06-29T17:02:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:02:17Z", "revision_number": 0, "id": "097d7797-0786-4857-a9cb-76bd52318a9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T17:02:17Z", "security_group_id": "a986d517-faa6-4fa0-b9c7-737d4d46bcd0", "tenant_id": "d67e23f48f954654aae2ebd8416a595c", "port_range_min": null, "ethertype": "IPv4", "project_id": "d67e23f48f954654aae2ebd8416a595c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:02:17Z", "revision_number": 0, "id": "745ecb95-0ddc-4120-bce5-3cc234c4e313", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T17:02:17Z", "security_group_id": "a986d517-faa6-4fa0-b9c7-737d4d46bcd0", "tenant_id": "d67e23f48f954654aae2ebd8416a595c", "port_range_min": null, "ethertype": "IPv6", "project_id": "d67e23f48f954654aae2ebd8416a595c"}], "revision_number": 1, "project_id": "d67e23f48f954654aae2ebd8416a595c", "id": "a986d517-faa6-4fa0-b9c7-737d4d46bcd0", "name": "CreateProjectUserTests-c7647275-8ce6-4b2-name"}]} 2018-06-29 17:02:20,861 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=a986d517-faa6-4fa0-b9c7-737d4d46bcd0 used request id req-67996e67-4006-4f28-b4bf-07dc26c96cec 2018-06-29 17:02:20,861 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a986d517-faa6-4fa0-b9c7-737d4d46bcd0 2018-06-29 17:02:20,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=a986d517-faa6-4fa0-b9c7-737d4d46bcd0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d4c6b1d5c4e526288f7c1d309175a0f6d2c2229" 2018-06-29 17:02:21,197 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b9125719-bc7c-492d-a8c2-95c1c8d148f1 Date: Fri, 29 Jun 2018 17:02:21 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-29T17:02:17Z", "security_group_id": "a986d517-faa6-4fa0-b9c7-737d4d46bcd0", "port_range_min": null, "revision_number": 0, "tenant_id": "d67e23f48f954654aae2ebd8416a595c", "created_at": "2018-06-29T17:02:17Z", "project_id": "d67e23f48f954654aae2ebd8416a595c", "id": "097d7797-0786-4857-a9cb-76bd52318a9f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T17:02:17Z", "security_group_id": "a986d517-faa6-4fa0-b9c7-737d4d46bcd0", "port_range_min": null, "revision_number": 0, "tenant_id": "d67e23f48f954654aae2ebd8416a595c", "created_at": "2018-06-29T17:02:17Z", "project_id": "d67e23f48f954654aae2ebd8416a595c", "id": "745ecb95-0ddc-4120-bce5-3cc234c4e313"}]} 2018-06-29 17:02:21,197 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=a986d517-faa6-4fa0-b9c7-737d4d46bcd0 used request id req-b9125719-bc7c-492d-a8c2-95c1c8d148f1 2018-06-29 17:02:21,198 - neutron_utils - INFO - Deleting security group rule with ID - 097d7797-0786-4857-a9cb-76bd52318a9f 2018-06-29 17:02:21,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/097d7797-0786-4857-a9cb-76bd52318a9f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d4c6b1d5c4e526288f7c1d309175a0f6d2c2229" 2018-06-29 17:02:21,529 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5bec8af0-ee08-41af-a9b9-c0a538163770 Content-Length: 0 Date: Fri, 29 Jun 2018 17:02:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 17:02:21,529 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/097d7797-0786-4857-a9cb-76bd52318a9f used request id req-5bec8af0-ee08-41af-a9b9-c0a538163770 2018-06-29 17:02:21,529 - neutron_utils - INFO - Deleting security group rule with ID - 745ecb95-0ddc-4120-bce5-3cc234c4e313 2018-06-29 17:02:21,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/745ecb95-0ddc-4120-bce5-3cc234c4e313 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d4c6b1d5c4e526288f7c1d309175a0f6d2c2229" 2018-06-29 17:02:21,645 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-58f4de41-acff-4ce0-8e1b-ebfa99ed0c7e Content-Length: 0 Date: Fri, 29 Jun 2018 17:02:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 17:02:21,645 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/745ecb95-0ddc-4120-bce5-3cc234c4e313 used request id req-58f4de41-acff-4ce0-8e1b-ebfa99ed0c7e 2018-06-29 17:02:21,646 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-c7647275-8ce6-4b2-name 2018-06-29 17:02:21,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/a986d517-faa6-4fa0-b9c7-737d4d46bcd0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d4c6b1d5c4e526288f7c1d309175a0f6d2c2229" 2018-06-29 17:02:21,963 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-725fadcc-5e1f-4564-9e42-3794f66a8611 Content-Length: 0 Date: Fri, 29 Jun 2018 17:02:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 17:02:21,964 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/a986d517-faa6-4fa0-b9c7-737d4d46bcd0 used request id req-725fadcc-5e1f-4564-9e42-3794f66a8611 2018-06-29 17:02:21,964 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-c7647275-8ce6-4b2-user 2018-06-29 17:02:21,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/c08240b0df6d4ca5b0b40b8e6220273b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3426087058dc572e35762e38b7aaed5446bfeea7" 2018-06-29 17:02:22,171 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 17:02:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-36389923-732c-4700-9fff-1f30299d7ba1 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 17:02:22,171 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/c08240b0df6d4ca5b0b40b8e6220273b used request id req-36389923-732c-4700-9fff-1f30299d7ba1 2018-06-29 17:02:22,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66cf9e2c5d7789a4df7c70592c353af739253fee" 2018-06-29 17:02:22,956 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-1afe5d8c-91ce-452a-84da-158c61061dba Date: Fri, 29 Jun 2018 17:02:22 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d67e23f48f954654aae2ebd8416a595c", "created_at": "2018-06-29T17:02:16Z", "updated_at": "2018-06-29T17:02:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:02:16Z", "revision_number": 0, "id": "6360f08a-ff17-46da-ba54-573972e9386c", "remote_group_id": "493512a8-f8d1-40a0-a59a-94f036c6ef25", "remote_ip_prefix": null, "created_at": "2018-06-29T17:02:16Z", "security_group_id": "493512a8-f8d1-40a0-a59a-94f036c6ef25", "tenant_id": "d67e23f48f954654aae2ebd8416a595c", "port_range_min": null, "ethertype": "IPv4", "project_id": "d67e23f48f954654aae2ebd8416a595c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:02:16Z", "revision_number": 0, "id": "b327efb3-c780-4bb6-b7b3-8beaa4052b4a", "remote_group_id": "493512a8-f8d1-40a0-a59a-94f036c6ef25", "remote_ip_prefix": null, "created_at": "2018-06-29T17:02:16Z", "security_group_id": "493512a8-f8d1-40a0-a59a-94f036c6ef25", "tenant_id": "d67e23f48f954654aae2ebd8416a595c", "port_range_min": null, "ethertype": "IPv6", "project_id": "d67e23f48f954654aae2ebd8416a595c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:02:16Z", "revision_number": 0, "id": "ca5779f9-6746-4d8c-9427-dd0b53f8b4d8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T17:02:16Z", "security_group_id": "493512a8-f8d1-40a0-a59a-94f036c6ef25", "tenant_id": "d67e23f48f954654aae2ebd8416a595c", "port_range_min": null, "ethertype": "IPv4", "project_id": "d67e23f48f954654aae2ebd8416a595c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:02:16Z", "revision_number": 0, "id": "cfef1686-ca53-45d6-8db1-d83c75abdf6d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T17:02:16Z", "security_group_id": "493512a8-f8d1-40a0-a59a-94f036c6ef25", "tenant_id": "d67e23f48f954654aae2ebd8416a595c", "port_range_min": null, "ethertype": "IPv6", "project_id": "d67e23f48f954654aae2ebd8416a595c"}], "revision_number": 1, "project_id": "d67e23f48f954654aae2ebd8416a595c", "id": "493512a8-f8d1-40a0-a59a-94f036c6ef25", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:01:52Z", "updated_at": "2018-06-29T17:01:52Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:01:52Z", "revision_number": 0, "id": "4ea5d9f4-8904-4af2-914e-b0bea0308f00", "remote_group_id": "80203172-2d27-4ac0-ba1b-ce925c9da636", "remote_ip_prefix": null, "created_at": "2018-06-29T17:01:52Z", "security_group_id": "80203172-2d27-4ac0-ba1b-ce925c9da636", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "port_range_min": null, "ethertype": "IPv4", "project_id": "d375e46f6f2b472db41ca16f2fc59215"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:01:52Z", "revision_number": 0, "id": "b6cc2659-5f45-4aec-8267-b28b4dd1e768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T17:01:52Z", "security_group_id": "80203172-2d27-4ac0-ba1b-ce925c9da636", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "port_range_min": null, "ethertype": "IPv6", "project_id": "d375e46f6f2b472db41ca16f2fc59215"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:01:52Z", "revision_number": 0, "id": "c97db31e-f2ee-41b2-ab53-b1b18867f02a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T17:01:52Z", "security_group_id": "80203172-2d27-4ac0-ba1b-ce925c9da636", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "port_range_min": null, "ethertype": "IPv4", "project_id": "d375e46f6f2b472db41ca16f2fc59215"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:01:52Z", "revision_number": 0, "id": "f119ac48-f3ed-479c-932b-b3aa6716f7a6", "remote_group_id": "80203172-2d27-4ac0-ba1b-ce925c9da636", "remote_ip_prefix": null, "created_at": "2018-06-29T17:01:52Z", "security_group_id": "80203172-2d27-4ac0-ba1b-ce925c9da636", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "port_range_min": null, "ethertype": "IPv6", "project_id": "d375e46f6f2b472db41ca16f2fc59215"}], "revision_number": 1, "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "80203172-2d27-4ac0-ba1b-ce925c9da636", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec057e7f82e1407bad00c8c132267cb0", "created_at": "2018-06-29T16:57:50Z", "updated_at": "2018-06-29T16:57:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T16:57:50Z", "revision_number": 0, "id": "6cde4f71-905a-4699-bc01-4a70c049e0fb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T16:57:50Z", "security_group_id": "f48c376b-f015-42a5-ae60-e831d97e5bf5", "tenant_id": "ec057e7f82e1407bad00c8c132267cb0", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec057e7f82e1407bad00c8c132267cb0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T16:57:50Z", "revision_number": 0, "id": "728ee50f-d71d-463c-a048-423c24d7725a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T16:57:50Z", "security_group_id": "f48c376b-f015-42a5-ae60-e831d97e5bf5", "tenant_id": "ec057e7f82e1407bad00c8c132267cb0", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec057e7f82e1407bad00c8c132267cb0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T16:57:50Z", "revision_number": 0, "id": "a29c6512-34e4-479a-9555-57814e6eb8bf", "remote_group_id": "f48c376b-f015-42a5-ae60-e831d97e5bf5", "remote_ip_prefix": null, "created_at": "2018-06-29T16:57:50Z", "security_group_id": "f48c376b-f015-42a5-ae60-e831d97e5bf5", "tenant_id": "ec057e7f82e1407bad00c8c132267cb0", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec057e7f82e1407bad00c8c132267cb0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T16:57:50Z", "revision_number": 0, "id": "bd1506bd-c5ae-46b4-93c6-12cfee1de4ac", "remote_group_id": "f48c376b-f015-42a5-ae60-e831d97e5bf5", "remote_ip_prefix": null, "created_at": "2018-06-29T16:57:50Z", "security_group_id": "f48c376b-f015-42a5-ae60-e831d97e5bf5", "tenant_id": "ec057e7f82e1407bad00c8c132267cb0", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec057e7f82e1407bad00c8c132267cb0"}], "revision_number": 1, "project_id": "ec057e7f82e1407bad00c8c132267cb0", "id": "f48c376b-f015-42a5-ae60-e831d97e5bf5", "name": "default"}]} 2018-06-29 17:02:22,956 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-1afe5d8c-91ce-452a-84da-158c61061dba 2018-06-29 17:02:22,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d67e23f48f954654aae2ebd8416a595c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66cf9e2c5d7789a4df7c70592c353af739253fee" 2018-06-29 17:02:23,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:02:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-adf8fe23-bb3d-4374-b3ba-a62cf37efc09 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/d67e23f48f954654aae2ebd8416a595c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d67e23f48f954654aae2ebd8416a595c", "name": "CreateProjectUserTests-c7647275-8ce6-4b2-name"}} 2018-06-29 17:02:23,051 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d67e23f48f954654aae2ebd8416a595c used request id req-adf8fe23-bb3d-4374-b3ba-a62cf37efc09 2018-06-29 17:02:23,052 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 493512a8-f8d1-40a0-a59a-94f036c6ef25 2018-06-29 17:02:23,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=493512a8-f8d1-40a0-a59a-94f036c6ef25 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66cf9e2c5d7789a4df7c70592c353af739253fee" 2018-06-29 17:02:23,331 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-46366743-dede-4a7b-bd66-a39f10be841f Date: Fri, 29 Jun 2018 17:02:23 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "493512a8-f8d1-40a0-a59a-94f036c6ef25", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T17:02:16Z", "security_group_id": "493512a8-f8d1-40a0-a59a-94f036c6ef25", "port_range_min": null, "revision_number": 0, "tenant_id": "d67e23f48f954654aae2ebd8416a595c", "created_at": "2018-06-29T17:02:16Z", "project_id": "d67e23f48f954654aae2ebd8416a595c", "id": "6360f08a-ff17-46da-ba54-573972e9386c"}, {"remote_group_id": "493512a8-f8d1-40a0-a59a-94f036c6ef25", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T17:02:16Z", "security_group_id": "493512a8-f8d1-40a0-a59a-94f036c6ef25", "port_range_min": null, "revision_number": 0, "tenant_id": "d67e23f48f954654aae2ebd8416a595c", "created_at": "2018-06-29T17:02:16Z", "project_id": "d67e23f48f954654aae2ebd8416a595c", "id": "b327efb3-c780-4bb6-b7b3-8beaa4052b4a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T17:02:16Z", "security_group_id": "493512a8-f8d1-40a0-a59a-94f036c6ef25", "port_range_min": null, "revision_number": 0, "tenant_id": "d67e23f48f954654aae2ebd8416a595c", "created_at": "2018-06-29T17:02:16Z", "project_id": "d67e23f48f954654aae2ebd8416a595c", "id": "ca5779f9-6746-4d8c-9427-dd0b53f8b4d8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T17:02:16Z", "security_group_id": "493512a8-f8d1-40a0-a59a-94f036c6ef25", "port_range_min": null, "revision_number": 0, "tenant_id": "d67e23f48f954654aae2ebd8416a595c", "created_at": "2018-06-29T17:02:16Z", "project_id": "d67e23f48f954654aae2ebd8416a595c", "id": "cfef1686-ca53-45d6-8db1-d83c75abdf6d"}]} 2018-06-29 17:02:23,332 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=493512a8-f8d1-40a0-a59a-94f036c6ef25 used request id req-46366743-dede-4a7b-bd66-a39f10be841f 2018-06-29 17:02:23,332 - neutron_utils - INFO - Deleting security group with name - default 2018-06-29 17:02:23,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/493512a8-f8d1-40a0-a59a-94f036c6ef25 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66cf9e2c5d7789a4df7c70592c353af739253fee" 2018-06-29 17:02:24,376 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d10a1a4a-0d32-4e1a-b78a-35cd4eb4e18c Content-Length: 0 Date: Fri, 29 Jun 2018 17:02:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 17:02:24,376 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/493512a8-f8d1-40a0-a59a-94f036c6ef25 used request id req-d10a1a4a-0d32-4e1a-b78a-35cd4eb4e18c 2018-06-29 17:02:24,377 - keystone_utils - INFO - Deleting project with name - CreateProjectUserTests-c7647275-8ce6-4b2-name 2018-06-29 17:02:24,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/d67e23f48f954654aae2ebd8416a595c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66cf9e2c5d7789a4df7c70592c353af739253fee" 2018-06-29 17:02:24,549 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 17:02:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b3f26a91-026a-4673-99b4-f56d6257f6bc 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 17:02:24,549 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/d67e23f48f954654aae2ebd8416a595c used request id req-b3f26a91-026a-4673-99b4-f56d6257f6bc 2018-06-29 17:02:24,549 - keystone_utils - INFO - Deleting role with name - CreateProjectUserTests-c7647275-8ce6-4b2-name-role 2018-06-29 17:02:24,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/d32a27f088c6425d9931eaf41a15e5d0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66cf9e2c5d7789a4df7c70592c353af739253fee" 2018-06-29 17:02:24,706 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 17:02:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-04500e95-38a9-4aaa-af33-af1a303ea9e7 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 17:02:24,706 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/d32a27f088c6425d9931eaf41a15e5d0 used request id req-04500e95-38a9-4aaa-af33-af1a303ea9e7 2018-06-29 17:02:24,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66cf9e2c5d7789a4df7c70592c353af739253fee" 2018-06-29 17:02:24,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:02:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9221842a-73a2-44ba-a0d5-bffb566af570 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1b9f110df41b4dfa96b7be528e7cdade", "links": {"self": "http://172.30.9.30:5000/v3/roles/1b9f110df41b4dfa96b7be528e7cdade"}, "name": "admin"}, {"domain_id": null, "id": "4b6537625af942b9b44ef42a32af16f8", "links": {"self": "http://172.30.9.30:5000/v3/roles/4b6537625af942b9b44ef42a32af16f8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5b71880062704c63bcb0a7c4d6166b81", "links": {"self": "http://172.30.9.30:5000/v3/roles/5b71880062704c63bcb0a7c4d6166b81"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "debe079495a34054bde4a5da5bdd3a9d", "links": {"self": "http://172.30.9.30:5000/v3/roles/debe079495a34054bde4a5da5bdd3a9d"}, "name": "heat_stack_user"}]} 2018-06-29 17:02:24,801 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-9221842a-73a2-44ba-a0d5-bffb566af570 2018-06-29 17:02:24,802 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:02:25,206 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:02:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["nLF7nmpRSRaBUcvETVZ1mw"], "issued_at": "2018-06-29T17:02:25.000000Z"}} 2018-06-29 17:02:25,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}249e8d8c76132ecac448d5c95c57052b95aa8df7" 2018-06-29 17:02:25,296 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:02:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac5362ba-29f0-47cc-a858-cc946b707903 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:02:25,296 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-ac5362ba-29f0-47cc-a858-cc946b707903 2018-06-29 17:02:25,298 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:02:25,299 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:02:25,691 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:02:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["mvQZbPUuSaeydr48G5x_qg"], "issued_at": "2018-06-29T17:02:25.000000Z"}} 2018-06-29 17:02:25,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}5de7daa1799d3ac899197212674471246a977bdf" 2018-06-29 17:02:25,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:02:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91190548-1167-4297-81b7-58b4201999ed 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:02:25,779 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-91190548-1167-4297-81b7-58b4201999ed 2018-06-29 17:02:25,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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 17:02:25,788 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 17:02:25 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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 17:02:25,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-41cceab9-bf82-44a-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5de7daa1799d3ac899197212674471246a977bdf" 2018-06-29 17:02:25,885 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:02:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-276bf19f-968f-4984-ab10-6c2bf3c662bf Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-41cceab9-bf82-44a-name", "previous": null, "next": null}, "projects": []} 2018-06-29 17:02:25,885 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-41cceab9-bf82-44a-name used request id req-276bf19f-968f-4984-ab10-6c2bf3c662bf 2018-06-29 17:02:25,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5de7daa1799d3ac899197212674471246a977bdf" 2018-06-29 17:02:25,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:02:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4a24b0b-be52-4685-a4a0-a16edc41a6bd Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-06-29 17:02:25,909 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-e4a24b0b-be52-4685-a4a0-a16edc41a6bd 2018-06-29 17:02:25,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5de7daa1799d3ac899197212674471246a977bdf" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectUserTests-41cceab9-bf82-44a-name"}}' 2018-06-29 17:02:26,040 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 29 Jun 2018 17:02:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fcec48db-77ae-4b9c-8bc1-6f9af1ac413d Content-Length: 319 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/30cb650a66444881955834a94e92a892"}, "tags": [], "enabled": true, "id": "30cb650a66444881955834a94e92a892", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-41cceab9-bf82-44a-name"}} 2018-06-29 17:02:26,041 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-fcec48db-77ae-4b9c-8bc1-6f9af1ac413d 2018-06-29 17:02:26,041 - keystone_utils - INFO - Created project with name - CreateProjectUserTests-41cceab9-bf82-44a-name 2018-06-29 17:02:26,041 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:02:26,042 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:02:26,446 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:02:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["ZLZIKszLRMCefLrEBQGNpQ"], "issued_at": "2018-06-29T17:02:26.000000Z"}} 2018-06-29 17:02:26,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}4d1dc3367fc18e0e6224e8293838db2c9d7186f6" 2018-06-29 17:02:26,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:02:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-edc456ed-6437-464b-9419-6cd76aa3b099 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:02:26,537 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-edc456ed-6437-464b-9419-6cd76aa3b099 2018-06-29 17:02:26,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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 17:02:26,546 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 17:02: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 17:02:26,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d1dc3367fc18e0e6224e8293838db2c9d7186f6" 2018-06-29 17:02:26,656 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:02:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9b3fdae-1e55-4ca4-8fcf-1f5f730681a1 Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/2005dcbb6a484f15aff408e1792f4c11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2005dcbb6a484f15aff408e1792f4c11", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/33feb05f3f33494f9c985ea954828412"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33feb05f3f33494f9c985ea954828412", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/49604a31254c408aac03c04040e4a492"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49604a31254c408aac03c04040e4a492", "email": "placement@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/52a397aa2e1c435594f313aaae1020e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52a397aa2e1c435594f313aaae1020e1", "email": "admin@example.com", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/609cccc8ea7e476f8f5627be68f3b75c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "609cccc8ea7e476f8f5627be68f3b75c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.30:5000/v3/users/74b272bcd5e74ac69f0e48bab315d8fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74b272bcd5e74ac69f0e48bab315d8fd", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/946d568b478f4fe2afb52ad3c6aa3599"}, "domain_id": "4d8bbd9b294943c6b6c411d66b59985e", "enabled": true, "options": {}, "id": "946d568b478f4fe2afb52ad3c6aa3599", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/996c848fe760498aa98c4b25eab56449"}, "domain_id": "default", "enabled": true, "options": {}, "id": "996c848fe760498aa98c4b25eab56449", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/c08b758a1bac47b98ecb35b6a1835aae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c08b758a1bac47b98ecb35b6a1835aae", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.30:5000/v3/users/c471b11c6fc641c89cdf90531991f049"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c471b11c6fc641c89cdf90531991f049", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/d7bd2722b17541f686d623b3ec754032"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7bd2722b17541f686d623b3ec754032", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/dc66feb07fb1453298a1d2111b24fb2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc66feb07fb1453298a1d2111b24fb2a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/f02b66c81983484c95fc312aa5c9af6d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f02b66c81983484c95fc312aa5c9af6d", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/f2c302d81e224a89ba38c4a7ac0ab8c0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2c302d81e224a89ba38c4a7ac0ab8c0", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-06-29 17:02:26,656 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-e9b3fdae-1e55-4ca4-8fcf-1f5f730681a1 2018-06-29 17:02:26,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d1dc3367fc18e0e6224e8293838db2c9d7186f6" 2018-06-29 17:02:26,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:02:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8cc00c08-4762-4d0d-8aee-28b94d659081 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-06-29 17:02:26,761 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-8cc00c08-4762-4d0d-8aee-28b94d659081 2018-06-29 17:02:27,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d1dc3367fc18e0e6224e8293838db2c9d7186f6" 2018-06-29 17:02:27,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:02:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87dd55de-920a-4224-b0b7-a7fc1c08f8cf Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1b9f110df41b4dfa96b7be528e7cdade", "links": {"self": "http://172.30.9.30:5000/v3/roles/1b9f110df41b4dfa96b7be528e7cdade"}, "name": "admin"}, {"domain_id": null, "id": "4b6537625af942b9b44ef42a32af16f8", "links": {"self": "http://172.30.9.30:5000/v3/roles/4b6537625af942b9b44ef42a32af16f8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5b71880062704c63bcb0a7c4d6166b81", "links": {"self": "http://172.30.9.30:5000/v3/roles/5b71880062704c63bcb0a7c4d6166b81"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "debe079495a34054bde4a5da5bdd3a9d", "links": {"self": "http://172.30.9.30:5000/v3/roles/debe079495a34054bde4a5da5bdd3a9d"}, "name": "heat_stack_user"}]} 2018-06-29 17:02:27,270 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-87dd55de-920a-4224-b0b7-a7fc1c08f8cf 2018-06-29 17:02:27,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateProjectUserTests-41cceab9-bf82-44a-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d1dc3367fc18e0e6224e8293838db2c9d7186f6" 2018-06-29 17:02:27,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:02:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ccef2d8c-0b86-4088-a578-6770cb64c7c5 Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateProjectUserTests-41cceab9-bf82-44a-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/30cb650a66444881955834a94e92a892"}, "tags": [], "enabled": true, "id": "30cb650a66444881955834a94e92a892", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-41cceab9-bf82-44a-name"}]} 2018-06-29 17:02:27,368 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateProjectUserTests-41cceab9-bf82-44a-name used request id req-ccef2d8c-0b86-4088-a578-6770cb64c7c5 2018-06-29 17:02:27,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users/7a7474197dd0466792be3277de492fc3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d1dc3367fc18e0e6224e8293838db2c9d7186f6" 2018-06-29 17:02:27,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:02:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91faff8a-576f-412d-a81c-cb1f40a3e433 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/7a7474197dd0466792be3277de492fc3"}, "enabled": true, "id": "7a7474197dd0466792be3277de492fc3", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-41cceab9-bf82-44a-user1"}} 2018-06-29 17:02:27,485 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/7a7474197dd0466792be3277de492fc3 used request id req-91faff8a-576f-412d-a81c-cb1f40a3e433 2018-06-29 17:02:27,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/30cb650a66444881955834a94e92a892/users/7a7474197dd0466792be3277de492fc3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d1dc3367fc18e0e6224e8293838db2c9d7186f6" 2018-06-29 17:02:27,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:02:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89c67300-de5b-4f6f-a241-a9484c1587e8 Content-Encoding: gzip Content-Length: 166 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects/30cb650a66444881955834a94e92a892/users/7a7474197dd0466792be3277de492fc3/roles", "previous": null, "next": null}, "roles": []} 2018-06-29 17:02:27,599 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/30cb650a66444881955834a94e92a892/users/7a7474197dd0466792be3277de492fc3/roles used request id req-89c67300-de5b-4f6f-a241-a9484c1587e8 2018-06-29 17:02:27,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/1b9f110df41b4dfa96b7be528e7cdade -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d1dc3367fc18e0e6224e8293838db2c9d7186f6" 2018-06-29 17:02:27,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:02:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce794310-b8b6-4436-ba37-9fd42232fac8 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "1b9f110df41b4dfa96b7be528e7cdade", "links": {"self": "http://172.30.9.30:5000/v3/roles/1b9f110df41b4dfa96b7be528e7cdade"}, "name": "admin"}} 2018-06-29 17:02:27,694 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/1b9f110df41b4dfa96b7be528e7cdade used request id req-ce794310-b8b6-4436-ba37-9fd42232fac8 2018-06-29 17:02:27,695 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-41cceab9-bf82-44a-name 2018-06-29 17:02:27,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/30cb650a66444881955834a94e92a892/users/7a7474197dd0466792be3277de492fc3/roles/1b9f110df41b4dfa96b7be528e7cdade -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d1dc3367fc18e0e6224e8293838db2c9d7186f6" 2018-06-29 17:02:27,889 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 17:02:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e2e7c384-3c3d-47cb-96a8-b32e758289a8 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 17:02:27,890 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/30cb650a66444881955834a94e92a892/users/7a7474197dd0466792be3277de492fc3/roles/1b9f110df41b4dfa96b7be528e7cdade used request id req-e2e7c384-3c3d-47cb-96a8-b32e758289a8 2018-06-29 17:02:27,890 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-41cceab9-bf82-44a-user1 2018-06-29 17:02:27,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5de7daa1799d3ac899197212674471246a977bdf" 2018-06-29 17:02:27,910 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:02:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58245286-2daa-41fc-90a0-19682f6bb0d6 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1b9f110df41b4dfa96b7be528e7cdade", "links": {"self": "http://172.30.9.30:5000/v3/roles/1b9f110df41b4dfa96b7be528e7cdade"}, "name": "admin"}, {"domain_id": null, "id": "4b6537625af942b9b44ef42a32af16f8", "links": {"self": "http://172.30.9.30:5000/v3/roles/4b6537625af942b9b44ef42a32af16f8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5b71880062704c63bcb0a7c4d6166b81", "links": {"self": "http://172.30.9.30:5000/v3/roles/5b71880062704c63bcb0a7c4d6166b81"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "debe079495a34054bde4a5da5bdd3a9d", "links": {"self": "http://172.30.9.30:5000/v3/roles/debe079495a34054bde4a5da5bdd3a9d"}, "name": "heat_stack_user"}]} 2018-06-29 17:02:27,911 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-58245286-2daa-41fc-90a0-19682f6bb0d6 2018-06-29 17:02:27,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5de7daa1799d3ac899197212674471246a977bdf" -d '{"role": {"name": "CreateProjectUserTests-41cceab9-bf82-44a-name-role"}}' 2018-06-29 17:02:28,063 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 29 Jun 2018 17:02:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8a4b6d1a-ba8b-4b15-bbc9-8c2825f8d29d Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e20ebe78fbea436b832fec5ff7e4ff16", "links": {"self": "http://172.30.9.30:5000/v3/roles/e20ebe78fbea436b832fec5ff7e4ff16"}, "name": "CreateProjectUserTests-41cceab9-bf82-44a-name-role"}} 2018-06-29 17:02:28,063 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-8a4b6d1a-ba8b-4b15-bbc9-8c2825f8d29d 2018-06-29 17:02:28,063 - keystone_utils - INFO - Created role with name - CreateProjectUserTests-41cceab9-bf82-44a-name-role 2018-06-29 17:02:28,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/e20ebe78fbea436b832fec5ff7e4ff16 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5de7daa1799d3ac899197212674471246a977bdf" 2018-06-29 17:02:28,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:02:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f23228da-f4d7-44fd-9dc4-a9d530b3ddfe Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e20ebe78fbea436b832fec5ff7e4ff16", "links": {"self": "http://172.30.9.30:5000/v3/roles/e20ebe78fbea436b832fec5ff7e4ff16"}, "name": "CreateProjectUserTests-41cceab9-bf82-44a-name-role"}} 2018-06-29 17:02:28,162 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/e20ebe78fbea436b832fec5ff7e4ff16 used request id req-f23228da-f4d7-44fd-9dc4-a9d530b3ddfe 2018-06-29 17:02:28,162 - keystone_utils - INFO - Granting role CreateProjectUserTests-41cceab9-bf82-44a-name-role to project CreateProjectUserTests-41cceab9-bf82-44a-name 2018-06-29 17:02:28,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/30cb650a66444881955834a94e92a892/users/7a7474197dd0466792be3277de492fc3/roles/e20ebe78fbea436b832fec5ff7e4ff16 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5de7daa1799d3ac899197212674471246a977bdf" 2018-06-29 17:02:28,297 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 17:02:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3d739eaf-1347-405b-89b3-a471766e6a5e 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 17:02:28,297 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/30cb650a66444881955834a94e92a892/users/7a7474197dd0466792be3277de492fc3/roles/e20ebe78fbea436b832fec5ff7e4ff16 used request id req-3d739eaf-1347-405b-89b3-a471766e6a5e 2018-06-29 17:02:28,297 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:02:28,298 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:02:28,698 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:02:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["FNmu9Hm7Qae3Y7yvsLZkag"], "issued_at": "2018-06-29T17:02:28.000000Z"}} 2018-06-29 17:02:28,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}c24a04a819cc52637f2f8b8285d6feffca49621d" 2018-06-29 17:02:28,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:02:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de28cfad-ee5c-4bfc-b81a-4d33ac66f691 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:02:28,790 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-de28cfad-ee5c-4bfc-b81a-4d33ac66f691 2018-06-29 17:02:28,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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 17:02:28,800 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 17:02: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 17:02:28,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c24a04a819cc52637f2f8b8285d6feffca49621d" 2018-06-29 17:02:28,946 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:02:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-319513f7-60be-4347-930b-101e9118b284 Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/2005dcbb6a484f15aff408e1792f4c11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2005dcbb6a484f15aff408e1792f4c11", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/33feb05f3f33494f9c985ea954828412"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33feb05f3f33494f9c985ea954828412", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/49604a31254c408aac03c04040e4a492"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49604a31254c408aac03c04040e4a492", "email": "placement@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/52a397aa2e1c435594f313aaae1020e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52a397aa2e1c435594f313aaae1020e1", "email": "admin@example.com", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/609cccc8ea7e476f8f5627be68f3b75c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "609cccc8ea7e476f8f5627be68f3b75c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.30:5000/v3/users/74b272bcd5e74ac69f0e48bab315d8fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74b272bcd5e74ac69f0e48bab315d8fd", "email": "swift@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateProjectUserTests-41cceab9-bf82-44a-user1", "links": {"self": "http://172.30.9.30:5000/v3/users/7a7474197dd0466792be3277de492fc3"}, "domain_id": "default", "enabled": true, "id": "7a7474197dd0466792be3277de492fc3", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/946d568b478f4fe2afb52ad3c6aa3599"}, "domain_id": "4d8bbd9b294943c6b6c411d66b59985e", "enabled": true, "options": {}, "id": "946d568b478f4fe2afb52ad3c6aa3599", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/996c848fe760498aa98c4b25eab56449"}, "domain_id": "default", "enabled": true, "options": {}, "id": "996c848fe760498aa98c4b25eab56449", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/c08b758a1bac47b98ecb35b6a1835aae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c08b758a1bac47b98ecb35b6a1835aae", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.30:5000/v3/users/c471b11c6fc641c89cdf90531991f049"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c471b11c6fc641c89cdf90531991f049", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/d7bd2722b17541f686d623b3ec754032"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7bd2722b17541f686d623b3ec754032", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/dc66feb07fb1453298a1d2111b24fb2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc66feb07fb1453298a1d2111b24fb2a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/f02b66c81983484c95fc312aa5c9af6d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f02b66c81983484c95fc312aa5c9af6d", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/f2c302d81e224a89ba38c4a7ac0ab8c0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2c302d81e224a89ba38c4a7ac0ab8c0", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-06-29 17:02:28,946 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-319513f7-60be-4347-930b-101e9118b284 2018-06-29 17:02:28,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c24a04a819cc52637f2f8b8285d6feffca49621d" 2018-06-29 17:02:29,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:02:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e63803f8-46f2-4479-8f1b-43293c6253a8 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-06-29 17:02:29,055 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-e63803f8-46f2-4479-8f1b-43293c6253a8 2018-06-29 17:02:29,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c24a04a819cc52637f2f8b8285d6feffca49621d" 2018-06-29 17:02:29,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:02:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4b77b8b-28d2-414b-8ef8-cdfa8885a64d Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1b9f110df41b4dfa96b7be528e7cdade", "links": {"self": "http://172.30.9.30:5000/v3/roles/1b9f110df41b4dfa96b7be528e7cdade"}, "name": "admin"}, {"domain_id": null, "id": "4b6537625af942b9b44ef42a32af16f8", "links": {"self": "http://172.30.9.30:5000/v3/roles/4b6537625af942b9b44ef42a32af16f8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5b71880062704c63bcb0a7c4d6166b81", "links": {"self": "http://172.30.9.30:5000/v3/roles/5b71880062704c63bcb0a7c4d6166b81"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "debe079495a34054bde4a5da5bdd3a9d", "links": {"self": "http://172.30.9.30:5000/v3/roles/debe079495a34054bde4a5da5bdd3a9d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "e20ebe78fbea436b832fec5ff7e4ff16", "links": {"self": "http://172.30.9.30:5000/v3/roles/e20ebe78fbea436b832fec5ff7e4ff16"}, "name": "CreateProjectUserTests-41cceab9-bf82-44a-name-role"}]} 2018-06-29 17:02:29,570 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-b4b77b8b-28d2-414b-8ef8-cdfa8885a64d 2018-06-29 17:02:29,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateProjectUserTests-41cceab9-bf82-44a-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c24a04a819cc52637f2f8b8285d6feffca49621d" 2018-06-29 17:02:29,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:02:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a6b55db-9701-4692-83ce-2997c09a854e Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateProjectUserTests-41cceab9-bf82-44a-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/30cb650a66444881955834a94e92a892"}, "tags": [], "enabled": true, "id": "30cb650a66444881955834a94e92a892", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-41cceab9-bf82-44a-name"}]} 2018-06-29 17:02:29,674 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateProjectUserTests-41cceab9-bf82-44a-name used request id req-6a6b55db-9701-4692-83ce-2997c09a854e 2018-06-29 17:02:29,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users/3cc1daef41514b9e990875b8ed2f5e73 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c24a04a819cc52637f2f8b8285d6feffca49621d" 2018-06-29 17:02:29,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:02:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2fbce1c-9622-48cd-a1fd-0f252f1b2087 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/3cc1daef41514b9e990875b8ed2f5e73"}, "enabled": true, "id": "3cc1daef41514b9e990875b8ed2f5e73", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-41cceab9-bf82-44a-user2"}} 2018-06-29 17:02:29,780 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/3cc1daef41514b9e990875b8ed2f5e73 used request id req-c2fbce1c-9622-48cd-a1fd-0f252f1b2087 2018-06-29 17:02:29,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/30cb650a66444881955834a94e92a892/users/3cc1daef41514b9e990875b8ed2f5e73/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c24a04a819cc52637f2f8b8285d6feffca49621d" 2018-06-29 17:02:29,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:02:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b61a4623-6f25-442f-9bce-c562b42cd737 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects/30cb650a66444881955834a94e92a892/users/3cc1daef41514b9e990875b8ed2f5e73/roles", "previous": null, "next": null}, "roles": []} 2018-06-29 17:02:29,904 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/30cb650a66444881955834a94e92a892/users/3cc1daef41514b9e990875b8ed2f5e73/roles used request id req-b61a4623-6f25-442f-9bce-c562b42cd737 2018-06-29 17:02:29,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/1b9f110df41b4dfa96b7be528e7cdade -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c24a04a819cc52637f2f8b8285d6feffca49621d" 2018-06-29 17:02:30,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:02:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-755894d0-56ce-4240-9f19-157dfda67e9a Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "1b9f110df41b4dfa96b7be528e7cdade", "links": {"self": "http://172.30.9.30:5000/v3/roles/1b9f110df41b4dfa96b7be528e7cdade"}, "name": "admin"}} 2018-06-29 17:02:30,002 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/1b9f110df41b4dfa96b7be528e7cdade used request id req-755894d0-56ce-4240-9f19-157dfda67e9a 2018-06-29 17:02:30,002 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-41cceab9-bf82-44a-name 2018-06-29 17:02:30,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/30cb650a66444881955834a94e92a892/users/3cc1daef41514b9e990875b8ed2f5e73/roles/1b9f110df41b4dfa96b7be528e7cdade -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c24a04a819cc52637f2f8b8285d6feffca49621d" 2018-06-29 17:02:30,065 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 17:02:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ae10a1df-99ed-4473-bbc8-f3cb92eb7427 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 17:02:30,065 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/30cb650a66444881955834a94e92a892/users/3cc1daef41514b9e990875b8ed2f5e73/roles/1b9f110df41b4dfa96b7be528e7cdade used request id req-ae10a1df-99ed-4473-bbc8-f3cb92eb7427 2018-06-29 17:02:30,066 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-41cceab9-bf82-44a-user2 2018-06-29 17:02:30,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/e20ebe78fbea436b832fec5ff7e4ff16 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5de7daa1799d3ac899197212674471246a977bdf" 2018-06-29 17:02:30,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:02:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5ab492b-611a-4074-9837-572611945f9c Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e20ebe78fbea436b832fec5ff7e4ff16", "links": {"self": "http://172.30.9.30:5000/v3/roles/e20ebe78fbea436b832fec5ff7e4ff16"}, "name": "CreateProjectUserTests-41cceab9-bf82-44a-name-role"}} 2018-06-29 17:02:30,160 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/e20ebe78fbea436b832fec5ff7e4ff16 used request id req-e5ab492b-611a-4074-9837-572611945f9c 2018-06-29 17:02:30,160 - keystone_utils - INFO - Granting role CreateProjectUserTests-41cceab9-bf82-44a-name-role to project CreateProjectUserTests-41cceab9-bf82-44a-name 2018-06-29 17:02:30,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/30cb650a66444881955834a94e92a892/users/3cc1daef41514b9e990875b8ed2f5e73/roles/e20ebe78fbea436b832fec5ff7e4ff16 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5de7daa1799d3ac899197212674471246a977bdf" 2018-06-29 17:02:30,312 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 17:02:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c2c917e8-e02c-4106-91ce-3c1ed3102120 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 17:02:30,312 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/30cb650a66444881955834a94e92a892/users/3cc1daef41514b9e990875b8ed2f5e73/roles/e20ebe78fbea436b832fec5ff7e4ff16 used request id req-c2c917e8-e02c-4106-91ce-3c1ed3102120 2018-06-29 17:02:30,312 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:02:30,313 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:02:30,708 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e20ebe78fbea436b832fec5ff7e4ff16", "name": "CreateProjectUserTests-41cceab9-bf82-44a-name-role"}, {"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:02:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "30cb650a66444881955834a94e92a892", "name": "CreateProjectUserTests-41cceab9-bf82-44a-name"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/30cb650a66444881955834a94e92a892", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/30cb650a66444881955834a94e92a892", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/30cb650a66444881955834a94e92a892", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_30cb650a66444881955834a94e92a892", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_30cb650a66444881955834a94e92a892", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/30cb650a66444881955834a94e92a892", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/30cb650a66444881955834a94e92a892", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/30cb650a66444881955834a94e92a892", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/30cb650a66444881955834a94e92a892", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/30cb650a66444881955834a94e92a892", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/30cb650a66444881955834a94e92a892", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/30cb650a66444881955834a94e92a892", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/30cb650a66444881955834a94e92a892", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/30cb650a66444881955834a94e92a892", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-41cceab9-bf82-44a-user1", "id": "7a7474197dd0466792be3277de492fc3"}, "audit_ids": ["lUwr7yZ3Suy6_ENre1JqcQ"], "issued_at": "2018-06-29T17:02:30.000000Z"}} 2018-06-29 17:02:30,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}3cd7a191c58fafe70963b923193856ec6c98ded4" 2018-06-29 17:02:30,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:02:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ffad619c-951c-4558-9116-edf0840b2220 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:02:30,804 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-ffad619c-951c-4558-9116-edf0840b2220 2018-06-29 17:02:30,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateProjectUserTests-41cceab9-bf82-44a-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cd7a191c58fafe70963b923193856ec6c98ded4" 2018-06-29 17:02:31,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-09a56c08-72c0-433f-b976-718d13f5a137 Date: Fri, 29 Jun 2018 17:02:31 GMT RESP BODY: {"security_groups": []} 2018-06-29 17:02:31,302 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateProjectUserTests-41cceab9-bf82-44a-name&description=hello+group used request id req-09a56c08-72c0-433f-b976-718d13f5a137 2018-06-29 17:02:31,303 - OpenStackSecurityGroup - INFO - Creating security group CreateProjectUserTests-41cceab9-bf82-44a-name... 2018-06-29 17:02:31,303 - neutron_utils - INFO - Creating security group with name - CreateProjectUserTests-41cceab9-bf82-44a-name 2018-06-29 17:02:31,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cd7a191c58fafe70963b923193856ec6c98ded4" -d '{"security_group": {"name": "CreateProjectUserTests-41cceab9-bf82-44a-name", "description": "hello group"}}' 2018-06-29 17:02:31,744 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1388 X-Openstack-Request-Id: req-0070f99f-e57a-4824-b44a-d7e08664f3e3 Date: Fri, 29 Jun 2018 17:02:31 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "30cb650a66444881955834a94e92a892", "created_at": "2018-06-29T17:02:31Z", "updated_at": "2018-06-29T17:02:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:02:31Z", "revision_number": 0, "id": "16edcc2b-292f-4c98-ab7b-4a1143850c9e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T17:02:31Z", "security_group_id": "556806e2-7f1e-4a1c-aa2b-fedf9ea6822a", "tenant_id": "30cb650a66444881955834a94e92a892", "port_range_min": null, "ethertype": "IPv4", "project_id": "30cb650a66444881955834a94e92a892"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:02:31Z", "revision_number": 0, "id": "25948643-278a-4979-b108-88c77d4c9aab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T17:02:31Z", "security_group_id": "556806e2-7f1e-4a1c-aa2b-fedf9ea6822a", "tenant_id": "30cb650a66444881955834a94e92a892", "port_range_min": null, "ethertype": "IPv6", "project_id": "30cb650a66444881955834a94e92a892"}], "revision_number": 1, "project_id": "30cb650a66444881955834a94e92a892", "id": "556806e2-7f1e-4a1c-aa2b-fedf9ea6822a", "name": "CreateProjectUserTests-41cceab9-bf82-44a-name"}} 2018-06-29 17:02:31,744 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-0070f99f-e57a-4824-b44a-d7e08664f3e3 2018-06-29 17:02:31,745 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 556806e2-7f1e-4a1c-aa2b-fedf9ea6822a 2018-06-29 17:02:31,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=556806e2-7f1e-4a1c-aa2b-fedf9ea6822a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cd7a191c58fafe70963b923193856ec6c98ded4" 2018-06-29 17:02:32,005 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-5a7ac52f-4dc0-47db-acf4-a29abc8c8d96 Date: Fri, 29 Jun 2018 17:02:32 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T17:02:31Z", "security_group_id": "556806e2-7f1e-4a1c-aa2b-fedf9ea6822a", "port_range_min": null, "revision_number": 0, "tenant_id": "30cb650a66444881955834a94e92a892", "created_at": "2018-06-29T17:02:31Z", "project_id": "30cb650a66444881955834a94e92a892", "id": "16edcc2b-292f-4c98-ab7b-4a1143850c9e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T17:02:31Z", "security_group_id": "556806e2-7f1e-4a1c-aa2b-fedf9ea6822a", "port_range_min": null, "revision_number": 0, "tenant_id": "30cb650a66444881955834a94e92a892", "created_at": "2018-06-29T17:02:31Z", "project_id": "30cb650a66444881955834a94e92a892", "id": "25948643-278a-4979-b108-88c77d4c9aab"}]} 2018-06-29 17:02:32,005 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=556806e2-7f1e-4a1c-aa2b-fedf9ea6822a used request id req-5a7ac52f-4dc0-47db-acf4-a29abc8c8d96 2018-06-29 17:02:32,006 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 556806e2-7f1e-4a1c-aa2b-fedf9ea6822a 2018-06-29 17:02:32,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=556806e2-7f1e-4a1c-aa2b-fedf9ea6822a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cd7a191c58fafe70963b923193856ec6c98ded4" 2018-06-29 17:02:32,230 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a3157bce-80fe-4c43-bb7a-6cf53e6e0925 Date: Fri, 29 Jun 2018 17:02:32 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T17:02:31Z", "security_group_id": "556806e2-7f1e-4a1c-aa2b-fedf9ea6822a", "port_range_min": null, "revision_number": 0, "tenant_id": "30cb650a66444881955834a94e92a892", "created_at": "2018-06-29T17:02:31Z", "project_id": "30cb650a66444881955834a94e92a892", "id": "16edcc2b-292f-4c98-ab7b-4a1143850c9e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T17:02:31Z", "security_group_id": "556806e2-7f1e-4a1c-aa2b-fedf9ea6822a", "port_range_min": null, "revision_number": 0, "tenant_id": "30cb650a66444881955834a94e92a892", "created_at": "2018-06-29T17:02:31Z", "project_id": "30cb650a66444881955834a94e92a892", "id": "25948643-278a-4979-b108-88c77d4c9aab"}]} 2018-06-29 17:02:32,230 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=556806e2-7f1e-4a1c-aa2b-fedf9ea6822a used request id req-a3157bce-80fe-4c43-bb7a-6cf53e6e0925 2018-06-29 17:02:32,231 - neutron_utils - INFO - Retrieving security group with ID - 556806e2-7f1e-4a1c-aa2b-fedf9ea6822a 2018-06-29 17:02:32,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=556806e2-7f1e-4a1c-aa2b-fedf9ea6822a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cd7a191c58fafe70963b923193856ec6c98ded4" 2018-06-29 17:02:32,588 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-adf9e140-e7ed-4973-93b2-7bf556b4fa30 Date: Fri, 29 Jun 2018 17:02:32 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "30cb650a66444881955834a94e92a892", "created_at": "2018-06-29T17:02:31Z", "updated_at": "2018-06-29T17:02:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:02:31Z", "revision_number": 0, "id": "16edcc2b-292f-4c98-ab7b-4a1143850c9e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T17:02:31Z", "security_group_id": "556806e2-7f1e-4a1c-aa2b-fedf9ea6822a", "tenant_id": "30cb650a66444881955834a94e92a892", "port_range_min": null, "ethertype": "IPv4", "project_id": "30cb650a66444881955834a94e92a892"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:02:31Z", "revision_number": 0, "id": "25948643-278a-4979-b108-88c77d4c9aab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T17:02:31Z", "security_group_id": "556806e2-7f1e-4a1c-aa2b-fedf9ea6822a", "tenant_id": "30cb650a66444881955834a94e92a892", "port_range_min": null, "ethertype": "IPv6", "project_id": "30cb650a66444881955834a94e92a892"}], "revision_number": 1, "project_id": "30cb650a66444881955834a94e92a892", "id": "556806e2-7f1e-4a1c-aa2b-fedf9ea6822a", "name": "CreateProjectUserTests-41cceab9-bf82-44a-name"}]} 2018-06-29 17:02:32,589 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=556806e2-7f1e-4a1c-aa2b-fedf9ea6822a used request id req-adf9e140-e7ed-4973-93b2-7bf556b4fa30 2018-06-29 17:02:32,589 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 556806e2-7f1e-4a1c-aa2b-fedf9ea6822a 2018-06-29 17:02:32,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=556806e2-7f1e-4a1c-aa2b-fedf9ea6822a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cd7a191c58fafe70963b923193856ec6c98ded4" 2018-06-29 17:02:33,439 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a7a54513-80ba-4d2a-bdcc-e3ac9747268e Date: Fri, 29 Jun 2018 17:02:33 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T17:02:31Z", "security_group_id": "556806e2-7f1e-4a1c-aa2b-fedf9ea6822a", "port_range_min": null, "revision_number": 0, "tenant_id": "30cb650a66444881955834a94e92a892", "created_at": "2018-06-29T17:02:31Z", "project_id": "30cb650a66444881955834a94e92a892", "id": "16edcc2b-292f-4c98-ab7b-4a1143850c9e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T17:02:31Z", "security_group_id": "556806e2-7f1e-4a1c-aa2b-fedf9ea6822a", "port_range_min": null, "revision_number": 0, "tenant_id": "30cb650a66444881955834a94e92a892", "created_at": "2018-06-29T17:02:31Z", "project_id": "30cb650a66444881955834a94e92a892", "id": "25948643-278a-4979-b108-88c77d4c9aab"}]} 2018-06-29 17:02:33,439 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=556806e2-7f1e-4a1c-aa2b-fedf9ea6822a used request id req-a7a54513-80ba-4d2a-bdcc-e3ac9747268e 2018-06-29 17:02:33,440 - neutron_utils - INFO - Retrieving security group with ID - 556806e2-7f1e-4a1c-aa2b-fedf9ea6822a 2018-06-29 17:02:33,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=556806e2-7f1e-4a1c-aa2b-fedf9ea6822a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cd7a191c58fafe70963b923193856ec6c98ded4" 2018-06-29 17:02:33,815 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-83e00c3c-bd11-4525-a14d-93912e550a3d Date: Fri, 29 Jun 2018 17:02:33 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "30cb650a66444881955834a94e92a892", "created_at": "2018-06-29T17:02:31Z", "updated_at": "2018-06-29T17:02:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:02:31Z", "revision_number": 0, "id": "16edcc2b-292f-4c98-ab7b-4a1143850c9e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T17:02:31Z", "security_group_id": "556806e2-7f1e-4a1c-aa2b-fedf9ea6822a", "tenant_id": "30cb650a66444881955834a94e92a892", "port_range_min": null, "ethertype": "IPv4", "project_id": "30cb650a66444881955834a94e92a892"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:02:31Z", "revision_number": 0, "id": "25948643-278a-4979-b108-88c77d4c9aab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T17:02:31Z", "security_group_id": "556806e2-7f1e-4a1c-aa2b-fedf9ea6822a", "tenant_id": "30cb650a66444881955834a94e92a892", "port_range_min": null, "ethertype": "IPv6", "project_id": "30cb650a66444881955834a94e92a892"}], "revision_number": 1, "project_id": "30cb650a66444881955834a94e92a892", "id": "556806e2-7f1e-4a1c-aa2b-fedf9ea6822a", "name": "CreateProjectUserTests-41cceab9-bf82-44a-name"}]} 2018-06-29 17:02:33,816 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=556806e2-7f1e-4a1c-aa2b-fedf9ea6822a used request id req-83e00c3c-bd11-4525-a14d-93912e550a3d 2018-06-29 17:02:33,816 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 556806e2-7f1e-4a1c-aa2b-fedf9ea6822a 2018-06-29 17:02:33,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=556806e2-7f1e-4a1c-aa2b-fedf9ea6822a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cd7a191c58fafe70963b923193856ec6c98ded4" 2018-06-29 17:02:34,071 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-46804a15-651f-4145-a678-a35ca6193594 Date: Fri, 29 Jun 2018 17:02:34 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T17:02:31Z", "security_group_id": "556806e2-7f1e-4a1c-aa2b-fedf9ea6822a", "port_range_min": null, "revision_number": 0, "tenant_id": "30cb650a66444881955834a94e92a892", "created_at": "2018-06-29T17:02:31Z", "project_id": "30cb650a66444881955834a94e92a892", "id": "16edcc2b-292f-4c98-ab7b-4a1143850c9e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T17:02:31Z", "security_group_id": "556806e2-7f1e-4a1c-aa2b-fedf9ea6822a", "port_range_min": null, "revision_number": 0, "tenant_id": "30cb650a66444881955834a94e92a892", "created_at": "2018-06-29T17:02:31Z", "project_id": "30cb650a66444881955834a94e92a892", "id": "25948643-278a-4979-b108-88c77d4c9aab"}]} 2018-06-29 17:02:34,071 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=556806e2-7f1e-4a1c-aa2b-fedf9ea6822a used request id req-46804a15-651f-4145-a678-a35ca6193594 2018-06-29 17:02:34,072 - neutron_utils - INFO - Retrieving security group with ID - 556806e2-7f1e-4a1c-aa2b-fedf9ea6822a 2018-06-29 17:02:34,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=556806e2-7f1e-4a1c-aa2b-fedf9ea6822a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cd7a191c58fafe70963b923193856ec6c98ded4" 2018-06-29 17:02:34,295 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-ec670022-f4e6-4ca0-b08c-fe5deb574e7a Date: Fri, 29 Jun 2018 17:02:34 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "30cb650a66444881955834a94e92a892", "created_at": "2018-06-29T17:02:31Z", "updated_at": "2018-06-29T17:02:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:02:31Z", "revision_number": 0, "id": "16edcc2b-292f-4c98-ab7b-4a1143850c9e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T17:02:31Z", "security_group_id": "556806e2-7f1e-4a1c-aa2b-fedf9ea6822a", "tenant_id": "30cb650a66444881955834a94e92a892", "port_range_min": null, "ethertype": "IPv4", "project_id": "30cb650a66444881955834a94e92a892"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:02:31Z", "revision_number": 0, "id": "25948643-278a-4979-b108-88c77d4c9aab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T17:02:31Z", "security_group_id": "556806e2-7f1e-4a1c-aa2b-fedf9ea6822a", "tenant_id": "30cb650a66444881955834a94e92a892", "port_range_min": null, "ethertype": "IPv6", "project_id": "30cb650a66444881955834a94e92a892"}], "revision_number": 1, "project_id": "30cb650a66444881955834a94e92a892", "id": "556806e2-7f1e-4a1c-aa2b-fedf9ea6822a", "name": "CreateProjectUserTests-41cceab9-bf82-44a-name"}]} 2018-06-29 17:02:34,295 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=556806e2-7f1e-4a1c-aa2b-fedf9ea6822a used request id req-ec670022-f4e6-4ca0-b08c-fe5deb574e7a 2018-06-29 17:02:34,296 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 556806e2-7f1e-4a1c-aa2b-fedf9ea6822a 2018-06-29 17:02:34,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=556806e2-7f1e-4a1c-aa2b-fedf9ea6822a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cd7a191c58fafe70963b923193856ec6c98ded4" 2018-06-29 17:02:34,322 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-73de1558-07b2-4d0b-83ae-d3677bdb7045 Date: Fri, 29 Jun 2018 17:02:34 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T17:02:31Z", "security_group_id": "556806e2-7f1e-4a1c-aa2b-fedf9ea6822a", "port_range_min": null, "revision_number": 0, "tenant_id": "30cb650a66444881955834a94e92a892", "created_at": "2018-06-29T17:02:31Z", "project_id": "30cb650a66444881955834a94e92a892", "id": "16edcc2b-292f-4c98-ab7b-4a1143850c9e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T17:02:31Z", "security_group_id": "556806e2-7f1e-4a1c-aa2b-fedf9ea6822a", "port_range_min": null, "revision_number": 0, "tenant_id": "30cb650a66444881955834a94e92a892", "created_at": "2018-06-29T17:02:31Z", "project_id": "30cb650a66444881955834a94e92a892", "id": "25948643-278a-4979-b108-88c77d4c9aab"}]} 2018-06-29 17:02:34,322 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=556806e2-7f1e-4a1c-aa2b-fedf9ea6822a used request id req-73de1558-07b2-4d0b-83ae-d3677bdb7045 2018-06-29 17:02:34,323 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:02:34,324 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:02:34,730 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e20ebe78fbea436b832fec5ff7e4ff16", "name": "CreateProjectUserTests-41cceab9-bf82-44a-name-role"}, {"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:02:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "30cb650a66444881955834a94e92a892", "name": "CreateProjectUserTests-41cceab9-bf82-44a-name"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/30cb650a66444881955834a94e92a892", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/30cb650a66444881955834a94e92a892", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/30cb650a66444881955834a94e92a892", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_30cb650a66444881955834a94e92a892", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_30cb650a66444881955834a94e92a892", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/30cb650a66444881955834a94e92a892", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/30cb650a66444881955834a94e92a892", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/30cb650a66444881955834a94e92a892", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/30cb650a66444881955834a94e92a892", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/30cb650a66444881955834a94e92a892", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/30cb650a66444881955834a94e92a892", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/30cb650a66444881955834a94e92a892", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/30cb650a66444881955834a94e92a892", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/30cb650a66444881955834a94e92a892", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-41cceab9-bf82-44a-user2", "id": "3cc1daef41514b9e990875b8ed2f5e73"}, "audit_ids": ["VIETkuQ0T7eATM2YYQEnSA"], "issued_at": "2018-06-29T17:02:34.000000Z"}} 2018-06-29 17:02:34,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}9b580dc0c6863a7aab653511771a2fc4a74e3654" 2018-06-29 17:02:34,820 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:02:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6a4ef52-2e07-4c7c-b8d7-04767f75dbfa 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:02:34,820 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-f6a4ef52-2e07-4c7c-b8d7-04767f75dbfa 2018-06-29 17:02:34,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateProjectUserTests-41cceab9-bf82-44a-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b580dc0c6863a7aab653511771a2fc4a74e3654" 2018-06-29 17:02:35,240 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-99b857cc-62e4-441a-898d-308882d16ee5 Date: Fri, 29 Jun 2018 17:02:35 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "30cb650a66444881955834a94e92a892", "created_at": "2018-06-29T17:02:31Z", "updated_at": "2018-06-29T17:02:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:02:31Z", "revision_number": 0, "id": "16edcc2b-292f-4c98-ab7b-4a1143850c9e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T17:02:31Z", "security_group_id": "556806e2-7f1e-4a1c-aa2b-fedf9ea6822a", "tenant_id": "30cb650a66444881955834a94e92a892", "port_range_min": null, "ethertype": "IPv4", "project_id": "30cb650a66444881955834a94e92a892"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:02:31Z", "revision_number": 0, "id": "25948643-278a-4979-b108-88c77d4c9aab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T17:02:31Z", "security_group_id": "556806e2-7f1e-4a1c-aa2b-fedf9ea6822a", "tenant_id": "30cb650a66444881955834a94e92a892", "port_range_min": null, "ethertype": "IPv6", "project_id": "30cb650a66444881955834a94e92a892"}], "revision_number": 1, "project_id": "30cb650a66444881955834a94e92a892", "id": "556806e2-7f1e-4a1c-aa2b-fedf9ea6822a", "name": "CreateProjectUserTests-41cceab9-bf82-44a-name"}]} 2018-06-29 17:02:35,240 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateProjectUserTests-41cceab9-bf82-44a-name&description=hello+group used request id req-99b857cc-62e4-441a-898d-308882d16ee5 2018-06-29 17:02:35,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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 17:02:35,248 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 17:02:35 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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 17:02:35,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/30cb650a66444881955834a94e92a892 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b580dc0c6863a7aab653511771a2fc4a74e3654" 2018-06-29 17:02:35,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:02:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d1bebbc-8375-46f8-994d-83abc039ac3f Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/30cb650a66444881955834a94e92a892"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "30cb650a66444881955834a94e92a892", "name": "CreateProjectUserTests-41cceab9-bf82-44a-name"}} 2018-06-29 17:02:35,350 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/30cb650a66444881955834a94e92a892 used request id req-8d1bebbc-8375-46f8-994d-83abc039ac3f 2018-06-29 17:02:35,350 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 556806e2-7f1e-4a1c-aa2b-fedf9ea6822a 2018-06-29 17:02:35,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=556806e2-7f1e-4a1c-aa2b-fedf9ea6822a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b580dc0c6863a7aab653511771a2fc4a74e3654" 2018-06-29 17:02:35,647 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d6d057a9-a6cb-4dfa-a8fb-75756581e665 Date: Fri, 29 Jun 2018 17:02:35 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T17:02:31Z", "security_group_id": "556806e2-7f1e-4a1c-aa2b-fedf9ea6822a", "port_range_min": null, "revision_number": 0, "tenant_id": "30cb650a66444881955834a94e92a892", "created_at": "2018-06-29T17:02:31Z", "project_id": "30cb650a66444881955834a94e92a892", "id": "16edcc2b-292f-4c98-ab7b-4a1143850c9e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T17:02:31Z", "security_group_id": "556806e2-7f1e-4a1c-aa2b-fedf9ea6822a", "port_range_min": null, "revision_number": 0, "tenant_id": "30cb650a66444881955834a94e92a892", "created_at": "2018-06-29T17:02:31Z", "project_id": "30cb650a66444881955834a94e92a892", "id": "25948643-278a-4979-b108-88c77d4c9aab"}]} 2018-06-29 17:02:35,647 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=556806e2-7f1e-4a1c-aa2b-fedf9ea6822a used request id req-d6d057a9-a6cb-4dfa-a8fb-75756581e665 2018-06-29 17:02:35,647 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 556806e2-7f1e-4a1c-aa2b-fedf9ea6822a 2018-06-29 17:02:35,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=556806e2-7f1e-4a1c-aa2b-fedf9ea6822a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b580dc0c6863a7aab653511771a2fc4a74e3654" 2018-06-29 17:02:36,429 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a280cd0f-d82b-4efa-b91c-e8e1f39a6b75 Date: Fri, 29 Jun 2018 17:02:36 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T17:02:31Z", "security_group_id": "556806e2-7f1e-4a1c-aa2b-fedf9ea6822a", "port_range_min": null, "revision_number": 0, "tenant_id": "30cb650a66444881955834a94e92a892", "created_at": "2018-06-29T17:02:31Z", "project_id": "30cb650a66444881955834a94e92a892", "id": "16edcc2b-292f-4c98-ab7b-4a1143850c9e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T17:02:31Z", "security_group_id": "556806e2-7f1e-4a1c-aa2b-fedf9ea6822a", "port_range_min": null, "revision_number": 0, "tenant_id": "30cb650a66444881955834a94e92a892", "created_at": "2018-06-29T17:02:31Z", "project_id": "30cb650a66444881955834a94e92a892", "id": "25948643-278a-4979-b108-88c77d4c9aab"}]} 2018-06-29 17:02:36,429 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=556806e2-7f1e-4a1c-aa2b-fedf9ea6822a used request id req-a280cd0f-d82b-4efa-b91c-e8e1f39a6b75 2018-06-29 17:02:36,430 - neutron_utils - INFO - Retrieving security group with ID - 556806e2-7f1e-4a1c-aa2b-fedf9ea6822a 2018-06-29 17:02:36,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=556806e2-7f1e-4a1c-aa2b-fedf9ea6822a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b580dc0c6863a7aab653511771a2fc4a74e3654" 2018-06-29 17:02:36,646 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-00b2ad7e-baaa-4566-804a-94b2393d8d69 Date: Fri, 29 Jun 2018 17:02:36 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "30cb650a66444881955834a94e92a892", "created_at": "2018-06-29T17:02:31Z", "updated_at": "2018-06-29T17:02:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:02:31Z", "revision_number": 0, "id": "16edcc2b-292f-4c98-ab7b-4a1143850c9e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T17:02:31Z", "security_group_id": "556806e2-7f1e-4a1c-aa2b-fedf9ea6822a", "tenant_id": "30cb650a66444881955834a94e92a892", "port_range_min": null, "ethertype": "IPv4", "project_id": "30cb650a66444881955834a94e92a892"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:02:31Z", "revision_number": 0, "id": "25948643-278a-4979-b108-88c77d4c9aab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T17:02:31Z", "security_group_id": "556806e2-7f1e-4a1c-aa2b-fedf9ea6822a", "tenant_id": "30cb650a66444881955834a94e92a892", "port_range_min": null, "ethertype": "IPv6", "project_id": "30cb650a66444881955834a94e92a892"}], "revision_number": 1, "project_id": "30cb650a66444881955834a94e92a892", "id": "556806e2-7f1e-4a1c-aa2b-fedf9ea6822a", "name": "CreateProjectUserTests-41cceab9-bf82-44a-name"}]} 2018-06-29 17:02:36,646 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=556806e2-7f1e-4a1c-aa2b-fedf9ea6822a used request id req-00b2ad7e-baaa-4566-804a-94b2393d8d69 2018-06-29 17:02:36,647 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 556806e2-7f1e-4a1c-aa2b-fedf9ea6822a 2018-06-29 17:02:36,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=556806e2-7f1e-4a1c-aa2b-fedf9ea6822a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b580dc0c6863a7aab653511771a2fc4a74e3654" 2018-06-29 17:02:36,796 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-68fc1706-6b10-420c-9e3f-823546dbca11 Date: Fri, 29 Jun 2018 17:02:36 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T17:02:31Z", "security_group_id": "556806e2-7f1e-4a1c-aa2b-fedf9ea6822a", "port_range_min": null, "revision_number": 0, "tenant_id": "30cb650a66444881955834a94e92a892", "created_at": "2018-06-29T17:02:31Z", "project_id": "30cb650a66444881955834a94e92a892", "id": "16edcc2b-292f-4c98-ab7b-4a1143850c9e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T17:02:31Z", "security_group_id": "556806e2-7f1e-4a1c-aa2b-fedf9ea6822a", "port_range_min": null, "revision_number": 0, "tenant_id": "30cb650a66444881955834a94e92a892", "created_at": "2018-06-29T17:02:31Z", "project_id": "30cb650a66444881955834a94e92a892", "id": "25948643-278a-4979-b108-88c77d4c9aab"}]} 2018-06-29 17:02:36,796 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=556806e2-7f1e-4a1c-aa2b-fedf9ea6822a used request id req-68fc1706-6b10-420c-9e3f-823546dbca11 2018-06-29 17:02:36,796 - neutron_utils - INFO - Deleting security group rule with ID - 25948643-278a-4979-b108-88c77d4c9aab 2018-06-29 17:02:36,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/25948643-278a-4979-b108-88c77d4c9aab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cd7a191c58fafe70963b923193856ec6c98ded4" 2018-06-29 17:02:36,986 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f9710f9a-3c59-4120-90eb-4595ff4a8dbc Content-Length: 0 Date: Fri, 29 Jun 2018 17:02:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 17:02:36,986 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/25948643-278a-4979-b108-88c77d4c9aab used request id req-f9710f9a-3c59-4120-90eb-4595ff4a8dbc 2018-06-29 17:02:36,986 - neutron_utils - INFO - Deleting security group rule with ID - 16edcc2b-292f-4c98-ab7b-4a1143850c9e 2018-06-29 17:02:36,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/16edcc2b-292f-4c98-ab7b-4a1143850c9e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cd7a191c58fafe70963b923193856ec6c98ded4" 2018-06-29 17:02:37,906 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ad0fb8c6-4b3d-4820-90bb-8aca40da7a46 Content-Length: 0 Date: Fri, 29 Jun 2018 17:02:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 17:02:37,906 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/16edcc2b-292f-4c98-ab7b-4a1143850c9e used request id req-ad0fb8c6-4b3d-4820-90bb-8aca40da7a46 2018-06-29 17:02:37,906 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-41cceab9-bf82-44a-name 2018-06-29 17:02:37,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/556806e2-7f1e-4a1c-aa2b-fedf9ea6822a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cd7a191c58fafe70963b923193856ec6c98ded4" 2018-06-29 17:02:38,268 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c2571615-2072-4b16-b660-81881bc6ee4d Content-Length: 0 Date: Fri, 29 Jun 2018 17:02:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 17:02:38,268 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/556806e2-7f1e-4a1c-aa2b-fedf9ea6822a used request id req-c2571615-2072-4b16-b660-81881bc6ee4d 2018-06-29 17:02:38,269 - neutron_utils - INFO - Deleting security group rule with ID - 25948643-278a-4979-b108-88c77d4c9aab 2018-06-29 17:02:38,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/25948643-278a-4979-b108-88c77d4c9aab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b580dc0c6863a7aab653511771a2fc4a74e3654" 2018-06-29 17:02:38,593 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 155 X-Openstack-Request-Id: req-b19741cb-1c49-41c8-9793-1a31144173bc Date: Fri, 29 Jun 2018 17:02:38 GMT RESP BODY: {"NeutronError": {"message": "Security group rule 25948643-278a-4979-b108-88c77d4c9aab does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-06-29 17:02:38,593 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/25948643-278a-4979-b108-88c77d4c9aab used request id req-b19741cb-1c49-41c8-9793-1a31144173bc 2018-06-29 17:02:38,594 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group rule 25948643-278a-4979-b108-88c77d4c9aab does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-06-29 17:02:38,594 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 25948643-278a-4979-b108-88c77d4c9aab does not exist Neutron server returns request_ids: ['req-b19741cb-1c49-41c8-9793-1a31144173bc'] 2018-06-29 17:02:38,594 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-41cceab9-bf82-44a-name 2018-06-29 17:02:38,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/556806e2-7f1e-4a1c-aa2b-fedf9ea6822a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b580dc0c6863a7aab653511771a2fc4a74e3654" 2018-06-29 17:02:38,842 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-bd9c3ec0-f14a-4f6d-a092-3de599e18bbd Date: Fri, 29 Jun 2018 17:02:38 GMT RESP BODY: {"NeutronError": {"message": "Security group 556806e2-7f1e-4a1c-aa2b-fedf9ea6822a does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2018-06-29 17:02:38,842 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/556806e2-7f1e-4a1c-aa2b-fedf9ea6822a used request id req-bd9c3ec0-f14a-4f6d-a092-3de599e18bbd 2018-06-29 17:02:38,842 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group 556806e2-7f1e-4a1c-aa2b-fedf9ea6822a does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2018-06-29 17:02:38,843 - OpenStackSecurityGroup - WARNING - Security Group not found, cannot delete - Security group 556806e2-7f1e-4a1c-aa2b-fedf9ea6822a does not exist Neutron server returns request_ids: ['req-bd9c3ec0-f14a-4f6d-a092-3de599e18bbd'] 2018-06-29 17:02:38,844 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-41cceab9-bf82-44a-user1 2018-06-29 17:02:38,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/7a7474197dd0466792be3277de492fc3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d1dc3367fc18e0e6224e8293838db2c9d7186f6" 2018-06-29 17:02:39,058 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 17:02:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-440f29b2-2a00-4f70-8b46-ee443c363214 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 17:02:39,059 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/7a7474197dd0466792be3277de492fc3 used request id req-440f29b2-2a00-4f70-8b46-ee443c363214 2018-06-29 17:02:39,059 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-41cceab9-bf82-44a-user2 2018-06-29 17:02:39,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/3cc1daef41514b9e990875b8ed2f5e73 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c24a04a819cc52637f2f8b8285d6feffca49621d" 2018-06-29 17:02:39,332 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 17:02:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8e1718fb-674f-495c-822a-73ba197fa39b 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 17:02:39,332 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/3cc1daef41514b9e990875b8ed2f5e73 used request id req-8e1718fb-674f-495c-822a-73ba197fa39b 2018-06-29 17:02:39,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5de7daa1799d3ac899197212674471246a977bdf" 2018-06-29 17:02:39,554 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-d22a12d0-561c-4531-869d-6d27c16dd8f6 Date: Fri, 29 Jun 2018 17:02:39 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:01:52Z", "updated_at": "2018-06-29T17:01:52Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:01:52Z", "revision_number": 0, "id": "4ea5d9f4-8904-4af2-914e-b0bea0308f00", "remote_group_id": "80203172-2d27-4ac0-ba1b-ce925c9da636", "remote_ip_prefix": null, "created_at": "2018-06-29T17:01:52Z", "security_group_id": "80203172-2d27-4ac0-ba1b-ce925c9da636", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "port_range_min": null, "ethertype": "IPv4", "project_id": "d375e46f6f2b472db41ca16f2fc59215"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:01:52Z", "revision_number": 0, "id": "b6cc2659-5f45-4aec-8267-b28b4dd1e768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T17:01:52Z", "security_group_id": "80203172-2d27-4ac0-ba1b-ce925c9da636", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "port_range_min": null, "ethertype": "IPv6", "project_id": "d375e46f6f2b472db41ca16f2fc59215"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:01:52Z", "revision_number": 0, "id": "c97db31e-f2ee-41b2-ab53-b1b18867f02a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T17:01:52Z", "security_group_id": "80203172-2d27-4ac0-ba1b-ce925c9da636", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "port_range_min": null, "ethertype": "IPv4", "project_id": "d375e46f6f2b472db41ca16f2fc59215"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:01:52Z", "revision_number": 0, "id": "f119ac48-f3ed-479c-932b-b3aa6716f7a6", "remote_group_id": "80203172-2d27-4ac0-ba1b-ce925c9da636", "remote_ip_prefix": null, "created_at": "2018-06-29T17:01:52Z", "security_group_id": "80203172-2d27-4ac0-ba1b-ce925c9da636", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "port_range_min": null, "ethertype": "IPv6", "project_id": "d375e46f6f2b472db41ca16f2fc59215"}], "revision_number": 1, "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "80203172-2d27-4ac0-ba1b-ce925c9da636", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "30cb650a66444881955834a94e92a892", "created_at": "2018-06-29T17:02:31Z", "updated_at": "2018-06-29T17:02:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:02:31Z", "revision_number": 0, "id": "4f107193-88f8-4def-a5dc-7589b92306d4", "remote_group_id": "ef7a3463-528f-4cf6-8739-e8a6561dacec", "remote_ip_prefix": null, "created_at": "2018-06-29T17:02:31Z", "security_group_id": "ef7a3463-528f-4cf6-8739-e8a6561dacec", "tenant_id": "30cb650a66444881955834a94e92a892", "port_range_min": null, "ethertype": "IPv6", "project_id": "30cb650a66444881955834a94e92a892"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:02:31Z", "revision_number": 0, "id": "70db0b20-3922-4d4b-8c17-40b611523226", "remote_group_id": "ef7a3463-528f-4cf6-8739-e8a6561dacec", "remote_ip_prefix": null, "created_at": "2018-06-29T17:02:31Z", "security_group_id": "ef7a3463-528f-4cf6-8739-e8a6561dacec", "tenant_id": "30cb650a66444881955834a94e92a892", "port_range_min": null, "ethertype": "IPv4", "project_id": "30cb650a66444881955834a94e92a892"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:02:31Z", "revision_number": 0, "id": "913143ca-2487-4928-b1b3-a12fb0d97cfe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T17:02:31Z", "security_group_id": "ef7a3463-528f-4cf6-8739-e8a6561dacec", "tenant_id": "30cb650a66444881955834a94e92a892", "port_range_min": null, "ethertype": "IPv4", "project_id": "30cb650a66444881955834a94e92a892"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:02:31Z", "revision_number": 0, "id": "c229404b-c63e-45a9-8665-d1271bb1e4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T17:02:31Z", "security_group_id": "ef7a3463-528f-4cf6-8739-e8a6561dacec", "tenant_id": "30cb650a66444881955834a94e92a892", "port_range_min": null, "ethertype": "IPv6", "project_id": "30cb650a66444881955834a94e92a892"}], "revision_number": 1, "project_id": "30cb650a66444881955834a94e92a892", "id": "ef7a3463-528f-4cf6-8739-e8a6561dacec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec057e7f82e1407bad00c8c132267cb0", "created_at": "2018-06-29T16:57:50Z", "updated_at": "2018-06-29T16:57:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T16:57:50Z", "revision_number": 0, "id": "6cde4f71-905a-4699-bc01-4a70c049e0fb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T16:57:50Z", "security_group_id": "f48c376b-f015-42a5-ae60-e831d97e5bf5", "tenant_id": "ec057e7f82e1407bad00c8c132267cb0", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec057e7f82e1407bad00c8c132267cb0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T16:57:50Z", "revision_number": 0, "id": "728ee50f-d71d-463c-a048-423c24d7725a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T16:57:50Z", "security_group_id": "f48c376b-f015-42a5-ae60-e831d97e5bf5", "tenant_id": "ec057e7f82e1407bad00c8c132267cb0", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec057e7f82e1407bad00c8c132267cb0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T16:57:50Z", "revision_number": 0, "id": "a29c6512-34e4-479a-9555-57814e6eb8bf", "remote_group_id": "f48c376b-f015-42a5-ae60-e831d97e5bf5", "remote_ip_prefix": null, "created_at": "2018-06-29T16:57:50Z", "security_group_id": "f48c376b-f015-42a5-ae60-e831d97e5bf5", "tenant_id": "ec057e7f82e1407bad00c8c132267cb0", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec057e7f82e1407bad00c8c132267cb0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T16:57:50Z", "revision_number": 0, "id": "bd1506bd-c5ae-46b4-93c6-12cfee1de4ac", "remote_group_id": "f48c376b-f015-42a5-ae60-e831d97e5bf5", "remote_ip_prefix": null, "created_at": "2018-06-29T16:57:50Z", "security_group_id": "f48c376b-f015-42a5-ae60-e831d97e5bf5", "tenant_id": "ec057e7f82e1407bad00c8c132267cb0", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec057e7f82e1407bad00c8c132267cb0"}], "revision_number": 1, "project_id": "ec057e7f82e1407bad00c8c132267cb0", "id": "f48c376b-f015-42a5-ae60-e831d97e5bf5", "name": "default"}]} 2018-06-29 17:02:39,554 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-d22a12d0-561c-4531-869d-6d27c16dd8f6 2018-06-29 17:02:39,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5de7daa1799d3ac899197212674471246a977bdf" 2018-06-29 17:02:39,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:02:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee99bcf9-8b3e-4ea2-b468-9e637a47506b 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.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}} 2018-06-29 17:02:39,654 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 used request id req-ee99bcf9-8b3e-4ea2-b468-9e637a47506b 2018-06-29 17:02:39,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/30cb650a66444881955834a94e92a892 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5de7daa1799d3ac899197212674471246a977bdf" 2018-06-29 17:02:39,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:02:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b33f0533-0e34-4716-bf82-268259843d76 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/30cb650a66444881955834a94e92a892"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "30cb650a66444881955834a94e92a892", "name": "CreateProjectUserTests-41cceab9-bf82-44a-name"}} 2018-06-29 17:02:39,749 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/30cb650a66444881955834a94e92a892 used request id req-b33f0533-0e34-4716-bf82-268259843d76 2018-06-29 17:02:39,749 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ef7a3463-528f-4cf6-8739-e8a6561dacec 2018-06-29 17:02:39,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=ef7a3463-528f-4cf6-8739-e8a6561dacec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5de7daa1799d3ac899197212674471246a977bdf" 2018-06-29 17:02:39,949 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-75eba6a1-7a40-41ab-ae25-57c59c83bab9 Date: Fri, 29 Jun 2018 17:02:39 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "ef7a3463-528f-4cf6-8739-e8a6561dacec", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T17:02:31Z", "security_group_id": "ef7a3463-528f-4cf6-8739-e8a6561dacec", "port_range_min": null, "revision_number": 0, "tenant_id": "30cb650a66444881955834a94e92a892", "created_at": "2018-06-29T17:02:31Z", "project_id": "30cb650a66444881955834a94e92a892", "id": "4f107193-88f8-4def-a5dc-7589b92306d4"}, {"remote_group_id": "ef7a3463-528f-4cf6-8739-e8a6561dacec", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T17:02:31Z", "security_group_id": "ef7a3463-528f-4cf6-8739-e8a6561dacec", "port_range_min": null, "revision_number": 0, "tenant_id": "30cb650a66444881955834a94e92a892", "created_at": "2018-06-29T17:02:31Z", "project_id": "30cb650a66444881955834a94e92a892", "id": "70db0b20-3922-4d4b-8c17-40b611523226"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T17:02:31Z", "security_group_id": "ef7a3463-528f-4cf6-8739-e8a6561dacec", "port_range_min": null, "revision_number": 0, "tenant_id": "30cb650a66444881955834a94e92a892", "created_at": "2018-06-29T17:02:31Z", "project_id": "30cb650a66444881955834a94e92a892", "id": "913143ca-2487-4928-b1b3-a12fb0d97cfe"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T17:02:31Z", "security_group_id": "ef7a3463-528f-4cf6-8739-e8a6561dacec", "port_range_min": null, "revision_number": 0, "tenant_id": "30cb650a66444881955834a94e92a892", "created_at": "2018-06-29T17:02:31Z", "project_id": "30cb650a66444881955834a94e92a892", "id": "c229404b-c63e-45a9-8665-d1271bb1e4c9"}]} 2018-06-29 17:02:39,949 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=ef7a3463-528f-4cf6-8739-e8a6561dacec used request id req-75eba6a1-7a40-41ab-ae25-57c59c83bab9 2018-06-29 17:02:39,950 - neutron_utils - INFO - Deleting security group with name - default 2018-06-29 17:02:39,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/ef7a3463-528f-4cf6-8739-e8a6561dacec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5de7daa1799d3ac899197212674471246a977bdf" 2018-06-29 17:02:41,040 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0926db75-8fd2-4aad-b298-e5cc5de924b5 Content-Length: 0 Date: Fri, 29 Jun 2018 17:02:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 17:02:41,040 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/ef7a3463-528f-4cf6-8739-e8a6561dacec used request id req-0926db75-8fd2-4aad-b298-e5cc5de924b5 2018-06-29 17:02:41,041 - keystone_utils - INFO - Deleting project with name - CreateProjectUserTests-41cceab9-bf82-44a-name 2018-06-29 17:02:41,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/30cb650a66444881955834a94e92a892 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5de7daa1799d3ac899197212674471246a977bdf" 2018-06-29 17:02:41,235 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 17:02:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-358b9041-4d45-4ed0-ad4b-0d4f6e604aa3 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 17:02:41,235 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/30cb650a66444881955834a94e92a892 used request id req-358b9041-4d45-4ed0-ad4b-0d4f6e604aa3 2018-06-29 17:02:41,236 - keystone_utils - INFO - Deleting role with name - CreateProjectUserTests-41cceab9-bf82-44a-name-role 2018-06-29 17:02:41,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/e20ebe78fbea436b832fec5ff7e4ff16 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5de7daa1799d3ac899197212674471246a977bdf" 2018-06-29 17:02:41,381 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 17:02:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a0eb3195-8071-4a7a-a0e4-2f9df38b6354 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 17:02:41,381 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/e20ebe78fbea436b832fec5ff7e4ff16 used request id req-a0eb3195-8071-4a7a-a0e4-2f9df38b6354 2018-06-29 17:02:41,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5de7daa1799d3ac899197212674471246a977bdf" 2018-06-29 17:02:41,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:02:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d13171e-761f-47ed-9fe7-91d4077dde04 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1b9f110df41b4dfa96b7be528e7cdade", "links": {"self": "http://172.30.9.30:5000/v3/roles/1b9f110df41b4dfa96b7be528e7cdade"}, "name": "admin"}, {"domain_id": null, "id": "4b6537625af942b9b44ef42a32af16f8", "links": {"self": "http://172.30.9.30:5000/v3/roles/4b6537625af942b9b44ef42a32af16f8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5b71880062704c63bcb0a7c4d6166b81", "links": {"self": "http://172.30.9.30:5000/v3/roles/5b71880062704c63bcb0a7c4d6166b81"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "debe079495a34054bde4a5da5bdd3a9d", "links": {"self": "http://172.30.9.30:5000/v3/roles/debe079495a34054bde4a5da5bdd3a9d"}, "name": "heat_stack_user"}]} 2018-06-29 17:02:41,477 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-6d13171e-761f-47ed-9fe7-91d4077dde04 2018-06-29 17:02:41,479 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:02:41,880 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:02:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["F-5t5SOLSumWffwCTUEELg"], "issued_at": "2018-06-29T17:02:41.000000Z"}} 2018-06-29 17:02:41,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3ad8d365da61429856ce5650a0e00874756d98dc" 2018-06-29 17:02:42,504 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-3c59158b-c84f-4d7c-a601-57eefc0296b9 Date: Fri, 29 Jun 2018 17:02: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 17:02:42,505 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-3c59158b-c84f-4d7c-a601-57eefc0296b9 2018-06-29 17:02:42,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3ad8d365da61429856ce5650a0e00874756d98dc" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "GlanceUtilsTests-f1b84e0f-5272-4b2d-9fee-7327efa3c84f"}' 2018-06-29 17:02:43,255 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 614 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/ea5a5722-5ca5-4e3d-9fd6-8cb666af1a38 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-85f3a621-25a5-4e51-8e07-1d7b5fcde844 Date: Fri, 29 Jun 2018 17:02:43 GMT RESP BODY: {"status": "queued", "name": "GlanceUtilsTests-f1b84e0f-5272-4b2d-9fee-7327efa3c84f", "tags": [], "container_format": "bare", "created_at": "2018-06-29T17:02:43Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-06-29T17:02:43Z", "visibility": "shared", "locations": [], "self": "/v2/images/ea5a5722-5ca5-4e3d-9fd6-8cb666af1a38", "min_disk": 0, "protected": false, "id": "ea5a5722-5ca5-4e3d-9fd6-8cb666af1a38", "file": "/v2/images/ea5a5722-5ca5-4e3d-9fd6-8cb666af1a38/file", "checksum": null, "owner": "d375e46f6f2b472db41ca16f2fc59215", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 17:02:43,255 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-85f3a621-25a5-4e51-8e07-1d7b5fcde844 2018-06-29 17:02:43,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/ea5a5722-5ca5-4e3d-9fd6-8cb666af1a38/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3ad8d365da61429856ce5650a0e00874756d98dc" -d '' 2018-06-29 17:02:46,595 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-cb071d5f-c003-4e92-88e6-c1d16e8e5058 Date: Fri, 29 Jun 2018 17:02:46 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 17:02:46,595 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/ea5a5722-5ca5-4e3d-9fd6-8cb666af1a38/file used request id req-cb071d5f-c003-4e92-88e6-c1d16e8e5058 2018-06-29 17:02:46,596 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-06-29 17:02:46,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/ea5a5722-5ca5-4e3d-9fd6-8cb666af1a38 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3ad8d365da61429856ce5650a0e00874756d98dc" 2018-06-29 17:02:47,259 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 875 Content-Type: application/json X-Openstack-Request-Id: req-6b5ea2fa-7907-4508-b0e0-439ee404bd8d Date: Fri, 29 Jun 2018 17:02:47 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "GlanceUtilsTests-f1b84e0f-5272-4b2d-9fee-7327efa3c84f", "tags": [], "container_format": "bare", "created_at": "2018-06-29T17:02:43Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-06-29T17:02:46Z", "visibility": "shared", "locations": [{"url": "rbd://0e8aacea-dc23-4cff-98e1-fd5fa38d6bcf/images/ea5a5722-5ca5-4e3d-9fd6-8cb666af1a38/snap", "metadata": {}}], "self": "/v2/images/ea5a5722-5ca5-4e3d-9fd6-8cb666af1a38", "min_disk": 0, "protected": false, "id": "ea5a5722-5ca5-4e3d-9fd6-8cb666af1a38", "file": "/v2/images/ea5a5722-5ca5-4e3d-9fd6-8cb666af1a38/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d375e46f6f2b472db41ca16f2fc59215", "direct_url": "rbd://0e8aacea-dc23-4cff-98e1-fd5fa38d6bcf/images/ea5a5722-5ca5-4e3d-9fd6-8cb666af1a38/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 17:02:47,260 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/ea5a5722-5ca5-4e3d-9fd6-8cb666af1a38 used request id req-6b5ea2fa-7907-4508-b0e0-439ee404bd8d 2018-06-29 17:02:47,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3ad8d365da61429856ce5650a0e00874756d98dc" 2018-06-29 17:02:47,876 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-26b69834-8eb8-42be-aa1d-e860429bdafb Date: Fri, 29 Jun 2018 17:02:47 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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 17:02:47,876 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-26b69834-8eb8-42be-aa1d-e860429bdafb 2018-06-29 17:02:47,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=GlanceUtilsTests-f1b84e0f-5272-4b2d-9fee-7327efa3c84f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3ad8d365da61429856ce5650a0e00874756d98dc" 2018-06-29 17:02:48,642 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1030 Content-Type: application/json X-Openstack-Request-Id: req-8f9c6e35-efce-44d2-8e4d-3faabc746068 Date: Fri, 29 Jun 2018 17:02:48 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "GlanceUtilsTests-f1b84e0f-5272-4b2d-9fee-7327efa3c84f", "tags": [], "container_format": "bare", "created_at": "2018-06-29T17:02:43Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-06-29T17:02:46Z", "visibility": "shared", "locations": [{"url": "rbd://0e8aacea-dc23-4cff-98e1-fd5fa38d6bcf/images/ea5a5722-5ca5-4e3d-9fd6-8cb666af1a38/snap", "metadata": {}}], "self": "/v2/images/ea5a5722-5ca5-4e3d-9fd6-8cb666af1a38", "min_disk": 0, "protected": false, "id": "ea5a5722-5ca5-4e3d-9fd6-8cb666af1a38", "file": "/v2/images/ea5a5722-5ca5-4e3d-9fd6-8cb666af1a38/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d375e46f6f2b472db41ca16f2fc59215", "direct_url": "rbd://0e8aacea-dc23-4cff-98e1-fd5fa38d6bcf/images/ea5a5722-5ca5-4e3d-9fd6-8cb666af1a38/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=GlanceUtilsTests-f1b84e0f-5272-4b2d-9fee-7327efa3c84f"} 2018-06-29 17:02:48,642 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=GlanceUtilsTests-f1b84e0f-5272-4b2d-9fee-7327efa3c84f used request id req-8f9c6e35-efce-44d2-8e4d-3faabc746068 2018-06-29 17:02:48,643 - glance_utils - INFO - Deleting image named - GlanceUtilsTests-f1b84e0f-5272-4b2d-9fee-7327efa3c84f 2018-06-29 17:02:48,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/ea5a5722-5ca5-4e3d-9fd6-8cb666af1a38 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3ad8d365da61429856ce5650a0e00874756d98dc" 2018-06-29 17:02:49,898 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b7fd0a04-dcbd-4a1d-99bb-423de4cdac94 Date: Fri, 29 Jun 2018 17:02:49 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 17:02:49,898 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/ea5a5722-5ca5-4e3d-9fd6-8cb666af1a38 used request id req-b7fd0a04-dcbd-4a1d-99bb-423de4cdac94 2018-06-29 17:02:49,900 - glance_utils_tests - WARNING - Test not executed as the image metadata requires image files 2018-06-29 17:02:49,901 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:02:50,314 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:02:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["gyJJ72K1RhWsSsE_zxcTkA"], "issued_at": "2018-06-29T17:02:50.000000Z"}} 2018-06-29 17:02:50,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}ca555700b4b5e74b4cb018736f390d78e8d1554c" 2018-06-29 17:02:50,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:02:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8db670a0-a7f2-48b5-ac63-852b9f72783b 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:02:50,423 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-8db670a0-a7f2-48b5-ac63-852b9f72783b 2018-06-29 17:02:50,425 - neutron_utils - INFO - Creating network with name NeutronUtilsNetworkTests-40abd226-4d1d-47b2-a925-7d956f255a4a-pub-net 2018-06-29 17:02:50,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca555700b4b5e74b4cb018736f390d78e8d1554c" -d '{"network": {"name": "NeutronUtilsNetworkTests-40abd226-4d1d-47b2-a925-7d956f255a4a-pub-net", "admin_state_up": true}}' 2018-06-29 17:02:51,028 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-19de650b-5912-4a65-8449-a7053ad01ba1 Date: Fri, 29 Jun 2018 17:02:51 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"f4309dd1-3eac-4d5c-899b-bd3a02346655","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T17:02:50Z","is_default":false,"provider:segmentation_id":99,"name":"NeutronUtilsNetworkTests-40abd226-4d1d-47b2-a925-7d956f255a4a-pub-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:02:50Z","mtu":1450}} 2018-06-29 17:02:51,028 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-19de650b-5912-4a65-8449-a7053ad01ba1 2018-06-29 17:02:51,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=f4309dd1-3eac-4d5c-899b-bd3a02346655 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca555700b4b5e74b4cb018736f390d78e8d1554c" 2018-06-29 17:02:51,284 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-bdca0060-7cb0-4493-bf51-5bdfbb71c51d Date: Fri, 29 Jun 2018 17:02:51 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"f4309dd1-3eac-4d5c-899b-bd3a02346655","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T17:02:50Z","provider:segmentation_id":99,"name":"NeutronUtilsNetworkTests-40abd226-4d1d-47b2-a925-7d956f255a4a-pub-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:02:50Z","provider:network_type":"vxlan"}]} 2018-06-29 17:02:51,285 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=f4309dd1-3eac-4d5c-899b-bd3a02346655 used request id req-bdca0060-7cb0-4493-bf51-5bdfbb71c51d 2018-06-29 17:02:51,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=f4309dd1-3eac-4d5c-899b-bd3a02346655 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca555700b4b5e74b4cb018736f390d78e8d1554c" 2018-06-29 17:02:52,046 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-1572cdf2-c002-48d1-8b28-657e9567f2d9 Date: Fri, 29 Jun 2018 17:02:52 GMT RESP BODY: {"subnets":[]} 2018-06-29 17:02:52,046 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=f4309dd1-3eac-4d5c-899b-bd3a02346655 used request id req-1572cdf2-c002-48d1-8b28-657e9567f2d9 2018-06-29 17:02:52,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=f4309dd1-3eac-4d5c-899b-bd3a02346655 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca555700b4b5e74b4cb018736f390d78e8d1554c" 2018-06-29 17:02:53,003 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-dada6dc2-3683-4dbb-85a3-71a4709f99fd Date: Fri, 29 Jun 2018 17:02:53 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"f4309dd1-3eac-4d5c-899b-bd3a02346655","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T17:02:50Z","provider:segmentation_id":99,"name":"NeutronUtilsNetworkTests-40abd226-4d1d-47b2-a925-7d956f255a4a-pub-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:02:50Z","provider:network_type":"vxlan"}]} 2018-06-29 17:02:53,003 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=f4309dd1-3eac-4d5c-899b-bd3a02346655 used request id req-dada6dc2-3683-4dbb-85a3-71a4709f99fd 2018-06-29 17:02:53,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=f4309dd1-3eac-4d5c-899b-bd3a02346655 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca555700b4b5e74b4cb018736f390d78e8d1554c" 2018-06-29 17:02:53,762 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-f9686e7c-2569-405d-b278-10ad53c19bc4 Date: Fri, 29 Jun 2018 17:02:53 GMT RESP BODY: {"subnets":[]} 2018-06-29 17:02:53,762 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=f4309dd1-3eac-4d5c-899b-bd3a02346655 used request id req-f9686e7c-2569-405d-b278-10ad53c19bc4 2018-06-29 17:02:53,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsNetworkTests-40abd226-4d1d-47b2-a925-7d956f255a4a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca555700b4b5e74b4cb018736f390d78e8d1554c" 2018-06-29 17:02:54,683 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-b9e3dfe2-5686-4be8-a494-e009d94f698c Date: Fri, 29 Jun 2018 17:02:54 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"f4309dd1-3eac-4d5c-899b-bd3a02346655","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T17:02:50Z","provider:segmentation_id":99,"name":"NeutronUtilsNetworkTests-40abd226-4d1d-47b2-a925-7d956f255a4a-pub-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:02:50Z","provider:network_type":"vxlan"}]} 2018-06-29 17:02:54,683 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsNetworkTests-40abd226-4d1d-47b2-a925-7d956f255a4a-pub-net used request id req-b9e3dfe2-5686-4be8-a494-e009d94f698c 2018-06-29 17:02:54,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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 17:02:54,692 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 17:02: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 17:02:54,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca555700b4b5e74b4cb018736f390d78e8d1554c" 2018-06-29 17:02:54,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:02:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1bf89649-c968-4cf2-a951-fd1f46c839c2 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.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}} 2018-06-29 17:02:54,791 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 used request id req-1bf89649-c968-4cf2-a951-fd1f46c839c2 2018-06-29 17:02:54,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=f4309dd1-3eac-4d5c-899b-bd3a02346655 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca555700b4b5e74b4cb018736f390d78e8d1554c" 2018-06-29 17:02:54,996 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-7e025c60-3081-42fa-aaf3-11f00281e9a9 Date: Fri, 29 Jun 2018 17:02:54 GMT RESP BODY: {"subnets":[]} 2018-06-29 17:02:54,996 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=f4309dd1-3eac-4d5c-899b-bd3a02346655 used request id req-7e025c60-3081-42fa-aaf3-11f00281e9a9 2018-06-29 17:02:54,997 - neutron_utils - INFO - Deleting network with name NeutronUtilsNetworkTests-40abd226-4d1d-47b2-a925-7d956f255a4a-pub-net 2018-06-29 17:02:55,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/f4309dd1-3eac-4d5c-899b-bd3a02346655 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca555700b4b5e74b4cb018736f390d78e8d1554c" 2018-06-29 17:02:55,880 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ed67bd63-3593-48e7-8381-7eb6a826ac7d Date: Fri, 29 Jun 2018 17:02:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 17:02:55,880 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/f4309dd1-3eac-4d5c-899b-bd3a02346655 used request id req-ed67bd63-3593-48e7-8381-7eb6a826ac7d 2018-06-29 17:02:55,882 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:02:56,300 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:02:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["fAPVWIe8TPy1m1LE-z7-xQ"], "issued_at": "2018-06-29T17:02:56.000000Z"}} 2018-06-29 17:02:56,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}e58a9c1d82ace986b794f9824107258af0d0ebbb" 2018-06-29 17:02:56,396 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:02:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f82ecd26-3e6f-4240-9e85-fc3d7240f6b2 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:02:56,396 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-f82ecd26-3e6f-4240-9e85-fc3d7240f6b2 2018-06-29 17:02:56,398 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:02:56,812 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:02:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["oY-pyRZNSJyfD-tnZjxiTg"], "issued_at": "2018-06-29T17:02:56.000000Z"}} 2018-06-29 17:02:56,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}9e66effdb1a8f2094e85208f8f2ee4403253ae33" 2018-06-29 17:02:56,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:02:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad4ce9cc-cb4f-43a6-a988-87abd1e58e47 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:02:56,897 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-ad4ce9cc-cb4f-43a6-a988-87abd1e58e47 2018-06-29 17:02:56,899 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:02:57,302 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:02:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["9bGIWEMAQ1WxbV0M0l33rQ"], "issued_at": "2018-06-29T17:02:57.000000Z"}} 2018-06-29 17:02:57,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}7a59ad885ce7e0625e93e4d686589c6422df703b" 2018-06-29 17:02:57,392 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:02:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57c4fda9-77ef-4198-b110-abb00bd04416 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:02:57,392 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-57c4fda9-77ef-4198-b110-abb00bd04416 2018-06-29 17:02:57,393 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-49f3c121-49f0-41cb-a929-e07ae0f376c6-pub-net 2018-06-29 17:02:57,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a59ad885ce7e0625e93e4d686589c6422df703b" -d '{"network": {"name": "NeutronUtilsSubnetTests-49f3c121-49f0-41cb-a929-e07ae0f376c6-pub-net", "admin_state_up": true}}' 2018-06-29 17:02:57,863 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-4507dce1-c639-4973-ad38-59631b456dd3 Date: Fri, 29 Jun 2018 17:02:57 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"fd3528a1-f30a-4577-8b34-129578eae4f6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T17:02:57Z","is_default":false,"provider:segmentation_id":64,"name":"NeutronUtilsSubnetTests-49f3c121-49f0-41cb-a929-e07ae0f376c6-pub-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:02:57Z","mtu":1450}} 2018-06-29 17:02:57,863 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-4507dce1-c639-4973-ad38-59631b456dd3 2018-06-29 17:02:57,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=fd3528a1-f30a-4577-8b34-129578eae4f6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a59ad885ce7e0625e93e4d686589c6422df703b" 2018-06-29 17:02:58,122 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-5b964307-bfd8-4e79-b2f9-a42176ff5956 Date: Fri, 29 Jun 2018 17:02:58 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"fd3528a1-f30a-4577-8b34-129578eae4f6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T17:02:57Z","provider:segmentation_id":64,"name":"NeutronUtilsSubnetTests-49f3c121-49f0-41cb-a929-e07ae0f376c6-pub-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:02:57Z","provider:network_type":"vxlan"}]} 2018-06-29 17:02:58,122 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=fd3528a1-f30a-4577-8b34-129578eae4f6 used request id req-5b964307-bfd8-4e79-b2f9-a42176ff5956 2018-06-29 17:02:58,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=fd3528a1-f30a-4577-8b34-129578eae4f6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a59ad885ce7e0625e93e4d686589c6422df703b" 2018-06-29 17:02:58,335 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-2fa48a51-9621-475a-a613-bb25ae2dd9b9 Date: Fri, 29 Jun 2018 17:02:58 GMT RESP BODY: {"subnets":[]} 2018-06-29 17:02:58,335 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=fd3528a1-f30a-4577-8b34-129578eae4f6 used request id req-2fa48a51-9621-475a-a613-bb25ae2dd9b9 2018-06-29 17:02:58,336 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-49f3c121-49f0-41cb-a929-e07ae0f376c6-pub-subnet 2018-06-29 17:02:58,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a59ad885ce7e0625e93e4d686589c6422df703b" -d '{"subnets": [{"ip_version": 4, "network_id": "fd3528a1-f30a-4577-8b34-129578eae4f6", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-49f3c121-49f0-41cb-a929-e07ae0f376c6-pub-subnet"}]}' 2018-06-29 17:02:59,109 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-29e4d80e-6fbe-4a40-b3ff-f26a1a90170a Date: Fri, 29 Jun 2018 17:02:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fd3528a1-f30a-4577-8b34-129578eae4f6","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:02:58Z","dns_nameservers":[],"updated_at":"2018-06-29T17:02:58Z","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":"d375e46f6f2b472db41ca16f2fc59215","id":"7b360d03-31b7-45a0-97a9-6e5effd39082","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-49f3c121-49f0-41cb-a929-e07ae0f376c6-pub-subnet"}]} 2018-06-29 17:02:59,109 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-29e4d80e-6fbe-4a40-b3ff-f26a1a90170a 2018-06-29 17:02:59,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=fd3528a1-f30a-4577-8b34-129578eae4f6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a59ad885ce7e0625e93e4d686589c6422df703b" 2018-06-29 17:02:59,397 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-bd2c3096-d9ab-45c1-ac25-bc6b3dd8fb18 Date: Fri, 29 Jun 2018 17:02:59 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"fd3528a1-f30a-4577-8b34-129578eae4f6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["7b360d03-31b7-45a0-97a9-6e5effd39082"],"description":"","tags":[],"updated_at":"2018-06-29T17:02:58Z","provider:segmentation_id":64,"name":"NeutronUtilsSubnetTests-49f3c121-49f0-41cb-a929-e07ae0f376c6-pub-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:02:57Z","provider:network_type":"vxlan"}]} 2018-06-29 17:02:59,397 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=fd3528a1-f30a-4577-8b34-129578eae4f6 used request id req-bd2c3096-d9ab-45c1-ac25-bc6b3dd8fb18 2018-06-29 17:02:59,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=fd3528a1-f30a-4577-8b34-129578eae4f6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a59ad885ce7e0625e93e4d686589c6422df703b" 2018-06-29 17:02:59,646 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-67950bb1-2821-448a-96fc-8a6081c94c47 Date: Fri, 29 Jun 2018 17:02:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fd3528a1-f30a-4577-8b34-129578eae4f6","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:02:58Z","dns_nameservers":[],"updated_at":"2018-06-29T17:02:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"7b360d03-31b7-45a0-97a9-6e5effd39082","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-49f3c121-49f0-41cb-a929-e07ae0f376c6-pub-subnet"}]} 2018-06-29 17:02:59,647 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=fd3528a1-f30a-4577-8b34-129578eae4f6 used request id req-67950bb1-2821-448a-96fc-8a6081c94c47 2018-06-29 17:02:59,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsSubnetTests-49f3c121-49f0-41cb-a929-e07ae0f376c6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a59ad885ce7e0625e93e4d686589c6422df703b" 2018-06-29 17:03:00,617 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-53c0d926-04c8-4ec1-83f6-8721bee56c5e Date: Fri, 29 Jun 2018 17:03:00 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"fd3528a1-f30a-4577-8b34-129578eae4f6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["7b360d03-31b7-45a0-97a9-6e5effd39082"],"description":"","tags":[],"updated_at":"2018-06-29T17:02:58Z","provider:segmentation_id":64,"name":"NeutronUtilsSubnetTests-49f3c121-49f0-41cb-a929-e07ae0f376c6-pub-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:02:57Z","provider:network_type":"vxlan"}]} 2018-06-29 17:03:00,617 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsSubnetTests-49f3c121-49f0-41cb-a929-e07ae0f376c6-pub-net used request id req-53c0d926-04c8-4ec1-83f6-8721bee56c5e 2018-06-29 17:03:00,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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 17:03:00,625 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 17:03: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 17:03:00,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a59ad885ce7e0625e93e4d686589c6422df703b" 2018-06-29 17:03:00,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:03:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-618105ae-cf49-4eee-b047-805965319b8a 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.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}} 2018-06-29 17:03:00,738 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 used request id req-618105ae-cf49-4eee-b047-805965319b8a 2018-06-29 17:03:00,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=fd3528a1-f30a-4577-8b34-129578eae4f6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a59ad885ce7e0625e93e4d686589c6422df703b" 2018-06-29 17:03:01,643 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-0878dd99-183d-49c4-ad39-5ae2070be7b0 Date: Fri, 29 Jun 2018 17:03:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fd3528a1-f30a-4577-8b34-129578eae4f6","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:02:58Z","dns_nameservers":[],"updated_at":"2018-06-29T17:02:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"7b360d03-31b7-45a0-97a9-6e5effd39082","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-49f3c121-49f0-41cb-a929-e07ae0f376c6-pub-subnet"}]} 2018-06-29 17:03:01,643 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=fd3528a1-f30a-4577-8b34-129578eae4f6 used request id req-0878dd99-183d-49c4-ad39-5ae2070be7b0 2018-06-29 17:03:01,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=fd3528a1-f30a-4577-8b34-129578eae4f6&name=NeutronUtilsSubnetTests-49f3c121-49f0-41cb-a929-e07ae0f376c6-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a59ad885ce7e0625e93e4d686589c6422df703b" 2018-06-29 17:03:01,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-208f2c6b-1a2c-4d07-ab63-fef631d50933 Date: Fri, 29 Jun 2018 17:03:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fd3528a1-f30a-4577-8b34-129578eae4f6","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:02:58Z","dns_nameservers":[],"updated_at":"2018-06-29T17:02:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"7b360d03-31b7-45a0-97a9-6e5effd39082","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-49f3c121-49f0-41cb-a929-e07ae0f376c6-pub-subnet"}]} 2018-06-29 17:03:01,695 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=fd3528a1-f30a-4577-8b34-129578eae4f6&name=NeutronUtilsSubnetTests-49f3c121-49f0-41cb-a929-e07ae0f376c6-pub-subnet used request id req-208f2c6b-1a2c-4d07-ab63-fef631d50933 2018-06-29 17:03:01,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=fd3528a1-f30a-4577-8b34-129578eae4f6&name=NeutronUtilsSubnetTests-49f3c121-49f0-41cb-a929-e07ae0f376c6-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a59ad885ce7e0625e93e4d686589c6422df703b" 2018-06-29 17:03:01,925 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-3ad4be7e-f14a-4141-bda4-ee9d9436304e Date: Fri, 29 Jun 2018 17:03:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fd3528a1-f30a-4577-8b34-129578eae4f6","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:02:58Z","dns_nameservers":[],"updated_at":"2018-06-29T17:02:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"7b360d03-31b7-45a0-97a9-6e5effd39082","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-49f3c121-49f0-41cb-a929-e07ae0f376c6-pub-subnet"}]} 2018-06-29 17:03:01,925 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=fd3528a1-f30a-4577-8b34-129578eae4f6&name=NeutronUtilsSubnetTests-49f3c121-49f0-41cb-a929-e07ae0f376c6-pub-subnet used request id req-3ad4be7e-f14a-4141-bda4-ee9d9436304e 2018-06-29 17:03:01,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=fd3528a1-f30a-4577-8b34-129578eae4f6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a59ad885ce7e0625e93e4d686589c6422df703b" 2018-06-29 17:03:02,858 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-4eee4712-6cd4-4e71-80b0-717913b138f2 Date: Fri, 29 Jun 2018 17:03:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fd3528a1-f30a-4577-8b34-129578eae4f6","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:02:58Z","dns_nameservers":[],"updated_at":"2018-06-29T17:02:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"7b360d03-31b7-45a0-97a9-6e5effd39082","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-49f3c121-49f0-41cb-a929-e07ae0f376c6-pub-subnet"}]} 2018-06-29 17:03:02,858 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=fd3528a1-f30a-4577-8b34-129578eae4f6 used request id req-4eee4712-6cd4-4e71-80b0-717913b138f2 2018-06-29 17:03:02,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?name=NeutronUtilsSubnetTests-49f3c121-49f0-41cb-a929-e07ae0f376c6-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a59ad885ce7e0625e93e4d686589c6422df703b" 2018-06-29 17:03:02,911 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-7a8ed2ba-31d0-4cb1-bade-0024e7e7e328 Date: Fri, 29 Jun 2018 17:03:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fd3528a1-f30a-4577-8b34-129578eae4f6","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:02:58Z","dns_nameservers":[],"updated_at":"2018-06-29T17:02:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"7b360d03-31b7-45a0-97a9-6e5effd39082","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-49f3c121-49f0-41cb-a929-e07ae0f376c6-pub-subnet"}]} 2018-06-29 17:03:02,912 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?name=NeutronUtilsSubnetTests-49f3c121-49f0-41cb-a929-e07ae0f376c6-pub-subnet used request id req-7a8ed2ba-31d0-4cb1-bade-0024e7e7e328 2018-06-29 17:03:02,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a59ad885ce7e0625e93e4d686589c6422df703b" 2018-06-29 17:03:03,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:03:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca584bf2-8fe9-434e-a94b-1794a8d8b751 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.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}} 2018-06-29 17:03:03,026 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 used request id req-ca584bf2-8fe9-434e-a94b-1794a8d8b751 2018-06-29 17:03:03,026 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-49f3c121-49f0-41cb-a929-e07ae0f376c6-pub-subnet 2018-06-29 17:03:03,026 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-49f3c121-49f0-41cb-a929-e07ae0f376c6-pub-subnet 2018-06-29 17:03:03,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/7b360d03-31b7-45a0-97a9-6e5effd39082 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a59ad885ce7e0625e93e4d686589c6422df703b" 2018-06-29 17:03:05,219 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ff0e1d9f-a188-4d3d-b8b1-c7ca0fa4417e Date: Fri, 29 Jun 2018 17:03:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 17:03:05,219 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/7b360d03-31b7-45a0-97a9-6e5effd39082 used request id req-ff0e1d9f-a188-4d3d-b8b1-c7ca0fa4417e 2018-06-29 17:03:05,219 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-49f3c121-49f0-41cb-a929-e07ae0f376c6-pub-net 2018-06-29 17:03:05,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/fd3528a1-f30a-4577-8b34-129578eae4f6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a59ad885ce7e0625e93e4d686589c6422df703b" 2018-06-29 17:03:07,000 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-eab356b5-dfd9-4d7e-90df-2530fa3121f2 Date: Fri, 29 Jun 2018 17:03:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 17:03:07,000 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/fd3528a1-f30a-4577-8b34-129578eae4f6 used request id req-eab356b5-dfd9-4d7e-90df-2530fa3121f2 2018-06-29 17:03:07,001 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:03:07,399 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:03:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["_t1SzsY1RJSD6q9wgd0AAA"], "issued_at": "2018-06-29T17:03:07.000000Z"}} 2018-06-29 17:03:07,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}ae4330cf7c8b3f77826ff0f18840ba2ec2607dcf" 2018-06-29 17:03:07,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:03:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eaa7bb36-91e0-4bd2-ace0-58fcf6e897b0 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:03:07,491 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-eaa7bb36-91e0-4bd2-ace0-58fcf6e897b0 2018-06-29 17:03:07,493 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-5153517c-8fcc-4ae1-9eb4-97dc9c2c0987-pub-net 2018-06-29 17:03:07,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae4330cf7c8b3f77826ff0f18840ba2ec2607dcf" -d '{"network": {"name": "NeutronUtilsSubnetTests-5153517c-8fcc-4ae1-9eb4-97dc9c2c0987-pub-net", "admin_state_up": true}}' 2018-06-29 17:03:08,043 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-faeb55a4-ae55-437b-b1e1-d4912a818d03 Date: Fri, 29 Jun 2018 17:03:08 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"eb3628c5-f646-4b46-a809-f3b177e1cacb","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T17:03:07Z","is_default":false,"provider:segmentation_id":72,"name":"NeutronUtilsSubnetTests-5153517c-8fcc-4ae1-9eb4-97dc9c2c0987-pub-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:03:07Z","mtu":1450}} 2018-06-29 17:03:08,043 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-faeb55a4-ae55-437b-b1e1-d4912a818d03 2018-06-29 17:03:08,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=eb3628c5-f646-4b46-a809-f3b177e1cacb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae4330cf7c8b3f77826ff0f18840ba2ec2607dcf" 2018-06-29 17:03:08,286 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-75969040-9596-44f7-8766-511724fcc350 Date: Fri, 29 Jun 2018 17:03:08 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"eb3628c5-f646-4b46-a809-f3b177e1cacb","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T17:03:07Z","provider:segmentation_id":72,"name":"NeutronUtilsSubnetTests-5153517c-8fcc-4ae1-9eb4-97dc9c2c0987-pub-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:03:07Z","provider:network_type":"vxlan"}]} 2018-06-29 17:03:08,287 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=eb3628c5-f646-4b46-a809-f3b177e1cacb used request id req-75969040-9596-44f7-8766-511724fcc350 2018-06-29 17:03:08,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=eb3628c5-f646-4b46-a809-f3b177e1cacb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae4330cf7c8b3f77826ff0f18840ba2ec2607dcf" 2018-06-29 17:03:08,497 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-75b94481-6761-4fe5-8ca7-19ec5861195d Date: Fri, 29 Jun 2018 17:03:08 GMT RESP BODY: {"subnets":[]} 2018-06-29 17:03:08,498 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=eb3628c5-f646-4b46-a809-f3b177e1cacb used request id req-75b94481-6761-4fe5-8ca7-19ec5861195d 2018-06-29 17:03:08,498 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-5153517c-8fcc-4ae1-9eb4-97dc9c2c0987-pub-subnet 2018-06-29 17:03:08,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae4330cf7c8b3f77826ff0f18840ba2ec2607dcf" -d '{"subnets": [{"ip_version": 4, "network_id": "eb3628c5-f646-4b46-a809-f3b177e1cacb", "cidr": "", "name": "NeutronUtilsSubnetTests-5153517c-8fcc-4ae1-9eb4-97dc9c2c0987-pub-subnet"}]}' 2018-06-29 17:03:08,515 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 133 Content-Type: application/json X-Openstack-Request-Id: req-079af71c-67b0-43e9-a47e-37c59c7b6474 Date: Fri, 29 Jun 2018 17:03:08 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for cidr. Reason: '' is not a valid IP subnet.", "type": "HTTPBadRequest", "detail": ""}} 2018-06-29 17:03:08,516 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-079af71c-67b0-43e9-a47e-37c59c7b6474 2018-06-29 17:03:08,516 - 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 17:03:08,516 - neutron_utils - ERROR - Unexpected error creating subnet [NeutronUtilsSubnetTests-5153517c-8fcc-4ae1-9eb4-97dc9c2c0987-pub-subnet] for network [NeutronUtilsSubnetTests-5153517c-8fcc-4ae1-9eb4-97dc9c2c0987-pub-net] 2018-06-29 17:03:08,516 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-5153517c-8fcc-4ae1-9eb4-97dc9c2c0987-pub-net 2018-06-29 17:03:08,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/eb3628c5-f646-4b46-a809-f3b177e1cacb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae4330cf7c8b3f77826ff0f18840ba2ec2607dcf" 2018-06-29 17:03:09,315 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2ca5e101-7ebb-4f9f-a327-18fc91791856 Date: Fri, 29 Jun 2018 17:03:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 17:03:09,316 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/eb3628c5-f646-4b46-a809-f3b177e1cacb used request id req-2ca5e101-7ebb-4f9f-a327-18fc91791856 2018-06-29 17:03:09,317 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:03:09,720 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:03:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["BKz8U_WFSNiImTFZtSPYFA"], "issued_at": "2018-06-29T17:03:09.000000Z"}} 2018-06-29 17:03:09,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}235e6e2755e60511248c648fd977e9f7e940f252" 2018-06-29 17:03:09,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:03:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ef34eac-a865-416d-a54d-1d84ab5b5436 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:03:09,801 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-9ef34eac-a865-416d-a54d-1d84ab5b5436 2018-06-29 17:03:09,803 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-372afd7f-3660-4bf4-be95-1b2d091c1138-pub-net 2018-06-29 17:03:09,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}235e6e2755e60511248c648fd977e9f7e940f252" -d '{"network": {"name": "NeutronUtilsSubnetTests-372afd7f-3660-4bf4-be95-1b2d091c1138-pub-net", "admin_state_up": true}}' 2018-06-29 17:03:10,264 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-e7d856f5-21fa-401e-a337-5b35b5136d3e Date: Fri, 29 Jun 2018 17:03:10 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"74a53afd-382f-4ebd-b379-e578edb7430e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T17:03:10Z","is_default":false,"provider:segmentation_id":82,"name":"NeutronUtilsSubnetTests-372afd7f-3660-4bf4-be95-1b2d091c1138-pub-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:03:10Z","mtu":1450}} 2018-06-29 17:03:10,265 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-e7d856f5-21fa-401e-a337-5b35b5136d3e 2018-06-29 17:03:10,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=74a53afd-382f-4ebd-b379-e578edb7430e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}235e6e2755e60511248c648fd977e9f7e940f252" 2018-06-29 17:03:10,691 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-edbfa6f1-2309-4e90-b8bd-3086bc23cbf1 Date: Fri, 29 Jun 2018 17:03:10 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"74a53afd-382f-4ebd-b379-e578edb7430e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T17:03:10Z","provider:segmentation_id":82,"name":"NeutronUtilsSubnetTests-372afd7f-3660-4bf4-be95-1b2d091c1138-pub-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:03:10Z","provider:network_type":"vxlan"}]} 2018-06-29 17:03:10,692 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=74a53afd-382f-4ebd-b379-e578edb7430e used request id req-edbfa6f1-2309-4e90-b8bd-3086bc23cbf1 2018-06-29 17:03:10,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=74a53afd-382f-4ebd-b379-e578edb7430e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}235e6e2755e60511248c648fd977e9f7e940f252" 2018-06-29 17:03:10,898 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-1259ebef-c24b-4ecc-8342-8417104d0083 Date: Fri, 29 Jun 2018 17:03:10 GMT RESP BODY: {"subnets":[]} 2018-06-29 17:03:10,899 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=74a53afd-382f-4ebd-b379-e578edb7430e used request id req-1259ebef-c24b-4ecc-8342-8417104d0083 2018-06-29 17:03:10,899 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-372afd7f-3660-4bf4-be95-1b2d091c1138-pub-subnet 2018-06-29 17:03:10,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}235e6e2755e60511248c648fd977e9f7e940f252" -d '{"subnets": [{"ip_version": 4, "network_id": "74a53afd-382f-4ebd-b379-e578edb7430e", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-372afd7f-3660-4bf4-be95-1b2d091c1138-pub-subnet"}]}' 2018-06-29 17:03:11,700 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-6941704e-aaf6-4c86-9ee3-64f4eab97782 Date: Fri, 29 Jun 2018 17:03:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"74a53afd-382f-4ebd-b379-e578edb7430e","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:03:11Z","dns_nameservers":[],"updated_at":"2018-06-29T17:03:11Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"03524884-29a6-4922-8fd5-6db61c6d9364","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-372afd7f-3660-4bf4-be95-1b2d091c1138-pub-subnet"}]} 2018-06-29 17:03:11,700 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-6941704e-aaf6-4c86-9ee3-64f4eab97782 2018-06-29 17:03:11,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=74a53afd-382f-4ebd-b379-e578edb7430e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}235e6e2755e60511248c648fd977e9f7e940f252" 2018-06-29 17:03:12,098 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-8eb6cf3c-6fbd-418c-9c9d-3c1765cf7e34 Date: Fri, 29 Jun 2018 17:03:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"74a53afd-382f-4ebd-b379-e578edb7430e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["03524884-29a6-4922-8fd5-6db61c6d9364"],"description":"","tags":[],"updated_at":"2018-06-29T17:03:11Z","provider:segmentation_id":82,"name":"NeutronUtilsSubnetTests-372afd7f-3660-4bf4-be95-1b2d091c1138-pub-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:03:10Z","provider:network_type":"vxlan"}]} 2018-06-29 17:03:12,098 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=74a53afd-382f-4ebd-b379-e578edb7430e used request id req-8eb6cf3c-6fbd-418c-9c9d-3c1765cf7e34 2018-06-29 17:03:12,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=74a53afd-382f-4ebd-b379-e578edb7430e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}235e6e2755e60511248c648fd977e9f7e940f252" 2018-06-29 17:03:12,318 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-b40bff8c-dccc-40de-ba43-ef45009f76ae Date: Fri, 29 Jun 2018 17:03:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"74a53afd-382f-4ebd-b379-e578edb7430e","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:03:11Z","dns_nameservers":[],"updated_at":"2018-06-29T17:03:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"03524884-29a6-4922-8fd5-6db61c6d9364","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-372afd7f-3660-4bf4-be95-1b2d091c1138-pub-subnet"}]} 2018-06-29 17:03:12,318 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=74a53afd-382f-4ebd-b379-e578edb7430e used request id req-b40bff8c-dccc-40de-ba43-ef45009f76ae 2018-06-29 17:03:12,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsSubnetTests-372afd7f-3660-4bf4-be95-1b2d091c1138-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}235e6e2755e60511248c648fd977e9f7e940f252" 2018-06-29 17:03:12,604 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-a445447e-8f8c-439f-a79a-2e0ea928f689 Date: Fri, 29 Jun 2018 17:03:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"74a53afd-382f-4ebd-b379-e578edb7430e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["03524884-29a6-4922-8fd5-6db61c6d9364"],"description":"","tags":[],"updated_at":"2018-06-29T17:03:11Z","provider:segmentation_id":82,"name":"NeutronUtilsSubnetTests-372afd7f-3660-4bf4-be95-1b2d091c1138-pub-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:03:10Z","provider:network_type":"vxlan"}]} 2018-06-29 17:03:12,605 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsSubnetTests-372afd7f-3660-4bf4-be95-1b2d091c1138-pub-net used request id req-a445447e-8f8c-439f-a79a-2e0ea928f689 2018-06-29 17:03:12,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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 17:03:12,613 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 17:03:12 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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 17:03:12,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}235e6e2755e60511248c648fd977e9f7e940f252" 2018-06-29 17:03:12,634 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:03:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-911a9750-4ebe-4cb7-8916-d1315facb999 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.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}} 2018-06-29 17:03:12,635 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 used request id req-911a9750-4ebe-4cb7-8916-d1315facb999 2018-06-29 17:03:12,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=74a53afd-382f-4ebd-b379-e578edb7430e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}235e6e2755e60511248c648fd977e9f7e940f252" 2018-06-29 17:03:12,684 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a8292dd6-07f6-4bfe-924f-f91a7903d36e Date: Fri, 29 Jun 2018 17:03:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"74a53afd-382f-4ebd-b379-e578edb7430e","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:03:11Z","dns_nameservers":[],"updated_at":"2018-06-29T17:03:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"03524884-29a6-4922-8fd5-6db61c6d9364","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-372afd7f-3660-4bf4-be95-1b2d091c1138-pub-subnet"}]} 2018-06-29 17:03:12,684 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=74a53afd-382f-4ebd-b379-e578edb7430e used request id req-a8292dd6-07f6-4bfe-924f-f91a7903d36e 2018-06-29 17:03:12,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=74a53afd-382f-4ebd-b379-e578edb7430e&name=NeutronUtilsSubnetTests-372afd7f-3660-4bf4-be95-1b2d091c1138-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}235e6e2755e60511248c648fd977e9f7e940f252" 2018-06-29 17:03:12,746 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-4bd777a4-a024-48c9-8cdc-8cfc52ea6830 Date: Fri, 29 Jun 2018 17:03:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"74a53afd-382f-4ebd-b379-e578edb7430e","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:03:11Z","dns_nameservers":[],"updated_at":"2018-06-29T17:03:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"03524884-29a6-4922-8fd5-6db61c6d9364","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-372afd7f-3660-4bf4-be95-1b2d091c1138-pub-subnet"}]} 2018-06-29 17:03:12,747 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=74a53afd-382f-4ebd-b379-e578edb7430e&name=NeutronUtilsSubnetTests-372afd7f-3660-4bf4-be95-1b2d091c1138-pub-subnet used request id req-4bd777a4-a024-48c9-8cdc-8cfc52ea6830 2018-06-29 17:03:12,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=74a53afd-382f-4ebd-b379-e578edb7430e&name=NeutronUtilsSubnetTests-372afd7f-3660-4bf4-be95-1b2d091c1138-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}235e6e2755e60511248c648fd977e9f7e940f252" 2018-06-29 17:03:13,013 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-1fd54193-2379-43c2-bc2f-2339e1718723 Date: Fri, 29 Jun 2018 17:03:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"74a53afd-382f-4ebd-b379-e578edb7430e","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:03:11Z","dns_nameservers":[],"updated_at":"2018-06-29T17:03:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"03524884-29a6-4922-8fd5-6db61c6d9364","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-372afd7f-3660-4bf4-be95-1b2d091c1138-pub-subnet"}]} 2018-06-29 17:03:13,013 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=74a53afd-382f-4ebd-b379-e578edb7430e&name=NeutronUtilsSubnetTests-372afd7f-3660-4bf4-be95-1b2d091c1138-pub-subnet used request id req-1fd54193-2379-43c2-bc2f-2339e1718723 2018-06-29 17:03:13,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=74a53afd-382f-4ebd-b379-e578edb7430e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}235e6e2755e60511248c648fd977e9f7e940f252" 2018-06-29 17:03:13,349 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-529014f1-05a3-4650-9491-415dfbd7c368 Date: Fri, 29 Jun 2018 17:03:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"74a53afd-382f-4ebd-b379-e578edb7430e","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:03:11Z","dns_nameservers":[],"updated_at":"2018-06-29T17:03:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"03524884-29a6-4922-8fd5-6db61c6d9364","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-372afd7f-3660-4bf4-be95-1b2d091c1138-pub-subnet"}]} 2018-06-29 17:03:13,349 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=74a53afd-382f-4ebd-b379-e578edb7430e used request id req-529014f1-05a3-4650-9491-415dfbd7c368 2018-06-29 17:03:13,350 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-372afd7f-3660-4bf4-be95-1b2d091c1138-pub-subnet 2018-06-29 17:03:13,350 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-372afd7f-3660-4bf4-be95-1b2d091c1138-pub-subnet 2018-06-29 17:03:13,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/03524884-29a6-4922-8fd5-6db61c6d9364 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}235e6e2755e60511248c648fd977e9f7e940f252" 2018-06-29 17:03:15,823 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ab0db724-f019-4a9d-95b7-f365208bd5a0 Date: Fri, 29 Jun 2018 17:03:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 17:03:15,823 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/03524884-29a6-4922-8fd5-6db61c6d9364 used request id req-ab0db724-f019-4a9d-95b7-f365208bd5a0 2018-06-29 17:03:15,824 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-372afd7f-3660-4bf4-be95-1b2d091c1138-pub-net 2018-06-29 17:03:15,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/74a53afd-382f-4ebd-b379-e578edb7430e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}235e6e2755e60511248c648fd977e9f7e940f252" 2018-06-29 17:03:17,784 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e64849af-ddb2-45ea-b6e8-c2bb9321eeda Date: Fri, 29 Jun 2018 17:03:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 17:03:17,784 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/74a53afd-382f-4ebd-b379-e578edb7430e used request id req-e64849af-ddb2-45ea-b6e8-c2bb9321eeda 2018-06-29 17:03:17,786 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:03:18,177 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:03:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["hAZV2bzYQFSntU4hegKYgQ"], "issued_at": "2018-06-29T17:03:18.000000Z"}} 2018-06-29 17:03:18,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}308933e6bdcc32ae9c6a470eb1462f266a548c60" 2018-06-29 17:03:18,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:03:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6f430bc-a284-47b9-9fe2-1bfba5f2ba4b 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:03:18,270 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-b6f430bc-a284-47b9-9fe2-1bfba5f2ba4b 2018-06-29 17:03:18,271 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-5ba7b6dc-9b9a-4495-98a7-0b163abfcc69-pub-net 2018-06-29 17:03:18,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}308933e6bdcc32ae9c6a470eb1462f266a548c60" -d '{"network": {"name": "NeutronUtilsSubnetTests-5ba7b6dc-9b9a-4495-98a7-0b163abfcc69-pub-net", "admin_state_up": true}}' 2018-06-29 17:03:18,761 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-7bbe7e95-3573-489e-8d52-8755c2973e4a Date: Fri, 29 Jun 2018 17:03:18 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"b87afdcf-4d74-424e-be1d-a72d7c252e57","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T17:03:18Z","is_default":false,"provider:segmentation_id":10,"name":"NeutronUtilsSubnetTests-5ba7b6dc-9b9a-4495-98a7-0b163abfcc69-pub-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:03:18Z","mtu":1450}} 2018-06-29 17:03:18,762 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-7bbe7e95-3573-489e-8d52-8755c2973e4a 2018-06-29 17:03:18,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=b87afdcf-4d74-424e-be1d-a72d7c252e57 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}308933e6bdcc32ae9c6a470eb1462f266a548c60" 2018-06-29 17:03:19,002 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-386c5e7e-3f9e-47d9-8bc6-526c6f358fcd Date: Fri, 29 Jun 2018 17:03:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"b87afdcf-4d74-424e-be1d-a72d7c252e57","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T17:03:18Z","provider:segmentation_id":10,"name":"NeutronUtilsSubnetTests-5ba7b6dc-9b9a-4495-98a7-0b163abfcc69-pub-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:03:18Z","provider:network_type":"vxlan"}]} 2018-06-29 17:03:19,002 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=b87afdcf-4d74-424e-be1d-a72d7c252e57 used request id req-386c5e7e-3f9e-47d9-8bc6-526c6f358fcd 2018-06-29 17:03:19,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=b87afdcf-4d74-424e-be1d-a72d7c252e57 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}308933e6bdcc32ae9c6a470eb1462f266a548c60" 2018-06-29 17:03:19,194 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-3fbe802d-29e8-4724-bdf8-b8dcd0226bbc Date: Fri, 29 Jun 2018 17:03:19 GMT RESP BODY: {"subnets":[]} 2018-06-29 17:03:19,194 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=b87afdcf-4d74-424e-be1d-a72d7c252e57 used request id req-3fbe802d-29e8-4724-bdf8-b8dcd0226bbc 2018-06-29 17:03:19,194 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-5ba7b6dc-9b9a-4495-98a7-0b163abfcc69-pub-subnet 2018-06-29 17:03:19,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}308933e6bdcc32ae9c6a470eb1462f266a548c60" -d '{"subnets": [{"ip_version": 4, "network_id": "b87afdcf-4d74-424e-be1d-a72d7c252e57", "cidr": null, "name": "NeutronUtilsSubnetTests-5ba7b6dc-9b9a-4495-98a7-0b163abfcc69-pub-subnet"}]}' 2018-06-29 17:03:19,570 - keystoneauth.session - DEBUG - RESP: [400] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-d29a42ad-21dd-49e0-95b5-7ccdea8b6452 Date: Fri, 29 Jun 2018 17:03: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 17:03:19,570 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-d29a42ad-21dd-49e0-95b5-7ccdea8b6452 2018-06-29 17:03:19,570 - 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 17:03:19,570 - neutron_utils - ERROR - Unexpected error creating subnet [NeutronUtilsSubnetTests-5ba7b6dc-9b9a-4495-98a7-0b163abfcc69-pub-subnet] for network [NeutronUtilsSubnetTests-5ba7b6dc-9b9a-4495-98a7-0b163abfcc69-pub-net] 2018-06-29 17:03:19,571 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-5ba7b6dc-9b9a-4495-98a7-0b163abfcc69-pub-net 2018-06-29 17:03:19,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/b87afdcf-4d74-424e-be1d-a72d7c252e57 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}308933e6bdcc32ae9c6a470eb1462f266a548c60" 2018-06-29 17:03:20,487 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e7172def-ef76-483a-9d55-1de25de49b8e Date: Fri, 29 Jun 2018 17:03:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 17:03:20,487 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/b87afdcf-4d74-424e-be1d-a72d7c252e57 used request id req-e7172def-ef76-483a-9d55-1de25de49b8e 2018-06-29 17:03:20,489 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:03:20,913 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:03:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["vwlV1EwBQVetGJ-bEDXXuw"], "issued_at": "2018-06-29T17:03:20.000000Z"}} 2018-06-29 17:03:20,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}5b5b1159bc156741888e23259f7a9f47bec564a4" 2018-06-29 17:03:21,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:03:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55bcdfbf-5569-4584-a7c1-0be3984bab82 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:03:21,004 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-55bcdfbf-5569-4584-a7c1-0be3984bab82 2018-06-29 17:03:21,005 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-a973369f-a576-4dd5-a194-abb97c7c5bd4-pub-net 2018-06-29 17:03:21,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b5b1159bc156741888e23259f7a9f47bec564a4" -d '{"network": {"name": "NeutronUtilsSubnetTests-a973369f-a576-4dd5-a194-abb97c7c5bd4-pub-net", "admin_state_up": true}}' 2018-06-29 17:03:21,471 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-52799c8e-48ba-4807-90c2-0c2255892496 Date: Fri, 29 Jun 2018 17:03: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":"61ea98aa-8cf3-4e12-b5ea-5068260cced2","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T17:03:21Z","is_default":false,"provider:segmentation_id":98,"name":"NeutronUtilsSubnetTests-a973369f-a576-4dd5-a194-abb97c7c5bd4-pub-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:03:21Z","mtu":1450}} 2018-06-29 17:03:21,471 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-52799c8e-48ba-4807-90c2-0c2255892496 2018-06-29 17:03:21,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=61ea98aa-8cf3-4e12-b5ea-5068260cced2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b5b1159bc156741888e23259f7a9f47bec564a4" 2018-06-29 17:03:21,726 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-b2dd30d7-06b0-4013-8067-e16740c2156f Date: Fri, 29 Jun 2018 17:03:21 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"61ea98aa-8cf3-4e12-b5ea-5068260cced2","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T17:03:21Z","provider:segmentation_id":98,"name":"NeutronUtilsSubnetTests-a973369f-a576-4dd5-a194-abb97c7c5bd4-pub-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:03:21Z","provider:network_type":"vxlan"}]} 2018-06-29 17:03:21,727 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=61ea98aa-8cf3-4e12-b5ea-5068260cced2 used request id req-b2dd30d7-06b0-4013-8067-e16740c2156f 2018-06-29 17:03:21,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=61ea98aa-8cf3-4e12-b5ea-5068260cced2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b5b1159bc156741888e23259f7a9f47bec564a4" 2018-06-29 17:03:21,965 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-00f85379-11a8-4cbb-b766-09a9bd400cd9 Date: Fri, 29 Jun 2018 17:03:21 GMT RESP BODY: {"subnets":[]} 2018-06-29 17:03:21,965 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=61ea98aa-8cf3-4e12-b5ea-5068260cced2 used request id req-00f85379-11a8-4cbb-b766-09a9bd400cd9 2018-06-29 17:03:21,965 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-a973369f-a576-4dd5-a194-abb97c7c5bd4-pub-subnet 2018-06-29 17:03:21,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b5b1159bc156741888e23259f7a9f47bec564a4" -d '{"subnets": [{"ip_version": 4, "network_id": "61ea98aa-8cf3-4e12-b5ea-5068260cced2", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-a973369f-a576-4dd5-a194-abb97c7c5bd4-pub-subnet"}]}' 2018-06-29 17:03:22,630 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-717c6484-0b8f-4169-a0fd-f61ff461f8d7 Date: Fri, 29 Jun 2018 17:03:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"61ea98aa-8cf3-4e12-b5ea-5068260cced2","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:03:22Z","dns_nameservers":[],"updated_at":"2018-06-29T17:03:22Z","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":"d375e46f6f2b472db41ca16f2fc59215","id":"2ede4491-e383-4bb2-8fa2-efe434b6a00e","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-a973369f-a576-4dd5-a194-abb97c7c5bd4-pub-subnet"}]} 2018-06-29 17:03:22,630 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-717c6484-0b8f-4169-a0fd-f61ff461f8d7 2018-06-29 17:03:22,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=61ea98aa-8cf3-4e12-b5ea-5068260cced2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b5b1159bc156741888e23259f7a9f47bec564a4" 2018-06-29 17:03:22,947 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-696c8511-5ac7-4464-954a-8f51e8859e90 Date: Fri, 29 Jun 2018 17:03:22 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"61ea98aa-8cf3-4e12-b5ea-5068260cced2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["2ede4491-e383-4bb2-8fa2-efe434b6a00e"],"description":"","tags":[],"updated_at":"2018-06-29T17:03:22Z","provider:segmentation_id":98,"name":"NeutronUtilsSubnetTests-a973369f-a576-4dd5-a194-abb97c7c5bd4-pub-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:03:21Z","provider:network_type":"vxlan"}]} 2018-06-29 17:03:22,948 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=61ea98aa-8cf3-4e12-b5ea-5068260cced2 used request id req-696c8511-5ac7-4464-954a-8f51e8859e90 2018-06-29 17:03:22,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=61ea98aa-8cf3-4e12-b5ea-5068260cced2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b5b1159bc156741888e23259f7a9f47bec564a4" 2018-06-29 17:03:23,216 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-09256c56-a5b3-4564-8f31-3b310a906671 Date: Fri, 29 Jun 2018 17:03:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"61ea98aa-8cf3-4e12-b5ea-5068260cced2","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:03:22Z","dns_nameservers":[],"updated_at":"2018-06-29T17:03:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"2ede4491-e383-4bb2-8fa2-efe434b6a00e","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-a973369f-a576-4dd5-a194-abb97c7c5bd4-pub-subnet"}]} 2018-06-29 17:03:23,216 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=61ea98aa-8cf3-4e12-b5ea-5068260cced2 used request id req-09256c56-a5b3-4564-8f31-3b310a906671 2018-06-29 17:03:23,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsSubnetTests-a973369f-a576-4dd5-a194-abb97c7c5bd4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b5b1159bc156741888e23259f7a9f47bec564a4" 2018-06-29 17:03:23,320 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-a2564e48-5bc7-475e-b334-7dc64d7d5890 Date: Fri, 29 Jun 2018 17:03:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"61ea98aa-8cf3-4e12-b5ea-5068260cced2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["2ede4491-e383-4bb2-8fa2-efe434b6a00e"],"description":"","tags":[],"updated_at":"2018-06-29T17:03:22Z","provider:segmentation_id":98,"name":"NeutronUtilsSubnetTests-a973369f-a576-4dd5-a194-abb97c7c5bd4-pub-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:03:21Z","provider:network_type":"vxlan"}]} 2018-06-29 17:03:23,320 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsSubnetTests-a973369f-a576-4dd5-a194-abb97c7c5bd4-pub-net used request id req-a2564e48-5bc7-475e-b334-7dc64d7d5890 2018-06-29 17:03:23,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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 17:03:23,328 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 17:03: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 17:03:23,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b5b1159bc156741888e23259f7a9f47bec564a4" 2018-06-29 17:03:23,455 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:03:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-832b46f2-6caf-4fdf-aedf-a9fc4aaaa861 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.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}} 2018-06-29 17:03:23,455 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 used request id req-832b46f2-6caf-4fdf-aedf-a9fc4aaaa861 2018-06-29 17:03:23,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=61ea98aa-8cf3-4e12-b5ea-5068260cced2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b5b1159bc156741888e23259f7a9f47bec564a4" 2018-06-29 17:03:23,686 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-c0825ea2-baff-4fd5-a286-bf2fbdf8593c Date: Fri, 29 Jun 2018 17:03:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"61ea98aa-8cf3-4e12-b5ea-5068260cced2","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:03:22Z","dns_nameservers":[],"updated_at":"2018-06-29T17:03:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"2ede4491-e383-4bb2-8fa2-efe434b6a00e","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-a973369f-a576-4dd5-a194-abb97c7c5bd4-pub-subnet"}]} 2018-06-29 17:03:23,686 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=61ea98aa-8cf3-4e12-b5ea-5068260cced2 used request id req-c0825ea2-baff-4fd5-a286-bf2fbdf8593c 2018-06-29 17:03:23,687 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-a973369f-a576-4dd5-a194-abb97c7c5bd4-pub-subnet 2018-06-29 17:03:23,687 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-a973369f-a576-4dd5-a194-abb97c7c5bd4-pub-subnet 2018-06-29 17:03:23,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/2ede4491-e383-4bb2-8fa2-efe434b6a00e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b5b1159bc156741888e23259f7a9f47bec564a4" 2018-06-29 17:03:25,877 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6f649231-1dee-4611-b221-3da3d2f88efb Date: Fri, 29 Jun 2018 17:03:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 17:03:25,877 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/2ede4491-e383-4bb2-8fa2-efe434b6a00e used request id req-6f649231-1dee-4611-b221-3da3d2f88efb 2018-06-29 17:03:25,877 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-a973369f-a576-4dd5-a194-abb97c7c5bd4-pub-net 2018-06-29 17:03:25,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/61ea98aa-8cf3-4e12-b5ea-5068260cced2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b5b1159bc156741888e23259f7a9f47bec564a4" 2018-06-29 17:03:27,917 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-522c6e36-0e1b-4d12-869a-88a94bb8cc4d Date: Fri, 29 Jun 2018 17:03:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 17:03:27,917 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/61ea98aa-8cf3-4e12-b5ea-5068260cced2 used request id req-522c6e36-0e1b-4d12-869a-88a94bb8cc4d 2018-06-29 17:03:27,919 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:03:28,310 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:03:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["MsYRvA9ISgCz5WCHyBZtMA"], "issued_at": "2018-06-29T17:03:28.000000Z"}} 2018-06-29 17:03:28,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}118229a83ccccaf1bb22c45f1c3c02676afa4fc7" 2018-06-29 17:03:28,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:03:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-533b85a1-7a21-4f0e-bade-0f8f38015e4f 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:03:28,399 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-533b85a1-7a21-4f0e-bade-0f8f38015e4f 2018-06-29 17:03:28,400 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-61454bbe-0817-4dd7-bc27-31021258a432-pub-net 2018-06-29 17:03:28,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118229a83ccccaf1bb22c45f1c3c02676afa4fc7" -d '{"network": {"name": "NeutronUtilsRouterTests-61454bbe-0817-4dd7-bc27-31021258a432-pub-net", "admin_state_up": true}}' 2018-06-29 17:03:29,002 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 699 X-Openstack-Request-Id: req-b46b2520-6684-4c99-8e83-116995bce6fe Date: Fri, 29 Jun 2018 17:03:29 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"d49fe3a0-38bd-4d5c-a912-e7f741b34734","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T17:03:28Z","is_default":false,"provider:segmentation_id":8,"name":"NeutronUtilsRouterTests-61454bbe-0817-4dd7-bc27-31021258a432-pub-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:03:28Z","mtu":1450}} 2018-06-29 17:03:29,002 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-b46b2520-6684-4c99-8e83-116995bce6fe 2018-06-29 17:03:29,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=d49fe3a0-38bd-4d5c-a912-e7f741b34734 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118229a83ccccaf1bb22c45f1c3c02676afa4fc7" 2018-06-29 17:03:29,259 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-e85bc361-5048-44e1-976d-5dcc378939f6 Date: Fri, 29 Jun 2018 17:03:29 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"d49fe3a0-38bd-4d5c-a912-e7f741b34734","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T17:03:28Z","provider:segmentation_id":8,"name":"NeutronUtilsRouterTests-61454bbe-0817-4dd7-bc27-31021258a432-pub-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:03:28Z","provider:network_type":"vxlan"}]} 2018-06-29 17:03:29,259 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=d49fe3a0-38bd-4d5c-a912-e7f741b34734 used request id req-e85bc361-5048-44e1-976d-5dcc378939f6 2018-06-29 17:03:29,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=d49fe3a0-38bd-4d5c-a912-e7f741b34734 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118229a83ccccaf1bb22c45f1c3c02676afa4fc7" 2018-06-29 17:03:29,498 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-73e01496-703c-42ef-aab3-f5db0ac381d7 Date: Fri, 29 Jun 2018 17:03:29 GMT RESP BODY: {"subnets":[]} 2018-06-29 17:03:29,498 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=d49fe3a0-38bd-4d5c-a912-e7f741b34734 used request id req-73e01496-703c-42ef-aab3-f5db0ac381d7 2018-06-29 17:03:29,499 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-61454bbe-0817-4dd7-bc27-31021258a432-pub-subnet 2018-06-29 17:03:29,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118229a83ccccaf1bb22c45f1c3c02676afa4fc7" -d '{"subnets": [{"ip_version": 4, "network_id": "d49fe3a0-38bd-4d5c-a912-e7f741b34734", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-61454bbe-0817-4dd7-bc27-31021258a432-pub-subnet"}]}' 2018-06-29 17:03:30,526 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-667b848a-3491-4c5c-882b-a26fe890a154 Date: Fri, 29 Jun 2018 17:03:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d49fe3a0-38bd-4d5c-a912-e7f741b34734","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:03:29Z","dns_nameservers":[],"updated_at":"2018-06-29T17:03:29Z","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":"d375e46f6f2b472db41ca16f2fc59215","id":"bf525637-d330-4ea0-b11f-35c945454476","subnetpool_id":null,"name":"NeutronUtilsRouterTests-61454bbe-0817-4dd7-bc27-31021258a432-pub-subnet"}]} 2018-06-29 17:03:30,526 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-667b848a-3491-4c5c-882b-a26fe890a154 2018-06-29 17:03:30,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=d49fe3a0-38bd-4d5c-a912-e7f741b34734 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118229a83ccccaf1bb22c45f1c3c02676afa4fc7" 2018-06-29 17:03:30,803 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-1977d9d0-52a1-4c25-b213-9e0a51a22acf Date: Fri, 29 Jun 2018 17:03:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"d49fe3a0-38bd-4d5c-a912-e7f741b34734","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["bf525637-d330-4ea0-b11f-35c945454476"],"description":"","tags":[],"updated_at":"2018-06-29T17:03:29Z","provider:segmentation_id":8,"name":"NeutronUtilsRouterTests-61454bbe-0817-4dd7-bc27-31021258a432-pub-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:03:28Z","provider:network_type":"vxlan"}]} 2018-06-29 17:03:30,804 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=d49fe3a0-38bd-4d5c-a912-e7f741b34734 used request id req-1977d9d0-52a1-4c25-b213-9e0a51a22acf 2018-06-29 17:03:30,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=d49fe3a0-38bd-4d5c-a912-e7f741b34734 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118229a83ccccaf1bb22c45f1c3c02676afa4fc7" 2018-06-29 17:03:31,053 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-88c8cf18-076b-4ed6-8c31-07fb94e30988 Date: Fri, 29 Jun 2018 17:03:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d49fe3a0-38bd-4d5c-a912-e7f741b34734","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:03:29Z","dns_nameservers":[],"updated_at":"2018-06-29T17:03:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"bf525637-d330-4ea0-b11f-35c945454476","subnetpool_id":null,"name":"NeutronUtilsRouterTests-61454bbe-0817-4dd7-bc27-31021258a432-pub-subnet"}]} 2018-06-29 17:03:31,053 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=d49fe3a0-38bd-4d5c-a912-e7f741b34734 used request id req-88c8cf18-076b-4ed6-8c31-07fb94e30988 2018-06-29 17:03:31,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-61454bbe-0817-4dd7-bc27-31021258a432-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118229a83ccccaf1bb22c45f1c3c02676afa4fc7" 2018-06-29 17:03:31,335 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-cda30157-b926-4496-86dd-c6e5010836fa Date: Fri, 29 Jun 2018 17:03:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"d49fe3a0-38bd-4d5c-a912-e7f741b34734","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["bf525637-d330-4ea0-b11f-35c945454476"],"description":"","tags":[],"updated_at":"2018-06-29T17:03:29Z","provider:segmentation_id":8,"name":"NeutronUtilsRouterTests-61454bbe-0817-4dd7-bc27-31021258a432-pub-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:03:28Z","provider:network_type":"vxlan"}]} 2018-06-29 17:03:31,336 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-61454bbe-0817-4dd7-bc27-31021258a432-pub-net used request id req-cda30157-b926-4496-86dd-c6e5010836fa 2018-06-29 17:03:31,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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 17:03:31,343 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 17:03: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 17:03:31,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118229a83ccccaf1bb22c45f1c3c02676afa4fc7" 2018-06-29 17:03:31,446 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:03:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e01ee21-4bd1-49d0-88a7-b088a71e7775 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.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}} 2018-06-29 17:03:31,446 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 used request id req-3e01ee21-4bd1-49d0-88a7-b088a71e7775 2018-06-29 17:03:31,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=d49fe3a0-38bd-4d5c-a912-e7f741b34734 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118229a83ccccaf1bb22c45f1c3c02676afa4fc7" 2018-06-29 17:03:31,671 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-09a253fd-96ba-4092-8d44-8a456174f30c Date: Fri, 29 Jun 2018 17:03:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d49fe3a0-38bd-4d5c-a912-e7f741b34734","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:03:29Z","dns_nameservers":[],"updated_at":"2018-06-29T17:03:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"bf525637-d330-4ea0-b11f-35c945454476","subnetpool_id":null,"name":"NeutronUtilsRouterTests-61454bbe-0817-4dd7-bc27-31021258a432-pub-subnet"}]} 2018-06-29 17:03:31,671 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=d49fe3a0-38bd-4d5c-a912-e7f741b34734 used request id req-09a253fd-96ba-4092-8d44-8a456174f30c 2018-06-29 17:03:31,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=d49fe3a0-38bd-4d5c-a912-e7f741b34734&name=NeutronUtilsRouterTests-61454bbe-0817-4dd7-bc27-31021258a432-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118229a83ccccaf1bb22c45f1c3c02676afa4fc7" 2018-06-29 17:03:31,907 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-93b641e7-2b4d-41f5-9232-aee4cc2fb9ac Date: Fri, 29 Jun 2018 17:03:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d49fe3a0-38bd-4d5c-a912-e7f741b34734","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:03:29Z","dns_nameservers":[],"updated_at":"2018-06-29T17:03:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"bf525637-d330-4ea0-b11f-35c945454476","subnetpool_id":null,"name":"NeutronUtilsRouterTests-61454bbe-0817-4dd7-bc27-31021258a432-pub-subnet"}]} 2018-06-29 17:03:31,907 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=d49fe3a0-38bd-4d5c-a912-e7f741b34734&name=NeutronUtilsRouterTests-61454bbe-0817-4dd7-bc27-31021258a432-pub-subnet used request id req-93b641e7-2b4d-41f5-9232-aee4cc2fb9ac 2018-06-29 17:03:31,907 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:03:31,908 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:03:32,301 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:03:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["0aoUmiwSRrGL6p_78wh_0Q"], "issued_at": "2018-06-29T17:03:32.000000Z"}} 2018-06-29 17:03:32,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}b21c6e5de519e8989dfee32529f8d64000d9e959" 2018-06-29 17:03:32,397 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:03:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7a37031-c477-4841-882f-66a311dae484 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:03:32,397 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-c7a37031-c477-4841-882f-66a311dae484 2018-06-29 17:03:32,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118229a83ccccaf1bb22c45f1c3c02676afa4fc7" 2018-06-29 17:03:32,665 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-040c01f2-a80b-462f-ba28-2501fde992dd Date: Fri, 29 Jun 2018 17:03:32 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"36df2925-218a-471a-b064-d84cdca81f76","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ec057e7f82e1407bad00c8c132267cb0","status":"ACTIVE","subnets":["c401c4e2-1aa2-491a-b944-48bf8c60f58d"],"description":"","tags":[],"updated_at":"2018-06-29T16:57:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec057e7f82e1407bad00c8c132267cb0","created_at":"2018-06-29T16:57:50Z","provider:network_type":"flat"}]} 2018-06-29 17:03:32,666 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=external used request id req-040c01f2-a80b-462f-ba28-2501fde992dd 2018-06-29 17:03:32,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=36df2925-218a-471a-b064-d84cdca81f76 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118229a83ccccaf1bb22c45f1c3c02676afa4fc7" 2018-06-29 17:03:32,886 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-cd6efe02-6ff7-4222-b9f0-5af174b13e17 Date: Fri, 29 Jun 2018 17:03:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"36df2925-218a-471a-b064-d84cdca81f76","tenant_id":"ec057e7f82e1407bad00c8c132267cb0","created_at":"2018-06-29T16:57:57Z","dns_nameservers":[],"updated_at":"2018-06-29T16:57:57Z","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":"ec057e7f82e1407bad00c8c132267cb0","id":"c401c4e2-1aa2-491a-b944-48bf8c60f58d","subnetpool_id":null,"name":"external-subnet"}]} 2018-06-29 17:03:32,887 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=36df2925-218a-471a-b064-d84cdca81f76 used request id req-cd6efe02-6ff7-4222-b9f0-5af174b13e17 2018-06-29 17:03:32,888 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-61454bbe-0817-4dd7-bc27-31021258a432-pub-router 2018-06-29 17:03:32,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118229a83ccccaf1bb22c45f1c3c02676afa4fc7" -d '{"router": {"external_gateway_info": {"network_id": "36df2925-218a-471a-b064-d84cdca81f76"}, "name": "NeutronUtilsRouterTests-61454bbe-0817-4dd7-bc27-31021258a432-pub-router", "admin_state_up": true}}' 2018-06-29 17:03:34,562 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-b257a9ff-bd80-43f9-bccc-3cde5bfd5faf Date: Fri, 29 Jun 2018 17:03:34 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "36df2925-218a-471a-b064-d84cdca81f76", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c401c4e2-1aa2-491a-b944-48bf8c60f58d", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:03:33Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-06-29T17:03:34Z", "revision_number": 2, "routes": [], "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "b897d35d-b44b-477f-9ba0-1708c74f5a13", "name": "NeutronUtilsRouterTests-61454bbe-0817-4dd7-bc27-31021258a432-pub-router"}} 2018-06-29 17:03:34,562 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers used request id req-b257a9ff-bd80-43f9-bccc-3cde5bfd5faf 2018-06-29 17:03:34,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=b897d35d-b44b-477f-9ba0-1708c74f5a13 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118229a83ccccaf1bb22c45f1c3c02676afa4fc7" 2018-06-29 17:03:34,795 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-1a523ada-7e53-410a-869b-34863cceba96 Date: Fri, 29 Jun 2018 17:03:34 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:03:33Z","device_owner":"network:router_gateway","revision_number":1,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c401c4e2-1aa2-491a-b944-48bf8c60f58d","ip_address":"172.30.9.207"}],"id":"671a8c56-185a-460f-a622-2695eb364096","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:44:b2:15","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"b897d35d-b44b-477f-9ba0-1708c74f5a13","name":"","admin_state_up":true,"network_id":"36df2925-218a-471a-b064-d84cdca81f76","tenant_id":"","created_at":"2018-06-29T17:03:33Z","binding:vnic_type":"normal"}]} 2018-06-29 17:03:34,795 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=b897d35d-b44b-477f-9ba0-1708c74f5a13 used request id req-1a523ada-7e53-410a-869b-34863cceba96 2018-06-29 17:03:34,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/c401c4e2-1aa2-491a-b944-48bf8c60f58d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118229a83ccccaf1bb22c45f1c3c02676afa4fc7" 2018-06-29 17:03:35,040 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-72ee703f-c420-499c-ad9a-14879b11ef8c Date: Fri, 29 Jun 2018 17:03:35 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"36df2925-218a-471a-b064-d84cdca81f76","tenant_id":"ec057e7f82e1407bad00c8c132267cb0","created_at":"2018-06-29T16:57:57Z","dns_nameservers":[],"updated_at":"2018-06-29T16:57:57Z","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":"ec057e7f82e1407bad00c8c132267cb0","id":"c401c4e2-1aa2-491a-b944-48bf8c60f58d","subnetpool_id":null,"name":"external-subnet"}} 2018-06-29 17:03:35,040 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/c401c4e2-1aa2-491a-b944-48bf8c60f58d used request id req-72ee703f-c420-499c-ad9a-14879b11ef8c 2018-06-29 17:03:35,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-61454bbe-0817-4dd7-bc27-31021258a432-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118229a83ccccaf1bb22c45f1c3c02676afa4fc7" 2018-06-29 17:03:35,338 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-5c8c34f1-eb46-4c9c-9e20-6e56c91370bb Date: Fri, 29 Jun 2018 17:03:35 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "36df2925-218a-471a-b064-d84cdca81f76", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c401c4e2-1aa2-491a-b944-48bf8c60f58d", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:03:33Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-06-29T17:03:34Z", "revision_number": 2, "routes": [], "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "b897d35d-b44b-477f-9ba0-1708c74f5a13", "name": "NeutronUtilsRouterTests-61454bbe-0817-4dd7-bc27-31021258a432-pub-router"}]} 2018-06-29 17:03:35,338 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-61454bbe-0817-4dd7-bc27-31021258a432-pub-router used request id req-5c8c34f1-eb46-4c9c-9e20-6e56c91370bb 2018-06-29 17:03:35,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118229a83ccccaf1bb22c45f1c3c02676afa4fc7" 2018-06-29 17:03:35,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:03:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ebbf8aae-61f7-4d1b-a224-df281e3f7e33 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.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}} 2018-06-29 17:03:35,433 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 used request id req-ebbf8aae-61f7-4d1b-a224-df281e3f7e33 2018-06-29 17:03:35,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=b897d35d-b44b-477f-9ba0-1708c74f5a13 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118229a83ccccaf1bb22c45f1c3c02676afa4fc7" 2018-06-29 17:03:35,692 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-2090a5bb-2fac-4920-ad5c-7231182144d6 Date: Fri, 29 Jun 2018 17:03:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:03:33Z","device_owner":"network:router_gateway","revision_number":1,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c401c4e2-1aa2-491a-b944-48bf8c60f58d","ip_address":"172.30.9.207"}],"id":"671a8c56-185a-460f-a622-2695eb364096","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:44:b2:15","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"b897d35d-b44b-477f-9ba0-1708c74f5a13","name":"","admin_state_up":true,"network_id":"36df2925-218a-471a-b064-d84cdca81f76","tenant_id":"","created_at":"2018-06-29T17:03:33Z","binding:vnic_type":"normal"}]} 2018-06-29 17:03:35,692 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=b897d35d-b44b-477f-9ba0-1708c74f5a13 used request id req-2090a5bb-2fac-4920-ad5c-7231182144d6 2018-06-29 17:03:35,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/c401c4e2-1aa2-491a-b944-48bf8c60f58d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118229a83ccccaf1bb22c45f1c3c02676afa4fc7" 2018-06-29 17:03:35,757 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-8cee5acd-6873-49d6-bde3-6130dd341d48 Date: Fri, 29 Jun 2018 17:03:35 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"36df2925-218a-471a-b064-d84cdca81f76","tenant_id":"ec057e7f82e1407bad00c8c132267cb0","created_at":"2018-06-29T16:57:57Z","dns_nameservers":[],"updated_at":"2018-06-29T16:57:57Z","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":"ec057e7f82e1407bad00c8c132267cb0","id":"c401c4e2-1aa2-491a-b944-48bf8c60f58d","subnetpool_id":null,"name":"external-subnet"}} 2018-06-29 17:03:35,758 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/c401c4e2-1aa2-491a-b944-48bf8c60f58d used request id req-8cee5acd-6873-49d6-bde3-6130dd341d48 2018-06-29 17:03:35,758 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-61454bbe-0817-4dd7-bc27-31021258a432-pub-router 2018-06-29 17:03:35,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9696/v2.0/routers/b897d35d-b44b-477f-9ba0-1708c74f5a13/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118229a83ccccaf1bb22c45f1c3c02676afa4fc7" -d '{"subnet_id": "bf525637-d330-4ea0-b11f-35c945454476"}' 2018-06-29 17:03:37,586 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f160641e-8a42-48ca-9970-a9c080a67e35 Date: Fri, 29 Jun 2018 17:03:37 GMT RESP BODY: {"network_id": "d49fe3a0-38bd-4d5c-a912-e7f741b34734", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "subnet_id": "bf525637-d330-4ea0-b11f-35c945454476", "subnet_ids": ["bf525637-d330-4ea0-b11f-35c945454476"], "port_id": "ab7dfa27-1e74-4ff9-80f9-61b91ca0935b", "id": "b897d35d-b44b-477f-9ba0-1708c74f5a13"} 2018-06-29 17:03:37,586 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/b897d35d-b44b-477f-9ba0-1708c74f5a13/add_router_interface used request id req-f160641e-8a42-48ca-9970-a9c080a67e35 2018-06-29 17:03:37,587 - neutron_utils - INFO - Removing router interface from router named NeutronUtilsRouterTests-61454bbe-0817-4dd7-bc27-31021258a432-pub-router 2018-06-29 17:03:37,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9696/v2.0/routers/b897d35d-b44b-477f-9ba0-1708c74f5a13/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118229a83ccccaf1bb22c45f1c3c02676afa4fc7" -d '{"subnet_id": "bf525637-d330-4ea0-b11f-35c945454476"}' 2018-06-29 17:03:39,343 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-573f9b49-1c98-4f7c-8d4b-12d26f52207e Date: Fri, 29 Jun 2018 17:03:39 GMT RESP BODY: {"network_id": "d49fe3a0-38bd-4d5c-a912-e7f741b34734", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "subnet_id": "bf525637-d330-4ea0-b11f-35c945454476", "subnet_ids": ["bf525637-d330-4ea0-b11f-35c945454476"], "port_id": "ab7dfa27-1e74-4ff9-80f9-61b91ca0935b", "id": "b897d35d-b44b-477f-9ba0-1708c74f5a13"} 2018-06-29 17:03:39,344 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/b897d35d-b44b-477f-9ba0-1708c74f5a13/remove_router_interface used request id req-573f9b49-1c98-4f7c-8d4b-12d26f52207e 2018-06-29 17:03:39,344 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-61454bbe-0817-4dd7-bc27-31021258a432-pub-router 2018-06-29 17:03:39,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/routers/b897d35d-b44b-477f-9ba0-1708c74f5a13 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118229a83ccccaf1bb22c45f1c3c02676afa4fc7" 2018-06-29 17:03:41,195 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1bfa3dae-f6f4-4175-a30a-a2343a1b7407 Content-Length: 0 Date: Fri, 29 Jun 2018 17:03:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 17:03:41,195 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/b897d35d-b44b-477f-9ba0-1708c74f5a13 used request id req-1bfa3dae-f6f4-4175-a30a-a2343a1b7407 2018-06-29 17:03:41,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-61454bbe-0817-4dd7-bc27-31021258a432-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118229a83ccccaf1bb22c45f1c3c02676afa4fc7" 2018-06-29 17:03:41,419 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-1502f91c-eb5a-42a6-83f0-20e80113c0aa Date: Fri, 29 Jun 2018 17:03:41 GMT RESP BODY: {"routers": []} 2018-06-29 17:03:41,419 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-61454bbe-0817-4dd7-bc27-31021258a432-pub-router used request id req-1502f91c-eb5a-42a6-83f0-20e80113c0aa 2018-06-29 17:03:41,419 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-61454bbe-0817-4dd7-bc27-31021258a432-pub-subnet 2018-06-29 17:03:41,420 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-61454bbe-0817-4dd7-bc27-31021258a432-pub-subnet 2018-06-29 17:03:41,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/bf525637-d330-4ea0-b11f-35c945454476 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118229a83ccccaf1bb22c45f1c3c02676afa4fc7" 2018-06-29 17:03:43,762 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-012de950-4c38-40a7-906d-79167ba4a030 Date: Fri, 29 Jun 2018 17:03:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 17:03:43,763 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/bf525637-d330-4ea0-b11f-35c945454476 used request id req-012de950-4c38-40a7-906d-79167ba4a030 2018-06-29 17:03:43,763 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-61454bbe-0817-4dd7-bc27-31021258a432-pub-net 2018-06-29 17:03:43,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/d49fe3a0-38bd-4d5c-a912-e7f741b34734 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118229a83ccccaf1bb22c45f1c3c02676afa4fc7" 2018-06-29 17:03:45,426 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f1496e1f-335a-4f5e-ae75-5c001f272e60 Date: Fri, 29 Jun 2018 17:03:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 17:03:45,426 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/d49fe3a0-38bd-4d5c-a912-e7f741b34734 used request id req-f1496e1f-335a-4f5e-ae75-5c001f272e60 2018-06-29 17:03:45,428 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:03:45,831 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:03:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["Qovo-r5QRM2uzNlQ6Emnrg"], "issued_at": "2018-06-29T17:03:45.000000Z"}} 2018-06-29 17:03:45,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}0a6009d2abac95d45da9d2c22dea3109fc887f1c" 2018-06-29 17:03:45,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:03:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c86e489-d2cf-4c77-9f9a-1ecc63098e89 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:03:45,931 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-4c86e489-d2cf-4c77-9f9a-1ecc63098e89 2018-06-29 17:03:45,932 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-5672a660-1847-4152-848e-78d419248c88-pub-net 2018-06-29 17:03:45,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a6009d2abac95d45da9d2c22dea3109fc887f1c" -d '{"network": {"name": "NeutronUtilsRouterTests-5672a660-1847-4152-848e-78d419248c88-pub-net", "admin_state_up": true}}' 2018-06-29 17:03:46,475 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-493e694e-9516-4d64-981e-8f8377f0eb28 Date: Fri, 29 Jun 2018 17:03:46 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"668d37a7-270f-405c-82eb-414e047ceb07","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T17:03:46Z","is_default":false,"provider:segmentation_id":74,"name":"NeutronUtilsRouterTests-5672a660-1847-4152-848e-78d419248c88-pub-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:03:46Z","mtu":1450}} 2018-06-29 17:03:46,475 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-493e694e-9516-4d64-981e-8f8377f0eb28 2018-06-29 17:03:46,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=668d37a7-270f-405c-82eb-414e047ceb07 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a6009d2abac95d45da9d2c22dea3109fc887f1c" 2018-06-29 17:03:46,780 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-25a08907-6f7e-44d7-9d3e-fa664cc13623 Date: Fri, 29 Jun 2018 17:03:46 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"668d37a7-270f-405c-82eb-414e047ceb07","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T17:03:46Z","provider:segmentation_id":74,"name":"NeutronUtilsRouterTests-5672a660-1847-4152-848e-78d419248c88-pub-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:03:46Z","provider:network_type":"vxlan"}]} 2018-06-29 17:03:46,780 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=668d37a7-270f-405c-82eb-414e047ceb07 used request id req-25a08907-6f7e-44d7-9d3e-fa664cc13623 2018-06-29 17:03:46,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=668d37a7-270f-405c-82eb-414e047ceb07 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a6009d2abac95d45da9d2c22dea3109fc887f1c" 2018-06-29 17:03:46,984 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-2540f3a3-7808-4faf-b83c-a47733822e77 Date: Fri, 29 Jun 2018 17:03:46 GMT RESP BODY: {"subnets":[]} 2018-06-29 17:03:46,984 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=668d37a7-270f-405c-82eb-414e047ceb07 used request id req-2540f3a3-7808-4faf-b83c-a47733822e77 2018-06-29 17:03:46,985 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-5672a660-1847-4152-848e-78d419248c88-pub-subnet 2018-06-29 17:03:46,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a6009d2abac95d45da9d2c22dea3109fc887f1c" -d '{"subnets": [{"ip_version": 4, "network_id": "668d37a7-270f-405c-82eb-414e047ceb07", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-5672a660-1847-4152-848e-78d419248c88-pub-subnet"}]}' 2018-06-29 17:03:47,636 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-2c6d2b0b-a434-4c6e-9501-02d0ab5f3ea8 Date: Fri, 29 Jun 2018 17:03:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"668d37a7-270f-405c-82eb-414e047ceb07","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:03:47Z","dns_nameservers":[],"updated_at":"2018-06-29T17:03:47Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"dce617bc-83f7-4498-9d5f-e48e4944b377","subnetpool_id":null,"name":"NeutronUtilsRouterTests-5672a660-1847-4152-848e-78d419248c88-pub-subnet"}]} 2018-06-29 17:03:47,637 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-2c6d2b0b-a434-4c6e-9501-02d0ab5f3ea8 2018-06-29 17:03:47,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=668d37a7-270f-405c-82eb-414e047ceb07 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a6009d2abac95d45da9d2c22dea3109fc887f1c" 2018-06-29 17:03:48,000 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-1c82e19d-9c9c-4d84-9141-f0da8dc58975 Date: Fri, 29 Jun 2018 17:03:47 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"668d37a7-270f-405c-82eb-414e047ceb07","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["dce617bc-83f7-4498-9d5f-e48e4944b377"],"description":"","tags":[],"updated_at":"2018-06-29T17:03:47Z","provider:segmentation_id":74,"name":"NeutronUtilsRouterTests-5672a660-1847-4152-848e-78d419248c88-pub-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:03:46Z","provider:network_type":"vxlan"}]} 2018-06-29 17:03:48,000 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=668d37a7-270f-405c-82eb-414e047ceb07 used request id req-1c82e19d-9c9c-4d84-9141-f0da8dc58975 2018-06-29 17:03:48,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=668d37a7-270f-405c-82eb-414e047ceb07 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a6009d2abac95d45da9d2c22dea3109fc887f1c" 2018-06-29 17:03:48,229 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-615b1202-a56a-40fb-83ae-41b1f6dbac4f Date: Fri, 29 Jun 2018 17:03:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"668d37a7-270f-405c-82eb-414e047ceb07","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:03:47Z","dns_nameservers":[],"updated_at":"2018-06-29T17:03:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"dce617bc-83f7-4498-9d5f-e48e4944b377","subnetpool_id":null,"name":"NeutronUtilsRouterTests-5672a660-1847-4152-848e-78d419248c88-pub-subnet"}]} 2018-06-29 17:03:48,229 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=668d37a7-270f-405c-82eb-414e047ceb07 used request id req-615b1202-a56a-40fb-83ae-41b1f6dbac4f 2018-06-29 17:03:48,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-5672a660-1847-4152-848e-78d419248c88-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a6009d2abac95d45da9d2c22dea3109fc887f1c" 2018-06-29 17:03:48,335 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-fbd9421d-05f4-4735-84fc-7cd93112ece1 Date: Fri, 29 Jun 2018 17:03:48 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"668d37a7-270f-405c-82eb-414e047ceb07","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["dce617bc-83f7-4498-9d5f-e48e4944b377"],"description":"","tags":[],"updated_at":"2018-06-29T17:03:47Z","provider:segmentation_id":74,"name":"NeutronUtilsRouterTests-5672a660-1847-4152-848e-78d419248c88-pub-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:03:46Z","provider:network_type":"vxlan"}]} 2018-06-29 17:03:48,335 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-5672a660-1847-4152-848e-78d419248c88-pub-net used request id req-fbd9421d-05f4-4735-84fc-7cd93112ece1 2018-06-29 17:03:48,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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 17:03:48,344 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 17:03:48 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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 17:03:48,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a6009d2abac95d45da9d2c22dea3109fc887f1c" 2018-06-29 17:03:48,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:03:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c98beb4e-e8c4-4fbe-a530-eb1e0da3d911 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.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}} 2018-06-29 17:03:48,452 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 used request id req-c98beb4e-e8c4-4fbe-a530-eb1e0da3d911 2018-06-29 17:03:48,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=668d37a7-270f-405c-82eb-414e047ceb07 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a6009d2abac95d45da9d2c22dea3109fc887f1c" 2018-06-29 17:03:48,505 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-ab6f1bec-91be-46ee-a017-f407a039b7ac Date: Fri, 29 Jun 2018 17:03:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"668d37a7-270f-405c-82eb-414e047ceb07","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:03:47Z","dns_nameservers":[],"updated_at":"2018-06-29T17:03:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"dce617bc-83f7-4498-9d5f-e48e4944b377","subnetpool_id":null,"name":"NeutronUtilsRouterTests-5672a660-1847-4152-848e-78d419248c88-pub-subnet"}]} 2018-06-29 17:03:48,506 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=668d37a7-270f-405c-82eb-414e047ceb07 used request id req-ab6f1bec-91be-46ee-a017-f407a039b7ac 2018-06-29 17:03:48,506 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:03:48,507 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:03:48,929 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:03:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["fpPUQgu0Si2I-zSNENFWlw"], "issued_at": "2018-06-29T17:03:48.000000Z"}} 2018-06-29 17:03:48,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}35af6ffdac418ba8b2e6bff275e390098fb1b216" 2018-06-29 17:03:49,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:03:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-493ed1f3-f921-4c0b-8678-d3583043806f 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:03:49,025 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-493ed1f3-f921-4c0b-8678-d3583043806f 2018-06-29 17:03:49,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a6009d2abac95d45da9d2c22dea3109fc887f1c" 2018-06-29 17:03:49,309 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-f362cdd4-a5aa-4d74-a655-cac37b64aa89 Date: Fri, 29 Jun 2018 17:03:49 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"36df2925-218a-471a-b064-d84cdca81f76","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ec057e7f82e1407bad00c8c132267cb0","status":"ACTIVE","subnets":["c401c4e2-1aa2-491a-b944-48bf8c60f58d"],"description":"","tags":[],"updated_at":"2018-06-29T16:57:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec057e7f82e1407bad00c8c132267cb0","created_at":"2018-06-29T16:57:50Z","provider:network_type":"flat"}]} 2018-06-29 17:03:49,309 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=external used request id req-f362cdd4-a5aa-4d74-a655-cac37b64aa89 2018-06-29 17:03:49,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=36df2925-218a-471a-b064-d84cdca81f76 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a6009d2abac95d45da9d2c22dea3109fc887f1c" 2018-06-29 17:03:49,559 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-57ab33fb-ae1f-4d10-8099-9e1218e7ae4c Date: Fri, 29 Jun 2018 17:03:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"36df2925-218a-471a-b064-d84cdca81f76","tenant_id":"ec057e7f82e1407bad00c8c132267cb0","created_at":"2018-06-29T16:57:57Z","dns_nameservers":[],"updated_at":"2018-06-29T16:57:57Z","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":"ec057e7f82e1407bad00c8c132267cb0","id":"c401c4e2-1aa2-491a-b944-48bf8c60f58d","subnetpool_id":null,"name":"external-subnet"}]} 2018-06-29 17:03:49,559 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=36df2925-218a-471a-b064-d84cdca81f76 used request id req-57ab33fb-ae1f-4d10-8099-9e1218e7ae4c 2018-06-29 17:03:49,560 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-5672a660-1847-4152-848e-78d419248c88-pub-router 2018-06-29 17:03:49,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a6009d2abac95d45da9d2c22dea3109fc887f1c" -d '{"router": {"external_gateway_info": {"network_id": "36df2925-218a-471a-b064-d84cdca81f76"}, "name": "NeutronUtilsRouterTests-5672a660-1847-4152-848e-78d419248c88-pub-router", "admin_state_up": true}}' 2018-06-29 17:03:51,066 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-28897773-1176-4c17-a8d8-858247f98822 Date: Fri, 29 Jun 2018 17:03:51 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "36df2925-218a-471a-b064-d84cdca81f76", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c401c4e2-1aa2-491a-b944-48bf8c60f58d", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:03:49Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-06-29T17:03:50Z", "revision_number": 2, "routes": [], "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "3ab99366-51a6-4cca-ad12-f9759f9e74cf", "name": "NeutronUtilsRouterTests-5672a660-1847-4152-848e-78d419248c88-pub-router"}} 2018-06-29 17:03:51,066 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers used request id req-28897773-1176-4c17-a8d8-858247f98822 2018-06-29 17:03:51,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=3ab99366-51a6-4cca-ad12-f9759f9e74cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a6009d2abac95d45da9d2c22dea3109fc887f1c" 2018-06-29 17:03:51,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-61e6b6e3-766a-4a1e-8496-85dd8a512053 Date: Fri, 29 Jun 2018 17:03:51 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:03:50Z","device_owner":"network:router_gateway","revision_number":1,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c401c4e2-1aa2-491a-b944-48bf8c60f58d","ip_address":"172.30.9.209"}],"id":"56930b35-f1e7-43c9-940d-7df7f71cf081","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:bc:da:ca","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"3ab99366-51a6-4cca-ad12-f9759f9e74cf","name":"","admin_state_up":true,"network_id":"36df2925-218a-471a-b064-d84cdca81f76","tenant_id":"","created_at":"2018-06-29T17:03:50Z","binding:vnic_type":"normal"}]} 2018-06-29 17:03:51,363 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=3ab99366-51a6-4cca-ad12-f9759f9e74cf used request id req-61e6b6e3-766a-4a1e-8496-85dd8a512053 2018-06-29 17:03:51,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/c401c4e2-1aa2-491a-b944-48bf8c60f58d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a6009d2abac95d45da9d2c22dea3109fc887f1c" 2018-06-29 17:03:51,412 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-89a7a85e-fab9-49ea-847e-1019549b3723 Date: Fri, 29 Jun 2018 17:03:51 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"36df2925-218a-471a-b064-d84cdca81f76","tenant_id":"ec057e7f82e1407bad00c8c132267cb0","created_at":"2018-06-29T16:57:57Z","dns_nameservers":[],"updated_at":"2018-06-29T16:57:57Z","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":"ec057e7f82e1407bad00c8c132267cb0","id":"c401c4e2-1aa2-491a-b944-48bf8c60f58d","subnetpool_id":null,"name":"external-subnet"}} 2018-06-29 17:03:51,412 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/c401c4e2-1aa2-491a-b944-48bf8c60f58d used request id req-89a7a85e-fab9-49ea-847e-1019549b3723 2018-06-29 17:03:51,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-5672a660-1847-4152-848e-78d419248c88-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a6009d2abac95d45da9d2c22dea3109fc887f1c" 2018-06-29 17:03:51,717 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-6ba79e78-0464-4244-96b8-ed00efda0a01 Date: Fri, 29 Jun 2018 17:03:51 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "36df2925-218a-471a-b064-d84cdca81f76", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c401c4e2-1aa2-491a-b944-48bf8c60f58d", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:03:49Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-06-29T17:03:50Z", "revision_number": 2, "routes": [], "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "3ab99366-51a6-4cca-ad12-f9759f9e74cf", "name": "NeutronUtilsRouterTests-5672a660-1847-4152-848e-78d419248c88-pub-router"}]} 2018-06-29 17:03:51,717 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-5672a660-1847-4152-848e-78d419248c88-pub-router used request id req-6ba79e78-0464-4244-96b8-ed00efda0a01 2018-06-29 17:03:51,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a6009d2abac95d45da9d2c22dea3109fc887f1c" 2018-06-29 17:03:51,742 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:03:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bf4f6dc-bd09-4ea5-8154-cc84372d0830 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.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}} 2018-06-29 17:03:51,742 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 used request id req-8bf4f6dc-bd09-4ea5-8154-cc84372d0830 2018-06-29 17:03:51,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=3ab99366-51a6-4cca-ad12-f9759f9e74cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a6009d2abac95d45da9d2c22dea3109fc887f1c" 2018-06-29 17:03:51,992 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-69b63d72-eb1f-4f79-9983-298871eb7219 Date: Fri, 29 Jun 2018 17:03:51 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:03:50Z","device_owner":"network:router_gateway","revision_number":1,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c401c4e2-1aa2-491a-b944-48bf8c60f58d","ip_address":"172.30.9.209"}],"id":"56930b35-f1e7-43c9-940d-7df7f71cf081","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:bc:da:ca","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"3ab99366-51a6-4cca-ad12-f9759f9e74cf","name":"","admin_state_up":true,"network_id":"36df2925-218a-471a-b064-d84cdca81f76","tenant_id":"","created_at":"2018-06-29T17:03:50Z","binding:vnic_type":"normal"}]} 2018-06-29 17:03:51,992 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=3ab99366-51a6-4cca-ad12-f9759f9e74cf used request id req-69b63d72-eb1f-4f79-9983-298871eb7219 2018-06-29 17:03:51,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/c401c4e2-1aa2-491a-b944-48bf8c60f58d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a6009d2abac95d45da9d2c22dea3109fc887f1c" 2018-06-29 17:03:52,043 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-3477f4f9-fd3f-4cfa-b6be-5728445aa0b1 Date: Fri, 29 Jun 2018 17:03:52 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"36df2925-218a-471a-b064-d84cdca81f76","tenant_id":"ec057e7f82e1407bad00c8c132267cb0","created_at":"2018-06-29T16:57:57Z","dns_nameservers":[],"updated_at":"2018-06-29T16:57:57Z","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":"ec057e7f82e1407bad00c8c132267cb0","id":"c401c4e2-1aa2-491a-b944-48bf8c60f58d","subnetpool_id":null,"name":"external-subnet"}} 2018-06-29 17:03:52,043 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/c401c4e2-1aa2-491a-b944-48bf8c60f58d used request id req-3477f4f9-fd3f-4cfa-b6be-5728445aa0b1 2018-06-29 17:03:52,043 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-5672a660-1847-4152-848e-78d419248c88-pub-subnet 2018-06-29 17:03:52,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/dce617bc-83f7-4498-9d5f-e48e4944b377 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a6009d2abac95d45da9d2c22dea3109fc887f1c" 2018-06-29 17:03:54,341 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c0406349-7ffa-489f-b63f-1d26f1a92aa1 Date: Fri, 29 Jun 2018 17:03:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 17:03:54,341 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/dce617bc-83f7-4498-9d5f-e48e4944b377 used request id req-c0406349-7ffa-489f-b63f-1d26f1a92aa1 2018-06-29 17:03:54,341 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-5672a660-1847-4152-848e-78d419248c88-pub-router 2018-06-29 17:03:54,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9696/v2.0/routers/3ab99366-51a6-4cca-ad12-f9759f9e74cf/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a6009d2abac95d45da9d2c22dea3109fc887f1c" -d '{"subnet_id": "dce617bc-83f7-4498-9d5f-e48e4944b377"}' 2018-06-29 17:03:54,847 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 136 X-Openstack-Request-Id: req-7f85b97d-6dad-4cb0-90a6-72153a4917fb Date: Fri, 29 Jun 2018 17:03:54 GMT RESP BODY: {"NeutronError": {"message": "Subnet dce617bc-83f7-4498-9d5f-e48e4944b377 could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-06-29 17:03:54,847 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/3ab99366-51a6-4cca-ad12-f9759f9e74cf/add_router_interface used request id req-7f85b97d-6dad-4cb0-90a6-72153a4917fb 2018-06-29 17:03:54,848 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Subnet dce617bc-83f7-4498-9d5f-e48e4944b377 could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-06-29 17:03:54,848 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-5672a660-1847-4152-848e-78d419248c88-pub-router 2018-06-29 17:03:54,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/routers/3ab99366-51a6-4cca-ad12-f9759f9e74cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a6009d2abac95d45da9d2c22dea3109fc887f1c" 2018-06-29 17:03:56,522 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3994d960-fc8f-4ab6-9c27-bdb10cc0d0a3 Content-Length: 0 Date: Fri, 29 Jun 2018 17:03:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 17:03:56,522 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/3ab99366-51a6-4cca-ad12-f9759f9e74cf used request id req-3994d960-fc8f-4ab6-9c27-bdb10cc0d0a3 2018-06-29 17:03:56,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-5672a660-1847-4152-848e-78d419248c88-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a6009d2abac95d45da9d2c22dea3109fc887f1c" 2018-06-29 17:03:56,572 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-79032453-d154-4c57-9011-06dc66333c0f Date: Fri, 29 Jun 2018 17:03:56 GMT RESP BODY: {"routers": []} 2018-06-29 17:03:56,572 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-5672a660-1847-4152-848e-78d419248c88-pub-router used request id req-79032453-d154-4c57-9011-06dc66333c0f 2018-06-29 17:03:56,573 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-5672a660-1847-4152-848e-78d419248c88-pub-subnet 2018-06-29 17:03:56,573 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-5672a660-1847-4152-848e-78d419248c88-pub-subnet 2018-06-29 17:03:56,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/dce617bc-83f7-4498-9d5f-e48e4944b377 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a6009d2abac95d45da9d2c22dea3109fc887f1c" 2018-06-29 17:03:56,825 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 136 X-Openstack-Request-Id: req-1378084b-e26a-406d-b21d-8100f67445d6 Date: Fri, 29 Jun 2018 17:03:56 GMT RESP BODY: {"NeutronError": {"message": "Subnet dce617bc-83f7-4498-9d5f-e48e4944b377 could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-06-29 17:03:56,825 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/dce617bc-83f7-4498-9d5f-e48e4944b377 used request id req-1378084b-e26a-406d-b21d-8100f67445d6 2018-06-29 17:03:56,826 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Subnet dce617bc-83f7-4498-9d5f-e48e4944b377 could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-06-29 17:03:56,826 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-5672a660-1847-4152-848e-78d419248c88-pub-net 2018-06-29 17:03:56,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/668d37a7-270f-405c-82eb-414e047ceb07 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a6009d2abac95d45da9d2c22dea3109fc887f1c" 2018-06-29 17:03:57,654 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f95a8ea2-9d27-45b8-87f9-80ef7a55a17d Date: Fri, 29 Jun 2018 17:03:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 17:03:57,654 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/668d37a7-270f-405c-82eb-414e047ceb07 used request id req-f95a8ea2-9d27-45b8-87f9-80ef7a55a17d 2018-06-29 17:03:57,655 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:03:58,057 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:03:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["RcGK5-GpTPmtb1UqWfPf5g"], "issued_at": "2018-06-29T17:03:58.000000Z"}} 2018-06-29 17:03:58,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}d5960eb552b48c3b32d070e4b726f93798235cdc" 2018-06-29 17:03:58,146 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:03:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70eca16e-608c-47f3-a71c-92a684767493 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:03:58,146 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-70eca16e-608c-47f3-a71c-92a684767493 2018-06-29 17:03:58,147 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-f2b71a42-4c59-435a-8024-2271eae00085-pub-net 2018-06-29 17:03:58,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5960eb552b48c3b32d070e4b726f93798235cdc" -d '{"network": {"name": "NeutronUtilsRouterTests-f2b71a42-4c59-435a-8024-2271eae00085-pub-net", "admin_state_up": true}}' 2018-06-29 17:03:58,594 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-39b33797-b334-48d0-b311-f81ec285c748 Date: Fri, 29 Jun 2018 17:03:58 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"6db9fd9e-68ae-4ba9-81e6-bfabf50772ed","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T17:03:58Z","is_default":false,"provider:segmentation_id":46,"name":"NeutronUtilsRouterTests-f2b71a42-4c59-435a-8024-2271eae00085-pub-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:03:58Z","mtu":1450}} 2018-06-29 17:03:58,594 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-39b33797-b334-48d0-b311-f81ec285c748 2018-06-29 17:03:58,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=6db9fd9e-68ae-4ba9-81e6-bfabf50772ed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5960eb552b48c3b32d070e4b726f93798235cdc" 2018-06-29 17:03:58,857 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-d57bbe1c-1087-4e44-a70a-27c81f4282d7 Date: Fri, 29 Jun 2018 17:03:58 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"6db9fd9e-68ae-4ba9-81e6-bfabf50772ed","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T17:03:58Z","provider:segmentation_id":46,"name":"NeutronUtilsRouterTests-f2b71a42-4c59-435a-8024-2271eae00085-pub-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:03:58Z","provider:network_type":"vxlan"}]} 2018-06-29 17:03:58,857 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=6db9fd9e-68ae-4ba9-81e6-bfabf50772ed used request id req-d57bbe1c-1087-4e44-a70a-27c81f4282d7 2018-06-29 17:03:58,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=6db9fd9e-68ae-4ba9-81e6-bfabf50772ed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5960eb552b48c3b32d070e4b726f93798235cdc" 2018-06-29 17:03:59,091 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-796f4cd2-8c1d-4092-b9e5-bc5973dce359 Date: Fri, 29 Jun 2018 17:03:59 GMT RESP BODY: {"subnets":[]} 2018-06-29 17:03:59,091 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=6db9fd9e-68ae-4ba9-81e6-bfabf50772ed used request id req-796f4cd2-8c1d-4092-b9e5-bc5973dce359 2018-06-29 17:03:59,091 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-f2b71a42-4c59-435a-8024-2271eae00085-pub-subnet 2018-06-29 17:03:59,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5960eb552b48c3b32d070e4b726f93798235cdc" -d '{"subnets": [{"ip_version": 4, "network_id": "6db9fd9e-68ae-4ba9-81e6-bfabf50772ed", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-f2b71a42-4c59-435a-8024-2271eae00085-pub-subnet"}]}' 2018-06-29 17:04:00,008 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-eb1e625d-5730-49e4-ab09-7d1c4f4cfaaa Date: Fri, 29 Jun 2018 17:04:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6db9fd9e-68ae-4ba9-81e6-bfabf50772ed","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:03:59Z","dns_nameservers":[],"updated_at":"2018-06-29T17:03:59Z","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":"d375e46f6f2b472db41ca16f2fc59215","id":"77977753-e437-49e5-b20b-f6726d32e7d9","subnetpool_id":null,"name":"NeutronUtilsRouterTests-f2b71a42-4c59-435a-8024-2271eae00085-pub-subnet"}]} 2018-06-29 17:04:00,008 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-eb1e625d-5730-49e4-ab09-7d1c4f4cfaaa 2018-06-29 17:04:00,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=6db9fd9e-68ae-4ba9-81e6-bfabf50772ed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5960eb552b48c3b32d070e4b726f93798235cdc" 2018-06-29 17:04:00,408 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-01e32b50-c1e0-46b4-97cb-174309bba8da Date: Fri, 29 Jun 2018 17:04:00 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"6db9fd9e-68ae-4ba9-81e6-bfabf50772ed","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["77977753-e437-49e5-b20b-f6726d32e7d9"],"description":"","tags":[],"updated_at":"2018-06-29T17:03:59Z","provider:segmentation_id":46,"name":"NeutronUtilsRouterTests-f2b71a42-4c59-435a-8024-2271eae00085-pub-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:03:58Z","provider:network_type":"vxlan"}]} 2018-06-29 17:04:00,409 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=6db9fd9e-68ae-4ba9-81e6-bfabf50772ed used request id req-01e32b50-c1e0-46b4-97cb-174309bba8da 2018-06-29 17:04:00,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=6db9fd9e-68ae-4ba9-81e6-bfabf50772ed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5960eb552b48c3b32d070e4b726f93798235cdc" 2018-06-29 17:04:00,457 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-54472461-f1fd-44de-95a0-e66ff3f614c3 Date: Fri, 29 Jun 2018 17:04:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6db9fd9e-68ae-4ba9-81e6-bfabf50772ed","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:03:59Z","dns_nameservers":[],"updated_at":"2018-06-29T17:03:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"77977753-e437-49e5-b20b-f6726d32e7d9","subnetpool_id":null,"name":"NeutronUtilsRouterTests-f2b71a42-4c59-435a-8024-2271eae00085-pub-subnet"}]} 2018-06-29 17:04:00,457 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=6db9fd9e-68ae-4ba9-81e6-bfabf50772ed used request id req-54472461-f1fd-44de-95a0-e66ff3f614c3 2018-06-29 17:04:00,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-f2b71a42-4c59-435a-8024-2271eae00085-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5960eb552b48c3b32d070e4b726f93798235cdc" 2018-06-29 17:04:00,740 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-f8131788-b2fd-48ce-9c82-2c1884ec0212 Date: Fri, 29 Jun 2018 17:04:00 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"6db9fd9e-68ae-4ba9-81e6-bfabf50772ed","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["77977753-e437-49e5-b20b-f6726d32e7d9"],"description":"","tags":[],"updated_at":"2018-06-29T17:03:59Z","provider:segmentation_id":46,"name":"NeutronUtilsRouterTests-f2b71a42-4c59-435a-8024-2271eae00085-pub-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:03:58Z","provider:network_type":"vxlan"}]} 2018-06-29 17:04:00,740 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-f2b71a42-4c59-435a-8024-2271eae00085-pub-net used request id req-f8131788-b2fd-48ce-9c82-2c1884ec0212 2018-06-29 17:04:00,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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 17:04:00,749 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 17:04: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 17:04:00,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5960eb552b48c3b32d070e4b726f93798235cdc" 2018-06-29 17:04:00,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:04:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33de3812-7c3e-458a-9745-a3731e458db8 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.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}} 2018-06-29 17:04:00,849 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 used request id req-33de3812-7c3e-458a-9745-a3731e458db8 2018-06-29 17:04:00,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=6db9fd9e-68ae-4ba9-81e6-bfabf50772ed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5960eb552b48c3b32d070e4b726f93798235cdc" 2018-06-29 17:04:01,249 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-be8c5743-e3aa-44e0-bd25-1bbfb1e61e78 Date: Fri, 29 Jun 2018 17:04:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6db9fd9e-68ae-4ba9-81e6-bfabf50772ed","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:03:59Z","dns_nameservers":[],"updated_at":"2018-06-29T17:03:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"77977753-e437-49e5-b20b-f6726d32e7d9","subnetpool_id":null,"name":"NeutronUtilsRouterTests-f2b71a42-4c59-435a-8024-2271eae00085-pub-subnet"}]} 2018-06-29 17:04:01,250 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=6db9fd9e-68ae-4ba9-81e6-bfabf50772ed used request id req-be8c5743-e3aa-44e0-bd25-1bbfb1e61e78 2018-06-29 17:04:01,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=6db9fd9e-68ae-4ba9-81e6-bfabf50772ed&name=NeutronUtilsRouterTests-f2b71a42-4c59-435a-8024-2271eae00085-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5960eb552b48c3b32d070e4b726f93798235cdc" 2018-06-29 17:04:01,304 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-c78960db-9c33-4d85-92de-47bd823f8b8b Date: Fri, 29 Jun 2018 17:04:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6db9fd9e-68ae-4ba9-81e6-bfabf50772ed","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:03:59Z","dns_nameservers":[],"updated_at":"2018-06-29T17:03:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"77977753-e437-49e5-b20b-f6726d32e7d9","subnetpool_id":null,"name":"NeutronUtilsRouterTests-f2b71a42-4c59-435a-8024-2271eae00085-pub-subnet"}]} 2018-06-29 17:04:01,304 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=6db9fd9e-68ae-4ba9-81e6-bfabf50772ed&name=NeutronUtilsRouterTests-f2b71a42-4c59-435a-8024-2271eae00085-pub-subnet used request id req-c78960db-9c33-4d85-92de-47bd823f8b8b 2018-06-29 17:04:01,305 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-f2b71a42-4c59-435a-8024-2271eae00085-pub-subnet 2018-06-29 17:04:01,305 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-f2b71a42-4c59-435a-8024-2271eae00085-pub-subnet 2018-06-29 17:04:01,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/77977753-e437-49e5-b20b-f6726d32e7d9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5960eb552b48c3b32d070e4b726f93798235cdc" 2018-06-29 17:04:03,181 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-748e2795-c296-4537-a1c1-5de1df6bef01 Date: Fri, 29 Jun 2018 17:04:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 17:04:03,181 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/77977753-e437-49e5-b20b-f6726d32e7d9 used request id req-748e2795-c296-4537-a1c1-5de1df6bef01 2018-06-29 17:04:03,182 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-f2b71a42-4c59-435a-8024-2271eae00085-pub-net 2018-06-29 17:04:03,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/6db9fd9e-68ae-4ba9-81e6-bfabf50772ed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5960eb552b48c3b32d070e4b726f93798235cdc" 2018-06-29 17:04:05,147 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9e4a3878-b747-429e-aa28-e8fdd3782b5f Date: Fri, 29 Jun 2018 17:04:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 17:04:05,147 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/6db9fd9e-68ae-4ba9-81e6-bfabf50772ed used request id req-9e4a3878-b747-429e-aa28-e8fdd3782b5f 2018-06-29 17:04:05,148 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:04:05,543 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:04:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["jPjdJ39ORRmjDJk_kpzyRA"], "issued_at": "2018-06-29T17:04:05.000000Z"}} 2018-06-29 17:04:05,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}fdb1402532ebe99703c62aa8a65778fd4cd81939" 2018-06-29 17:04:05,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:04:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d987242-0618-4e60-b4d4-4804d7048bdf 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:04:05,630 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-0d987242-0618-4e60-b4d4-4804d7048bdf 2018-06-29 17:04:05,632 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-91298e36-a4d1-410b-9d81-24285f549955-pub-net 2018-06-29 17:04:05,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdb1402532ebe99703c62aa8a65778fd4cd81939" -d '{"network": {"name": "NeutronUtilsRouterTests-91298e36-a4d1-410b-9d81-24285f549955-pub-net", "admin_state_up": true}}' 2018-06-29 17:04:06,051 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-d5d1036d-2e34-4701-84ea-0dfd2e27cc97 Date: Fri, 29 Jun 2018 17:04: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":"5efb9887-fc18-4b79-9e6c-2823ff81babf","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T17:04:05Z","is_default":false,"provider:segmentation_id":95,"name":"NeutronUtilsRouterTests-91298e36-a4d1-410b-9d81-24285f549955-pub-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:05Z","mtu":1450}} 2018-06-29 17:04:06,051 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-d5d1036d-2e34-4701-84ea-0dfd2e27cc97 2018-06-29 17:04:06,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=5efb9887-fc18-4b79-9e6c-2823ff81babf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdb1402532ebe99703c62aa8a65778fd4cd81939" 2018-06-29 17:04:06,312 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-1b8ad3fb-efb9-4181-9e20-f2ea4de9fd68 Date: Fri, 29 Jun 2018 17:04:06 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"5efb9887-fc18-4b79-9e6c-2823ff81babf","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T17:04:05Z","provider:segmentation_id":95,"name":"NeutronUtilsRouterTests-91298e36-a4d1-410b-9d81-24285f549955-pub-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:05Z","provider:network_type":"vxlan"}]} 2018-06-29 17:04:06,312 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=5efb9887-fc18-4b79-9e6c-2823ff81babf used request id req-1b8ad3fb-efb9-4181-9e20-f2ea4de9fd68 2018-06-29 17:04:06,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=5efb9887-fc18-4b79-9e6c-2823ff81babf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdb1402532ebe99703c62aa8a65778fd4cd81939" 2018-06-29 17:04:06,544 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-c19012ff-7649-441f-8761-2a7848d552bc Date: Fri, 29 Jun 2018 17:04:06 GMT RESP BODY: {"subnets":[]} 2018-06-29 17:04:06,544 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=5efb9887-fc18-4b79-9e6c-2823ff81babf used request id req-c19012ff-7649-441f-8761-2a7848d552bc 2018-06-29 17:04:06,545 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-91298e36-a4d1-410b-9d81-24285f549955-pub-subnet 2018-06-29 17:04:06,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdb1402532ebe99703c62aa8a65778fd4cd81939" -d '{"subnets": [{"ip_version": 4, "network_id": "5efb9887-fc18-4b79-9e6c-2823ff81babf", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-91298e36-a4d1-410b-9d81-24285f549955-pub-subnet"}]}' 2018-06-29 17:04:07,181 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-edd74b80-8769-4597-b140-d6eb660f9045 Date: Fri, 29 Jun 2018 17:04:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5efb9887-fc18-4b79-9e6c-2823ff81babf","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:06Z","dns_nameservers":[],"updated_at":"2018-06-29T17:04:06Z","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":"d375e46f6f2b472db41ca16f2fc59215","id":"39a7f8e1-6c5a-489e-8661-ad4fa9c0764a","subnetpool_id":null,"name":"NeutronUtilsRouterTests-91298e36-a4d1-410b-9d81-24285f549955-pub-subnet"}]} 2018-06-29 17:04:07,181 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-edd74b80-8769-4597-b140-d6eb660f9045 2018-06-29 17:04:07,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=5efb9887-fc18-4b79-9e6c-2823ff81babf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdb1402532ebe99703c62aa8a65778fd4cd81939" 2018-06-29 17:04:07,458 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-392321aa-a203-4c0c-9a29-ef8b1193d776 Date: Fri, 29 Jun 2018 17:04:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"5efb9887-fc18-4b79-9e6c-2823ff81babf","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["39a7f8e1-6c5a-489e-8661-ad4fa9c0764a"],"description":"","tags":[],"updated_at":"2018-06-29T17:04:06Z","provider:segmentation_id":95,"name":"NeutronUtilsRouterTests-91298e36-a4d1-410b-9d81-24285f549955-pub-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:05Z","provider:network_type":"vxlan"}]} 2018-06-29 17:04:07,458 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=5efb9887-fc18-4b79-9e6c-2823ff81babf used request id req-392321aa-a203-4c0c-9a29-ef8b1193d776 2018-06-29 17:04:07,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=5efb9887-fc18-4b79-9e6c-2823ff81babf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdb1402532ebe99703c62aa8a65778fd4cd81939" 2018-06-29 17:04:07,683 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-187bdd1c-6015-4f18-92ea-294a09182cbe Date: Fri, 29 Jun 2018 17:04:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5efb9887-fc18-4b79-9e6c-2823ff81babf","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:06Z","dns_nameservers":[],"updated_at":"2018-06-29T17:04:06Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"39a7f8e1-6c5a-489e-8661-ad4fa9c0764a","subnetpool_id":null,"name":"NeutronUtilsRouterTests-91298e36-a4d1-410b-9d81-24285f549955-pub-subnet"}]} 2018-06-29 17:04:07,683 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=5efb9887-fc18-4b79-9e6c-2823ff81babf used request id req-187bdd1c-6015-4f18-92ea-294a09182cbe 2018-06-29 17:04:07,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-91298e36-a4d1-410b-9d81-24285f549955-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdb1402532ebe99703c62aa8a65778fd4cd81939" 2018-06-29 17:04:07,991 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-7e1ab84b-e33c-4a0c-9b5e-822924833f45 Date: Fri, 29 Jun 2018 17:04:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"5efb9887-fc18-4b79-9e6c-2823ff81babf","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["39a7f8e1-6c5a-489e-8661-ad4fa9c0764a"],"description":"","tags":[],"updated_at":"2018-06-29T17:04:06Z","provider:segmentation_id":95,"name":"NeutronUtilsRouterTests-91298e36-a4d1-410b-9d81-24285f549955-pub-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:05Z","provider:network_type":"vxlan"}]} 2018-06-29 17:04:07,991 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-91298e36-a4d1-410b-9d81-24285f549955-pub-net used request id req-7e1ab84b-e33c-4a0c-9b5e-822924833f45 2018-06-29 17:04:07,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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 17:04:07,999 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 17:04: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 17:04:08,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdb1402532ebe99703c62aa8a65778fd4cd81939" 2018-06-29 17:04:08,104 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:04:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-721966a7-be05-416f-8a2b-bec644acd2dc 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.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}} 2018-06-29 17:04:08,105 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 used request id req-721966a7-be05-416f-8a2b-bec644acd2dc 2018-06-29 17:04:08,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=5efb9887-fc18-4b79-9e6c-2823ff81babf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdb1402532ebe99703c62aa8a65778fd4cd81939" 2018-06-29 17:04:08,378 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-e113fa9d-be93-4886-82cd-00edd7d2c045 Date: Fri, 29 Jun 2018 17:04:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5efb9887-fc18-4b79-9e6c-2823ff81babf","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:06Z","dns_nameservers":[],"updated_at":"2018-06-29T17:04:06Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"39a7f8e1-6c5a-489e-8661-ad4fa9c0764a","subnetpool_id":null,"name":"NeutronUtilsRouterTests-91298e36-a4d1-410b-9d81-24285f549955-pub-subnet"}]} 2018-06-29 17:04:08,378 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=5efb9887-fc18-4b79-9e6c-2823ff81babf used request id req-e113fa9d-be93-4886-82cd-00edd7d2c045 2018-06-29 17:04:08,379 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:04:08,380 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:04:08,789 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:04:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["Q2A05cF-SzmmzZEF5YqIjw"], "issued_at": "2018-06-29T17:04:08.000000Z"}} 2018-06-29 17:04:08,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}4c03a18d76642bfd0dae529af4075145350e6c3d" 2018-06-29 17:04:08,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:04:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0129823-5aab-4b42-8531-c01aee89733b 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:04:08,884 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-b0129823-5aab-4b42-8531-c01aee89733b 2018-06-29 17:04:08,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdb1402532ebe99703c62aa8a65778fd4cd81939" 2018-06-29 17:04:09,181 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-fd34a60a-5d3f-4c45-9899-908038ddaacb Date: Fri, 29 Jun 2018 17:04:09 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"36df2925-218a-471a-b064-d84cdca81f76","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ec057e7f82e1407bad00c8c132267cb0","status":"ACTIVE","subnets":["c401c4e2-1aa2-491a-b944-48bf8c60f58d"],"description":"","tags":[],"updated_at":"2018-06-29T16:57:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec057e7f82e1407bad00c8c132267cb0","created_at":"2018-06-29T16:57:50Z","provider:network_type":"flat"}]} 2018-06-29 17:04:09,181 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=external used request id req-fd34a60a-5d3f-4c45-9899-908038ddaacb 2018-06-29 17:04:09,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=36df2925-218a-471a-b064-d84cdca81f76 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdb1402532ebe99703c62aa8a65778fd4cd81939" 2018-06-29 17:04:09,439 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-ac205384-c185-4253-8d71-1cd00983674c Date: Fri, 29 Jun 2018 17:04:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"36df2925-218a-471a-b064-d84cdca81f76","tenant_id":"ec057e7f82e1407bad00c8c132267cb0","created_at":"2018-06-29T16:57:57Z","dns_nameservers":[],"updated_at":"2018-06-29T16:57:57Z","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":"ec057e7f82e1407bad00c8c132267cb0","id":"c401c4e2-1aa2-491a-b944-48bf8c60f58d","subnetpool_id":null,"name":"external-subnet"}]} 2018-06-29 17:04:09,439 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=36df2925-218a-471a-b064-d84cdca81f76 used request id req-ac205384-c185-4253-8d71-1cd00983674c 2018-06-29 17:04:09,440 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-91298e36-a4d1-410b-9d81-24285f549955-pub-router 2018-06-29 17:04:09,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdb1402532ebe99703c62aa8a65778fd4cd81939" -d '{"router": {"external_gateway_info": {"network_id": "36df2925-218a-471a-b064-d84cdca81f76"}, "name": "NeutronUtilsRouterTests-91298e36-a4d1-410b-9d81-24285f549955-pub-router", "admin_state_up": true}}' 2018-06-29 17:04:10,836 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-ac9b59b2-607e-4377-bcde-35aed93b1c54 Date: Fri, 29 Jun 2018 17:04:10 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "36df2925-218a-471a-b064-d84cdca81f76", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c401c4e2-1aa2-491a-b944-48bf8c60f58d", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:04:09Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-06-29T17:04:10Z", "revision_number": 2, "routes": [], "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "aeaa202b-55d3-49e3-9169-1b4bed4c1fd5", "name": "NeutronUtilsRouterTests-91298e36-a4d1-410b-9d81-24285f549955-pub-router"}} 2018-06-29 17:04:10,836 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers used request id req-ac9b59b2-607e-4377-bcde-35aed93b1c54 2018-06-29 17:04:10,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=aeaa202b-55d3-49e3-9169-1b4bed4c1fd5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdb1402532ebe99703c62aa8a65778fd4cd81939" 2018-06-29 17:04:11,068 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-c6d7edc4-7ff7-4669-a347-f27a7a0182f7 Date: Fri, 29 Jun 2018 17:04:11 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:04:10Z","device_owner":"network:router_gateway","revision_number":1,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c401c4e2-1aa2-491a-b944-48bf8c60f58d","ip_address":"172.30.9.204"}],"id":"f72fa7ae-9167-4583-a87e-8462761fb17d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:51:ca:38","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"aeaa202b-55d3-49e3-9169-1b4bed4c1fd5","name":"","admin_state_up":true,"network_id":"36df2925-218a-471a-b064-d84cdca81f76","tenant_id":"","created_at":"2018-06-29T17:04:10Z","binding:vnic_type":"normal"}]} 2018-06-29 17:04:11,068 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=aeaa202b-55d3-49e3-9169-1b4bed4c1fd5 used request id req-c6d7edc4-7ff7-4669-a347-f27a7a0182f7 2018-06-29 17:04:11,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/c401c4e2-1aa2-491a-b944-48bf8c60f58d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdb1402532ebe99703c62aa8a65778fd4cd81939" 2018-06-29 17:04:11,307 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-1a1eaf65-e452-4d4f-b470-41d3c4a1d37d Date: Fri, 29 Jun 2018 17:04:11 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"36df2925-218a-471a-b064-d84cdca81f76","tenant_id":"ec057e7f82e1407bad00c8c132267cb0","created_at":"2018-06-29T16:57:57Z","dns_nameservers":[],"updated_at":"2018-06-29T16:57:57Z","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":"ec057e7f82e1407bad00c8c132267cb0","id":"c401c4e2-1aa2-491a-b944-48bf8c60f58d","subnetpool_id":null,"name":"external-subnet"}} 2018-06-29 17:04:11,308 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/c401c4e2-1aa2-491a-b944-48bf8c60f58d used request id req-1a1eaf65-e452-4d4f-b470-41d3c4a1d37d 2018-06-29 17:04:11,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-91298e36-a4d1-410b-9d81-24285f549955-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdb1402532ebe99703c62aa8a65778fd4cd81939" 2018-06-29 17:04:11,621 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-5b7a14d4-ff7b-4a64-8805-eb976346f11f Date: Fri, 29 Jun 2018 17:04:11 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "36df2925-218a-471a-b064-d84cdca81f76", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c401c4e2-1aa2-491a-b944-48bf8c60f58d", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:04:09Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-06-29T17:04:10Z", "revision_number": 2, "routes": [], "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "aeaa202b-55d3-49e3-9169-1b4bed4c1fd5", "name": "NeutronUtilsRouterTests-91298e36-a4d1-410b-9d81-24285f549955-pub-router"}]} 2018-06-29 17:04:11,621 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-91298e36-a4d1-410b-9d81-24285f549955-pub-router used request id req-5b7a14d4-ff7b-4a64-8805-eb976346f11f 2018-06-29 17:04:11,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdb1402532ebe99703c62aa8a65778fd4cd81939" 2018-06-29 17:04:11,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:04:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc769aac-c397-4a3e-9a4d-09d4a9267e5b 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.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}} 2018-06-29 17:04:11,643 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 used request id req-cc769aac-c397-4a3e-9a4d-09d4a9267e5b 2018-06-29 17:04:11,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=aeaa202b-55d3-49e3-9169-1b4bed4c1fd5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdb1402532ebe99703c62aa8a65778fd4cd81939" 2018-06-29 17:04:11,871 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-2fa74675-dff2-4559-bbbd-db9c85e96859 Date: Fri, 29 Jun 2018 17:04:11 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:04:10Z","device_owner":"network:router_gateway","revision_number":1,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c401c4e2-1aa2-491a-b944-48bf8c60f58d","ip_address":"172.30.9.204"}],"id":"f72fa7ae-9167-4583-a87e-8462761fb17d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:51:ca:38","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"aeaa202b-55d3-49e3-9169-1b4bed4c1fd5","name":"","admin_state_up":true,"network_id":"36df2925-218a-471a-b064-d84cdca81f76","tenant_id":"","created_at":"2018-06-29T17:04:10Z","binding:vnic_type":"normal"}]} 2018-06-29 17:04:11,872 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=aeaa202b-55d3-49e3-9169-1b4bed4c1fd5 used request id req-2fa74675-dff2-4559-bbbd-db9c85e96859 2018-06-29 17:04:11,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/c401c4e2-1aa2-491a-b944-48bf8c60f58d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdb1402532ebe99703c62aa8a65778fd4cd81939" 2018-06-29 17:04:12,099 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-9f6460c8-03c5-467d-bbb7-acff2881e647 Date: Fri, 29 Jun 2018 17:04:12 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"36df2925-218a-471a-b064-d84cdca81f76","tenant_id":"ec057e7f82e1407bad00c8c132267cb0","created_at":"2018-06-29T16:57:57Z","dns_nameservers":[],"updated_at":"2018-06-29T16:57:57Z","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":"ec057e7f82e1407bad00c8c132267cb0","id":"c401c4e2-1aa2-491a-b944-48bf8c60f58d","subnetpool_id":null,"name":"external-subnet"}} 2018-06-29 17:04:12,099 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/c401c4e2-1aa2-491a-b944-48bf8c60f58d used request id req-9f6460c8-03c5-467d-bbb7-acff2881e647 2018-06-29 17:04:12,100 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-91298e36-a4d1-410b-9d81-24285f549955-pub-router 2018-06-29 17:04:12,100 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-91298e36-a4d1-410b-9d81-24285f549955-pub-router 2018-06-29 17:04:12,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/routers/aeaa202b-55d3-49e3-9169-1b4bed4c1fd5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdb1402532ebe99703c62aa8a65778fd4cd81939" 2018-06-29 17:04:13,806 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-35a2abc1-02a4-43b7-a1ad-701b8f144a08 Content-Length: 0 Date: Fri, 29 Jun 2018 17:04:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 17:04:13,806 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/aeaa202b-55d3-49e3-9169-1b4bed4c1fd5 used request id req-35a2abc1-02a4-43b7-a1ad-701b8f144a08 2018-06-29 17:04:13,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-91298e36-a4d1-410b-9d81-24285f549955-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdb1402532ebe99703c62aa8a65778fd4cd81939" 2018-06-29 17:04:13,855 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-231e691a-97db-4676-9bb4-adecaab80795 Date: Fri, 29 Jun 2018 17:04:13 GMT RESP BODY: {"routers": []} 2018-06-29 17:04:13,855 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-91298e36-a4d1-410b-9d81-24285f549955-pub-router used request id req-231e691a-97db-4676-9bb4-adecaab80795 2018-06-29 17:04:13,856 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-91298e36-a4d1-410b-9d81-24285f549955-pub-subnet 2018-06-29 17:04:13,856 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-91298e36-a4d1-410b-9d81-24285f549955-pub-subnet 2018-06-29 17:04:13,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/39a7f8e1-6c5a-489e-8661-ad4fa9c0764a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdb1402532ebe99703c62aa8a65778fd4cd81939" 2018-06-29 17:04:16,151 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-893ca18c-c7a8-4f1c-a3e0-93639ad5633f Date: Fri, 29 Jun 2018 17:04:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 17:04:16,152 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/39a7f8e1-6c5a-489e-8661-ad4fa9c0764a used request id req-893ca18c-c7a8-4f1c-a3e0-93639ad5633f 2018-06-29 17:04:16,152 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-91298e36-a4d1-410b-9d81-24285f549955-pub-net 2018-06-29 17:04:16,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/5efb9887-fc18-4b79-9e6c-2823ff81babf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdb1402532ebe99703c62aa8a65778fd4cd81939" 2018-06-29 17:04:17,917 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fbf4bc9f-a449-478b-94fa-de7d78d63d83 Date: Fri, 29 Jun 2018 17:04:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 17:04:17,917 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/5efb9887-fc18-4b79-9e6c-2823ff81babf used request id req-fbf4bc9f-a449-478b-94fa-de7d78d63d83 2018-06-29 17:04:17,919 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:04:18,346 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:04:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["DtoLfdZXTuu3I1eUbdXsRQ"], "issued_at": "2018-06-29T17:04:18.000000Z"}} 2018-06-29 17:04:18,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}8c92ff999fcef9a375dfcba1ffc08cde81f6ee04" 2018-06-29 17:04:18,436 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:04:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ddf64c35-9b23-4f73-b783-a772db7432c8 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:04:18,436 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-ddf64c35-9b23-4f73-b783-a772db7432c8 2018-06-29 17:04:18,438 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-d2bb6d97-5a67-498c-905b-3abfef7e455f-pub-net 2018-06-29 17:04:18,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c92ff999fcef9a375dfcba1ffc08cde81f6ee04" -d '{"network": {"name": "NeutronUtilsRouterTests-d2bb6d97-5a67-498c-905b-3abfef7e455f-pub-net", "admin_state_up": true}}' 2018-06-29 17:04:19,073 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-6554d3f8-ef6e-40c5-a725-cf28cf9f13ed Date: Fri, 29 Jun 2018 17:04: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":"fbad028a-e2e5-40f9-86e1-0efb76654346","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T17:04:18Z","is_default":false,"provider:segmentation_id":37,"name":"NeutronUtilsRouterTests-d2bb6d97-5a67-498c-905b-3abfef7e455f-pub-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:18Z","mtu":1450}} 2018-06-29 17:04:19,073 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-6554d3f8-ef6e-40c5-a725-cf28cf9f13ed 2018-06-29 17:04:19,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=fbad028a-e2e5-40f9-86e1-0efb76654346 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c92ff999fcef9a375dfcba1ffc08cde81f6ee04" 2018-06-29 17:04:19,327 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-a80d102f-0529-4f0f-bfee-52f338371d7c Date: Fri, 29 Jun 2018 17:04:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"fbad028a-e2e5-40f9-86e1-0efb76654346","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T17:04:18Z","provider:segmentation_id":37,"name":"NeutronUtilsRouterTests-d2bb6d97-5a67-498c-905b-3abfef7e455f-pub-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:18Z","provider:network_type":"vxlan"}]} 2018-06-29 17:04:19,327 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=fbad028a-e2e5-40f9-86e1-0efb76654346 used request id req-a80d102f-0529-4f0f-bfee-52f338371d7c 2018-06-29 17:04:19,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=fbad028a-e2e5-40f9-86e1-0efb76654346 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c92ff999fcef9a375dfcba1ffc08cde81f6ee04" 2018-06-29 17:04:19,547 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-6515f977-5dfb-4629-ba29-14d7f7db8f60 Date: Fri, 29 Jun 2018 17:04:19 GMT RESP BODY: {"subnets":[]} 2018-06-29 17:04:19,547 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=fbad028a-e2e5-40f9-86e1-0efb76654346 used request id req-6515f977-5dfb-4629-ba29-14d7f7db8f60 2018-06-29 17:04:19,547 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-d2bb6d97-5a67-498c-905b-3abfef7e455f-pub-subnet 2018-06-29 17:04:19,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c92ff999fcef9a375dfcba1ffc08cde81f6ee04" -d '{"subnets": [{"ip_version": 4, "network_id": "fbad028a-e2e5-40f9-86e1-0efb76654346", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-d2bb6d97-5a67-498c-905b-3abfef7e455f-pub-subnet"}]}' 2018-06-29 17:04:20,205 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-d16e2860-c25c-4da0-816d-7b239e8b9cd2 Date: Fri, 29 Jun 2018 17:04:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fbad028a-e2e5-40f9-86e1-0efb76654346","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:19Z","dns_nameservers":[],"updated_at":"2018-06-29T17:04:19Z","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":"d375e46f6f2b472db41ca16f2fc59215","id":"e7083f39-944b-4720-82ac-0469735bb2aa","subnetpool_id":null,"name":"NeutronUtilsRouterTests-d2bb6d97-5a67-498c-905b-3abfef7e455f-pub-subnet"}]} 2018-06-29 17:04:20,205 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-d16e2860-c25c-4da0-816d-7b239e8b9cd2 2018-06-29 17:04:20,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=fbad028a-e2e5-40f9-86e1-0efb76654346 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c92ff999fcef9a375dfcba1ffc08cde81f6ee04" 2018-06-29 17:04:20,491 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-a78049c6-0346-43f7-943a-e548b16695ea Date: Fri, 29 Jun 2018 17:04:20 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"fbad028a-e2e5-40f9-86e1-0efb76654346","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["e7083f39-944b-4720-82ac-0469735bb2aa"],"description":"","tags":[],"updated_at":"2018-06-29T17:04:19Z","provider:segmentation_id":37,"name":"NeutronUtilsRouterTests-d2bb6d97-5a67-498c-905b-3abfef7e455f-pub-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:18Z","provider:network_type":"vxlan"}]} 2018-06-29 17:04:20,491 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=fbad028a-e2e5-40f9-86e1-0efb76654346 used request id req-a78049c6-0346-43f7-943a-e548b16695ea 2018-06-29 17:04:20,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=fbad028a-e2e5-40f9-86e1-0efb76654346 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c92ff999fcef9a375dfcba1ffc08cde81f6ee04" 2018-06-29 17:04:20,740 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-7cc45e10-eb81-4a3d-8948-b1ff55fff25d Date: Fri, 29 Jun 2018 17:04:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fbad028a-e2e5-40f9-86e1-0efb76654346","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:19Z","dns_nameservers":[],"updated_at":"2018-06-29T17:04:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"e7083f39-944b-4720-82ac-0469735bb2aa","subnetpool_id":null,"name":"NeutronUtilsRouterTests-d2bb6d97-5a67-498c-905b-3abfef7e455f-pub-subnet"}]} 2018-06-29 17:04:20,740 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=fbad028a-e2e5-40f9-86e1-0efb76654346 used request id req-7cc45e10-eb81-4a3d-8948-b1ff55fff25d 2018-06-29 17:04:20,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-d2bb6d97-5a67-498c-905b-3abfef7e455f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c92ff999fcef9a375dfcba1ffc08cde81f6ee04" 2018-06-29 17:04:21,051 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-fbe06c61-bc80-4a21-b359-2988d271723f Date: Fri, 29 Jun 2018 17:04:21 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"fbad028a-e2e5-40f9-86e1-0efb76654346","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["e7083f39-944b-4720-82ac-0469735bb2aa"],"description":"","tags":[],"updated_at":"2018-06-29T17:04:19Z","provider:segmentation_id":37,"name":"NeutronUtilsRouterTests-d2bb6d97-5a67-498c-905b-3abfef7e455f-pub-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:18Z","provider:network_type":"vxlan"}]} 2018-06-29 17:04:21,052 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-d2bb6d97-5a67-498c-905b-3abfef7e455f-pub-net used request id req-fbe06c61-bc80-4a21-b359-2988d271723f 2018-06-29 17:04:21,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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 17:04:21,060 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 17:04: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 17:04:21,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c92ff999fcef9a375dfcba1ffc08cde81f6ee04" 2018-06-29 17:04:21,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:04:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d5a91eb-c865-48f9-be85-d09324c14431 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.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}} 2018-06-29 17:04:21,175 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 used request id req-8d5a91eb-c865-48f9-be85-d09324c14431 2018-06-29 17:04:21,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=fbad028a-e2e5-40f9-86e1-0efb76654346 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c92ff999fcef9a375dfcba1ffc08cde81f6ee04" 2018-06-29 17:04:21,394 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-d501fe5a-2bb3-44d1-a2a5-c6fde76ed648 Date: Fri, 29 Jun 2018 17:04:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fbad028a-e2e5-40f9-86e1-0efb76654346","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:19Z","dns_nameservers":[],"updated_at":"2018-06-29T17:04:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"e7083f39-944b-4720-82ac-0469735bb2aa","subnetpool_id":null,"name":"NeutronUtilsRouterTests-d2bb6d97-5a67-498c-905b-3abfef7e455f-pub-subnet"}]} 2018-06-29 17:04:21,394 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=fbad028a-e2e5-40f9-86e1-0efb76654346 used request id req-d501fe5a-2bb3-44d1-a2a5-c6fde76ed648 2018-06-29 17:04:21,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=fbad028a-e2e5-40f9-86e1-0efb76654346&name=NeutronUtilsRouterTests-d2bb6d97-5a67-498c-905b-3abfef7e455f-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c92ff999fcef9a375dfcba1ffc08cde81f6ee04" 2018-06-29 17:04:21,617 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-259f0a11-4bfa-4d79-8e6f-f2b3fdcb28a1 Date: Fri, 29 Jun 2018 17:04:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fbad028a-e2e5-40f9-86e1-0efb76654346","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:19Z","dns_nameservers":[],"updated_at":"2018-06-29T17:04:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"e7083f39-944b-4720-82ac-0469735bb2aa","subnetpool_id":null,"name":"NeutronUtilsRouterTests-d2bb6d97-5a67-498c-905b-3abfef7e455f-pub-subnet"}]} 2018-06-29 17:04:21,617 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=fbad028a-e2e5-40f9-86e1-0efb76654346&name=NeutronUtilsRouterTests-d2bb6d97-5a67-498c-905b-3abfef7e455f-pub-subnet used request id req-259f0a11-4bfa-4d79-8e6f-f2b3fdcb28a1 2018-06-29 17:04:21,618 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:04:21,619 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:04:22,022 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:04:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["Nq3IfYTpSw6K8tgWFpesHg"], "issued_at": "2018-06-29T17:04:22.000000Z"}} 2018-06-29 17:04:22,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}7103b8c6c745f1c762deade5ccf238e84eca3da4" 2018-06-29 17:04:22,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:04:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0033ced-afdf-4e92-83a0-3bac429a8a1b 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:04:22,114 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a0033ced-afdf-4e92-83a0-3bac429a8a1b 2018-06-29 17:04:22,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-d2bb6d97-5a67-498c-905b-3abfef7e455f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c92ff999fcef9a375dfcba1ffc08cde81f6ee04" 2018-06-29 17:04:22,387 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-3ca679e4-0cd3-4f19-81fb-40f214b86a2e Date: Fri, 29 Jun 2018 17:04:22 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"fbad028a-e2e5-40f9-86e1-0efb76654346","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["e7083f39-944b-4720-82ac-0469735bb2aa"],"description":"","tags":[],"updated_at":"2018-06-29T17:04:19Z","provider:segmentation_id":37,"name":"NeutronUtilsRouterTests-d2bb6d97-5a67-498c-905b-3abfef7e455f-pub-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:18Z","provider:network_type":"vxlan"}]} 2018-06-29 17:04:22,387 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-d2bb6d97-5a67-498c-905b-3abfef7e455f-pub-net used request id req-3ca679e4-0cd3-4f19-81fb-40f214b86a2e 2018-06-29 17:04:22,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=fbad028a-e2e5-40f9-86e1-0efb76654346 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c92ff999fcef9a375dfcba1ffc08cde81f6ee04" 2018-06-29 17:04:22,434 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-52283c42-7791-4255-ac10-be4b6dd7419a Date: Fri, 29 Jun 2018 17:04:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fbad028a-e2e5-40f9-86e1-0efb76654346","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:19Z","dns_nameservers":[],"updated_at":"2018-06-29T17:04:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"e7083f39-944b-4720-82ac-0469735bb2aa","subnetpool_id":null,"name":"NeutronUtilsRouterTests-d2bb6d97-5a67-498c-905b-3abfef7e455f-pub-subnet"}]} 2018-06-29 17:04:22,434 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=fbad028a-e2e5-40f9-86e1-0efb76654346 used request id req-52283c42-7791-4255-ac10-be4b6dd7419a 2018-06-29 17:04:22,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-d2bb6d97-5a67-498c-905b-3abfef7e455f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c92ff999fcef9a375dfcba1ffc08cde81f6ee04" 2018-06-29 17:04:22,716 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-b3451be4-5811-4cff-9238-548b9f3bfdee Date: Fri, 29 Jun 2018 17:04:22 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"fbad028a-e2e5-40f9-86e1-0efb76654346","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["e7083f39-944b-4720-82ac-0469735bb2aa"],"description":"","tags":[],"updated_at":"2018-06-29T17:04:19Z","provider:segmentation_id":37,"name":"NeutronUtilsRouterTests-d2bb6d97-5a67-498c-905b-3abfef7e455f-pub-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:18Z","provider:network_type":"vxlan"}]} 2018-06-29 17:04:22,717 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-d2bb6d97-5a67-498c-905b-3abfef7e455f-pub-net used request id req-b3451be4-5811-4cff-9238-548b9f3bfdee 2018-06-29 17:04:22,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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 17:04:22,726 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 17:04: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 17:04:22,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7103b8c6c745f1c762deade5ccf238e84eca3da4" 2018-06-29 17:04:22,824 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:04:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5cef6138-206d-4be5-9175-a9fb616b12e7 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.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}} 2018-06-29 17:04:22,824 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 used request id req-5cef6138-206d-4be5-9175-a9fb616b12e7 2018-06-29 17:04:22,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=fbad028a-e2e5-40f9-86e1-0efb76654346 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c92ff999fcef9a375dfcba1ffc08cde81f6ee04" 2018-06-29 17:04:22,870 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-7027c65b-7af5-415a-830f-4d4ab88292ea Date: Fri, 29 Jun 2018 17:04:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fbad028a-e2e5-40f9-86e1-0efb76654346","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:19Z","dns_nameservers":[],"updated_at":"2018-06-29T17:04:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"e7083f39-944b-4720-82ac-0469735bb2aa","subnetpool_id":null,"name":"NeutronUtilsRouterTests-d2bb6d97-5a67-498c-905b-3abfef7e455f-pub-subnet"}]} 2018-06-29 17:04:22,871 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=fbad028a-e2e5-40f9-86e1-0efb76654346 used request id req-7027c65b-7af5-415a-830f-4d4ab88292ea 2018-06-29 17:04:22,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=fbad028a-e2e5-40f9-86e1-0efb76654346&name=NeutronUtilsRouterTests-d2bb6d97-5a67-498c-905b-3abfef7e455f-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c92ff999fcef9a375dfcba1ffc08cde81f6ee04" 2018-06-29 17:04:23,098 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-ece863d9-68c8-4d36-a9ce-6cfc7ec7d3a8 Date: Fri, 29 Jun 2018 17:04:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fbad028a-e2e5-40f9-86e1-0efb76654346","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:19Z","dns_nameservers":[],"updated_at":"2018-06-29T17:04:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"e7083f39-944b-4720-82ac-0469735bb2aa","subnetpool_id":null,"name":"NeutronUtilsRouterTests-d2bb6d97-5a67-498c-905b-3abfef7e455f-pub-subnet"}]} 2018-06-29 17:04:23,098 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=fbad028a-e2e5-40f9-86e1-0efb76654346&name=NeutronUtilsRouterTests-d2bb6d97-5a67-498c-905b-3abfef7e455f-pub-subnet used request id req-ece863d9-68c8-4d36-a9ce-6cfc7ec7d3a8 2018-06-29 17:04:23,099 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-d2bb6d97-5a67-498c-905b-3abfef7e455f-pub-net 2018-06-29 17:04:23,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c92ff999fcef9a375dfcba1ffc08cde81f6ee04" -d '{"port": {"network_id": "fbad028a-e2e5-40f9-86e1-0efb76654346", "fixed_ips": [{"subnet_id": "e7083f39-944b-4720-82ac-0469735bb2aa", "ip_address": "10.55.1.100"}], "name": "NeutronUtilsRouterTests-d2bb6d97-5a67-498c-905b-3abfef7e455f-port", "admin_state_up": true}}' 2018-06-29 17:04:23,699 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 855 X-Openstack-Request-Id: req-e717bbb7-14cf-44e1-a459-93aef55f6ae4 Date: Fri, 29 Jun 2018 17:04:23 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:04:23Z","device_owner":"","revision_number":1,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e7083f39-944b-4720-82ac-0469735bb2aa","ip_address":"10.55.1.100"}],"id":"baace427-563d-4bba-b687-db3ac77c5be7","security_groups":["80203172-2d27-4ac0-ba1b-ce925c9da636"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:6e:42:a6","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NeutronUtilsRouterTests-d2bb6d97-5a67-498c-905b-3abfef7e455f-port","admin_state_up":true,"network_id":"fbad028a-e2e5-40f9-86e1-0efb76654346","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:23Z","binding:vnic_type":"normal"}} 2018-06-29 17:04:23,699 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-e717bbb7-14cf-44e1-a459-93aef55f6ae4 2018-06-29 17:04:23,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c92ff999fcef9a375dfcba1ffc08cde81f6ee04" 2018-06-29 17:04:23,765 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3446 X-Openstack-Request-Id: req-9bf0d397-d09a-4c20-a314-0bfc0333bef0 Date: Fri, 29 Jun 2018 17:04:23 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:04:23Z","device_owner":"","revision_number":1,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"e7083f39-944b-4720-82ac-0469735bb2aa","ip_address":"10.55.1.100"}],"id":"baace427-563d-4bba-b687-db3ac77c5be7","security_groups":["80203172-2d27-4ac0-ba1b-ce925c9da636"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:6e:42:a6","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NeutronUtilsRouterTests-d2bb6d97-5a67-498c-905b-3abfef7e455f-port","admin_state_up":true,"network_id":"fbad028a-e2e5-40f9-86e1-0efb76654346","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:23Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:04:21Z","device_owner":"network:dhcp","revision_number":2,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e7083f39-944b-4720-82ac-0469735bb2aa","ip_address":"10.55.1.3"}],"id":"bff3c8a3-f203-4e2c-b9d5-8722c1c665d2","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:02:82:c0","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"DOWN","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-fbad028a-e2e5-40f9-86e1-0efb76654346","name":"","admin_state_up":true,"network_id":"fbad028a-e2e5-40f9-86e1-0efb76654346","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:21Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:04:22Z","device_owner":"network:dhcp","revision_number":2,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e7083f39-944b-4720-82ac-0469735bb2aa","ip_address":"10.55.1.4"}],"id":"ef844e3b-6e5a-4969-a9a5-29eb010f6595","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:85:e0:7e","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"DOWN","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-fbad028a-e2e5-40f9-86e1-0efb76654346","name":"","admin_state_up":true,"network_id":"fbad028a-e2e5-40f9-86e1-0efb76654346","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:21Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:04:23Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e7083f39-944b-4720-82ac-0469735bb2aa","ip_address":"10.55.1.2"}],"id":"eff129a0-ac1d-4a5e-b733-3f89c79f83f4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b6:f8:9e","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-fbad028a-e2e5-40f9-86e1-0efb76654346","name":"","admin_state_up":true,"network_id":"fbad028a-e2e5-40f9-86e1-0efb76654346","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:20Z","binding:vnic_type":"normal"}]} 2018-06-29 17:04:23,765 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports used request id req-9bf0d397-d09a-4c20-a314-0bfc0333bef0 2018-06-29 17:04:23,766 - neutron_utils - INFO - Deleting port with name NeutronUtilsRouterTests-d2bb6d97-5a67-498c-905b-3abfef7e455f-port 2018-06-29 17:04:23,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/ports/baace427-563d-4bba-b687-db3ac77c5be7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c92ff999fcef9a375dfcba1ffc08cde81f6ee04" 2018-06-29 17:04:24,681 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0d52a1d3-b30b-47bb-b26a-be8536924a1b Date: Fri, 29 Jun 2018 17:04:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 17:04:24,681 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/ports/baace427-563d-4bba-b687-db3ac77c5be7 used request id req-0d52a1d3-b30b-47bb-b26a-be8536924a1b 2018-06-29 17:04:24,682 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-d2bb6d97-5a67-498c-905b-3abfef7e455f-pub-subnet 2018-06-29 17:04:24,682 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-d2bb6d97-5a67-498c-905b-3abfef7e455f-pub-subnet 2018-06-29 17:04:24,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/e7083f39-944b-4720-82ac-0469735bb2aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c92ff999fcef9a375dfcba1ffc08cde81f6ee04" 2018-06-29 17:04:26,878 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-055a22df-8ed9-4488-aca4-477b0e778df0 Date: Fri, 29 Jun 2018 17:04:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 17:04:26,878 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/e7083f39-944b-4720-82ac-0469735bb2aa used request id req-055a22df-8ed9-4488-aca4-477b0e778df0 2018-06-29 17:04:26,879 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-d2bb6d97-5a67-498c-905b-3abfef7e455f-pub-net 2018-06-29 17:04:26,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/fbad028a-e2e5-40f9-86e1-0efb76654346 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c92ff999fcef9a375dfcba1ffc08cde81f6ee04" 2018-06-29 17:04:28,515 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5905cbf2-31b9-40ef-a1b3-44f840e0d174 Date: Fri, 29 Jun 2018 17:04:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 17:04:28,515 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/fbad028a-e2e5-40f9-86e1-0efb76654346 used request id req-5905cbf2-31b9-40ef-a1b3-44f840e0d174 2018-06-29 17:04:28,517 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:04:28,910 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:04:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["iOi90TH7T7yuz96tUSDc1w"], "issued_at": "2018-06-29T17:04:28.000000Z"}} 2018-06-29 17:04:28,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}cc896eb7d5f0d0c5013eb4d26fc77500c1906bc9" 2018-06-29 17:04:29,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:04:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0245e960-be3d-4a84-89ca-e4ed1c4dac34 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:04:29,002 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-0245e960-be3d-4a84-89ca-e4ed1c4dac34 2018-06-29 17:04:29,003 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-70848d9e-78af-4774-b58c-6da750770b8a-pub-net 2018-06-29 17:04:29,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc896eb7d5f0d0c5013eb4d26fc77500c1906bc9" -d '{"network": {"name": "NeutronUtilsRouterTests-70848d9e-78af-4774-b58c-6da750770b8a-pub-net", "admin_state_up": true}}' 2018-06-29 17:04:29,591 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-c59b953f-335e-4e5a-8fab-20d6e624ca96 Date: Fri, 29 Jun 2018 17:04:29 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"6de524f4-7ed9-47f8-9eec-cd578fe7a4e4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T17:04:29Z","is_default":false,"provider:segmentation_id":91,"name":"NeutronUtilsRouterTests-70848d9e-78af-4774-b58c-6da750770b8a-pub-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:29Z","mtu":1450}} 2018-06-29 17:04:29,592 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-c59b953f-335e-4e5a-8fab-20d6e624ca96 2018-06-29 17:04:29,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=6de524f4-7ed9-47f8-9eec-cd578fe7a4e4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc896eb7d5f0d0c5013eb4d26fc77500c1906bc9" 2018-06-29 17:04:29,842 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-03cd5e6a-6ddb-419a-a76e-d41b50f55537 Date: Fri, 29 Jun 2018 17:04:29 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"6de524f4-7ed9-47f8-9eec-cd578fe7a4e4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T17:04:29Z","provider:segmentation_id":91,"name":"NeutronUtilsRouterTests-70848d9e-78af-4774-b58c-6da750770b8a-pub-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:29Z","provider:network_type":"vxlan"}]} 2018-06-29 17:04:29,842 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=6de524f4-7ed9-47f8-9eec-cd578fe7a4e4 used request id req-03cd5e6a-6ddb-419a-a76e-d41b50f55537 2018-06-29 17:04:29,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=6de524f4-7ed9-47f8-9eec-cd578fe7a4e4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc896eb7d5f0d0c5013eb4d26fc77500c1906bc9" 2018-06-29 17:04:30,059 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-fd5c2882-54c9-4371-985c-b7242da50ede Date: Fri, 29 Jun 2018 17:04:30 GMT RESP BODY: {"subnets":[]} 2018-06-29 17:04:30,059 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=6de524f4-7ed9-47f8-9eec-cd578fe7a4e4 used request id req-fd5c2882-54c9-4371-985c-b7242da50ede 2018-06-29 17:04:30,060 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-70848d9e-78af-4774-b58c-6da750770b8a-pub-subnet 2018-06-29 17:04:30,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc896eb7d5f0d0c5013eb4d26fc77500c1906bc9" -d '{"subnets": [{"ip_version": 4, "network_id": "6de524f4-7ed9-47f8-9eec-cd578fe7a4e4", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-70848d9e-78af-4774-b58c-6da750770b8a-pub-subnet"}]}' 2018-06-29 17:04:30,954 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-8b320f85-c5e1-4733-8ba8-6cff718c2656 Date: Fri, 29 Jun 2018 17:04:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6de524f4-7ed9-47f8-9eec-cd578fe7a4e4","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:30Z","dns_nameservers":[],"updated_at":"2018-06-29T17:04:30Z","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":"d375e46f6f2b472db41ca16f2fc59215","id":"119a6c2d-5714-4288-b0b4-447855029b61","subnetpool_id":null,"name":"NeutronUtilsRouterTests-70848d9e-78af-4774-b58c-6da750770b8a-pub-subnet"}]} 2018-06-29 17:04:30,954 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-8b320f85-c5e1-4733-8ba8-6cff718c2656 2018-06-29 17:04:30,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=6de524f4-7ed9-47f8-9eec-cd578fe7a4e4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc896eb7d5f0d0c5013eb4d26fc77500c1906bc9" 2018-06-29 17:04:31,068 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-10eb23be-02d2-4a40-8dc6-036396791d8f Date: Fri, 29 Jun 2018 17:04:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"6de524f4-7ed9-47f8-9eec-cd578fe7a4e4","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["119a6c2d-5714-4288-b0b4-447855029b61"],"description":"","tags":[],"updated_at":"2018-06-29T17:04:30Z","provider:segmentation_id":91,"name":"NeutronUtilsRouterTests-70848d9e-78af-4774-b58c-6da750770b8a-pub-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:29Z","provider:network_type":"vxlan"}]} 2018-06-29 17:04:31,068 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=6de524f4-7ed9-47f8-9eec-cd578fe7a4e4 used request id req-10eb23be-02d2-4a40-8dc6-036396791d8f 2018-06-29 17:04:31,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=6de524f4-7ed9-47f8-9eec-cd578fe7a4e4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc896eb7d5f0d0c5013eb4d26fc77500c1906bc9" 2018-06-29 17:04:31,111 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-5fd91143-e4c0-467b-b5fb-ac95271a7ea4 Date: Fri, 29 Jun 2018 17:04:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6de524f4-7ed9-47f8-9eec-cd578fe7a4e4","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:30Z","dns_nameservers":[],"updated_at":"2018-06-29T17:04:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"119a6c2d-5714-4288-b0b4-447855029b61","subnetpool_id":null,"name":"NeutronUtilsRouterTests-70848d9e-78af-4774-b58c-6da750770b8a-pub-subnet"}]} 2018-06-29 17:04:31,111 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=6de524f4-7ed9-47f8-9eec-cd578fe7a4e4 used request id req-5fd91143-e4c0-467b-b5fb-ac95271a7ea4 2018-06-29 17:04:31,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-70848d9e-78af-4774-b58c-6da750770b8a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc896eb7d5f0d0c5013eb4d26fc77500c1906bc9" 2018-06-29 17:04:31,409 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-f78c7f02-e8c1-4c8f-a626-6622aa7be09f Date: Fri, 29 Jun 2018 17:04:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"6de524f4-7ed9-47f8-9eec-cd578fe7a4e4","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["119a6c2d-5714-4288-b0b4-447855029b61"],"description":"","tags":[],"updated_at":"2018-06-29T17:04:30Z","provider:segmentation_id":91,"name":"NeutronUtilsRouterTests-70848d9e-78af-4774-b58c-6da750770b8a-pub-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:29Z","provider:network_type":"vxlan"}]} 2018-06-29 17:04:31,409 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-70848d9e-78af-4774-b58c-6da750770b8a-pub-net used request id req-f78c7f02-e8c1-4c8f-a626-6622aa7be09f 2018-06-29 17:04:31,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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 17:04:31,418 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 17:04: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 17:04:31,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc896eb7d5f0d0c5013eb4d26fc77500c1906bc9" 2018-06-29 17:04:31,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:04:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8dd02a03-a3e7-49e7-9185-5d518a5fb188 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.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}} 2018-06-29 17:04:31,438 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 used request id req-8dd02a03-a3e7-49e7-9185-5d518a5fb188 2018-06-29 17:04:31,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=6de524f4-7ed9-47f8-9eec-cd578fe7a4e4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc896eb7d5f0d0c5013eb4d26fc77500c1906bc9" 2018-06-29 17:04:31,852 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-373f3c69-5b2c-4da8-b16d-356192a991a3 Date: Fri, 29 Jun 2018 17:04:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6de524f4-7ed9-47f8-9eec-cd578fe7a4e4","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:30Z","dns_nameservers":[],"updated_at":"2018-06-29T17:04:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"119a6c2d-5714-4288-b0b4-447855029b61","subnetpool_id":null,"name":"NeutronUtilsRouterTests-70848d9e-78af-4774-b58c-6da750770b8a-pub-subnet"}]} 2018-06-29 17:04:31,852 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=6de524f4-7ed9-47f8-9eec-cd578fe7a4e4 used request id req-373f3c69-5b2c-4da8-b16d-356192a991a3 2018-06-29 17:04:31,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=6de524f4-7ed9-47f8-9eec-cd578fe7a4e4&name=NeutronUtilsRouterTests-70848d9e-78af-4774-b58c-6da750770b8a-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc896eb7d5f0d0c5013eb4d26fc77500c1906bc9" 2018-06-29 17:04:32,064 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-08da71c7-39ad-4fc8-9522-2d49fa44e31f Date: Fri, 29 Jun 2018 17:04:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6de524f4-7ed9-47f8-9eec-cd578fe7a4e4","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:30Z","dns_nameservers":[],"updated_at":"2018-06-29T17:04:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"119a6c2d-5714-4288-b0b4-447855029b61","subnetpool_id":null,"name":"NeutronUtilsRouterTests-70848d9e-78af-4774-b58c-6da750770b8a-pub-subnet"}]} 2018-06-29 17:04:32,064 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=6de524f4-7ed9-47f8-9eec-cd578fe7a4e4&name=NeutronUtilsRouterTests-70848d9e-78af-4774-b58c-6da750770b8a-pub-subnet used request id req-08da71c7-39ad-4fc8-9522-2d49fa44e31f 2018-06-29 17:04:32,065 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:04:32,065 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:04:32,471 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:04:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["w0eLNlNBQ-uPg3WuxAx1Iw"], "issued_at": "2018-06-29T17:04:32.000000Z"}} 2018-06-29 17:04:32,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}61a05057f073bdc1f9bae3f80ddfc4251a8ab3db" 2018-06-29 17:04:32,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:04:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec8928fb-8303-4f72-96df-b92dcb18ebda 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:04:32,562 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-ec8928fb-8303-4f72-96df-b92dcb18ebda 2018-06-29 17:04:32,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-70848d9e-78af-4774-b58c-6da750770b8a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc896eb7d5f0d0c5013eb4d26fc77500c1906bc9" 2018-06-29 17:04:32,841 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-200ce937-e5af-4005-ae43-0e9c26211196 Date: Fri, 29 Jun 2018 17:04:32 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"6de524f4-7ed9-47f8-9eec-cd578fe7a4e4","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["119a6c2d-5714-4288-b0b4-447855029b61"],"description":"","tags":[],"updated_at":"2018-06-29T17:04:30Z","provider:segmentation_id":91,"name":"NeutronUtilsRouterTests-70848d9e-78af-4774-b58c-6da750770b8a-pub-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:29Z","provider:network_type":"vxlan"}]} 2018-06-29 17:04:32,841 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-70848d9e-78af-4774-b58c-6da750770b8a-pub-net used request id req-200ce937-e5af-4005-ae43-0e9c26211196 2018-06-29 17:04:32,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=6de524f4-7ed9-47f8-9eec-cd578fe7a4e4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc896eb7d5f0d0c5013eb4d26fc77500c1906bc9" 2018-06-29 17:04:33,070 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-1efe7e27-4826-4d1b-9e52-ee01fa5afbba Date: Fri, 29 Jun 2018 17:04:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6de524f4-7ed9-47f8-9eec-cd578fe7a4e4","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:30Z","dns_nameservers":[],"updated_at":"2018-06-29T17:04:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"119a6c2d-5714-4288-b0b4-447855029b61","subnetpool_id":null,"name":"NeutronUtilsRouterTests-70848d9e-78af-4774-b58c-6da750770b8a-pub-subnet"}]} 2018-06-29 17:04:33,070 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=6de524f4-7ed9-47f8-9eec-cd578fe7a4e4 used request id req-1efe7e27-4826-4d1b-9e52-ee01fa5afbba 2018-06-29 17:04:33,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-70848d9e-78af-4774-b58c-6da750770b8a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc896eb7d5f0d0c5013eb4d26fc77500c1906bc9" 2018-06-29 17:04:33,167 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-e241cefc-a896-42e7-8189-c257f8a88502 Date: Fri, 29 Jun 2018 17:04:33 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"6de524f4-7ed9-47f8-9eec-cd578fe7a4e4","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["119a6c2d-5714-4288-b0b4-447855029b61"],"description":"","tags":[],"updated_at":"2018-06-29T17:04:30Z","provider:segmentation_id":91,"name":"NeutronUtilsRouterTests-70848d9e-78af-4774-b58c-6da750770b8a-pub-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:29Z","provider:network_type":"vxlan"}]} 2018-06-29 17:04:33,167 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-70848d9e-78af-4774-b58c-6da750770b8a-pub-net used request id req-e241cefc-a896-42e7-8189-c257f8a88502 2018-06-29 17:04:33,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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 17:04:33,176 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 17:04: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 17:04:33,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61a05057f073bdc1f9bae3f80ddfc4251a8ab3db" 2018-06-29 17:04:33,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:04:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54e14589-acde-44c8-ad31-112651b8687f 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.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}} 2018-06-29 17:04:33,305 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 used request id req-54e14589-acde-44c8-ad31-112651b8687f 2018-06-29 17:04:33,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=6de524f4-7ed9-47f8-9eec-cd578fe7a4e4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc896eb7d5f0d0c5013eb4d26fc77500c1906bc9" 2018-06-29 17:04:33,554 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-48d87e61-5ccf-4431-bb39-8ca960caa4a3 Date: Fri, 29 Jun 2018 17:04:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6de524f4-7ed9-47f8-9eec-cd578fe7a4e4","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:30Z","dns_nameservers":[],"updated_at":"2018-06-29T17:04:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"119a6c2d-5714-4288-b0b4-447855029b61","subnetpool_id":null,"name":"NeutronUtilsRouterTests-70848d9e-78af-4774-b58c-6da750770b8a-pub-subnet"}]} 2018-06-29 17:04:33,555 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=6de524f4-7ed9-47f8-9eec-cd578fe7a4e4 used request id req-48d87e61-5ccf-4431-bb39-8ca960caa4a3 2018-06-29 17:04:33,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=6de524f4-7ed9-47f8-9eec-cd578fe7a4e4&name=NeutronUtilsRouterTests-70848d9e-78af-4774-b58c-6da750770b8a-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc896eb7d5f0d0c5013eb4d26fc77500c1906bc9" 2018-06-29 17:04:33,804 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-bf5f5a19-ba6b-4a5c-93f4-8b2182ea730c Date: Fri, 29 Jun 2018 17:04:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6de524f4-7ed9-47f8-9eec-cd578fe7a4e4","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:30Z","dns_nameservers":[],"updated_at":"2018-06-29T17:04:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"119a6c2d-5714-4288-b0b4-447855029b61","subnetpool_id":null,"name":"NeutronUtilsRouterTests-70848d9e-78af-4774-b58c-6da750770b8a-pub-subnet"}]} 2018-06-29 17:04:33,804 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=6de524f4-7ed9-47f8-9eec-cd578fe7a4e4&name=NeutronUtilsRouterTests-70848d9e-78af-4774-b58c-6da750770b8a-pub-subnet used request id req-bf5f5a19-ba6b-4a5c-93f4-8b2182ea730c 2018-06-29 17:04:33,805 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-70848d9e-78af-4774-b58c-6da750770b8a-pub-net 2018-06-29 17:04:33,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc896eb7d5f0d0c5013eb4d26fc77500c1906bc9" -d '{"port": {"network_id": "6de524f4-7ed9-47f8-9eec-cd578fe7a4e4", "fixed_ips": [{"subnet_id": "119a6c2d-5714-4288-b0b4-447855029b61", "ip_address": "10.55.1.100"}], "name": "NeutronUtilsRouterTests-70848d9e-78af-4774-b58c-6da750770b8a-port", "admin_state_up": true}}' 2018-06-29 17:04:34,673 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 855 X-Openstack-Request-Id: req-6912f99a-5db3-4e5f-89f4-7a0b2b9f436e Date: Fri, 29 Jun 2018 17:04:34 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:04:34Z","device_owner":"","revision_number":1,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"119a6c2d-5714-4288-b0b4-447855029b61","ip_address":"10.55.1.100"}],"id":"c10acfac-1d1c-414a-9572-bba87b5d2bce","security_groups":["80203172-2d27-4ac0-ba1b-ce925c9da636"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:fc:eb:fc","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NeutronUtilsRouterTests-70848d9e-78af-4774-b58c-6da750770b8a-port","admin_state_up":true,"network_id":"6de524f4-7ed9-47f8-9eec-cd578fe7a4e4","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:34Z","binding:vnic_type":"normal"}} 2018-06-29 17:04:34,673 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-6912f99a-5db3-4e5f-89f4-7a0b2b9f436e 2018-06-29 17:04:34,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc896eb7d5f0d0c5013eb4d26fc77500c1906bc9" 2018-06-29 17:04:34,788 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3448 X-Openstack-Request-Id: req-ae0f327e-abfe-4937-8a6f-bff7b27755cc Date: Fri, 29 Jun 2018 17:04:34 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:04:34Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"119a6c2d-5714-4288-b0b4-447855029b61","ip_address":"10.55.1.3"}],"id":"3d120031-0678-418f-b5a5-63a1255c9ae2","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:47:33:bf","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6de524f4-7ed9-47f8-9eec-cd578fe7a4e4","name":"","admin_state_up":true,"network_id":"6de524f4-7ed9-47f8-9eec-cd578fe7a4e4","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:31Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:04:33Z","device_owner":"network:dhcp","revision_number":2,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"119a6c2d-5714-4288-b0b4-447855029b61","ip_address":"10.55.1.4"}],"id":"433301db-63dc-449e-81fb-d3ba47128132","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:75:67:73","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"DOWN","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6de524f4-7ed9-47f8-9eec-cd578fe7a4e4","name":"","admin_state_up":true,"network_id":"6de524f4-7ed9-47f8-9eec-cd578fe7a4e4","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:32Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:04:33Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"119a6c2d-5714-4288-b0b4-447855029b61","ip_address":"10.55.1.2"}],"id":"881af1e2-636a-4205-96fa-5b075d8724d7","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c4:33:03","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6de524f4-7ed9-47f8-9eec-cd578fe7a4e4","name":"","admin_state_up":true,"network_id":"6de524f4-7ed9-47f8-9eec-cd578fe7a4e4","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:31Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:04:34Z","device_owner":"","revision_number":1,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"119a6c2d-5714-4288-b0b4-447855029b61","ip_address":"10.55.1.100"}],"id":"c10acfac-1d1c-414a-9572-bba87b5d2bce","security_groups":["80203172-2d27-4ac0-ba1b-ce925c9da636"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:fc:eb:fc","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NeutronUtilsRouterTests-70848d9e-78af-4774-b58c-6da750770b8a-port","admin_state_up":true,"network_id":"6de524f4-7ed9-47f8-9eec-cd578fe7a4e4","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:34Z","binding:vnic_type":"normal"}]} 2018-06-29 17:04:34,788 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports used request id req-ae0f327e-abfe-4937-8a6f-bff7b27755cc 2018-06-29 17:04:34,789 - neutron_utils - INFO - Deleting port with name NeutronUtilsRouterTests-70848d9e-78af-4774-b58c-6da750770b8a-port 2018-06-29 17:04:34,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/ports/c10acfac-1d1c-414a-9572-bba87b5d2bce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc896eb7d5f0d0c5013eb4d26fc77500c1906bc9" 2018-06-29 17:04:35,384 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-efc01c04-693c-41b4-9caf-594ad60f8867 Date: Fri, 29 Jun 2018 17:04:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 17:04:35,384 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/ports/c10acfac-1d1c-414a-9572-bba87b5d2bce used request id req-efc01c04-693c-41b4-9caf-594ad60f8867 2018-06-29 17:04:35,385 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-70848d9e-78af-4774-b58c-6da750770b8a-pub-subnet 2018-06-29 17:04:35,385 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-70848d9e-78af-4774-b58c-6da750770b8a-pub-subnet 2018-06-29 17:04:35,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/119a6c2d-5714-4288-b0b4-447855029b61 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc896eb7d5f0d0c5013eb4d26fc77500c1906bc9" 2018-06-29 17:04:37,666 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0dd22bde-bf5c-43da-a32e-6bd34ed9a674 Date: Fri, 29 Jun 2018 17:04:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 17:04:37,666 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/119a6c2d-5714-4288-b0b4-447855029b61 used request id req-0dd22bde-bf5c-43da-a32e-6bd34ed9a674 2018-06-29 17:04:37,666 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-70848d9e-78af-4774-b58c-6da750770b8a-pub-net 2018-06-29 17:04:37,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/6de524f4-7ed9-47f8-9eec-cd578fe7a4e4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc896eb7d5f0d0c5013eb4d26fc77500c1906bc9" 2018-06-29 17:04:39,145 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-510c6dc8-35c5-4e9a-a8c5-3c5a1605309a Date: Fri, 29 Jun 2018 17:04:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 17:04:39,145 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/6de524f4-7ed9-47f8-9eec-cd578fe7a4e4 used request id req-510c6dc8-35c5-4e9a-a8c5-3c5a1605309a 2018-06-29 17:04:39,146 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:04:39,555 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:04:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["LfxX-JJLR0a2lli9x0FSSQ"], "issued_at": "2018-06-29T17:04:39.000000Z"}} 2018-06-29 17:04:39,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}f9d9d85b4a14b18ec0879c61b3767d8dbcc0237d" 2018-06-29 17:04:39,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:04:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f3c014b-d5e0-4cee-83c0-1363fa712167 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:04:39,645 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-3f3c014b-d5e0-4cee-83c0-1363fa712167 2018-06-29 17:04:39,646 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-4bb6af6c-3b15-4b83-93c6-f81be7b03ab0-pub-net 2018-06-29 17:04:39,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9d9d85b4a14b18ec0879c61b3767d8dbcc0237d" -d '{"network": {"name": "NeutronUtilsRouterTests-4bb6af6c-3b15-4b83-93c6-f81be7b03ab0-pub-net", "admin_state_up": true}}' 2018-06-29 17:04:40,129 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-5fd66d02-da45-4a79-b683-fad661328adc Date: Fri, 29 Jun 2018 17:04:40 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"b339e7d3-4706-4bf2-9e2e-3a209e5ec82b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T17:04:40Z","is_default":false,"provider:segmentation_id":84,"name":"NeutronUtilsRouterTests-4bb6af6c-3b15-4b83-93c6-f81be7b03ab0-pub-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:39Z","mtu":1450}} 2018-06-29 17:04:40,129 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-5fd66d02-da45-4a79-b683-fad661328adc 2018-06-29 17:04:40,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=b339e7d3-4706-4bf2-9e2e-3a209e5ec82b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9d9d85b4a14b18ec0879c61b3767d8dbcc0237d" 2018-06-29 17:04:40,393 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-706b8955-555a-4a7d-8a3f-8730f52b426d Date: Fri, 29 Jun 2018 17:04:40 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"b339e7d3-4706-4bf2-9e2e-3a209e5ec82b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T17:04:40Z","provider:segmentation_id":84,"name":"NeutronUtilsRouterTests-4bb6af6c-3b15-4b83-93c6-f81be7b03ab0-pub-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:39Z","provider:network_type":"vxlan"}]} 2018-06-29 17:04:40,393 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=b339e7d3-4706-4bf2-9e2e-3a209e5ec82b used request id req-706b8955-555a-4a7d-8a3f-8730f52b426d 2018-06-29 17:04:40,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=b339e7d3-4706-4bf2-9e2e-3a209e5ec82b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9d9d85b4a14b18ec0879c61b3767d8dbcc0237d" 2018-06-29 17:04:40,630 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-8fde977a-b569-4fe4-8825-a05aa594a857 Date: Fri, 29 Jun 2018 17:04:40 GMT RESP BODY: {"subnets":[]} 2018-06-29 17:04:40,630 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=b339e7d3-4706-4bf2-9e2e-3a209e5ec82b used request id req-8fde977a-b569-4fe4-8825-a05aa594a857 2018-06-29 17:04:40,630 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-4bb6af6c-3b15-4b83-93c6-f81be7b03ab0-pub-subnet 2018-06-29 17:04:40,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9d9d85b4a14b18ec0879c61b3767d8dbcc0237d" -d '{"subnets": [{"ip_version": 4, "network_id": "b339e7d3-4706-4bf2-9e2e-3a209e5ec82b", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-4bb6af6c-3b15-4b83-93c6-f81be7b03ab0-pub-subnet"}]}' 2018-06-29 17:04:41,128 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-476bd79f-7509-4eaa-bea8-25cd4fbc208a Date: Fri, 29 Jun 2018 17:04:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b339e7d3-4706-4bf2-9e2e-3a209e5ec82b","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:40Z","dns_nameservers":[],"updated_at":"2018-06-29T17:04:40Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"26e287dd-fec8-4bcd-b4a5-d7b9da9a8a6b","subnetpool_id":null,"name":"NeutronUtilsRouterTests-4bb6af6c-3b15-4b83-93c6-f81be7b03ab0-pub-subnet"}]} 2018-06-29 17:04:41,128 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-476bd79f-7509-4eaa-bea8-25cd4fbc208a 2018-06-29 17:04:41,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=b339e7d3-4706-4bf2-9e2e-3a209e5ec82b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9d9d85b4a14b18ec0879c61b3767d8dbcc0237d" 2018-06-29 17:04:41,386 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-fd9b9f0f-c2d7-46e6-a1e8-0df2ad78abf6 Date: Fri, 29 Jun 2018 17:04:41 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"b339e7d3-4706-4bf2-9e2e-3a209e5ec82b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["26e287dd-fec8-4bcd-b4a5-d7b9da9a8a6b"],"description":"","tags":[],"updated_at":"2018-06-29T17:04:40Z","provider:segmentation_id":84,"name":"NeutronUtilsRouterTests-4bb6af6c-3b15-4b83-93c6-f81be7b03ab0-pub-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:39Z","provider:network_type":"vxlan"}]} 2018-06-29 17:04:41,387 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=b339e7d3-4706-4bf2-9e2e-3a209e5ec82b used request id req-fd9b9f0f-c2d7-46e6-a1e8-0df2ad78abf6 2018-06-29 17:04:41,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=b339e7d3-4706-4bf2-9e2e-3a209e5ec82b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9d9d85b4a14b18ec0879c61b3767d8dbcc0237d" 2018-06-29 17:04:41,634 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-0a03d361-2d79-4ea9-b225-f507c7314425 Date: Fri, 29 Jun 2018 17:04:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b339e7d3-4706-4bf2-9e2e-3a209e5ec82b","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:40Z","dns_nameservers":[],"updated_at":"2018-06-29T17:04:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"26e287dd-fec8-4bcd-b4a5-d7b9da9a8a6b","subnetpool_id":null,"name":"NeutronUtilsRouterTests-4bb6af6c-3b15-4b83-93c6-f81be7b03ab0-pub-subnet"}]} 2018-06-29 17:04:41,635 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=b339e7d3-4706-4bf2-9e2e-3a209e5ec82b used request id req-0a03d361-2d79-4ea9-b225-f507c7314425 2018-06-29 17:04:41,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-4bb6af6c-3b15-4b83-93c6-f81be7b03ab0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9d9d85b4a14b18ec0879c61b3767d8dbcc0237d" 2018-06-29 17:04:41,762 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-cfb104f5-36e9-4dc9-afc5-c2830fdc80b3 Date: Fri, 29 Jun 2018 17:04:41 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"b339e7d3-4706-4bf2-9e2e-3a209e5ec82b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["26e287dd-fec8-4bcd-b4a5-d7b9da9a8a6b"],"description":"","tags":[],"updated_at":"2018-06-29T17:04:40Z","provider:segmentation_id":84,"name":"NeutronUtilsRouterTests-4bb6af6c-3b15-4b83-93c6-f81be7b03ab0-pub-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:39Z","provider:network_type":"vxlan"}]} 2018-06-29 17:04:41,762 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-4bb6af6c-3b15-4b83-93c6-f81be7b03ab0-pub-net used request id req-cfb104f5-36e9-4dc9-afc5-c2830fdc80b3 2018-06-29 17:04:41,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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 17:04:41,772 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 17:04: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 17:04:41,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9d9d85b4a14b18ec0879c61b3767d8dbcc0237d" 2018-06-29 17:04:41,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:04:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca76c0de-8cf5-4e9d-9400-c73cf4233ab9 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.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}} 2018-06-29 17:04:41,876 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 used request id req-ca76c0de-8cf5-4e9d-9400-c73cf4233ab9 2018-06-29 17:04:41,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=b339e7d3-4706-4bf2-9e2e-3a209e5ec82b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9d9d85b4a14b18ec0879c61b3767d8dbcc0237d" 2018-06-29 17:04:41,925 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-0e75c34c-df12-4051-b9f2-562a46591dce Date: Fri, 29 Jun 2018 17:04:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b339e7d3-4706-4bf2-9e2e-3a209e5ec82b","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:40Z","dns_nameservers":[],"updated_at":"2018-06-29T17:04:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"26e287dd-fec8-4bcd-b4a5-d7b9da9a8a6b","subnetpool_id":null,"name":"NeutronUtilsRouterTests-4bb6af6c-3b15-4b83-93c6-f81be7b03ab0-pub-subnet"}]} 2018-06-29 17:04:41,925 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=b339e7d3-4706-4bf2-9e2e-3a209e5ec82b used request id req-0e75c34c-df12-4051-b9f2-562a46591dce 2018-06-29 17:04:41,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=b339e7d3-4706-4bf2-9e2e-3a209e5ec82b&name=NeutronUtilsRouterTests-4bb6af6c-3b15-4b83-93c6-f81be7b03ab0-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9d9d85b4a14b18ec0879c61b3767d8dbcc0237d" 2018-06-29 17:04:41,974 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a5bd7f2e-a2a1-4297-87fb-5e3dbf43336e Date: Fri, 29 Jun 2018 17:04:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b339e7d3-4706-4bf2-9e2e-3a209e5ec82b","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:40Z","dns_nameservers":[],"updated_at":"2018-06-29T17:04:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"26e287dd-fec8-4bcd-b4a5-d7b9da9a8a6b","subnetpool_id":null,"name":"NeutronUtilsRouterTests-4bb6af6c-3b15-4b83-93c6-f81be7b03ab0-pub-subnet"}]} 2018-06-29 17:04:41,975 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=b339e7d3-4706-4bf2-9e2e-3a209e5ec82b&name=NeutronUtilsRouterTests-4bb6af6c-3b15-4b83-93c6-f81be7b03ab0-pub-subnet used request id req-a5bd7f2e-a2a1-4297-87fb-5e3dbf43336e 2018-06-29 17:04:41,975 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:04:41,976 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:04:42,377 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:04:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["Uo4JsRKzTxSnDkYKJ7kPcQ"], "issued_at": "2018-06-29T17:04:42.000000Z"}} 2018-06-29 17:04:42,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}aa322616de37e9ea85427961478014a1baa98cb1" 2018-06-29 17:04:42,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:04:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6ecdc31-8ea3-4854-ad76-d13caf86bc1b 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:04:42,469 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-b6ecdc31-8ea3-4854-ad76-d13caf86bc1b 2018-06-29 17:04:42,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-4bb6af6c-3b15-4b83-93c6-f81be7b03ab0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9d9d85b4a14b18ec0879c61b3767d8dbcc0237d" 2018-06-29 17:04:42,749 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-a7aa0aff-a873-4fec-881e-ab3a5cf89703 Date: Fri, 29 Jun 2018 17:04:42 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"b339e7d3-4706-4bf2-9e2e-3a209e5ec82b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["26e287dd-fec8-4bcd-b4a5-d7b9da9a8a6b"],"description":"","tags":[],"updated_at":"2018-06-29T17:04:40Z","provider:segmentation_id":84,"name":"NeutronUtilsRouterTests-4bb6af6c-3b15-4b83-93c6-f81be7b03ab0-pub-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:39Z","provider:network_type":"vxlan"}]} 2018-06-29 17:04:42,749 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-4bb6af6c-3b15-4b83-93c6-f81be7b03ab0-pub-net used request id req-a7aa0aff-a873-4fec-881e-ab3a5cf89703 2018-06-29 17:04:42,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=b339e7d3-4706-4bf2-9e2e-3a209e5ec82b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9d9d85b4a14b18ec0879c61b3767d8dbcc0237d" 2018-06-29 17:04:42,798 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-61be8e4f-6df9-429c-b343-6ea061548b62 Date: Fri, 29 Jun 2018 17:04:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b339e7d3-4706-4bf2-9e2e-3a209e5ec82b","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:40Z","dns_nameservers":[],"updated_at":"2018-06-29T17:04:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"26e287dd-fec8-4bcd-b4a5-d7b9da9a8a6b","subnetpool_id":null,"name":"NeutronUtilsRouterTests-4bb6af6c-3b15-4b83-93c6-f81be7b03ab0-pub-subnet"}]} 2018-06-29 17:04:42,798 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=b339e7d3-4706-4bf2-9e2e-3a209e5ec82b used request id req-61be8e4f-6df9-429c-b343-6ea061548b62 2018-06-29 17:04:42,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-4bb6af6c-3b15-4b83-93c6-f81be7b03ab0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9d9d85b4a14b18ec0879c61b3767d8dbcc0237d" 2018-06-29 17:04:43,065 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-c8455625-9fb2-44bb-87c8-0079dd0a6ff8 Date: Fri, 29 Jun 2018 17:04:43 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"b339e7d3-4706-4bf2-9e2e-3a209e5ec82b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["26e287dd-fec8-4bcd-b4a5-d7b9da9a8a6b"],"description":"","tags":[],"updated_at":"2018-06-29T17:04:40Z","provider:segmentation_id":84,"name":"NeutronUtilsRouterTests-4bb6af6c-3b15-4b83-93c6-f81be7b03ab0-pub-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:39Z","provider:network_type":"vxlan"}]} 2018-06-29 17:04:43,065 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-4bb6af6c-3b15-4b83-93c6-f81be7b03ab0-pub-net used request id req-c8455625-9fb2-44bb-87c8-0079dd0a6ff8 2018-06-29 17:04:43,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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 17:04:43,074 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 17:04:43 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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 17:04:43,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa322616de37e9ea85427961478014a1baa98cb1" 2018-06-29 17:04:43,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:04:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4647dc62-c79b-488c-ad67-0156e77baa5b 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.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}} 2018-06-29 17:04:43,171 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 used request id req-4647dc62-c79b-488c-ad67-0156e77baa5b 2018-06-29 17:04:43,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=b339e7d3-4706-4bf2-9e2e-3a209e5ec82b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9d9d85b4a14b18ec0879c61b3767d8dbcc0237d" 2018-06-29 17:04:43,408 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-44ace61d-413c-4d4e-8787-3938607eb80b Date: Fri, 29 Jun 2018 17:04:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b339e7d3-4706-4bf2-9e2e-3a209e5ec82b","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:40Z","dns_nameservers":[],"updated_at":"2018-06-29T17:04:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"26e287dd-fec8-4bcd-b4a5-d7b9da9a8a6b","subnetpool_id":null,"name":"NeutronUtilsRouterTests-4bb6af6c-3b15-4b83-93c6-f81be7b03ab0-pub-subnet"}]} 2018-06-29 17:04:43,408 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=b339e7d3-4706-4bf2-9e2e-3a209e5ec82b used request id req-44ace61d-413c-4d4e-8787-3938607eb80b 2018-06-29 17:04:43,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=b339e7d3-4706-4bf2-9e2e-3a209e5ec82b&name=NeutronUtilsRouterTests-4bb6af6c-3b15-4b83-93c6-f81be7b03ab0-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9d9d85b4a14b18ec0879c61b3767d8dbcc0237d" 2018-06-29 17:04:43,794 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-e25f372a-b458-4a42-8b0a-ec038f06b14b Date: Fri, 29 Jun 2018 17:04:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b339e7d3-4706-4bf2-9e2e-3a209e5ec82b","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:40Z","dns_nameservers":[],"updated_at":"2018-06-29T17:04:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"26e287dd-fec8-4bcd-b4a5-d7b9da9a8a6b","subnetpool_id":null,"name":"NeutronUtilsRouterTests-4bb6af6c-3b15-4b83-93c6-f81be7b03ab0-pub-subnet"}]} 2018-06-29 17:04:43,794 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=b339e7d3-4706-4bf2-9e2e-3a209e5ec82b&name=NeutronUtilsRouterTests-4bb6af6c-3b15-4b83-93c6-f81be7b03ab0-pub-subnet used request id req-e25f372a-b458-4a42-8b0a-ec038f06b14b 2018-06-29 17:04:43,794 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-4bb6af6c-3b15-4b83-93c6-f81be7b03ab0-pub-net 2018-06-29 17:04:43,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9d9d85b4a14b18ec0879c61b3767d8dbcc0237d" -d '{"port": {"network_id": "b339e7d3-4706-4bf2-9e2e-3a209e5ec82b", "fixed_ips": [{"subnet_id": "26e287dd-fec8-4bcd-b4a5-d7b9da9a8a6b", "ip_address": "foo"}], "name": "NeutronUtilsRouterTests-4bb6af6c-3b15-4b83-93c6-f81be7b03ab0-port", "admin_state_up": true}}' 2018-06-29 17:04:43,997 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 142 Content-Type: application/json X-Openstack-Request-Id: req-de7d03a1-cdd0-4cab-be89-f68d80bffb53 Date: Fri, 29 Jun 2018 17:04:43 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for fixed_ips. Reason: 'foo' is not a valid IP address.", "type": "HTTPBadRequest", "detail": ""}} 2018-06-29 17:04:43,997 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-de7d03a1-cdd0-4cab-be89-f68d80bffb53 2018-06-29 17:04:43,997 - 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 17:04:43,997 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-4bb6af6c-3b15-4b83-93c6-f81be7b03ab0-pub-subnet 2018-06-29 17:04:43,998 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-4bb6af6c-3b15-4b83-93c6-f81be7b03ab0-pub-subnet 2018-06-29 17:04:44,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/26e287dd-fec8-4bcd-b4a5-d7b9da9a8a6b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9d9d85b4a14b18ec0879c61b3767d8dbcc0237d" 2018-06-29 17:04:46,637 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3d0ad435-a461-4612-ad39-50f38a53059e Date: Fri, 29 Jun 2018 17:04:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 17:04:46,637 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/26e287dd-fec8-4bcd-b4a5-d7b9da9a8a6b used request id req-3d0ad435-a461-4612-ad39-50f38a53059e 2018-06-29 17:04:46,637 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-4bb6af6c-3b15-4b83-93c6-f81be7b03ab0-pub-net 2018-06-29 17:04:46,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/b339e7d3-4706-4bf2-9e2e-3a209e5ec82b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9d9d85b4a14b18ec0879c61b3767d8dbcc0237d" 2018-06-29 17:04:48,276 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fa8f11c4-1acf-4d4f-ab4c-077bce99d82e Date: Fri, 29 Jun 2018 17:04:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 17:04:48,276 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/b339e7d3-4706-4bf2-9e2e-3a209e5ec82b used request id req-fa8f11c4-1acf-4d4f-ab4c-077bce99d82e 2018-06-29 17:04:48,278 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:04:48,679 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:04:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["-MlO-jC6SfGt9UnyVxrsmQ"], "issued_at": "2018-06-29T17:04:48.000000Z"}} 2018-06-29 17:04:48,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}6cf5aa5729d129f3138300052564953fe3edb592" 2018-06-29 17:04:48,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:04:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a831c4f9-2b3a-45e2-ac41-e52dbb1a296a 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:04:48,771 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a831c4f9-2b3a-45e2-ac41-e52dbb1a296a 2018-06-29 17:04:48,772 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-168921dc-7d81-4544-bd1d-0750b1476d74-pub-net 2018-06-29 17:04:48,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf5aa5729d129f3138300052564953fe3edb592" -d '{"network": {"name": "NeutronUtilsRouterTests-168921dc-7d81-4544-bd1d-0750b1476d74-pub-net", "admin_state_up": true}}' 2018-06-29 17:04:49,178 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-b36e5408-fd73-4a05-a1de-13ffd6bfef5e Date: Fri, 29 Jun 2018 17:04:49 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"cfcd7b24-ae6e-4e2c-9f82-fc5f138807cd","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T17:04:49Z","is_default":false,"provider:segmentation_id":42,"name":"NeutronUtilsRouterTests-168921dc-7d81-4544-bd1d-0750b1476d74-pub-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:49Z","mtu":1450}} 2018-06-29 17:04:49,178 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-b36e5408-fd73-4a05-a1de-13ffd6bfef5e 2018-06-29 17:04:49,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=cfcd7b24-ae6e-4e2c-9f82-fc5f138807cd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf5aa5729d129f3138300052564953fe3edb592" 2018-06-29 17:04:49,456 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-93d0f60e-852f-462a-8e4b-ba7a4fbdc710 Date: Fri, 29 Jun 2018 17:04:49 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"cfcd7b24-ae6e-4e2c-9f82-fc5f138807cd","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T17:04:49Z","provider:segmentation_id":42,"name":"NeutronUtilsRouterTests-168921dc-7d81-4544-bd1d-0750b1476d74-pub-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:49Z","provider:network_type":"vxlan"}]} 2018-06-29 17:04:49,456 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=cfcd7b24-ae6e-4e2c-9f82-fc5f138807cd used request id req-93d0f60e-852f-462a-8e4b-ba7a4fbdc710 2018-06-29 17:04:49,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=cfcd7b24-ae6e-4e2c-9f82-fc5f138807cd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf5aa5729d129f3138300052564953fe3edb592" 2018-06-29 17:04:49,655 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-b75dfbf2-ad6a-4479-b864-5ec6bd7dd55f Date: Fri, 29 Jun 2018 17:04:49 GMT RESP BODY: {"subnets":[]} 2018-06-29 17:04:49,655 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=cfcd7b24-ae6e-4e2c-9f82-fc5f138807cd used request id req-b75dfbf2-ad6a-4479-b864-5ec6bd7dd55f 2018-06-29 17:04:49,656 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-168921dc-7d81-4544-bd1d-0750b1476d74-pub-subnet 2018-06-29 17:04:49,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf5aa5729d129f3138300052564953fe3edb592" -d '{"subnets": [{"ip_version": 4, "network_id": "cfcd7b24-ae6e-4e2c-9f82-fc5f138807cd", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-168921dc-7d81-4544-bd1d-0750b1476d74-pub-subnet"}]}' 2018-06-29 17:04:50,456 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-aec8659c-01a3-4246-8bc1-962fd548a7a8 Date: Fri, 29 Jun 2018 17:04:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cfcd7b24-ae6e-4e2c-9f82-fc5f138807cd","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:49Z","dns_nameservers":[],"updated_at":"2018-06-29T17:04:49Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"673e78a5-5abb-46a0-80f5-9a2b45135c87","subnetpool_id":null,"name":"NeutronUtilsRouterTests-168921dc-7d81-4544-bd1d-0750b1476d74-pub-subnet"}]} 2018-06-29 17:04:50,456 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-aec8659c-01a3-4246-8bc1-962fd548a7a8 2018-06-29 17:04:50,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=cfcd7b24-ae6e-4e2c-9f82-fc5f138807cd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf5aa5729d129f3138300052564953fe3edb592" 2018-06-29 17:04:50,561 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-da43b1e7-2ece-470c-afc4-796088b10e9a Date: Fri, 29 Jun 2018 17:04:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"cfcd7b24-ae6e-4e2c-9f82-fc5f138807cd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["673e78a5-5abb-46a0-80f5-9a2b45135c87"],"description":"","tags":[],"updated_at":"2018-06-29T17:04:49Z","provider:segmentation_id":42,"name":"NeutronUtilsRouterTests-168921dc-7d81-4544-bd1d-0750b1476d74-pub-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:49Z","provider:network_type":"vxlan"}]} 2018-06-29 17:04:50,561 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=cfcd7b24-ae6e-4e2c-9f82-fc5f138807cd used request id req-da43b1e7-2ece-470c-afc4-796088b10e9a 2018-06-29 17:04:50,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=cfcd7b24-ae6e-4e2c-9f82-fc5f138807cd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf5aa5729d129f3138300052564953fe3edb592" 2018-06-29 17:04:50,608 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-84fa8af6-7459-4a01-8b1e-3ecacfcbfff5 Date: Fri, 29 Jun 2018 17:04:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cfcd7b24-ae6e-4e2c-9f82-fc5f138807cd","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:49Z","dns_nameservers":[],"updated_at":"2018-06-29T17:04:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"673e78a5-5abb-46a0-80f5-9a2b45135c87","subnetpool_id":null,"name":"NeutronUtilsRouterTests-168921dc-7d81-4544-bd1d-0750b1476d74-pub-subnet"}]} 2018-06-29 17:04:50,608 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=cfcd7b24-ae6e-4e2c-9f82-fc5f138807cd used request id req-84fa8af6-7459-4a01-8b1e-3ecacfcbfff5 2018-06-29 17:04:50,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-168921dc-7d81-4544-bd1d-0750b1476d74-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf5aa5729d129f3138300052564953fe3edb592" 2018-06-29 17:04:50,705 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-802a2f6e-920f-49e6-8a44-b4557f38ad1b Date: Fri, 29 Jun 2018 17:04:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"cfcd7b24-ae6e-4e2c-9f82-fc5f138807cd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["673e78a5-5abb-46a0-80f5-9a2b45135c87"],"description":"","tags":[],"updated_at":"2018-06-29T17:04:49Z","provider:segmentation_id":42,"name":"NeutronUtilsRouterTests-168921dc-7d81-4544-bd1d-0750b1476d74-pub-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:49Z","provider:network_type":"vxlan"}]} 2018-06-29 17:04:50,705 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-168921dc-7d81-4544-bd1d-0750b1476d74-pub-net used request id req-802a2f6e-920f-49e6-8a44-b4557f38ad1b 2018-06-29 17:04:50,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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 17:04:50,713 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 17:04: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://172.30.9.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 17:04:50,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf5aa5729d129f3138300052564953fe3edb592" 2018-06-29 17:04:50,820 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:04:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7dd889ae-551a-4693-892a-710d05c95fa7 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.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}} 2018-06-29 17:04:50,820 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 used request id req-7dd889ae-551a-4693-892a-710d05c95fa7 2018-06-29 17:04:50,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=cfcd7b24-ae6e-4e2c-9f82-fc5f138807cd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf5aa5729d129f3138300052564953fe3edb592" 2018-06-29 17:04:51,088 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-46f1192c-878a-40f9-8d85-3eceffd0f5ff Date: Fri, 29 Jun 2018 17:04:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cfcd7b24-ae6e-4e2c-9f82-fc5f138807cd","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:49Z","dns_nameservers":[],"updated_at":"2018-06-29T17:04:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"673e78a5-5abb-46a0-80f5-9a2b45135c87","subnetpool_id":null,"name":"NeutronUtilsRouterTests-168921dc-7d81-4544-bd1d-0750b1476d74-pub-subnet"}]} 2018-06-29 17:04:51,089 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=cfcd7b24-ae6e-4e2c-9f82-fc5f138807cd used request id req-46f1192c-878a-40f9-8d85-3eceffd0f5ff 2018-06-29 17:04:51,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=cfcd7b24-ae6e-4e2c-9f82-fc5f138807cd&name=NeutronUtilsRouterTests-168921dc-7d81-4544-bd1d-0750b1476d74-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf5aa5729d129f3138300052564953fe3edb592" 2018-06-29 17:04:51,141 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-bb7f53e9-52f5-469f-96d7-a1dcdc00d608 Date: Fri, 29 Jun 2018 17:04:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cfcd7b24-ae6e-4e2c-9f82-fc5f138807cd","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:49Z","dns_nameservers":[],"updated_at":"2018-06-29T17:04:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"673e78a5-5abb-46a0-80f5-9a2b45135c87","subnetpool_id":null,"name":"NeutronUtilsRouterTests-168921dc-7d81-4544-bd1d-0750b1476d74-pub-subnet"}]} 2018-06-29 17:04:51,142 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=cfcd7b24-ae6e-4e2c-9f82-fc5f138807cd&name=NeutronUtilsRouterTests-168921dc-7d81-4544-bd1d-0750b1476d74-pub-subnet used request id req-bb7f53e9-52f5-469f-96d7-a1dcdc00d608 2018-06-29 17:04:51,142 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:04:51,143 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:04:51,560 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:04:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["Q6zoFE8YSReWye2iyqTFVA"], "issued_at": "2018-06-29T17:04:51.000000Z"}} 2018-06-29 17:04:51,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}d94fc82547034da38faff50768a24c23ba55b1ce" 2018-06-29 17:04:51,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:04:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c103b6f-a438-4712-9b23-c13e7c17d833 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:04:51,644 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-3c103b6f-a438-4712-9b23-c13e7c17d833 2018-06-29 17:04:51,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-168921dc-7d81-4544-bd1d-0750b1476d74-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf5aa5729d129f3138300052564953fe3edb592" 2018-06-29 17:04:51,929 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-abdf8043-9415-4e47-9fc7-1fca936bf199 Date: Fri, 29 Jun 2018 17:04:51 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"cfcd7b24-ae6e-4e2c-9f82-fc5f138807cd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["673e78a5-5abb-46a0-80f5-9a2b45135c87"],"description":"","tags":[],"updated_at":"2018-06-29T17:04:49Z","provider:segmentation_id":42,"name":"NeutronUtilsRouterTests-168921dc-7d81-4544-bd1d-0750b1476d74-pub-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:49Z","provider:network_type":"vxlan"}]} 2018-06-29 17:04:51,929 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-168921dc-7d81-4544-bd1d-0750b1476d74-pub-net used request id req-abdf8043-9415-4e47-9fc7-1fca936bf199 2018-06-29 17:04:51,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=cfcd7b24-ae6e-4e2c-9f82-fc5f138807cd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf5aa5729d129f3138300052564953fe3edb592" 2018-06-29 17:04:52,201 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-72d9d3c2-84d9-4eb5-874b-eb3b86fe4f0e Date: Fri, 29 Jun 2018 17:04:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cfcd7b24-ae6e-4e2c-9f82-fc5f138807cd","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:49Z","dns_nameservers":[],"updated_at":"2018-06-29T17:04:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"673e78a5-5abb-46a0-80f5-9a2b45135c87","subnetpool_id":null,"name":"NeutronUtilsRouterTests-168921dc-7d81-4544-bd1d-0750b1476d74-pub-subnet"}]} 2018-06-29 17:04:52,201 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=cfcd7b24-ae6e-4e2c-9f82-fc5f138807cd used request id req-72d9d3c2-84d9-4eb5-874b-eb3b86fe4f0e 2018-06-29 17:04:52,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-168921dc-7d81-4544-bd1d-0750b1476d74-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf5aa5729d129f3138300052564953fe3edb592" 2018-06-29 17:04:52,472 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-a28ed03a-46b7-471f-b5bd-a99116446c21 Date: Fri, 29 Jun 2018 17:04:52 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"cfcd7b24-ae6e-4e2c-9f82-fc5f138807cd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["673e78a5-5abb-46a0-80f5-9a2b45135c87"],"description":"","tags":[],"updated_at":"2018-06-29T17:04:49Z","provider:segmentation_id":42,"name":"NeutronUtilsRouterTests-168921dc-7d81-4544-bd1d-0750b1476d74-pub-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:49Z","provider:network_type":"vxlan"}]} 2018-06-29 17:04:52,472 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-168921dc-7d81-4544-bd1d-0750b1476d74-pub-net used request id req-a28ed03a-46b7-471f-b5bd-a99116446c21 2018-06-29 17:04:52,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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 17:04:52,481 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 17:04: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 17:04:52,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d94fc82547034da38faff50768a24c23ba55b1ce" 2018-06-29 17:04:52,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:04:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2875844f-4184-4e7f-b6cc-cc64292ff949 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.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}} 2018-06-29 17:04:52,576 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 used request id req-2875844f-4184-4e7f-b6cc-cc64292ff949 2018-06-29 17:04:52,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=cfcd7b24-ae6e-4e2c-9f82-fc5f138807cd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf5aa5729d129f3138300052564953fe3edb592" 2018-06-29 17:04:52,811 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-9fbd0e88-deb4-4b8d-904b-dac146cd2352 Date: Fri, 29 Jun 2018 17:04:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cfcd7b24-ae6e-4e2c-9f82-fc5f138807cd","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:49Z","dns_nameservers":[],"updated_at":"2018-06-29T17:04:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"673e78a5-5abb-46a0-80f5-9a2b45135c87","subnetpool_id":null,"name":"NeutronUtilsRouterTests-168921dc-7d81-4544-bd1d-0750b1476d74-pub-subnet"}]} 2018-06-29 17:04:52,811 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=cfcd7b24-ae6e-4e2c-9f82-fc5f138807cd used request id req-9fbd0e88-deb4-4b8d-904b-dac146cd2352 2018-06-29 17:04:52,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=cfcd7b24-ae6e-4e2c-9f82-fc5f138807cd&name=NeutronUtilsRouterTests-168921dc-7d81-4544-bd1d-0750b1476d74-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf5aa5729d129f3138300052564953fe3edb592" 2018-06-29 17:04:53,216 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-f0b317ed-819a-4d28-89c8-04655dc9b0fe Date: Fri, 29 Jun 2018 17:04:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cfcd7b24-ae6e-4e2c-9f82-fc5f138807cd","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:49Z","dns_nameservers":[],"updated_at":"2018-06-29T17:04:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"673e78a5-5abb-46a0-80f5-9a2b45135c87","subnetpool_id":null,"name":"NeutronUtilsRouterTests-168921dc-7d81-4544-bd1d-0750b1476d74-pub-subnet"}]} 2018-06-29 17:04:53,216 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=cfcd7b24-ae6e-4e2c-9f82-fc5f138807cd&name=NeutronUtilsRouterTests-168921dc-7d81-4544-bd1d-0750b1476d74-pub-subnet used request id req-f0b317ed-819a-4d28-89c8-04655dc9b0fe 2018-06-29 17:04:53,217 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-168921dc-7d81-4544-bd1d-0750b1476d74-pub-net 2018-06-29 17:04:53,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf5aa5729d129f3138300052564953fe3edb592" -d '{"port": {"network_id": "cfcd7b24-ae6e-4e2c-9f82-fc5f138807cd", "fixed_ips": [{"subnet_id": "673e78a5-5abb-46a0-80f5-9a2b45135c87", "ip_address": "10.197.123.100"}], "name": "NeutronUtilsRouterTests-168921dc-7d81-4544-bd1d-0750b1476d74-port", "admin_state_up": true}}' 2018-06-29 17:04:53,636 - keystoneauth.session - DEBUG - RESP: [400] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-a95f055c-cd35-4129-85a2-ccae76373598 Date: Fri, 29 Jun 2018 17:04:53 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 17:04:53,636 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-a95f055c-cd35-4129-85a2-ccae76373598 2018-06-29 17:04:53,636 - 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 17:04:53,637 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-168921dc-7d81-4544-bd1d-0750b1476d74-pub-subnet 2018-06-29 17:04:53,637 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-168921dc-7d81-4544-bd1d-0750b1476d74-pub-subnet 2018-06-29 17:04:53,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/673e78a5-5abb-46a0-80f5-9a2b45135c87 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf5aa5729d129f3138300052564953fe3edb592" 2018-06-29 17:04:56,127 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b9fd9c29-c78b-45eb-9308-4ca1cef27c92 Date: Fri, 29 Jun 2018 17:04:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 17:04:56,127 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/673e78a5-5abb-46a0-80f5-9a2b45135c87 used request id req-b9fd9c29-c78b-45eb-9308-4ca1cef27c92 2018-06-29 17:04:56,127 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-168921dc-7d81-4544-bd1d-0750b1476d74-pub-net 2018-06-29 17:04:56,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/cfcd7b24-ae6e-4e2c-9f82-fc5f138807cd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf5aa5729d129f3138300052564953fe3edb592" 2018-06-29 17:04:57,737 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-12bf053c-f07f-4b23-8803-e922c92ca47e Date: Fri, 29 Jun 2018 17:04:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 17:04:57,737 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/cfcd7b24-ae6e-4e2c-9f82-fc5f138807cd used request id req-12bf053c-f07f-4b23-8803-e922c92ca47e 2018-06-29 17:04:57,739 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:04:58,134 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:04:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["HOtdsQNTS4S0FvX3qD6ycA"], "issued_at": "2018-06-29T17:04:58.000000Z"}} 2018-06-29 17:04:58,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}8320135a774f08ba42c2988f2689f5c0dc0b3a10" 2018-06-29 17:04:58,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:04:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-807ef3a7-5ef2-48d4-9464-78f7f97c1780 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:04:58,227 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-807ef3a7-5ef2-48d4-9464-78f7f97c1780 2018-06-29 17:04:58,228 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-f2e2164e-69a8-495c-9b4a-7c46394b103e-pub-net 2018-06-29 17:04:58,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8320135a774f08ba42c2988f2689f5c0dc0b3a10" -d '{"network": {"name": "NeutronUtilsRouterTests-f2e2164e-69a8-495c-9b4a-7c46394b103e-pub-net", "admin_state_up": true}}' 2018-06-29 17:04:58,668 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 699 X-Openstack-Request-Id: req-c3c9123b-73d2-4741-af35-c74e568d88ba Date: Fri, 29 Jun 2018 17:04:58 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"2cb4fba5-116e-408c-981b-1227fb14b6ea","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T17:04:58Z","is_default":false,"provider:segmentation_id":6,"name":"NeutronUtilsRouterTests-f2e2164e-69a8-495c-9b4a-7c46394b103e-pub-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:58Z","mtu":1450}} 2018-06-29 17:04:58,668 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-c3c9123b-73d2-4741-af35-c74e568d88ba 2018-06-29 17:04:58,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=2cb4fba5-116e-408c-981b-1227fb14b6ea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8320135a774f08ba42c2988f2689f5c0dc0b3a10" 2018-06-29 17:04:58,912 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-e46e462d-4ef4-4aa3-88f8-1db814bfe2fc Date: Fri, 29 Jun 2018 17:04:58 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"2cb4fba5-116e-408c-981b-1227fb14b6ea","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T17:04:58Z","provider:segmentation_id":6,"name":"NeutronUtilsRouterTests-f2e2164e-69a8-495c-9b4a-7c46394b103e-pub-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:58Z","provider:network_type":"vxlan"}]} 2018-06-29 17:04:58,912 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=2cb4fba5-116e-408c-981b-1227fb14b6ea used request id req-e46e462d-4ef4-4aa3-88f8-1db814bfe2fc 2018-06-29 17:04:58,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=2cb4fba5-116e-408c-981b-1227fb14b6ea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8320135a774f08ba42c2988f2689f5c0dc0b3a10" 2018-06-29 17:04:59,147 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-5c706bb9-6a37-4345-ab9d-4835441df686 Date: Fri, 29 Jun 2018 17:04:59 GMT RESP BODY: {"subnets":[]} 2018-06-29 17:04:59,147 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=2cb4fba5-116e-408c-981b-1227fb14b6ea used request id req-5c706bb9-6a37-4345-ab9d-4835441df686 2018-06-29 17:04:59,148 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-f2e2164e-69a8-495c-9b4a-7c46394b103e-pub-subnet 2018-06-29 17:04:59,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8320135a774f08ba42c2988f2689f5c0dc0b3a10" -d '{"subnets": [{"ip_version": 4, "network_id": "2cb4fba5-116e-408c-981b-1227fb14b6ea", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-f2e2164e-69a8-495c-9b4a-7c46394b103e-pub-subnet"}]}' 2018-06-29 17:04:59,782 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-7fc41adb-7f3a-4b1d-a0c6-c675d8f5704c Date: Fri, 29 Jun 2018 17:04:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2cb4fba5-116e-408c-981b-1227fb14b6ea","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:59Z","dns_nameservers":[],"updated_at":"2018-06-29T17:04:59Z","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":"d375e46f6f2b472db41ca16f2fc59215","id":"5f941430-8bda-48cb-b69e-7f7d7ea684aa","subnetpool_id":null,"name":"NeutronUtilsRouterTests-f2e2164e-69a8-495c-9b4a-7c46394b103e-pub-subnet"}]} 2018-06-29 17:04:59,782 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-7fc41adb-7f3a-4b1d-a0c6-c675d8f5704c 2018-06-29 17:04:59,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=2cb4fba5-116e-408c-981b-1227fb14b6ea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8320135a774f08ba42c2988f2689f5c0dc0b3a10" 2018-06-29 17:05:00,079 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-b6170241-8314-409d-8e63-920c92c501da Date: Fri, 29 Jun 2018 17:05:00 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"2cb4fba5-116e-408c-981b-1227fb14b6ea","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["5f941430-8bda-48cb-b69e-7f7d7ea684aa"],"description":"","tags":[],"updated_at":"2018-06-29T17:04:59Z","provider:segmentation_id":6,"name":"NeutronUtilsRouterTests-f2e2164e-69a8-495c-9b4a-7c46394b103e-pub-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:58Z","provider:network_type":"vxlan"}]} 2018-06-29 17:05:00,079 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=2cb4fba5-116e-408c-981b-1227fb14b6ea used request id req-b6170241-8314-409d-8e63-920c92c501da 2018-06-29 17:05:00,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=2cb4fba5-116e-408c-981b-1227fb14b6ea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8320135a774f08ba42c2988f2689f5c0dc0b3a10" 2018-06-29 17:05:00,315 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-88bf1098-2902-4fb1-bb4a-1662b2131b8b Date: Fri, 29 Jun 2018 17:05:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2cb4fba5-116e-408c-981b-1227fb14b6ea","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:59Z","dns_nameservers":[],"updated_at":"2018-06-29T17:04:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"5f941430-8bda-48cb-b69e-7f7d7ea684aa","subnetpool_id":null,"name":"NeutronUtilsRouterTests-f2e2164e-69a8-495c-9b4a-7c46394b103e-pub-subnet"}]} 2018-06-29 17:05:00,316 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=2cb4fba5-116e-408c-981b-1227fb14b6ea used request id req-88bf1098-2902-4fb1-bb4a-1662b2131b8b 2018-06-29 17:05:00,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-f2e2164e-69a8-495c-9b4a-7c46394b103e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8320135a774f08ba42c2988f2689f5c0dc0b3a10" 2018-06-29 17:05:00,582 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-2bb1a70e-af0e-464b-b076-fbbae662e65c Date: Fri, 29 Jun 2018 17:05:00 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"2cb4fba5-116e-408c-981b-1227fb14b6ea","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["5f941430-8bda-48cb-b69e-7f7d7ea684aa"],"description":"","tags":[],"updated_at":"2018-06-29T17:04:59Z","provider:segmentation_id":6,"name":"NeutronUtilsRouterTests-f2e2164e-69a8-495c-9b4a-7c46394b103e-pub-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:58Z","provider:network_type":"vxlan"}]} 2018-06-29 17:05:00,582 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-f2e2164e-69a8-495c-9b4a-7c46394b103e-pub-net used request id req-2bb1a70e-af0e-464b-b076-fbbae662e65c 2018-06-29 17:05:00,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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 17:05:00,591 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 17:05: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 17:05:00,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8320135a774f08ba42c2988f2689f5c0dc0b3a10" 2018-06-29 17:05:00,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:05:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-285cbf39-1f90-43a7-b979-abec34085ee3 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.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}} 2018-06-29 17:05:00,686 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 used request id req-285cbf39-1f90-43a7-b979-abec34085ee3 2018-06-29 17:05:00,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=2cb4fba5-116e-408c-981b-1227fb14b6ea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8320135a774f08ba42c2988f2689f5c0dc0b3a10" 2018-06-29 17:05:00,735 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-7c98e1ee-6643-4fd5-9ccd-c342897c120c Date: Fri, 29 Jun 2018 17:05:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2cb4fba5-116e-408c-981b-1227fb14b6ea","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:59Z","dns_nameservers":[],"updated_at":"2018-06-29T17:04:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"5f941430-8bda-48cb-b69e-7f7d7ea684aa","subnetpool_id":null,"name":"NeutronUtilsRouterTests-f2e2164e-69a8-495c-9b4a-7c46394b103e-pub-subnet"}]} 2018-06-29 17:05:00,735 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=2cb4fba5-116e-408c-981b-1227fb14b6ea used request id req-7c98e1ee-6643-4fd5-9ccd-c342897c120c 2018-06-29 17:05:00,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=2cb4fba5-116e-408c-981b-1227fb14b6ea&name=NeutronUtilsRouterTests-f2e2164e-69a8-495c-9b4a-7c46394b103e-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8320135a774f08ba42c2988f2689f5c0dc0b3a10" 2018-06-29 17:05:00,960 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-917f803b-173a-4937-a6d6-7d7b7edee5e2 Date: Fri, 29 Jun 2018 17:05:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2cb4fba5-116e-408c-981b-1227fb14b6ea","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:59Z","dns_nameservers":[],"updated_at":"2018-06-29T17:04:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"5f941430-8bda-48cb-b69e-7f7d7ea684aa","subnetpool_id":null,"name":"NeutronUtilsRouterTests-f2e2164e-69a8-495c-9b4a-7c46394b103e-pub-subnet"}]} 2018-06-29 17:05:00,960 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=2cb4fba5-116e-408c-981b-1227fb14b6ea&name=NeutronUtilsRouterTests-f2e2164e-69a8-495c-9b4a-7c46394b103e-pub-subnet used request id req-917f803b-173a-4937-a6d6-7d7b7edee5e2 2018-06-29 17:05:00,961 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:05:00,961 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:05:01,375 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:05:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["9Jx8iEhvTpSFZj4UcgPL4Q"], "issued_at": "2018-06-29T17:05:01.000000Z"}} 2018-06-29 17:05:01,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}16ea703bb69623cefcfe002d0bbd20d80184b30e" 2018-06-29 17:05:01,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:05:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a5cd10b-6c17-48e6-b1ac-b1ec7f960cb0 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:05:01,477 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-9a5cd10b-6c17-48e6-b1ac-b1ec7f960cb0 2018-06-29 17:05:01,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-f2e2164e-69a8-495c-9b4a-7c46394b103e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8320135a774f08ba42c2988f2689f5c0dc0b3a10" 2018-06-29 17:05:01,812 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-0f93d5a3-f5d2-43ec-b206-40287f808b73 Date: Fri, 29 Jun 2018 17:05:01 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"2cb4fba5-116e-408c-981b-1227fb14b6ea","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["5f941430-8bda-48cb-b69e-7f7d7ea684aa"],"description":"","tags":[],"updated_at":"2018-06-29T17:04:59Z","provider:segmentation_id":6,"name":"NeutronUtilsRouterTests-f2e2164e-69a8-495c-9b4a-7c46394b103e-pub-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:58Z","provider:network_type":"vxlan"}]} 2018-06-29 17:05:01,812 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-f2e2164e-69a8-495c-9b4a-7c46394b103e-pub-net used request id req-0f93d5a3-f5d2-43ec-b206-40287f808b73 2018-06-29 17:05:01,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=2cb4fba5-116e-408c-981b-1227fb14b6ea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8320135a774f08ba42c2988f2689f5c0dc0b3a10" 2018-06-29 17:05:02,073 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-0ee7fa05-6acd-4a90-9c63-dc2a9ec509d3 Date: Fri, 29 Jun 2018 17:05:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2cb4fba5-116e-408c-981b-1227fb14b6ea","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:59Z","dns_nameservers":[],"updated_at":"2018-06-29T17:04:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"5f941430-8bda-48cb-b69e-7f7d7ea684aa","subnetpool_id":null,"name":"NeutronUtilsRouterTests-f2e2164e-69a8-495c-9b4a-7c46394b103e-pub-subnet"}]} 2018-06-29 17:05:02,074 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=2cb4fba5-116e-408c-981b-1227fb14b6ea used request id req-0ee7fa05-6acd-4a90-9c63-dc2a9ec509d3 2018-06-29 17:05:02,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-f2e2164e-69a8-495c-9b4a-7c46394b103e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8320135a774f08ba42c2988f2689f5c0dc0b3a10" 2018-06-29 17:05:02,500 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-e8005aaa-d275-40f3-90bf-1c4b95e009ba Date: Fri, 29 Jun 2018 17:05:02 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"2cb4fba5-116e-408c-981b-1227fb14b6ea","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["5f941430-8bda-48cb-b69e-7f7d7ea684aa"],"description":"","tags":[],"updated_at":"2018-06-29T17:04:59Z","provider:segmentation_id":6,"name":"NeutronUtilsRouterTests-f2e2164e-69a8-495c-9b4a-7c46394b103e-pub-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:58Z","provider:network_type":"vxlan"}]} 2018-06-29 17:05:02,500 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-f2e2164e-69a8-495c-9b4a-7c46394b103e-pub-net used request id req-e8005aaa-d275-40f3-90bf-1c4b95e009ba 2018-06-29 17:05:02,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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 17:05:02,509 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 17:05: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 17:05:02,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16ea703bb69623cefcfe002d0bbd20d80184b30e" 2018-06-29 17:05:02,611 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:05:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c333f25-70c1-49d8-b6f6-a39c5ac14759 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.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}} 2018-06-29 17:05:02,611 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 used request id req-1c333f25-70c1-49d8-b6f6-a39c5ac14759 2018-06-29 17:05:02,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=2cb4fba5-116e-408c-981b-1227fb14b6ea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8320135a774f08ba42c2988f2689f5c0dc0b3a10" 2018-06-29 17:05:02,797 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-13c42e34-29cd-4e3f-9f3d-0b745a76ea78 Date: Fri, 29 Jun 2018 17:05:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2cb4fba5-116e-408c-981b-1227fb14b6ea","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:59Z","dns_nameservers":[],"updated_at":"2018-06-29T17:04:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"5f941430-8bda-48cb-b69e-7f7d7ea684aa","subnetpool_id":null,"name":"NeutronUtilsRouterTests-f2e2164e-69a8-495c-9b4a-7c46394b103e-pub-subnet"}]} 2018-06-29 17:05:02,798 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=2cb4fba5-116e-408c-981b-1227fb14b6ea used request id req-13c42e34-29cd-4e3f-9f3d-0b745a76ea78 2018-06-29 17:05:02,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=2cb4fba5-116e-408c-981b-1227fb14b6ea&name=NeutronUtilsRouterTests-f2e2164e-69a8-495c-9b4a-7c46394b103e-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8320135a774f08ba42c2988f2689f5c0dc0b3a10" 2018-06-29 17:05:02,844 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-9b178690-55ea-47b3-93fc-1622dedea222 Date: Fri, 29 Jun 2018 17:05:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2cb4fba5-116e-408c-981b-1227fb14b6ea","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:04:59Z","dns_nameservers":[],"updated_at":"2018-06-29T17:04:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"5f941430-8bda-48cb-b69e-7f7d7ea684aa","subnetpool_id":null,"name":"NeutronUtilsRouterTests-f2e2164e-69a8-495c-9b4a-7c46394b103e-pub-subnet"}]} 2018-06-29 17:05:02,844 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=2cb4fba5-116e-408c-981b-1227fb14b6ea&name=NeutronUtilsRouterTests-f2e2164e-69a8-495c-9b4a-7c46394b103e-pub-subnet used request id req-9b178690-55ea-47b3-93fc-1622dedea222 2018-06-29 17:05:02,845 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-f2e2164e-69a8-495c-9b4a-7c46394b103e-pub-net 2018-06-29 17:05:02,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8320135a774f08ba42c2988f2689f5c0dc0b3a10" -d '{"port": {"network_id": "2cb4fba5-116e-408c-981b-1227fb14b6ea", "fixed_ips": [{"subnet_id": "5f941430-8bda-48cb-b69e-7f7d7ea684aa", "ip_address": null}], "name": "NeutronUtilsRouterTests-f2e2164e-69a8-495c-9b4a-7c46394b103e-port", "admin_state_up": true}}' 2018-06-29 17:05:02,863 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 143 Content-Type: application/json X-Openstack-Request-Id: req-7ffd3cd7-0701-4095-892c-cf2357859e77 Date: Fri, 29 Jun 2018 17:05:02 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for fixed_ips. Reason: 'None' is not a valid IP address.", "type": "HTTPBadRequest", "detail": ""}} 2018-06-29 17:05:02,863 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-7ffd3cd7-0701-4095-892c-cf2357859e77 2018-06-29 17:05:02,863 - 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 17:05:02,864 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-f2e2164e-69a8-495c-9b4a-7c46394b103e-pub-subnet 2018-06-29 17:05:02,864 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-f2e2164e-69a8-495c-9b4a-7c46394b103e-pub-subnet 2018-06-29 17:05:02,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/5f941430-8bda-48cb-b69e-7f7d7ea684aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8320135a774f08ba42c2988f2689f5c0dc0b3a10" 2018-06-29 17:05:05,210 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-95834e40-6e83-43eb-8679-e924fb8f22f6 Date: Fri, 29 Jun 2018 17:05:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 17:05:05,211 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/5f941430-8bda-48cb-b69e-7f7d7ea684aa used request id req-95834e40-6e83-43eb-8679-e924fb8f22f6 2018-06-29 17:05:05,211 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-f2e2164e-69a8-495c-9b4a-7c46394b103e-pub-net 2018-06-29 17:05:05,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/2cb4fba5-116e-408c-981b-1227fb14b6ea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8320135a774f08ba42c2988f2689f5c0dc0b3a10" 2018-06-29 17:05:06,881 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fa7d5c8b-475f-4fe4-baac-9bcb66afe85a Date: Fri, 29 Jun 2018 17:05:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 17:05:06,882 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/2cb4fba5-116e-408c-981b-1227fb14b6ea used request id req-fa7d5c8b-475f-4fe4-baac-9bcb66afe85a 2018-06-29 17:05:06,883 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:05:07,284 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:05:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["HjpbYQYpRVGbk1E8WqIy6g"], "issued_at": "2018-06-29T17:05:07.000000Z"}} 2018-06-29 17:05:07,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}6787fad0d5725b03cc161018ea263b36b037910f" 2018-06-29 17:05:07,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:05:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dbc901b3-9c9f-498b-af3a-cb7b2cf26ff5 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:05:07,369 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-dbc901b3-9c9f-498b-af3a-cb7b2cf26ff5 2018-06-29 17:05:07,371 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-25aa5f14-119e-4b49-854b-1246e0aa9723-pub-net 2018-06-29 17:05:07,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6787fad0d5725b03cc161018ea263b36b037910f" -d '{"network": {"name": "NeutronUtilsRouterTests-25aa5f14-119e-4b49-854b-1246e0aa9723-pub-net", "admin_state_up": true}}' 2018-06-29 17:05:07,960 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-ea4ad45c-771e-4681-9ab5-5ccef9d68bd0 Date: Fri, 29 Jun 2018 17:05:07 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"f95588fd-df75-447c-8022-4c6bc4b9150e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T17:05:07Z","is_default":false,"provider:segmentation_id":28,"name":"NeutronUtilsRouterTests-25aa5f14-119e-4b49-854b-1246e0aa9723-pub-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:05:07Z","mtu":1450}} 2018-06-29 17:05:07,960 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-ea4ad45c-771e-4681-9ab5-5ccef9d68bd0 2018-06-29 17:05:07,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=f95588fd-df75-447c-8022-4c6bc4b9150e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6787fad0d5725b03cc161018ea263b36b037910f" 2018-06-29 17:05:08,221 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-41c35758-d25a-443f-bdc0-e2293e3fb826 Date: Fri, 29 Jun 2018 17:05:08 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"f95588fd-df75-447c-8022-4c6bc4b9150e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T17:05:07Z","provider:segmentation_id":28,"name":"NeutronUtilsRouterTests-25aa5f14-119e-4b49-854b-1246e0aa9723-pub-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:05:07Z","provider:network_type":"vxlan"}]} 2018-06-29 17:05:08,221 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=f95588fd-df75-447c-8022-4c6bc4b9150e used request id req-41c35758-d25a-443f-bdc0-e2293e3fb826 2018-06-29 17:05:08,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=f95588fd-df75-447c-8022-4c6bc4b9150e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6787fad0d5725b03cc161018ea263b36b037910f" 2018-06-29 17:05:08,427 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-ea2ae407-f1fc-496c-8cfb-96e648efcf18 Date: Fri, 29 Jun 2018 17:05:08 GMT RESP BODY: {"subnets":[]} 2018-06-29 17:05:08,427 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=f95588fd-df75-447c-8022-4c6bc4b9150e used request id req-ea2ae407-f1fc-496c-8cfb-96e648efcf18 2018-06-29 17:05:08,427 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-25aa5f14-119e-4b49-854b-1246e0aa9723-pub-subnet 2018-06-29 17:05:08,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6787fad0d5725b03cc161018ea263b36b037910f" -d '{"subnets": [{"ip_version": 4, "network_id": "f95588fd-df75-447c-8022-4c6bc4b9150e", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-25aa5f14-119e-4b49-854b-1246e0aa9723-pub-subnet"}]}' 2018-06-29 17:05:09,217 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-f85e1430-b5a2-4c45-8e10-7017c83b368d Date: Fri, 29 Jun 2018 17:05:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f95588fd-df75-447c-8022-4c6bc4b9150e","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:05:08Z","dns_nameservers":[],"updated_at":"2018-06-29T17:05:08Z","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":"d375e46f6f2b472db41ca16f2fc59215","id":"b5291553-f04c-4d30-9d75-c15f842fc9d0","subnetpool_id":null,"name":"NeutronUtilsRouterTests-25aa5f14-119e-4b49-854b-1246e0aa9723-pub-subnet"}]} 2018-06-29 17:05:09,217 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-f85e1430-b5a2-4c45-8e10-7017c83b368d 2018-06-29 17:05:09,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=f95588fd-df75-447c-8022-4c6bc4b9150e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6787fad0d5725b03cc161018ea263b36b037910f" 2018-06-29 17:05:09,495 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-462e4f7f-e11b-452a-88f4-4bb355545df6 Date: Fri, 29 Jun 2018 17:05:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"f95588fd-df75-447c-8022-4c6bc4b9150e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["b5291553-f04c-4d30-9d75-c15f842fc9d0"],"description":"","tags":[],"updated_at":"2018-06-29T17:05:08Z","provider:segmentation_id":28,"name":"NeutronUtilsRouterTests-25aa5f14-119e-4b49-854b-1246e0aa9723-pub-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:05:07Z","provider:network_type":"vxlan"}]} 2018-06-29 17:05:09,495 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=f95588fd-df75-447c-8022-4c6bc4b9150e used request id req-462e4f7f-e11b-452a-88f4-4bb355545df6 2018-06-29 17:05:09,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=f95588fd-df75-447c-8022-4c6bc4b9150e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6787fad0d5725b03cc161018ea263b36b037910f" 2018-06-29 17:05:09,762 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a8e5b618-b29e-4cf3-b0ac-1e01a8d2de06 Date: Fri, 29 Jun 2018 17:05:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f95588fd-df75-447c-8022-4c6bc4b9150e","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:05:08Z","dns_nameservers":[],"updated_at":"2018-06-29T17:05:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"b5291553-f04c-4d30-9d75-c15f842fc9d0","subnetpool_id":null,"name":"NeutronUtilsRouterTests-25aa5f14-119e-4b49-854b-1246e0aa9723-pub-subnet"}]} 2018-06-29 17:05:09,762 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=f95588fd-df75-447c-8022-4c6bc4b9150e used request id req-a8e5b618-b29e-4cf3-b0ac-1e01a8d2de06 2018-06-29 17:05:09,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-25aa5f14-119e-4b49-854b-1246e0aa9723-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6787fad0d5725b03cc161018ea263b36b037910f" 2018-06-29 17:05:10,082 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-ccdcb7cf-d951-436a-aaf0-c4faf316ac56 Date: Fri, 29 Jun 2018 17:05:10 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"f95588fd-df75-447c-8022-4c6bc4b9150e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["b5291553-f04c-4d30-9d75-c15f842fc9d0"],"description":"","tags":[],"updated_at":"2018-06-29T17:05:08Z","provider:segmentation_id":28,"name":"NeutronUtilsRouterTests-25aa5f14-119e-4b49-854b-1246e0aa9723-pub-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:05:07Z","provider:network_type":"vxlan"}]} 2018-06-29 17:05:10,083 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-25aa5f14-119e-4b49-854b-1246e0aa9723-pub-net used request id req-ccdcb7cf-d951-436a-aaf0-c4faf316ac56 2018-06-29 17:05:10,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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 17:05:10,092 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 17:05: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 17:05:10,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6787fad0d5725b03cc161018ea263b36b037910f" 2018-06-29 17:05:10,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:05:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-552d76d3-34c2-403e-bdce-9a2e4bf6d005 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.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}} 2018-06-29 17:05:10,187 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 used request id req-552d76d3-34c2-403e-bdce-9a2e4bf6d005 2018-06-29 17:05:10,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=f95588fd-df75-447c-8022-4c6bc4b9150e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6787fad0d5725b03cc161018ea263b36b037910f" 2018-06-29 17:05:10,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-3e3d2676-c716-416a-b497-9a8b018ad020 Date: Fri, 29 Jun 2018 17:05:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f95588fd-df75-447c-8022-4c6bc4b9150e","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:05:08Z","dns_nameservers":[],"updated_at":"2018-06-29T17:05:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"b5291553-f04c-4d30-9d75-c15f842fc9d0","subnetpool_id":null,"name":"NeutronUtilsRouterTests-25aa5f14-119e-4b49-854b-1246e0aa9723-pub-subnet"}]} 2018-06-29 17:05:10,428 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=f95588fd-df75-447c-8022-4c6bc4b9150e used request id req-3e3d2676-c716-416a-b497-9a8b018ad020 2018-06-29 17:05:10,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=f95588fd-df75-447c-8022-4c6bc4b9150e&name=NeutronUtilsRouterTests-25aa5f14-119e-4b49-854b-1246e0aa9723-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6787fad0d5725b03cc161018ea263b36b037910f" 2018-06-29 17:05:10,667 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-31c3fbff-5acc-4a65-b887-3330023543b7 Date: Fri, 29 Jun 2018 17:05:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f95588fd-df75-447c-8022-4c6bc4b9150e","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:05:08Z","dns_nameservers":[],"updated_at":"2018-06-29T17:05:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"b5291553-f04c-4d30-9d75-c15f842fc9d0","subnetpool_id":null,"name":"NeutronUtilsRouterTests-25aa5f14-119e-4b49-854b-1246e0aa9723-pub-subnet"}]} 2018-06-29 17:05:10,667 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=f95588fd-df75-447c-8022-4c6bc4b9150e&name=NeutronUtilsRouterTests-25aa5f14-119e-4b49-854b-1246e0aa9723-pub-subnet used request id req-31c3fbff-5acc-4a65-b887-3330023543b7 2018-06-29 17:05:10,668 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:05:10,669 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:05:11,080 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:05:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["Zrrtb2lbR862qjZw1wiIzA"], "issued_at": "2018-06-29T17:05:11.000000Z"}} 2018-06-29 17:05:11,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}4db9c82120379d418d5c24c27eb0cfee10a9b713" 2018-06-29 17:05:11,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:05:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64918947-bd0e-4db3-8533-3d50c0103a44 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:05:11,170 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-64918947-bd0e-4db3-8533-3d50c0103a44 2018-06-29 17:05:11,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-25aa5f14-119e-4b49-854b-1246e0aa9723-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6787fad0d5725b03cc161018ea263b36b037910f" 2018-06-29 17:05:11,456 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-280c1234-fada-4fe1-938f-441cb2da6ad1 Date: Fri, 29 Jun 2018 17:05:11 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"f95588fd-df75-447c-8022-4c6bc4b9150e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["b5291553-f04c-4d30-9d75-c15f842fc9d0"],"description":"","tags":[],"updated_at":"2018-06-29T17:05:08Z","provider:segmentation_id":28,"name":"NeutronUtilsRouterTests-25aa5f14-119e-4b49-854b-1246e0aa9723-pub-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:05:07Z","provider:network_type":"vxlan"}]} 2018-06-29 17:05:11,456 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-25aa5f14-119e-4b49-854b-1246e0aa9723-pub-net used request id req-280c1234-fada-4fe1-938f-441cb2da6ad1 2018-06-29 17:05:11,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=f95588fd-df75-447c-8022-4c6bc4b9150e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6787fad0d5725b03cc161018ea263b36b037910f" 2018-06-29 17:05:11,723 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-6a965eaa-9698-4927-9b3a-2cfdf341839f Date: Fri, 29 Jun 2018 17:05:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f95588fd-df75-447c-8022-4c6bc4b9150e","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:05:08Z","dns_nameservers":[],"updated_at":"2018-06-29T17:05:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"b5291553-f04c-4d30-9d75-c15f842fc9d0","subnetpool_id":null,"name":"NeutronUtilsRouterTests-25aa5f14-119e-4b49-854b-1246e0aa9723-pub-subnet"}]} 2018-06-29 17:05:11,723 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=f95588fd-df75-447c-8022-4c6bc4b9150e used request id req-6a965eaa-9698-4927-9b3a-2cfdf341839f 2018-06-29 17:05:11,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-25aa5f14-119e-4b49-854b-1246e0aa9723-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6787fad0d5725b03cc161018ea263b36b037910f" 2018-06-29 17:05:11,997 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-31f2f4b3-8907-4e56-a1c7-538565b4283c Date: Fri, 29 Jun 2018 17:05:11 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"f95588fd-df75-447c-8022-4c6bc4b9150e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["b5291553-f04c-4d30-9d75-c15f842fc9d0"],"description":"","tags":[],"updated_at":"2018-06-29T17:05:08Z","provider:segmentation_id":28,"name":"NeutronUtilsRouterTests-25aa5f14-119e-4b49-854b-1246e0aa9723-pub-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:05:07Z","provider:network_type":"vxlan"}]} 2018-06-29 17:05:11,998 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-25aa5f14-119e-4b49-854b-1246e0aa9723-pub-net used request id req-31f2f4b3-8907-4e56-a1c7-538565b4283c 2018-06-29 17:05:12,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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 17:05:12,006 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 17:05:12 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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 17:05:12,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4db9c82120379d418d5c24c27eb0cfee10a9b713" 2018-06-29 17:05:12,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:05:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-505fc87a-1e33-4e41-9303-1e153a6b0bcd 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.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}} 2018-06-29 17:05:12,100 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 used request id req-505fc87a-1e33-4e41-9303-1e153a6b0bcd 2018-06-29 17:05:12,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=f95588fd-df75-447c-8022-4c6bc4b9150e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6787fad0d5725b03cc161018ea263b36b037910f" 2018-06-29 17:05:12,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-193cdaf9-6b07-4f37-8705-e0234217f66a Date: Fri, 29 Jun 2018 17:05:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f95588fd-df75-447c-8022-4c6bc4b9150e","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:05:08Z","dns_nameservers":[],"updated_at":"2018-06-29T17:05:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"b5291553-f04c-4d30-9d75-c15f842fc9d0","subnetpool_id":null,"name":"NeutronUtilsRouterTests-25aa5f14-119e-4b49-854b-1246e0aa9723-pub-subnet"}]} 2018-06-29 17:05:12,362 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=f95588fd-df75-447c-8022-4c6bc4b9150e used request id req-193cdaf9-6b07-4f37-8705-e0234217f66a 2018-06-29 17:05:12,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=f95588fd-df75-447c-8022-4c6bc4b9150e&name=NeutronUtilsRouterTests-25aa5f14-119e-4b49-854b-1246e0aa9723-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6787fad0d5725b03cc161018ea263b36b037910f" 2018-06-29 17:05:12,409 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-be33d664-f101-462e-ba45-94e90f946b76 Date: Fri, 29 Jun 2018 17:05:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f95588fd-df75-447c-8022-4c6bc4b9150e","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:05:08Z","dns_nameservers":[],"updated_at":"2018-06-29T17:05:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"b5291553-f04c-4d30-9d75-c15f842fc9d0","subnetpool_id":null,"name":"NeutronUtilsRouterTests-25aa5f14-119e-4b49-854b-1246e0aa9723-pub-subnet"}]} 2018-06-29 17:05:12,409 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=f95588fd-df75-447c-8022-4c6bc4b9150e&name=NeutronUtilsRouterTests-25aa5f14-119e-4b49-854b-1246e0aa9723-pub-subnet used request id req-be33d664-f101-462e-ba45-94e90f946b76 2018-06-29 17:05:12,409 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-25aa5f14-119e-4b49-854b-1246e0aa9723-pub-net 2018-06-29 17:05:12,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6787fad0d5725b03cc161018ea263b36b037910f" -d '{"port": {"network_id": "f95588fd-df75-447c-8022-4c6bc4b9150e", "fixed_ips": [{"subnet_id": "b5291553-f04c-4d30-9d75-c15f842fc9d0", "ip_address": "10.55.1.100"}], "admin_state_up": true}}' 2018-06-29 17:05:13,235 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 790 X-Openstack-Request-Id: req-9b937a5c-fd47-4a05-8494-058d860ed1f2 Date: Fri, 29 Jun 2018 17:05:13 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:05:12Z","device_owner":"","revision_number":1,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b5291553-f04c-4d30-9d75-c15f842fc9d0","ip_address":"10.55.1.100"}],"id":"a560730d-2489-4270-baca-6ae11ce8b5d0","security_groups":["80203172-2d27-4ac0-ba1b-ce925c9da636"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:6c:b0:bb","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"","admin_state_up":true,"network_id":"f95588fd-df75-447c-8022-4c6bc4b9150e","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:05:12Z","binding:vnic_type":"normal"}} 2018-06-29 17:05:13,235 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-9b937a5c-fd47-4a05-8494-058d860ed1f2 2018-06-29 17:05:13,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports/a560730d-2489-4270-baca-6ae11ce8b5d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6787fad0d5725b03cc161018ea263b36b037910f" 2018-06-29 17:05:13,489 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 790 X-Openstack-Request-Id: req-d206dd5e-fdde-49f2-b66e-8835873668e4 Date: Fri, 29 Jun 2018 17:05:13 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:05:12Z","device_owner":"","revision_number":1,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"b5291553-f04c-4d30-9d75-c15f842fc9d0","ip_address":"10.55.1.100"}],"id":"a560730d-2489-4270-baca-6ae11ce8b5d0","security_groups":["80203172-2d27-4ac0-ba1b-ce925c9da636"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:6c:b0:bb","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"","admin_state_up":true,"network_id":"f95588fd-df75-447c-8022-4c6bc4b9150e","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:05:12Z","binding:vnic_type":"normal"}} 2018-06-29 17:05:13,490 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports/a560730d-2489-4270-baca-6ae11ce8b5d0 used request id req-d206dd5e-fdde-49f2-b66e-8835873668e4 2018-06-29 17:05:13,490 - neutron_utils - INFO - Deleting port with name 2018-06-29 17:05:13,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/ports/a560730d-2489-4270-baca-6ae11ce8b5d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6787fad0d5725b03cc161018ea263b36b037910f" 2018-06-29 17:05:14,050 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-54f3ceda-cef2-4cc9-99b0-45602468dd53 Date: Fri, 29 Jun 2018 17:05:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 17:05:14,050 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/ports/a560730d-2489-4270-baca-6ae11ce8b5d0 used request id req-54f3ceda-cef2-4cc9-99b0-45602468dd53 2018-06-29 17:05:14,051 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-25aa5f14-119e-4b49-854b-1246e0aa9723-pub-subnet 2018-06-29 17:05:14,051 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-25aa5f14-119e-4b49-854b-1246e0aa9723-pub-subnet 2018-06-29 17:05:14,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/b5291553-f04c-4d30-9d75-c15f842fc9d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6787fad0d5725b03cc161018ea263b36b037910f" 2018-06-29 17:05:16,061 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-267816c6-1ff5-4de9-bb76-6ba0f2213479 Date: Fri, 29 Jun 2018 17:05:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 17:05:16,061 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/b5291553-f04c-4d30-9d75-c15f842fc9d0 used request id req-267816c6-1ff5-4de9-bb76-6ba0f2213479 2018-06-29 17:05:16,061 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-25aa5f14-119e-4b49-854b-1246e0aa9723-pub-net 2018-06-29 17:05:16,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/f95588fd-df75-447c-8022-4c6bc4b9150e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6787fad0d5725b03cc161018ea263b36b037910f" 2018-06-29 17:05:17,792 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bb8f30f5-3744-4750-ad1b-9b4e1cd30993 Date: Fri, 29 Jun 2018 17:05:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 17:05:17,792 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/f95588fd-df75-447c-8022-4c6bc4b9150e used request id req-bb8f30f5-3744-4750-ad1b-9b4e1cd30993 2018-06-29 17:05:17,793 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:05:18,209 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:05:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["X8Nim2evT3udkt2O4eRhcA"], "issued_at": "2018-06-29T17:05:18.000000Z"}} 2018-06-29 17:05:18,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}156896eb73e8d799c79767bad775655843a1d454" 2018-06-29 17:05:18,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:05:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c52c7de-212d-46c8-bf3f-9305a088b90c 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:05:18,297 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-9c52c7de-212d-46c8-bf3f-9305a088b90c 2018-06-29 17:05:18,298 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:05:18,299 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:05:18,689 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:05:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["NjG-xaZJQoKaAawn7DwFOQ"], "issued_at": "2018-06-29T17:05:18.000000Z"}} 2018-06-29 17:05:18,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}1cf0fedcbc7d5734bb2fa7be78f46877f6548132" 2018-06-29 17:05:18,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:05:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7bf5a486-4469-4485-bb00-14af01ca2d53 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:05:18,779 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-7bf5a486-4469-4485-bb00-14af01ca2d53 2018-06-29 17:05:18,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-4e2ea667-aacb-47fa-ab1e-594f04d202cb-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}156896eb73e8d799c79767bad775655843a1d454" 2018-06-29 17:05:18,982 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-cde60f4b-afb8-41c4-8ddd-1ad3343739a7 Date: Fri, 29 Jun 2018 17:05:18 GMT RESP BODY: {"networks":[]} 2018-06-29 17:05:18,982 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-4e2ea667-aacb-47fa-ab1e-594f04d202cb-pub-net used request id req-cde60f4b-afb8-41c4-8ddd-1ad3343739a7 2018-06-29 17:05:18,984 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:05:19,395 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:05:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["yNgxu8pXRU6IF0YeZ4ceDA"], "issued_at": "2018-06-29T17:05:19.000000Z"}} 2018-06-29 17:05:19,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}0fe0ee856f31bc61b426b896346c99bcd40fcf3c" 2018-06-29 17:05:19,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:05:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4754ec63-f36b-4e31-8d13-5830b4697a46 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:05:19,480 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-4754ec63-f36b-4e31-8d13-5830b4697a46 2018-06-29 17:05:19,481 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:05:19,482 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:05:19,891 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:05:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["z-8A-qA4QwiwXGbcFPZU9g"], "issued_at": "2018-06-29T17:05:19.000000Z"}} 2018-06-29 17:05:19,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}18aaf8d8d756b4c3b8a95cbe62db42250414c6d1" 2018-06-29 17:05:19,982 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:05:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d648f59-7fde-41f5-9938-6fd09f7695b3 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:05:19,983 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-7d648f59-7fde-41f5-9938-6fd09f7695b3 2018-06-29 17:05:19,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fe0ee856f31bc61b426b896346c99bcd40fcf3c" 2018-06-29 17:05:20,282 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-4aabeef2-3b75-4442-b67f-712c3f9b48ac Date: Fri, 29 Jun 2018 17:05:20 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"36df2925-218a-471a-b064-d84cdca81f76","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ec057e7f82e1407bad00c8c132267cb0","status":"ACTIVE","subnets":["c401c4e2-1aa2-491a-b944-48bf8c60f58d"],"description":"","tags":[],"updated_at":"2018-06-29T16:57:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec057e7f82e1407bad00c8c132267cb0","created_at":"2018-06-29T16:57:50Z","provider:network_type":"flat"}]} 2018-06-29 17:05:20,283 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=external used request id req-4aabeef2-3b75-4442-b67f-712c3f9b48ac 2018-06-29 17:05:20,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=36df2925-218a-471a-b064-d84cdca81f76 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fe0ee856f31bc61b426b896346c99bcd40fcf3c" 2018-06-29 17:05:20,517 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-c5fe610e-7a01-419b-95f4-c4981d4b23f2 Date: Fri, 29 Jun 2018 17:05:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"36df2925-218a-471a-b064-d84cdca81f76","tenant_id":"ec057e7f82e1407bad00c8c132267cb0","created_at":"2018-06-29T16:57:57Z","dns_nameservers":[],"updated_at":"2018-06-29T16:57:57Z","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":"ec057e7f82e1407bad00c8c132267cb0","id":"c401c4e2-1aa2-491a-b944-48bf8c60f58d","subnetpool_id":null,"name":"external-subnet"}]} 2018-06-29 17:05:20,517 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=36df2925-218a-471a-b064-d84cdca81f76 used request id req-c5fe610e-7a01-419b-95f4-c4981d4b23f2 2018-06-29 17:05:20,518 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-03200980-7cc2-46ff-8c48-37353291f49d-pub-router 2018-06-29 17:05:20,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fe0ee856f31bc61b426b896346c99bcd40fcf3c" -d '{"router": {"external_gateway_info": {"network_id": "36df2925-218a-471a-b064-d84cdca81f76"}, "name": "NeutronUtilsRouterTests-03200980-7cc2-46ff-8c48-37353291f49d-pub-router", "admin_state_up": true}}' 2018-06-29 17:05:21,983 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-c6445f60-1761-4ff7-ac63-1d7dcf39397c Date: Fri, 29 Jun 2018 17:05:21 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "36df2925-218a-471a-b064-d84cdca81f76", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c401c4e2-1aa2-491a-b944-48bf8c60f58d", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:05:20Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-06-29T17:05:21Z", "revision_number": 2, "routes": [], "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "bb0d2a63-c950-4638-afd2-128be848d017", "name": "NeutronUtilsRouterTests-03200980-7cc2-46ff-8c48-37353291f49d-pub-router"}} 2018-06-29 17:05:21,983 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers used request id req-c6445f60-1761-4ff7-ac63-1d7dcf39397c 2018-06-29 17:05:21,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=bb0d2a63-c950-4638-afd2-128be848d017 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fe0ee856f31bc61b426b896346c99bcd40fcf3c" 2018-06-29 17:05:22,260 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-e6447d69-1b7c-4bcb-9c68-8dbd0d705bee Date: Fri, 29 Jun 2018 17:05:22 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:05:21Z","device_owner":"network:router_gateway","revision_number":1,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c401c4e2-1aa2-491a-b944-48bf8c60f58d","ip_address":"172.30.9.201"}],"id":"465d29ce-88c5-47e6-a6e4-499daa316879","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:cd:9d:a1","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"bb0d2a63-c950-4638-afd2-128be848d017","name":"","admin_state_up":true,"network_id":"36df2925-218a-471a-b064-d84cdca81f76","tenant_id":"","created_at":"2018-06-29T17:05:21Z","binding:vnic_type":"normal"}]} 2018-06-29 17:05:22,260 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=bb0d2a63-c950-4638-afd2-128be848d017 used request id req-e6447d69-1b7c-4bcb-9c68-8dbd0d705bee 2018-06-29 17:05:22,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/c401c4e2-1aa2-491a-b944-48bf8c60f58d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fe0ee856f31bc61b426b896346c99bcd40fcf3c" 2018-06-29 17:05:22,491 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-a639c9d7-b2b1-4355-8028-5931781a3a51 Date: Fri, 29 Jun 2018 17:05:22 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"36df2925-218a-471a-b064-d84cdca81f76","tenant_id":"ec057e7f82e1407bad00c8c132267cb0","created_at":"2018-06-29T16:57:57Z","dns_nameservers":[],"updated_at":"2018-06-29T16:57:57Z","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":"ec057e7f82e1407bad00c8c132267cb0","id":"c401c4e2-1aa2-491a-b944-48bf8c60f58d","subnetpool_id":null,"name":"external-subnet"}} 2018-06-29 17:05:22,491 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/c401c4e2-1aa2-491a-b944-48bf8c60f58d used request id req-a639c9d7-b2b1-4355-8028-5931781a3a51 2018-06-29 17:05:22,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-03200980-7cc2-46ff-8c48-37353291f49d-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fe0ee856f31bc61b426b896346c99bcd40fcf3c" 2018-06-29 17:05:22,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-7b693864-347a-4d67-a49f-2fca42396faa Date: Fri, 29 Jun 2018 17:05:22 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "36df2925-218a-471a-b064-d84cdca81f76", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c401c4e2-1aa2-491a-b944-48bf8c60f58d", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:05:20Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-06-29T17:05:21Z", "revision_number": 2, "routes": [], "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "bb0d2a63-c950-4638-afd2-128be848d017", "name": "NeutronUtilsRouterTests-03200980-7cc2-46ff-8c48-37353291f49d-pub-router"}]} 2018-06-29 17:05:22,783 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-03200980-7cc2-46ff-8c48-37353291f49d-pub-router used request id req-7b693864-347a-4d67-a49f-2fca42396faa 2018-06-29 17:05:22,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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 17:05:22,791 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 17:05: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 17:05:22,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fe0ee856f31bc61b426b896346c99bcd40fcf3c" 2018-06-29 17:05:22,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:05:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b0ee554-429e-4865-b004-99a6fa8a91fb 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.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}} 2018-06-29 17:05:22,890 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 used request id req-0b0ee554-429e-4865-b004-99a6fa8a91fb 2018-06-29 17:05:22,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=bb0d2a63-c950-4638-afd2-128be848d017 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fe0ee856f31bc61b426b896346c99bcd40fcf3c" 2018-06-29 17:05:23,117 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-e1f2f562-6a94-4f2d-8b5f-cf276cddd771 Date: Fri, 29 Jun 2018 17:05:23 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:05:21Z","device_owner":"network:router_gateway","revision_number":1,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c401c4e2-1aa2-491a-b944-48bf8c60f58d","ip_address":"172.30.9.201"}],"id":"465d29ce-88c5-47e6-a6e4-499daa316879","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:cd:9d:a1","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"bb0d2a63-c950-4638-afd2-128be848d017","name":"","admin_state_up":true,"network_id":"36df2925-218a-471a-b064-d84cdca81f76","tenant_id":"","created_at":"2018-06-29T17:05:21Z","binding:vnic_type":"normal"}]} 2018-06-29 17:05:23,117 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=bb0d2a63-c950-4638-afd2-128be848d017 used request id req-e1f2f562-6a94-4f2d-8b5f-cf276cddd771 2018-06-29 17:05:23,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/c401c4e2-1aa2-491a-b944-48bf8c60f58d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fe0ee856f31bc61b426b896346c99bcd40fcf3c" 2018-06-29 17:05:23,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-f944e62f-7abb-4dfd-b989-978cdd04d6dd Date: Fri, 29 Jun 2018 17:05:23 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"36df2925-218a-471a-b064-d84cdca81f76","tenant_id":"ec057e7f82e1407bad00c8c132267cb0","created_at":"2018-06-29T16:57:57Z","dns_nameservers":[],"updated_at":"2018-06-29T16:57:57Z","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":"ec057e7f82e1407bad00c8c132267cb0","id":"c401c4e2-1aa2-491a-b944-48bf8c60f58d","subnetpool_id":null,"name":"external-subnet"}} 2018-06-29 17:05:23,366 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/c401c4e2-1aa2-491a-b944-48bf8c60f58d used request id req-f944e62f-7abb-4dfd-b989-978cdd04d6dd 2018-06-29 17:05:23,367 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-03200980-7cc2-46ff-8c48-37353291f49d-pub-router 2018-06-29 17:05:23,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/routers/bb0d2a63-c950-4638-afd2-128be848d017 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fe0ee856f31bc61b426b896346c99bcd40fcf3c" 2018-06-29 17:05:25,704 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c0931251-1b30-4492-a229-c1614e42247c Content-Length: 0 Date: Fri, 29 Jun 2018 17:05:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 17:05:25,704 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/bb0d2a63-c950-4638-afd2-128be848d017 used request id req-c0931251-1b30-4492-a229-c1614e42247c 2018-06-29 17:05:25,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-03200980-7cc2-46ff-8c48-37353291f49d-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fe0ee856f31bc61b426b896346c99bcd40fcf3c" 2018-06-29 17:05:25,772 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-e94ea0d9-7ecd-4941-b4d1-9f6189a8fb02 Date: Fri, 29 Jun 2018 17:05:25 GMT RESP BODY: {"routers": []} 2018-06-29 17:05:25,772 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-03200980-7cc2-46ff-8c48-37353291f49d-pub-router used request id req-e94ea0d9-7ecd-4941-b4d1-9f6189a8fb02 2018-06-29 17:05:25,773 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:05:26,178 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:05:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["5mQ1AR4VSFeviCYoqyrDoA"], "issued_at": "2018-06-29T17:05:26.000000Z"}} 2018-06-29 17:05:26,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}a9fc8d90a03e8bdfeedd7a6b62047dcc6452192d" 2018-06-29 17:05:26,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:05:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4de495e9-853c-473f-aaf2-1960b08ea12a 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:05:26,278 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-4de495e9-853c-473f-aaf2-1960b08ea12a 2018-06-29 17:05:26,279 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:05:26,280 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:05:26,678 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:05:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["MAUPCD8xSHafdjUDIThTQg"], "issued_at": "2018-06-29T17:05:26.000000Z"}} 2018-06-29 17:05:26,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}52bde8d80d8f16a3dc210ff74dfe2cc28efaf7cb" 2018-06-29 17:05:26,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:05:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d104988-6c7b-4f4d-a311-a0af272658fe 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:05:26,767 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-6d104988-6c7b-4f4d-a311-a0af272658fe 2018-06-29 17:05:26,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9fc8d90a03e8bdfeedd7a6b62047dcc6452192d" 2018-06-29 17:05:27,033 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-a79f4b1c-3a00-4026-8a0b-3be98222a367 Date: Fri, 29 Jun 2018 17:05:27 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"36df2925-218a-471a-b064-d84cdca81f76","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ec057e7f82e1407bad00c8c132267cb0","status":"ACTIVE","subnets":["c401c4e2-1aa2-491a-b944-48bf8c60f58d"],"description":"","tags":[],"updated_at":"2018-06-29T16:57:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec057e7f82e1407bad00c8c132267cb0","created_at":"2018-06-29T16:57:50Z","provider:network_type":"flat"}]} 2018-06-29 17:05:27,034 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=external used request id req-a79f4b1c-3a00-4026-8a0b-3be98222a367 2018-06-29 17:05:27,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=36df2925-218a-471a-b064-d84cdca81f76 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9fc8d90a03e8bdfeedd7a6b62047dcc6452192d" 2018-06-29 17:05:27,271 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-9d942ea5-c146-4085-a5de-0406ba8e37a1 Date: Fri, 29 Jun 2018 17:05:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"36df2925-218a-471a-b064-d84cdca81f76","tenant_id":"ec057e7f82e1407bad00c8c132267cb0","created_at":"2018-06-29T16:57:57Z","dns_nameservers":[],"updated_at":"2018-06-29T16:57:57Z","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":"ec057e7f82e1407bad00c8c132267cb0","id":"c401c4e2-1aa2-491a-b944-48bf8c60f58d","subnetpool_id":null,"name":"external-subnet"}]} 2018-06-29 17:05:27,271 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=36df2925-218a-471a-b064-d84cdca81f76 used request id req-9d942ea5-c146-4085-a5de-0406ba8e37a1 2018-06-29 17:05:27,272 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-61b75a89-44ff-470e-ac18-a6b2b2b594ca-pub-router 2018-06-29 17:05:27,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9fc8d90a03e8bdfeedd7a6b62047dcc6452192d" -d '{"router": {"external_gateway_info": {"network_id": "36df2925-218a-471a-b064-d84cdca81f76"}, "name": "NeutronUtilsRouterTests-61b75a89-44ff-470e-ac18-a6b2b2b594ca-pub-router", "admin_state_up": true}}' 2018-06-29 17:05:28,555 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-dca86d40-a769-4a0c-b6ec-63f01cc43e32 Date: Fri, 29 Jun 2018 17:05:28 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "36df2925-218a-471a-b064-d84cdca81f76", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c401c4e2-1aa2-491a-b944-48bf8c60f58d", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:05:27Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-06-29T17:05:28Z", "revision_number": 2, "routes": [], "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "6e20f7c4-852d-42d9-961e-6f4bef39772c", "name": "NeutronUtilsRouterTests-61b75a89-44ff-470e-ac18-a6b2b2b594ca-pub-router"}} 2018-06-29 17:05:28,556 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers used request id req-dca86d40-a769-4a0c-b6ec-63f01cc43e32 2018-06-29 17:05:28,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=6e20f7c4-852d-42d9-961e-6f4bef39772c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9fc8d90a03e8bdfeedd7a6b62047dcc6452192d" 2018-06-29 17:05:28,797 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-ac7d68a5-bd3a-43da-9e15-85ada9a92a88 Date: Fri, 29 Jun 2018 17:05:28 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:05:28Z","device_owner":"network:router_gateway","revision_number":1,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c401c4e2-1aa2-491a-b944-48bf8c60f58d","ip_address":"172.30.9.205"}],"id":"fdd9c657-1d04-4fe6-8842-9d549ab93ba0","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f0:20:32","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"6e20f7c4-852d-42d9-961e-6f4bef39772c","name":"","admin_state_up":true,"network_id":"36df2925-218a-471a-b064-d84cdca81f76","tenant_id":"","created_at":"2018-06-29T17:05:28Z","binding:vnic_type":"normal"}]} 2018-06-29 17:05:28,797 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=6e20f7c4-852d-42d9-961e-6f4bef39772c used request id req-ac7d68a5-bd3a-43da-9e15-85ada9a92a88 2018-06-29 17:05:28,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/c401c4e2-1aa2-491a-b944-48bf8c60f58d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9fc8d90a03e8bdfeedd7a6b62047dcc6452192d" 2018-06-29 17:05:29,021 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-f0b75796-3b84-408e-b2f1-e36e75b26ad5 Date: Fri, 29 Jun 2018 17:05:29 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"36df2925-218a-471a-b064-d84cdca81f76","tenant_id":"ec057e7f82e1407bad00c8c132267cb0","created_at":"2018-06-29T16:57:57Z","dns_nameservers":[],"updated_at":"2018-06-29T16:57:57Z","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":"ec057e7f82e1407bad00c8c132267cb0","id":"c401c4e2-1aa2-491a-b944-48bf8c60f58d","subnetpool_id":null,"name":"external-subnet"}} 2018-06-29 17:05:29,021 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/c401c4e2-1aa2-491a-b944-48bf8c60f58d used request id req-f0b75796-3b84-408e-b2f1-e36e75b26ad5 2018-06-29 17:05:29,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-61b75a89-44ff-470e-ac18-a6b2b2b594ca-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9fc8d90a03e8bdfeedd7a6b62047dcc6452192d" 2018-06-29 17:05:29,451 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-42895afa-bc39-4398-b61e-a5cee409df73 Date: Fri, 29 Jun 2018 17:05:29 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "36df2925-218a-471a-b064-d84cdca81f76", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c401c4e2-1aa2-491a-b944-48bf8c60f58d", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:05:27Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-06-29T17:05:28Z", "revision_number": 2, "routes": [], "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "6e20f7c4-852d-42d9-961e-6f4bef39772c", "name": "NeutronUtilsRouterTests-61b75a89-44ff-470e-ac18-a6b2b2b594ca-pub-router"}]} 2018-06-29 17:05:29,451 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-61b75a89-44ff-470e-ac18-a6b2b2b594ca-pub-router used request id req-42895afa-bc39-4398-b61e-a5cee409df73 2018-06-29 17:05:29,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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 17:05:29,459 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 17:05: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 17:05:29,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9fc8d90a03e8bdfeedd7a6b62047dcc6452192d" 2018-06-29 17:05:29,552 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:05:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ecbfb39-07c4-4b27-b5b8-3b7d47ca2397 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.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}} 2018-06-29 17:05:29,552 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 used request id req-4ecbfb39-07c4-4b27-b5b8-3b7d47ca2397 2018-06-29 17:05:29,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=6e20f7c4-852d-42d9-961e-6f4bef39772c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9fc8d90a03e8bdfeedd7a6b62047dcc6452192d" 2018-06-29 17:05:29,802 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-8bc1afdd-2cee-4eb5-b3f5-6c00efbb7a42 Date: Fri, 29 Jun 2018 17:05:29 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:05:28Z","device_owner":"network:router_gateway","revision_number":1,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c401c4e2-1aa2-491a-b944-48bf8c60f58d","ip_address":"172.30.9.205"}],"id":"fdd9c657-1d04-4fe6-8842-9d549ab93ba0","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f0:20:32","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"6e20f7c4-852d-42d9-961e-6f4bef39772c","name":"","admin_state_up":true,"network_id":"36df2925-218a-471a-b064-d84cdca81f76","tenant_id":"","created_at":"2018-06-29T17:05:28Z","binding:vnic_type":"normal"}]} 2018-06-29 17:05:29,802 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=6e20f7c4-852d-42d9-961e-6f4bef39772c used request id req-8bc1afdd-2cee-4eb5-b3f5-6c00efbb7a42 2018-06-29 17:05:29,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/c401c4e2-1aa2-491a-b944-48bf8c60f58d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9fc8d90a03e8bdfeedd7a6b62047dcc6452192d" 2018-06-29 17:05:30,027 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-f6939f67-4d0a-43d3-b503-2f7cfc42e8c5 Date: Fri, 29 Jun 2018 17:05:30 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"36df2925-218a-471a-b064-d84cdca81f76","tenant_id":"ec057e7f82e1407bad00c8c132267cb0","created_at":"2018-06-29T16:57:57Z","dns_nameservers":[],"updated_at":"2018-06-29T16:57:57Z","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":"ec057e7f82e1407bad00c8c132267cb0","id":"c401c4e2-1aa2-491a-b944-48bf8c60f58d","subnetpool_id":null,"name":"external-subnet"}} 2018-06-29 17:05:30,028 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/c401c4e2-1aa2-491a-b944-48bf8c60f58d used request id req-f6939f67-4d0a-43d3-b503-2f7cfc42e8c5 2018-06-29 17:05:30,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9fc8d90a03e8bdfeedd7a6b62047dcc6452192d" 2018-06-29 17:05:30,308 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-d3c181da-2774-403d-ae0c-6e1810c5b677 Date: Fri, 29 Jun 2018 17:05:30 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"36df2925-218a-471a-b064-d84cdca81f76","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ec057e7f82e1407bad00c8c132267cb0","status":"ACTIVE","subnets":["c401c4e2-1aa2-491a-b944-48bf8c60f58d"],"description":"","tags":[],"updated_at":"2018-06-29T16:57:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec057e7f82e1407bad00c8c132267cb0","created_at":"2018-06-29T16:57:50Z","provider:network_type":"flat"}]} 2018-06-29 17:05:30,308 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=external used request id req-d3c181da-2774-403d-ae0c-6e1810c5b677 2018-06-29 17:05:30,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=36df2925-218a-471a-b064-d84cdca81f76 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9fc8d90a03e8bdfeedd7a6b62047dcc6452192d" 2018-06-29 17:05:30,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-ce909d2e-4076-4ecd-90bc-355e2a726f29 Date: Fri, 29 Jun 2018 17:05:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"36df2925-218a-471a-b064-d84cdca81f76","tenant_id":"ec057e7f82e1407bad00c8c132267cb0","created_at":"2018-06-29T16:57:57Z","dns_nameservers":[],"updated_at":"2018-06-29T16:57:57Z","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":"ec057e7f82e1407bad00c8c132267cb0","id":"c401c4e2-1aa2-491a-b944-48bf8c60f58d","subnetpool_id":null,"name":"external-subnet"}]} 2018-06-29 17:05:30,362 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=36df2925-218a-471a-b064-d84cdca81f76 used request id req-ce909d2e-4076-4ecd-90bc-355e2a726f29 2018-06-29 17:05:30,362 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-61b75a89-44ff-470e-ac18-a6b2b2b594ca-pub-router 2018-06-29 17:05:30,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/routers/6e20f7c4-852d-42d9-961e-6f4bef39772c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9fc8d90a03e8bdfeedd7a6b62047dcc6452192d" 2018-06-29 17:05:31,937 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bc8417b2-3258-4eee-8bf6-14ed5ad7d6ba Content-Length: 0 Date: Fri, 29 Jun 2018 17:05:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 17:05:31,937 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/6e20f7c4-852d-42d9-961e-6f4bef39772c used request id req-bc8417b2-3258-4eee-8bf6-14ed5ad7d6ba 2018-06-29 17:05:31,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-61b75a89-44ff-470e-ac18-a6b2b2b594ca-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9fc8d90a03e8bdfeedd7a6b62047dcc6452192d" 2018-06-29 17:05:32,169 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-49d6e97f-f934-4c60-8076-06fa742c20f8 Date: Fri, 29 Jun 2018 17:05:32 GMT RESP BODY: {"routers": []} 2018-06-29 17:05:32,170 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-61b75a89-44ff-470e-ac18-a6b2b2b594ca-pub-router used request id req-49d6e97f-f934-4c60-8076-06fa742c20f8 2018-06-29 17:05:32,171 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:05:32,587 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:05:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["M9ZFcnk_RJeNpMUS7Krg7w"], "issued_at": "2018-06-29T17:05:32.000000Z"}} 2018-06-29 17:05:32,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}99217bbed271aa7bf83ca6ecf46c6d4fc0843c01" 2018-06-29 17:05:32,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:05:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e765bfef-5652-441a-9213-cb2a4fe54934 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:05:32,674 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-e765bfef-5652-441a-9213-cb2a4fe54934 2018-06-29 17:05:32,675 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-ff9b4c11-5924-431a-bb84-309d38f6a741name 2018-06-29 17:05:32,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99217bbed271aa7bf83ca6ecf46c6d4fc0843c01" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-ff9b4c11-5924-431a-bb84-309d38f6a741name"}}' 2018-06-29 17:05:33,037 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1403 X-Openstack-Request-Id: req-8ce16611-c849-4e2a-a68e-9985356041b4 Date: Fri, 29 Jun 2018 17:05:33 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:05:32Z", "updated_at": "2018-06-29T17:05:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:05:32Z", "revision_number": 0, "id": "20e4cfee-4d88-4100-93bb-261b7b247951", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T17:05:32Z", "security_group_id": "a9892dbc-feb0-4867-a88c-2fb2da42376d", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "port_range_min": null, "ethertype": "IPv4", "project_id": "d375e46f6f2b472db41ca16f2fc59215"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:05:32Z", "revision_number": 0, "id": "c6c5ce55-6d73-4a23-b2cc-e2e3eb1ff679", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T17:05:32Z", "security_group_id": "a9892dbc-feb0-4867-a88c-2fb2da42376d", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "port_range_min": null, "ethertype": "IPv6", "project_id": "d375e46f6f2b472db41ca16f2fc59215"}], "revision_number": 1, "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "a9892dbc-feb0-4867-a88c-2fb2da42376d", "name": "NeutronUtilsSecurityGroupTests-ff9b4c11-5924-431a-bb84-309d38f6a741name"}} 2018-06-29 17:05:33,037 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-8ce16611-c849-4e2a-a68e-9985356041b4 2018-06-29 17:05:33,038 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a9892dbc-feb0-4867-a88c-2fb2da42376d 2018-06-29 17:05:33,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=a9892dbc-feb0-4867-a88c-2fb2da42376d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99217bbed271aa7bf83ca6ecf46c6d4fc0843c01" 2018-06-29 17:05:33,238 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-ffffa58f-77ee-4654-aa4b-e5b172a29944 Date: Fri, 29 Jun 2018 17:05:33 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T17:05:32Z", "security_group_id": "a9892dbc-feb0-4867-a88c-2fb2da42376d", "port_range_min": null, "revision_number": 0, "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:05:32Z", "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "20e4cfee-4d88-4100-93bb-261b7b247951"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T17:05:32Z", "security_group_id": "a9892dbc-feb0-4867-a88c-2fb2da42376d", "port_range_min": null, "revision_number": 0, "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:05:32Z", "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "c6c5ce55-6d73-4a23-b2cc-e2e3eb1ff679"}]} 2018-06-29 17:05:33,238 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=a9892dbc-feb0-4867-a88c-2fb2da42376d used request id req-ffffa58f-77ee-4654-aa4b-e5b172a29944 2018-06-29 17:05:33,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-ff9b4c11-5924-431a-bb84-309d38f6a741name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99217bbed271aa7bf83ca6ecf46c6d4fc0843c01" 2018-06-29 17:05:33,452 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1406 X-Openstack-Request-Id: req-03c5b0f9-4fac-4a4e-8c0b-53f74fdf97e3 Date: Fri, 29 Jun 2018 17:05:33 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:05:32Z", "updated_at": "2018-06-29T17:05:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:05:32Z", "revision_number": 0, "id": "c6c5ce55-6d73-4a23-b2cc-e2e3eb1ff679", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T17:05:32Z", "security_group_id": "a9892dbc-feb0-4867-a88c-2fb2da42376d", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "port_range_min": null, "ethertype": "IPv6", "project_id": "d375e46f6f2b472db41ca16f2fc59215"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:05:32Z", "revision_number": 0, "id": "20e4cfee-4d88-4100-93bb-261b7b247951", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T17:05:32Z", "security_group_id": "a9892dbc-feb0-4867-a88c-2fb2da42376d", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "port_range_min": null, "ethertype": "IPv4", "project_id": "d375e46f6f2b472db41ca16f2fc59215"}], "revision_number": 1, "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "a9892dbc-feb0-4867-a88c-2fb2da42376d", "name": "NeutronUtilsSecurityGroupTests-ff9b4c11-5924-431a-bb84-309d38f6a741name"}]} 2018-06-29 17:05:33,452 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-ff9b4c11-5924-431a-bb84-309d38f6a741name used request id req-03c5b0f9-4fac-4a4e-8c0b-53f74fdf97e3 2018-06-29 17:05:33,452 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a9892dbc-feb0-4867-a88c-2fb2da42376d 2018-06-29 17:05:33,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=a9892dbc-feb0-4867-a88c-2fb2da42376d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99217bbed271aa7bf83ca6ecf46c6d4fc0843c01" 2018-06-29 17:05:33,654 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-15db684b-2aa1-470d-a497-bc6a2a4a1c51 Date: Fri, 29 Jun 2018 17:05:33 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T17:05:32Z", "security_group_id": "a9892dbc-feb0-4867-a88c-2fb2da42376d", "port_range_min": null, "revision_number": 0, "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:05:32Z", "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "20e4cfee-4d88-4100-93bb-261b7b247951"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T17:05:32Z", "security_group_id": "a9892dbc-feb0-4867-a88c-2fb2da42376d", "port_range_min": null, "revision_number": 0, "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:05:32Z", "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "c6c5ce55-6d73-4a23-b2cc-e2e3eb1ff679"}]} 2018-06-29 17:05:33,655 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=a9892dbc-feb0-4867-a88c-2fb2da42376d used request id req-15db684b-2aa1-470d-a497-bc6a2a4a1c51 2018-06-29 17:05:33,655 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-ff9b4c11-5924-431a-bb84-309d38f6a741name 2018-06-29 17:05:33,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/a9892dbc-feb0-4867-a88c-2fb2da42376d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99217bbed271aa7bf83ca6ecf46c6d4fc0843c01" 2018-06-29 17:05:34,003 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-57a4b60b-d2c3-447d-8be6-836c47ae105f Content-Length: 0 Date: Fri, 29 Jun 2018 17:05:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 17:05:34,004 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/a9892dbc-feb0-4867-a88c-2fb2da42376d used request id req-57a4b60b-d2c3-447d-8be6-836c47ae105f 2018-06-29 17:05:34,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-ff9b4c11-5924-431a-bb84-309d38f6a741name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99217bbed271aa7bf83ca6ecf46c6d4fc0843c01" 2018-06-29 17:05:34,210 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-27f0a654-d49d-410f-bf61-16cbb9daef91 Date: Fri, 29 Jun 2018 17:05:34 GMT RESP BODY: {"security_groups": []} 2018-06-29 17:05:34,210 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-ff9b4c11-5924-431a-bb84-309d38f6a741name used request id req-27f0a654-d49d-410f-bf61-16cbb9daef91 2018-06-29 17:05:34,212 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:05:34,624 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:05:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["g2OHRdxIR1mPCDtH00yAkQ"], "issued_at": "2018-06-29T17:05:34.000000Z"}} 2018-06-29 17:05:34,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}19a45a935c33a8942572d65eb45a6435be366a3c" 2018-06-29 17:05:34,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:05:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f16c2d3-fc7e-48d2-b809-195c00f16447 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:05:34,719 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-1f16c2d3-fc7e-48d2-b809-195c00f16447 2018-06-29 17:05:34,720 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-27057411-bed8-41b3-a699-311dcc23c744name-1 2018-06-29 17:05:34,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19a45a935c33a8942572d65eb45a6435be366a3c" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-27057411-bed8-41b3-a699-311dcc23c744name-1", "description": "hello group"}}' 2018-06-29 17:05:35,110 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1416 X-Openstack-Request-Id: req-36247768-a271-421b-b66e-42bfb9b9722b Date: Fri, 29 Jun 2018 17:05:35 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:05:35Z", "updated_at": "2018-06-29T17:05:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:05:35Z", "revision_number": 0, "id": "1c65af31-f1b9-440d-97c7-3f356a775c3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T17:05:35Z", "security_group_id": "09fbd4bc-1d08-4f86-bcf0-1fcb707056be", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "port_range_min": null, "ethertype": "IPv6", "project_id": "d375e46f6f2b472db41ca16f2fc59215"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:05:35Z", "revision_number": 0, "id": "7e98182d-700e-47bc-b838-c3bc50e362d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T17:05:35Z", "security_group_id": "09fbd4bc-1d08-4f86-bcf0-1fcb707056be", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "port_range_min": null, "ethertype": "IPv4", "project_id": "d375e46f6f2b472db41ca16f2fc59215"}], "revision_number": 1, "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "09fbd4bc-1d08-4f86-bcf0-1fcb707056be", "name": "NeutronUtilsSecurityGroupTests-27057411-bed8-41b3-a699-311dcc23c744name-1"}} 2018-06-29 17:05:35,110 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-36247768-a271-421b-b66e-42bfb9b9722b 2018-06-29 17:05:35,111 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 09fbd4bc-1d08-4f86-bcf0-1fcb707056be 2018-06-29 17:05:35,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=09fbd4bc-1d08-4f86-bcf0-1fcb707056be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19a45a935c33a8942572d65eb45a6435be366a3c" 2018-06-29 17:05:35,360 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-54409d6d-171f-416e-9a4c-dc875461b3c8 Date: Fri, 29 Jun 2018 17:05:35 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T17:05:35Z", "security_group_id": "09fbd4bc-1d08-4f86-bcf0-1fcb707056be", "port_range_min": null, "revision_number": 0, "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:05:35Z", "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "1c65af31-f1b9-440d-97c7-3f356a775c3b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T17:05:35Z", "security_group_id": "09fbd4bc-1d08-4f86-bcf0-1fcb707056be", "port_range_min": null, "revision_number": 0, "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:05:35Z", "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "7e98182d-700e-47bc-b838-c3bc50e362d5"}]} 2018-06-29 17:05:35,360 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=09fbd4bc-1d08-4f86-bcf0-1fcb707056be used request id req-54409d6d-171f-416e-9a4c-dc875461b3c8 2018-06-29 17:05:35,360 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-27057411-bed8-41b3-a699-311dcc23c744name-2 2018-06-29 17:05:35,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19a45a935c33a8942572d65eb45a6435be366a3c" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-27057411-bed8-41b3-a699-311dcc23c744name-2", "description": "hola group"}}' 2018-06-29 17:05:35,723 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1415 X-Openstack-Request-Id: req-b2752724-01c5-4a0d-b40a-85024a062118 Date: Fri, 29 Jun 2018 17:05:35 GMT RESP BODY: {"security_group": {"description": "hola group", "tags": [], "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:05:35Z", "updated_at": "2018-06-29T17:05:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:05:35Z", "revision_number": 0, "id": "21e8092e-3e74-425d-a593-bc1ffde95ae9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T17:05:35Z", "security_group_id": "4131c0c9-3f6a-41f7-9359-100fcd28889d", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "port_range_min": null, "ethertype": "IPv4", "project_id": "d375e46f6f2b472db41ca16f2fc59215"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:05:35Z", "revision_number": 0, "id": "9d770dc4-9d9c-44c9-b170-f6756400b1fb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T17:05:35Z", "security_group_id": "4131c0c9-3f6a-41f7-9359-100fcd28889d", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "port_range_min": null, "ethertype": "IPv6", "project_id": "d375e46f6f2b472db41ca16f2fc59215"}], "revision_number": 1, "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "4131c0c9-3f6a-41f7-9359-100fcd28889d", "name": "NeutronUtilsSecurityGroupTests-27057411-bed8-41b3-a699-311dcc23c744name-2"}} 2018-06-29 17:05:35,723 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-b2752724-01c5-4a0d-b40a-85024a062118 2018-06-29 17:05:35,723 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4131c0c9-3f6a-41f7-9359-100fcd28889d 2018-06-29 17:05:35,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=4131c0c9-3f6a-41f7-9359-100fcd28889d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19a45a935c33a8942572d65eb45a6435be366a3c" 2018-06-29 17:05:35,922 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-39da6b9b-2653-44f8-97e5-5ece550e5a64 Date: Fri, 29 Jun 2018 17:05:35 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T17:05:35Z", "security_group_id": "4131c0c9-3f6a-41f7-9359-100fcd28889d", "port_range_min": null, "revision_number": 0, "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:05:35Z", "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "21e8092e-3e74-425d-a593-bc1ffde95ae9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T17:05:35Z", "security_group_id": "4131c0c9-3f6a-41f7-9359-100fcd28889d", "port_range_min": null, "revision_number": 0, "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:05:35Z", "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "9d770dc4-9d9c-44c9-b170-f6756400b1fb"}]} 2018-06-29 17:05:35,922 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=4131c0c9-3f6a-41f7-9359-100fcd28889d used request id req-39da6b9b-2653-44f8-97e5-5ece550e5a64 2018-06-29 17:05:35,923 - neutron_utils - INFO - Listing the available security groups 2018-06-29 17:05:35,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19a45a935c33a8942572d65eb45a6435be366a3c" 2018-06-29 17:05:36,160 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9735 X-Openstack-Request-Id: req-7beb686c-f59f-4ff4-b786-dfd0054341a2 Date: Fri, 29 Jun 2018 17:05:36 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:05:35Z", "updated_at": "2018-06-29T17:05:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:05:35Z", "revision_number": 0, "id": "7e98182d-700e-47bc-b838-c3bc50e362d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T17:05:35Z", "security_group_id": "09fbd4bc-1d08-4f86-bcf0-1fcb707056be", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "port_range_min": null, "ethertype": "IPv4", "project_id": "d375e46f6f2b472db41ca16f2fc59215"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:05:35Z", "revision_number": 0, "id": "1c65af31-f1b9-440d-97c7-3f356a775c3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T17:05:35Z", "security_group_id": "09fbd4bc-1d08-4f86-bcf0-1fcb707056be", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "port_range_min": null, "ethertype": "IPv6", "project_id": "d375e46f6f2b472db41ca16f2fc59215"}], "revision_number": 1, "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "09fbd4bc-1d08-4f86-bcf0-1fcb707056be", "name": "NeutronUtilsSecurityGroupTests-27057411-bed8-41b3-a699-311dcc23c744name-1"}, {"description": "hola group", "tags": [], "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:05:35Z", "updated_at": "2018-06-29T17:05:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:05:35Z", "revision_number": 0, "id": "9d770dc4-9d9c-44c9-b170-f6756400b1fb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T17:05:35Z", "security_group_id": "4131c0c9-3f6a-41f7-9359-100fcd28889d", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "port_range_min": null, "ethertype": "IPv6", "project_id": "d375e46f6f2b472db41ca16f2fc59215"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:05:35Z", "revision_number": 0, "id": "21e8092e-3e74-425d-a593-bc1ffde95ae9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T17:05:35Z", "security_group_id": "4131c0c9-3f6a-41f7-9359-100fcd28889d", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "port_range_min": null, "ethertype": "IPv4", "project_id": "d375e46f6f2b472db41ca16f2fc59215"}], "revision_number": 1, "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "4131c0c9-3f6a-41f7-9359-100fcd28889d", "name": "NeutronUtilsSecurityGroupTests-27057411-bed8-41b3-a699-311dcc23c744name-2"}, {"description": "Default security group", "tags": [], "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:01:52Z", "updated_at": "2018-06-29T17:01:52Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:01:52Z", "revision_number": 0, "id": "f119ac48-f3ed-479c-932b-b3aa6716f7a6", "remote_group_id": "80203172-2d27-4ac0-ba1b-ce925c9da636", "remote_ip_prefix": null, "created_at": "2018-06-29T17:01:52Z", "security_group_id": "80203172-2d27-4ac0-ba1b-ce925c9da636", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "port_range_min": null, "ethertype": "IPv6", "project_id": "d375e46f6f2b472db41ca16f2fc59215"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:01:52Z", "revision_number": 0, "id": "c97db31e-f2ee-41b2-ab53-b1b18867f02a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T17:01:52Z", "security_group_id": "80203172-2d27-4ac0-ba1b-ce925c9da636", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "port_range_min": null, "ethertype": "IPv4", "project_id": "d375e46f6f2b472db41ca16f2fc59215"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:01:52Z", "revision_number": 0, "id": "4ea5d9f4-8904-4af2-914e-b0bea0308f00", "remote_group_id": "80203172-2d27-4ac0-ba1b-ce925c9da636", "remote_ip_prefix": null, "created_at": "2018-06-29T17:01:52Z", "security_group_id": "80203172-2d27-4ac0-ba1b-ce925c9da636", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "port_range_min": null, "ethertype": "IPv4", "project_id": "d375e46f6f2b472db41ca16f2fc59215"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:01:52Z", "revision_number": 0, "id": "b6cc2659-5f45-4aec-8267-b28b4dd1e768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T17:01:52Z", "security_group_id": "80203172-2d27-4ac0-ba1b-ce925c9da636", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "port_range_min": null, "ethertype": "IPv6", "project_id": "d375e46f6f2b472db41ca16f2fc59215"}], "revision_number": 1, "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "80203172-2d27-4ac0-ba1b-ce925c9da636", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-06-29T17:03:33Z", "updated_at": "2018-06-29T17:03:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:03:33Z", "revision_number": 0, "id": "b25b38a3-0802-4069-8076-868564e90c9e", "remote_group_id": "c3103ce9-9f37-430f-8313-8865115c2d6c", "remote_ip_prefix": null, "created_at": "2018-06-29T17:03:33Z", "security_group_id": "c3103ce9-9f37-430f-8313-8865115c2d6c", "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-29T17:03:33Z", "revision_number": 0, "id": "0b0d5c10-36c5-423b-959f-d8362b6a211b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T17:03:33Z", "security_group_id": "c3103ce9-9f37-430f-8313-8865115c2d6c", "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-29T17:03:33Z", "revision_number": 0, "id": "a7f137ed-89a6-4392-a4ba-cbdc34ca9df5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T17:03:33Z", "security_group_id": "c3103ce9-9f37-430f-8313-8865115c2d6c", "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-29T17:03:33Z", "revision_number": 0, "id": "4faedaa3-7268-4692-b1fa-9331739545fe", "remote_group_id": "c3103ce9-9f37-430f-8313-8865115c2d6c", "remote_ip_prefix": null, "created_at": "2018-06-29T17:03:33Z", "security_group_id": "c3103ce9-9f37-430f-8313-8865115c2d6c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "c3103ce9-9f37-430f-8313-8865115c2d6c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec057e7f82e1407bad00c8c132267cb0", "created_at": "2018-06-29T16:57:50Z", "updated_at": "2018-06-29T16:57:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T16:57:50Z", "revision_number": 0, "id": "6cde4f71-905a-4699-bc01-4a70c049e0fb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T16:57:50Z", "security_group_id": "f48c376b-f015-42a5-ae60-e831d97e5bf5", "tenant_id": "ec057e7f82e1407bad00c8c132267cb0", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec057e7f82e1407bad00c8c132267cb0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T16:57:50Z", "revision_number": 0, "id": "a29c6512-34e4-479a-9555-57814e6eb8bf", "remote_group_id": "f48c376b-f015-42a5-ae60-e831d97e5bf5", "remote_ip_prefix": null, "created_at": "2018-06-29T16:57:50Z", "security_group_id": "f48c376b-f015-42a5-ae60-e831d97e5bf5", "tenant_id": "ec057e7f82e1407bad00c8c132267cb0", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec057e7f82e1407bad00c8c132267cb0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T16:57:50Z", "revision_number": 0, "id": "bd1506bd-c5ae-46b4-93c6-12cfee1de4ac", "remote_group_id": "f48c376b-f015-42a5-ae60-e831d97e5bf5", "remote_ip_prefix": null, "created_at": "2018-06-29T16:57:50Z", "security_group_id": "f48c376b-f015-42a5-ae60-e831d97e5bf5", "tenant_id": "ec057e7f82e1407bad00c8c132267cb0", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec057e7f82e1407bad00c8c132267cb0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T16:57:50Z", "revision_number": 0, "id": "728ee50f-d71d-463c-a048-423c24d7725a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T16:57:50Z", "security_group_id": "f48c376b-f015-42a5-ae60-e831d97e5bf5", "tenant_id": "ec057e7f82e1407bad00c8c132267cb0", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec057e7f82e1407bad00c8c132267cb0"}], "revision_number": 1, "project_id": "ec057e7f82e1407bad00c8c132267cb0", "id": "f48c376b-f015-42a5-ae60-e831d97e5bf5", "name": "default"}]} 2018-06-29 17:05:36,160 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-7beb686c-f59f-4ff4-b786-dfd0054341a2 2018-06-29 17:05:36,161 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 09fbd4bc-1d08-4f86-bcf0-1fcb707056be 2018-06-29 17:05:36,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=09fbd4bc-1d08-4f86-bcf0-1fcb707056be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19a45a935c33a8942572d65eb45a6435be366a3c" 2018-06-29 17:05:36,353 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-383302e7-775c-42a2-ac30-8cb2dcb31947 Date: Fri, 29 Jun 2018 17:05:36 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T17:05:35Z", "security_group_id": "09fbd4bc-1d08-4f86-bcf0-1fcb707056be", "port_range_min": null, "revision_number": 0, "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:05:35Z", "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "1c65af31-f1b9-440d-97c7-3f356a775c3b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T17:05:35Z", "security_group_id": "09fbd4bc-1d08-4f86-bcf0-1fcb707056be", "port_range_min": null, "revision_number": 0, "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:05:35Z", "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "7e98182d-700e-47bc-b838-c3bc50e362d5"}]} 2018-06-29 17:05:36,353 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=09fbd4bc-1d08-4f86-bcf0-1fcb707056be used request id req-383302e7-775c-42a2-ac30-8cb2dcb31947 2018-06-29 17:05:36,353 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4131c0c9-3f6a-41f7-9359-100fcd28889d 2018-06-29 17:05:36,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=4131c0c9-3f6a-41f7-9359-100fcd28889d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19a45a935c33a8942572d65eb45a6435be366a3c" 2018-06-29 17:05:36,557 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-97c94c70-efee-47da-865e-ef6f6710af93 Date: Fri, 29 Jun 2018 17:05:36 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T17:05:35Z", "security_group_id": "4131c0c9-3f6a-41f7-9359-100fcd28889d", "port_range_min": null, "revision_number": 0, "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:05:35Z", "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "21e8092e-3e74-425d-a593-bc1ffde95ae9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T17:05:35Z", "security_group_id": "4131c0c9-3f6a-41f7-9359-100fcd28889d", "port_range_min": null, "revision_number": 0, "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:05:35Z", "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "9d770dc4-9d9c-44c9-b170-f6756400b1fb"}]} 2018-06-29 17:05:36,557 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=4131c0c9-3f6a-41f7-9359-100fcd28889d used request id req-97c94c70-efee-47da-865e-ef6f6710af93 2018-06-29 17:05:36,558 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 80203172-2d27-4ac0-ba1b-ce925c9da636 2018-06-29 17:05:36,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=80203172-2d27-4ac0-ba1b-ce925c9da636 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19a45a935c33a8942572d65eb45a6435be366a3c" 2018-06-29 17:05:36,753 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-db11951b-7f87-4f5f-a063-0fa38da528f7 Date: Fri, 29 Jun 2018 17:05:36 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "80203172-2d27-4ac0-ba1b-ce925c9da636", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T17:01:52Z", "security_group_id": "80203172-2d27-4ac0-ba1b-ce925c9da636", "port_range_min": null, "revision_number": 0, "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:01:52Z", "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "4ea5d9f4-8904-4af2-914e-b0bea0308f00"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T17:01:52Z", "security_group_id": "80203172-2d27-4ac0-ba1b-ce925c9da636", "port_range_min": null, "revision_number": 0, "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:01:52Z", "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "b6cc2659-5f45-4aec-8267-b28b4dd1e768"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T17:01:52Z", "security_group_id": "80203172-2d27-4ac0-ba1b-ce925c9da636", "port_range_min": null, "revision_number": 0, "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:01:52Z", "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "c97db31e-f2ee-41b2-ab53-b1b18867f02a"}, {"remote_group_id": "80203172-2d27-4ac0-ba1b-ce925c9da636", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T17:01:52Z", "security_group_id": "80203172-2d27-4ac0-ba1b-ce925c9da636", "port_range_min": null, "revision_number": 0, "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:01:52Z", "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "f119ac48-f3ed-479c-932b-b3aa6716f7a6"}]} 2018-06-29 17:05:36,754 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=80203172-2d27-4ac0-ba1b-ce925c9da636 used request id req-db11951b-7f87-4f5f-a063-0fa38da528f7 2018-06-29 17:05:36,754 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c3103ce9-9f37-430f-8313-8865115c2d6c 2018-06-29 17:05:36,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=c3103ce9-9f37-430f-8313-8865115c2d6c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19a45a935c33a8942572d65eb45a6435be366a3c" 2018-06-29 17:05:36,948 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1792 X-Openstack-Request-Id: req-07da19c5-c26e-4e02-92da-dd011e73d0be Date: Fri, 29 Jun 2018 17:05:36 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T17:03:33Z", "security_group_id": "c3103ce9-9f37-430f-8313-8865115c2d6c", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-06-29T17:03:33Z", "project_id": "", "id": "0b0d5c10-36c5-423b-959f-d8362b6a211b"}, {"remote_group_id": "c3103ce9-9f37-430f-8313-8865115c2d6c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T17:03:33Z", "security_group_id": "c3103ce9-9f37-430f-8313-8865115c2d6c", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-06-29T17:03:33Z", "project_id": "", "id": "4faedaa3-7268-4692-b1fa-9331739545fe"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T17:03:33Z", "security_group_id": "c3103ce9-9f37-430f-8313-8865115c2d6c", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-06-29T17:03:33Z", "project_id": "", "id": "a7f137ed-89a6-4392-a4ba-cbdc34ca9df5"}, {"remote_group_id": "c3103ce9-9f37-430f-8313-8865115c2d6c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T17:03:33Z", "security_group_id": "c3103ce9-9f37-430f-8313-8865115c2d6c", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-06-29T17:03:33Z", "project_id": "", "id": "b25b38a3-0802-4069-8076-868564e90c9e"}]} 2018-06-29 17:05:36,949 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=c3103ce9-9f37-430f-8313-8865115c2d6c used request id req-07da19c5-c26e-4e02-92da-dd011e73d0be 2018-06-29 17:05:36,949 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f48c376b-f015-42a5-ae60-e831d97e5bf5 2018-06-29 17:05:36,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=f48c376b-f015-42a5-ae60-e831d97e5bf5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19a45a935c33a8942572d65eb45a6435be366a3c" 2018-06-29 17:05:36,975 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-ea130e5b-5aca-4652-875e-1abf7a5bbf0c Date: Fri, 29 Jun 2018 17:05:36 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T16:57:50Z", "security_group_id": "f48c376b-f015-42a5-ae60-e831d97e5bf5", "port_range_min": null, "revision_number": 0, "tenant_id": "ec057e7f82e1407bad00c8c132267cb0", "created_at": "2018-06-29T16:57:50Z", "project_id": "ec057e7f82e1407bad00c8c132267cb0", "id": "6cde4f71-905a-4699-bc01-4a70c049e0fb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T16:57:50Z", "security_group_id": "f48c376b-f015-42a5-ae60-e831d97e5bf5", "port_range_min": null, "revision_number": 0, "tenant_id": "ec057e7f82e1407bad00c8c132267cb0", "created_at": "2018-06-29T16:57:50Z", "project_id": "ec057e7f82e1407bad00c8c132267cb0", "id": "728ee50f-d71d-463c-a048-423c24d7725a"}, {"remote_group_id": "f48c376b-f015-42a5-ae60-e831d97e5bf5", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T16:57:50Z", "security_group_id": "f48c376b-f015-42a5-ae60-e831d97e5bf5", "port_range_min": null, "revision_number": 0, "tenant_id": "ec057e7f82e1407bad00c8c132267cb0", "created_at": "2018-06-29T16:57:50Z", "project_id": "ec057e7f82e1407bad00c8c132267cb0", "id": "a29c6512-34e4-479a-9555-57814e6eb8bf"}, {"remote_group_id": "f48c376b-f015-42a5-ae60-e831d97e5bf5", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T16:57:50Z", "security_group_id": "f48c376b-f015-42a5-ae60-e831d97e5bf5", "port_range_min": null, "revision_number": 0, "tenant_id": "ec057e7f82e1407bad00c8c132267cb0", "created_at": "2018-06-29T16:57:50Z", "project_id": "ec057e7f82e1407bad00c8c132267cb0", "id": "bd1506bd-c5ae-46b4-93c6-12cfee1de4ac"}]} 2018-06-29 17:05:36,976 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=f48c376b-f015-42a5-ae60-e831d97e5bf5 used request id req-ea130e5b-5aca-4652-875e-1abf7a5bbf0c 2018-06-29 17:05:36,976 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-27057411-bed8-41b3-a699-311dcc23c744name-1 2018-06-29 17:05:36,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/09fbd4bc-1d08-4f86-bcf0-1fcb707056be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19a45a935c33a8942572d65eb45a6435be366a3c" 2018-06-29 17:05:37,121 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-97821914-626e-41a3-84ad-e7efdcbc884d Content-Length: 0 Date: Fri, 29 Jun 2018 17:05:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 17:05:37,121 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/09fbd4bc-1d08-4f86-bcf0-1fcb707056be used request id req-97821914-626e-41a3-84ad-e7efdcbc884d 2018-06-29 17:05:37,121 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-27057411-bed8-41b3-a699-311dcc23c744name-2 2018-06-29 17:05:37,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/4131c0c9-3f6a-41f7-9359-100fcd28889d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19a45a935c33a8942572d65eb45a6435be366a3c" 2018-06-29 17:05:37,499 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e3c45dc3-1048-48b2-a525-ea32064422db Content-Length: 0 Date: Fri, 29 Jun 2018 17:05:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 17:05:37,499 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/4131c0c9-3f6a-41f7-9359-100fcd28889d used request id req-e3c45dc3-1048-48b2-a525-ea32064422db 2018-06-29 17:05:37,500 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:05:37,894 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:05:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["jdwz47zvQW2WL1rXlBU52Q"], "issued_at": "2018-06-29T17:05:37.000000Z"}} 2018-06-29 17:05:37,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}b85fd0ae2f8266c98f8ece9785d8a9da41641050" 2018-06-29 17:05:37,981 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:05:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b1f44bc-4e74-4a81-8db6-dcaabe533b6d 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:05:37,981 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-8b1f44bc-4e74-4a81-8db6-dcaabe533b6d 2018-06-29 17:05:37,983 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:05:38,390 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:05:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["j00SebusTGazTPPtnP8aIQ"], "issued_at": "2018-06-29T17:05:38.000000Z"}} 2018-06-29 17:05:38,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}d7f1d3ee423b48bd442bb92c0f7673cceebf612b" 2018-06-29 17:05:38,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:05:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5393aa48-ad15-497a-8bab-40b4701d649f 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:05:38,478 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-5393aa48-ad15-497a-8bab-40b4701d649f 2018-06-29 17:05:38,479 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-056a7cfe-6cc2-4fc7-ad06-c550c0367402name 2018-06-29 17:05:38,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7f1d3ee423b48bd442bb92c0f7673cceebf612b" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-056a7cfe-6cc2-4fc7-ad06-c550c0367402name", "description": "hello group"}}' 2018-06-29 17:05:38,843 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-02fd5786-4503-4d19-909c-341ee02f9800 Date: Fri, 29 Jun 2018 17:05:38 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:05:38Z", "updated_at": "2018-06-29T17:05:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:05:38Z", "revision_number": 0, "id": "20e041b3-f8bb-4d41-924b-f9e0017c0513", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T17:05:38Z", "security_group_id": "8703b635-1794-4dd7-bd23-dbc215b3297a", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "port_range_min": null, "ethertype": "IPv4", "project_id": "d375e46f6f2b472db41ca16f2fc59215"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:05:38Z", "revision_number": 0, "id": "4c1521e3-ce1d-42d0-ac01-5fa167164d69", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T17:05:38Z", "security_group_id": "8703b635-1794-4dd7-bd23-dbc215b3297a", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "port_range_min": null, "ethertype": "IPv6", "project_id": "d375e46f6f2b472db41ca16f2fc59215"}], "revision_number": 1, "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "8703b635-1794-4dd7-bd23-dbc215b3297a", "name": "NeutronUtilsSecurityGroupTests-056a7cfe-6cc2-4fc7-ad06-c550c0367402name"}} 2018-06-29 17:05:38,843 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-02fd5786-4503-4d19-909c-341ee02f9800 2018-06-29 17:05:38,844 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8703b635-1794-4dd7-bd23-dbc215b3297a 2018-06-29 17:05:38,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=8703b635-1794-4dd7-bd23-dbc215b3297a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7f1d3ee423b48bd442bb92c0f7673cceebf612b" 2018-06-29 17:05:39,038 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-62d31a86-1f0e-4889-99f3-80e9489998ab Date: Fri, 29 Jun 2018 17:05:39 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T17:05:38Z", "security_group_id": "8703b635-1794-4dd7-bd23-dbc215b3297a", "port_range_min": null, "revision_number": 0, "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:05:38Z", "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "20e041b3-f8bb-4d41-924b-f9e0017c0513"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T17:05:38Z", "security_group_id": "8703b635-1794-4dd7-bd23-dbc215b3297a", "port_range_min": null, "revision_number": 0, "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:05:38Z", "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "4c1521e3-ce1d-42d0-ac01-5fa167164d69"}]} 2018-06-29 17:05:39,038 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=8703b635-1794-4dd7-bd23-dbc215b3297a used request id req-62d31a86-1f0e-4889-99f3-80e9489998ab 2018-06-29 17:05:39,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-056a7cfe-6cc2-4fc7-ad06-c550c0367402name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7f1d3ee423b48bd442bb92c0f7673cceebf612b" 2018-06-29 17:05:39,270 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1417 X-Openstack-Request-Id: req-7aa0f977-4270-4887-84a5-9aa195cec9e7 Date: Fri, 29 Jun 2018 17:05:39 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:05:38Z", "updated_at": "2018-06-29T17:05:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:05:38Z", "revision_number": 0, "id": "4c1521e3-ce1d-42d0-ac01-5fa167164d69", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T17:05:38Z", "security_group_id": "8703b635-1794-4dd7-bd23-dbc215b3297a", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "port_range_min": null, "ethertype": "IPv6", "project_id": "d375e46f6f2b472db41ca16f2fc59215"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:05:38Z", "revision_number": 0, "id": "20e041b3-f8bb-4d41-924b-f9e0017c0513", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T17:05:38Z", "security_group_id": "8703b635-1794-4dd7-bd23-dbc215b3297a", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "port_range_min": null, "ethertype": "IPv4", "project_id": "d375e46f6f2b472db41ca16f2fc59215"}], "revision_number": 1, "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "8703b635-1794-4dd7-bd23-dbc215b3297a", "name": "NeutronUtilsSecurityGroupTests-056a7cfe-6cc2-4fc7-ad06-c550c0367402name"}]} 2018-06-29 17:05:39,270 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-056a7cfe-6cc2-4fc7-ad06-c550c0367402name&description=hello+group used request id req-7aa0f977-4270-4887-84a5-9aa195cec9e7 2018-06-29 17:05:39,270 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8703b635-1794-4dd7-bd23-dbc215b3297a 2018-06-29 17:05:39,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=8703b635-1794-4dd7-bd23-dbc215b3297a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7f1d3ee423b48bd442bb92c0f7673cceebf612b" 2018-06-29 17:05:39,324 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-bfd6f95d-4fcb-44a4-90ac-15b1c769a9e0 Date: Fri, 29 Jun 2018 17:05:39 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T17:05:38Z", "security_group_id": "8703b635-1794-4dd7-bd23-dbc215b3297a", "port_range_min": null, "revision_number": 0, "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:05:38Z", "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "20e041b3-f8bb-4d41-924b-f9e0017c0513"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T17:05:38Z", "security_group_id": "8703b635-1794-4dd7-bd23-dbc215b3297a", "port_range_min": null, "revision_number": 0, "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:05:38Z", "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "4c1521e3-ce1d-42d0-ac01-5fa167164d69"}]} 2018-06-29 17:05:39,324 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=8703b635-1794-4dd7-bd23-dbc215b3297a used request id req-bfd6f95d-4fcb-44a4-90ac-15b1c769a9e0 2018-06-29 17:05:39,325 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-056a7cfe-6cc2-4fc7-ad06-c550c0367402name 2018-06-29 17:05:39,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/8703b635-1794-4dd7-bd23-dbc215b3297a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7f1d3ee423b48bd442bb92c0f7673cceebf612b" 2018-06-29 17:05:39,653 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-12358a0d-cf77-4d84-a1dd-67aaa393046b Content-Length: 0 Date: Fri, 29 Jun 2018 17:05:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 17:05:39,654 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/8703b635-1794-4dd7-bd23-dbc215b3297a used request id req-12358a0d-cf77-4d84-a1dd-67aaa393046b 2018-06-29 17:05:39,655 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:05:40,057 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:05:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["4aaRz0Y_Q6aEE9BFqoHG7w"], "issued_at": "2018-06-29T17:05:40.000000Z"}} 2018-06-29 17:05:40,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}28b1c1511c944711670789d75f02561c54548cc3" 2018-06-29 17:05:40,154 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:05:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef9df039-7d40-49df-b493-3e46e722d04a 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:05:40,155 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-ef9df039-7d40-49df-b493-3e46e722d04a 2018-06-29 17:05:40,156 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-0412382d-917f-4680-964e-9002a33794efname 2018-06-29 17:05:40,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28b1c1511c944711670789d75f02561c54548cc3" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-0412382d-917f-4680-964e-9002a33794efname", "description": "hello group"}}' 2018-06-29 17:05:40,541 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-f3e2c131-be75-4243-bc78-10d2c50db6c8 Date: Fri, 29 Jun 2018 17:05:40 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:05:40Z", "updated_at": "2018-06-29T17:05:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:05:40Z", "revision_number": 0, "id": "95b32831-676b-4759-a305-2fde05c51105", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T17:05:40Z", "security_group_id": "d1a0cda7-8da0-45c7-b137-034177cd4efa", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "port_range_min": null, "ethertype": "IPv6", "project_id": "d375e46f6f2b472db41ca16f2fc59215"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:05:40Z", "revision_number": 0, "id": "d9c2e0c0-36fa-4abe-8361-adfa2c5473a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T17:05:40Z", "security_group_id": "d1a0cda7-8da0-45c7-b137-034177cd4efa", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "port_range_min": null, "ethertype": "IPv4", "project_id": "d375e46f6f2b472db41ca16f2fc59215"}], "revision_number": 1, "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "d1a0cda7-8da0-45c7-b137-034177cd4efa", "name": "NeutronUtilsSecurityGroupTests-0412382d-917f-4680-964e-9002a33794efname"}} 2018-06-29 17:05:40,541 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-f3e2c131-be75-4243-bc78-10d2c50db6c8 2018-06-29 17:05:40,542 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d1a0cda7-8da0-45c7-b137-034177cd4efa 2018-06-29 17:05:40,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d1a0cda7-8da0-45c7-b137-034177cd4efa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28b1c1511c944711670789d75f02561c54548cc3" 2018-06-29 17:05:40,774 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-8ace4030-999e-483f-91cd-eebd6eb1563d Date: Fri, 29 Jun 2018 17:05:40 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T17:05:40Z", "security_group_id": "d1a0cda7-8da0-45c7-b137-034177cd4efa", "port_range_min": null, "revision_number": 0, "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:05:40Z", "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "95b32831-676b-4759-a305-2fde05c51105"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T17:05:40Z", "security_group_id": "d1a0cda7-8da0-45c7-b137-034177cd4efa", "port_range_min": null, "revision_number": 0, "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:05:40Z", "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "d9c2e0c0-36fa-4abe-8361-adfa2c5473a7"}]} 2018-06-29 17:05:40,774 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d1a0cda7-8da0-45c7-b137-034177cd4efa used request id req-8ace4030-999e-483f-91cd-eebd6eb1563d 2018-06-29 17:05:40,774 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d1a0cda7-8da0-45c7-b137-034177cd4efa 2018-06-29 17:05:40,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d1a0cda7-8da0-45c7-b137-034177cd4efa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28b1c1511c944711670789d75f02561c54548cc3" 2018-06-29 17:05:41,003 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-32fcbfa1-8c49-41fd-868f-47a7bae85f53 Date: Fri, 29 Jun 2018 17:05:41 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-29T17:05:40Z", "security_group_id": "d1a0cda7-8da0-45c7-b137-034177cd4efa", "port_range_min": null, "revision_number": 0, "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:05:40Z", "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "95b32831-676b-4759-a305-2fde05c51105"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T17:05:40Z", "security_group_id": "d1a0cda7-8da0-45c7-b137-034177cd4efa", "port_range_min": null, "revision_number": 0, "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:05:40Z", "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "d9c2e0c0-36fa-4abe-8361-adfa2c5473a7"}]} 2018-06-29 17:05:41,003 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d1a0cda7-8da0-45c7-b137-034177cd4efa used request id req-32fcbfa1-8c49-41fd-868f-47a7bae85f53 2018-06-29 17:05:41,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}28b1c1511c944711670789d75f02561c54548cc3" 2018-06-29 17:05:41,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:05:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af5f6619-4cbf-489f-a671-207c7383f3ff 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:05:41,094 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-af5f6619-4cbf-489f-a671-207c7383f3ff 2018-06-29 17:05:41,096 - neutron_utils - INFO - Creating security group to security group - NeutronUtilsSecurityGroupTests-0412382d-917f-4680-964e-9002a33794efname 2018-06-29 17:05:41,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-0412382d-917f-4680-964e-9002a33794efname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28b1c1511c944711670789d75f02561c54548cc3" 2018-06-29 17:05:41,310 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1417 X-Openstack-Request-Id: req-55466b91-da3d-4e70-b163-741f72ee3afb Date: Fri, 29 Jun 2018 17:05:41 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:05:40Z", "updated_at": "2018-06-29T17:05:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:05:40Z", "revision_number": 0, "id": "d9c2e0c0-36fa-4abe-8361-adfa2c5473a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T17:05:40Z", "security_group_id": "d1a0cda7-8da0-45c7-b137-034177cd4efa", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "port_range_min": null, "ethertype": "IPv4", "project_id": "d375e46f6f2b472db41ca16f2fc59215"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:05:40Z", "revision_number": 0, "id": "95b32831-676b-4759-a305-2fde05c51105", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T17:05:40Z", "security_group_id": "d1a0cda7-8da0-45c7-b137-034177cd4efa", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "port_range_min": null, "ethertype": "IPv6", "project_id": "d375e46f6f2b472db41ca16f2fc59215"}], "revision_number": 1, "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "d1a0cda7-8da0-45c7-b137-034177cd4efa", "name": "NeutronUtilsSecurityGroupTests-0412382d-917f-4680-964e-9002a33794efname"}]} 2018-06-29 17:05:41,311 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-0412382d-917f-4680-964e-9002a33794efname used request id req-55466b91-da3d-4e70-b163-741f72ee3afb 2018-06-29 17:05:41,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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 17:05:41,319 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 17:05: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 17:05:41,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28b1c1511c944711670789d75f02561c54548cc3" 2018-06-29 17:05:41,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:05:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83bbef37-c001-47d3-8b0b-3f17e2c3afa2 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.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}} 2018-06-29 17:05:41,422 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 used request id req-83bbef37-c001-47d3-8b0b-3f17e2c3afa2 2018-06-29 17:05:41,422 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d1a0cda7-8da0-45c7-b137-034177cd4efa 2018-06-29 17:05:41,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d1a0cda7-8da0-45c7-b137-034177cd4efa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28b1c1511c944711670789d75f02561c54548cc3" 2018-06-29 17:05:41,625 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a7a60ece-820e-4162-989f-6f4dca73c14a Date: Fri, 29 Jun 2018 17:05:41 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-29T17:05:40Z", "security_group_id": "d1a0cda7-8da0-45c7-b137-034177cd4efa", "port_range_min": null, "revision_number": 0, "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:05:40Z", "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "95b32831-676b-4759-a305-2fde05c51105"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T17:05:40Z", "security_group_id": "d1a0cda7-8da0-45c7-b137-034177cd4efa", "port_range_min": null, "revision_number": 0, "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:05:40Z", "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "d9c2e0c0-36fa-4abe-8361-adfa2c5473a7"}]} 2018-06-29 17:05:41,625 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d1a0cda7-8da0-45c7-b137-034177cd4efa used request id req-a7a60ece-820e-4162-989f-6f4dca73c14a 2018-06-29 17:05:41,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30: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}28b1c1511c944711670789d75f02561c54548cc3" -d '{"security_group_rule": {"direction": "ingress", "security_group_id": "d1a0cda7-8da0-45c7-b137-034177cd4efa"}}' 2018-06-29 17:05:41,993 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 510 X-Openstack-Request-Id: req-c7d2b649-13a9-4eb7-8462-7df5fb7d7fcf Date: Fri, 29 Jun 2018 17:05:41 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-29T17:05:41Z", "security_group_id": "d1a0cda7-8da0-45c7-b137-034177cd4efa", "port_range_min": null, "revision_number": 0, "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:05:41Z", "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "805db416-01ed-46c5-8d68-c688a5c17ab5"}} 2018-06-29 17:05:41,993 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules used request id req-c7d2b649-13a9-4eb7-8462-7df5fb7d7fcf 2018-06-29 17:05:42,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-0412382d-917f-4680-964e-9002a33794efname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28b1c1511c944711670789d75f02561c54548cc3" 2018-06-29 17:05:42,219 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-db937771-7285-4581-9b2b-7c4b50c73747 Date: Fri, 29 Jun 2018 17:05:42 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:05:40Z", "updated_at": "2018-06-29T17:05:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:05:40Z", "revision_number": 0, "id": "d9c2e0c0-36fa-4abe-8361-adfa2c5473a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T17:05:40Z", "security_group_id": "d1a0cda7-8da0-45c7-b137-034177cd4efa", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "port_range_min": null, "ethertype": "IPv4", "project_id": "d375e46f6f2b472db41ca16f2fc59215"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:05:40Z", "revision_number": 0, "id": "95b32831-676b-4759-a305-2fde05c51105", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T17:05:40Z", "security_group_id": "d1a0cda7-8da0-45c7-b137-034177cd4efa", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "port_range_min": null, "ethertype": "IPv6", "project_id": "d375e46f6f2b472db41ca16f2fc59215"}, {"direction": "ingress", "protocol": null, "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:05:41Z", "revision_number": 0, "id": "805db416-01ed-46c5-8d68-c688a5c17ab5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T17:05:41Z", "security_group_id": "d1a0cda7-8da0-45c7-b137-034177cd4efa", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "port_range_min": null, "ethertype": "IPv4", "project_id": "d375e46f6f2b472db41ca16f2fc59215"}], "revision_number": 2, "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "d1a0cda7-8da0-45c7-b137-034177cd4efa", "name": "NeutronUtilsSecurityGroupTests-0412382d-917f-4680-964e-9002a33794efname"}]} 2018-06-29 17:05:42,220 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-0412382d-917f-4680-964e-9002a33794efname&description=hello+group used request id req-db937771-7285-4581-9b2b-7c4b50c73747 2018-06-29 17:05:42,220 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d1a0cda7-8da0-45c7-b137-034177cd4efa 2018-06-29 17:05:42,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d1a0cda7-8da0-45c7-b137-034177cd4efa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28b1c1511c944711670789d75f02561c54548cc3" 2018-06-29 17:05:42,450 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-dc6a5ed7-aa20-48fc-9f69-8dab7e991bec Date: Fri, 29 Jun 2018 17:05:42 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-29T17:05:41Z", "security_group_id": "d1a0cda7-8da0-45c7-b137-034177cd4efa", "port_range_min": null, "revision_number": 0, "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:05:41Z", "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "805db416-01ed-46c5-8d68-c688a5c17ab5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T17:05:40Z", "security_group_id": "d1a0cda7-8da0-45c7-b137-034177cd4efa", "port_range_min": null, "revision_number": 0, "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:05:40Z", "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "95b32831-676b-4759-a305-2fde05c51105"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T17:05:40Z", "security_group_id": "d1a0cda7-8da0-45c7-b137-034177cd4efa", "port_range_min": null, "revision_number": 0, "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:05:40Z", "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "d9c2e0c0-36fa-4abe-8361-adfa2c5473a7"}]} 2018-06-29 17:05:42,451 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d1a0cda7-8da0-45c7-b137-034177cd4efa used request id req-dc6a5ed7-aa20-48fc-9f69-8dab7e991bec 2018-06-29 17:05:42,451 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d1a0cda7-8da0-45c7-b137-034177cd4efa 2018-06-29 17:05:42,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d1a0cda7-8da0-45c7-b137-034177cd4efa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28b1c1511c944711670789d75f02561c54548cc3" 2018-06-29 17:05:42,758 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-9adbbcf6-bbed-48c2-80cc-fb6fa817ce3a Date: Fri, 29 Jun 2018 17:05:42 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-29T17:05:41Z", "security_group_id": "d1a0cda7-8da0-45c7-b137-034177cd4efa", "port_range_min": null, "revision_number": 0, "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:05:41Z", "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "805db416-01ed-46c5-8d68-c688a5c17ab5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T17:05:40Z", "security_group_id": "d1a0cda7-8da0-45c7-b137-034177cd4efa", "port_range_min": null, "revision_number": 0, "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:05:40Z", "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "95b32831-676b-4759-a305-2fde05c51105"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T17:05:40Z", "security_group_id": "d1a0cda7-8da0-45c7-b137-034177cd4efa", "port_range_min": null, "revision_number": 0, "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:05:40Z", "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "d9c2e0c0-36fa-4abe-8361-adfa2c5473a7"}]} 2018-06-29 17:05:42,758 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d1a0cda7-8da0-45c7-b137-034177cd4efa used request id req-9adbbcf6-bbed-48c2-80cc-fb6fa817ce3a 2018-06-29 17:05:42,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-0412382d-917f-4680-964e-9002a33794efname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28b1c1511c944711670789d75f02561c54548cc3" 2018-06-29 17:05:42,984 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-29d92287-ac0a-4817-b2c5-069c381c3f20 Date: Fri, 29 Jun 2018 17:05:42 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:05:40Z", "updated_at": "2018-06-29T17:05:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:05:40Z", "revision_number": 0, "id": "d9c2e0c0-36fa-4abe-8361-adfa2c5473a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T17:05:40Z", "security_group_id": "d1a0cda7-8da0-45c7-b137-034177cd4efa", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "port_range_min": null, "ethertype": "IPv4", "project_id": "d375e46f6f2b472db41ca16f2fc59215"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:05:40Z", "revision_number": 0, "id": "95b32831-676b-4759-a305-2fde05c51105", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T17:05:40Z", "security_group_id": "d1a0cda7-8da0-45c7-b137-034177cd4efa", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "port_range_min": null, "ethertype": "IPv6", "project_id": "d375e46f6f2b472db41ca16f2fc59215"}, {"direction": "ingress", "protocol": null, "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:05:41Z", "revision_number": 0, "id": "805db416-01ed-46c5-8d68-c688a5c17ab5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T17:05:41Z", "security_group_id": "d1a0cda7-8da0-45c7-b137-034177cd4efa", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "port_range_min": null, "ethertype": "IPv4", "project_id": "d375e46f6f2b472db41ca16f2fc59215"}], "revision_number": 2, "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "d1a0cda7-8da0-45c7-b137-034177cd4efa", "name": "NeutronUtilsSecurityGroupTests-0412382d-917f-4680-964e-9002a33794efname"}]} 2018-06-29 17:05:42,984 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-0412382d-917f-4680-964e-9002a33794efname&description=hello+group used request id req-29d92287-ac0a-4817-b2c5-069c381c3f20 2018-06-29 17:05:42,984 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d1a0cda7-8da0-45c7-b137-034177cd4efa 2018-06-29 17:05:42,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d1a0cda7-8da0-45c7-b137-034177cd4efa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28b1c1511c944711670789d75f02561c54548cc3" 2018-06-29 17:05:43,197 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-28471b08-6946-42e1-9248-da9a1a96ef02 Date: Fri, 29 Jun 2018 17:05:43 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-29T17:05:41Z", "security_group_id": "d1a0cda7-8da0-45c7-b137-034177cd4efa", "port_range_min": null, "revision_number": 0, "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:05:41Z", "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "805db416-01ed-46c5-8d68-c688a5c17ab5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T17:05:40Z", "security_group_id": "d1a0cda7-8da0-45c7-b137-034177cd4efa", "port_range_min": null, "revision_number": 0, "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:05:40Z", "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "95b32831-676b-4759-a305-2fde05c51105"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T17:05:40Z", "security_group_id": "d1a0cda7-8da0-45c7-b137-034177cd4efa", "port_range_min": null, "revision_number": 0, "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:05:40Z", "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "d9c2e0c0-36fa-4abe-8361-adfa2c5473a7"}]} 2018-06-29 17:05:43,197 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d1a0cda7-8da0-45c7-b137-034177cd4efa used request id req-28471b08-6946-42e1-9248-da9a1a96ef02 2018-06-29 17:05:43,198 - neutron_utils - INFO - Deleting security group rule with ID - 95b32831-676b-4759-a305-2fde05c51105 2018-06-29 17:05:43,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/95b32831-676b-4759-a305-2fde05c51105 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28b1c1511c944711670789d75f02561c54548cc3" 2018-06-29 17:05:43,508 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2716cccf-8f5a-478a-b239-440103d536eb Content-Length: 0 Date: Fri, 29 Jun 2018 17:05:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 17:05:43,509 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/95b32831-676b-4759-a305-2fde05c51105 used request id req-2716cccf-8f5a-478a-b239-440103d536eb 2018-06-29 17:05:43,509 - neutron_utils - INFO - Deleting security group rule with ID - d9c2e0c0-36fa-4abe-8361-adfa2c5473a7 2018-06-29 17:05:43,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/d9c2e0c0-36fa-4abe-8361-adfa2c5473a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28b1c1511c944711670789d75f02561c54548cc3" 2018-06-29 17:05:43,627 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-16ffbb29-85c3-4982-894f-e92055d2bcf7 Content-Length: 0 Date: Fri, 29 Jun 2018 17:05:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 17:05:43,628 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/d9c2e0c0-36fa-4abe-8361-adfa2c5473a7 used request id req-16ffbb29-85c3-4982-894f-e92055d2bcf7 2018-06-29 17:05:43,628 - neutron_utils - INFO - Deleting security group rule with ID - 805db416-01ed-46c5-8d68-c688a5c17ab5 2018-06-29 17:05:43,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/805db416-01ed-46c5-8d68-c688a5c17ab5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28b1c1511c944711670789d75f02561c54548cc3" 2018-06-29 17:05:43,898 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f993376c-2f8b-454a-86bb-40c1019e243e Content-Length: 0 Date: Fri, 29 Jun 2018 17:05:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 17:05:43,899 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/805db416-01ed-46c5-8d68-c688a5c17ab5 used request id req-f993376c-2f8b-454a-86bb-40c1019e243e 2018-06-29 17:05:43,899 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-0412382d-917f-4680-964e-9002a33794efname 2018-06-29 17:05:43,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/d1a0cda7-8da0-45c7-b137-034177cd4efa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28b1c1511c944711670789d75f02561c54548cc3" 2018-06-29 17:05:44,196 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-03131e0b-c345-4399-8f2c-780586d1134d Content-Length: 0 Date: Fri, 29 Jun 2018 17:05:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 17:05:44,196 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/d1a0cda7-8da0-45c7-b137-034177cd4efa used request id req-03131e0b-c345-4399-8f2c-780586d1134d 2018-06-29 17:05:44,198 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:05:44,600 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:05:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["-5b1ER9dTi2Jt06NztVq0g"], "issued_at": "2018-06-29T17:05:44.000000Z"}} 2018-06-29 17:05:44,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}825a66072cc3a556ebe248e1900e18035b2f711d" 2018-06-29 17:05:44,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:05:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-758de122-2d20-48ea-8f18-c45e53da6d6f 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:05:44,693 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-758de122-2d20-48ea-8f18-c45e53da6d6f 2018-06-29 17:05:44,694 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-ca052bcd-1e19-46c0-be87-3461b09afbd7name-1 2018-06-29 17:05:44,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}825a66072cc3a556ebe248e1900e18035b2f711d" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-ca052bcd-1e19-46c0-be87-3461b09afbd7name-1", "description": "hello group"}}' 2018-06-29 17:05:45,047 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1416 X-Openstack-Request-Id: req-352dd778-ae21-4abd-a8b9-b31c823058ae Date: Fri, 29 Jun 2018 17:05:45 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:05:44Z", "updated_at": "2018-06-29T17:05:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:05:44Z", "revision_number": 0, "id": "2ad02ab8-3d5d-443f-8948-1d1bf000b74e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T17:05:44Z", "security_group_id": "ae129b89-8057-4948-9452-e32488e17c63", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "port_range_min": null, "ethertype": "IPv6", "project_id": "d375e46f6f2b472db41ca16f2fc59215"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:05:44Z", "revision_number": 0, "id": "f532f54f-a4be-43f4-a396-af7507bf4ede", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T17:05:44Z", "security_group_id": "ae129b89-8057-4948-9452-e32488e17c63", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "port_range_min": null, "ethertype": "IPv4", "project_id": "d375e46f6f2b472db41ca16f2fc59215"}], "revision_number": 1, "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "ae129b89-8057-4948-9452-e32488e17c63", "name": "NeutronUtilsSecurityGroupTests-ca052bcd-1e19-46c0-be87-3461b09afbd7name-1"}} 2018-06-29 17:05:45,047 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-352dd778-ae21-4abd-a8b9-b31c823058ae 2018-06-29 17:05:45,048 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ae129b89-8057-4948-9452-e32488e17c63 2018-06-29 17:05:45,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=ae129b89-8057-4948-9452-e32488e17c63 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}825a66072cc3a556ebe248e1900e18035b2f711d" 2018-06-29 17:05:45,277 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c8d7044a-b8ff-4285-b182-0413dc88fd22 Date: Fri, 29 Jun 2018 17:05:45 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T17:05:44Z", "security_group_id": "ae129b89-8057-4948-9452-e32488e17c63", "port_range_min": null, "revision_number": 0, "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:05:44Z", "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "2ad02ab8-3d5d-443f-8948-1d1bf000b74e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T17:05:44Z", "security_group_id": "ae129b89-8057-4948-9452-e32488e17c63", "port_range_min": null, "revision_number": 0, "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:05:44Z", "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "f532f54f-a4be-43f4-a396-af7507bf4ede"}]} 2018-06-29 17:05:45,277 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=ae129b89-8057-4948-9452-e32488e17c63 used request id req-c8d7044a-b8ff-4285-b182-0413dc88fd22 2018-06-29 17:05:45,278 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-ca052bcd-1e19-46c0-be87-3461b09afbd7name-2 2018-06-29 17:05:45,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}825a66072cc3a556ebe248e1900e18035b2f711d" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-ca052bcd-1e19-46c0-be87-3461b09afbd7name-2", "description": "hello group"}}' 2018-06-29 17:05:45,620 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1416 X-Openstack-Request-Id: req-20e67c7c-458d-4579-ab40-5b7d87797337 Date: Fri, 29 Jun 2018 17:05:45 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:05:45Z", "updated_at": "2018-06-29T17:05:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:05:45Z", "revision_number": 0, "id": "b4edf49b-d76a-49ae-99bf-bd13e8575958", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T17:05:45Z", "security_group_id": "f09f9f0f-2ffb-457a-b010-39606eb200fe", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "port_range_min": null, "ethertype": "IPv4", "project_id": "d375e46f6f2b472db41ca16f2fc59215"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:05:45Z", "revision_number": 0, "id": "f961e7c3-1eb9-42ce-85a2-8a54d26e0d47", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T17:05:45Z", "security_group_id": "f09f9f0f-2ffb-457a-b010-39606eb200fe", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "port_range_min": null, "ethertype": "IPv6", "project_id": "d375e46f6f2b472db41ca16f2fc59215"}], "revision_number": 1, "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "f09f9f0f-2ffb-457a-b010-39606eb200fe", "name": "NeutronUtilsSecurityGroupTests-ca052bcd-1e19-46c0-be87-3461b09afbd7name-2"}} 2018-06-29 17:05:45,621 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-20e67c7c-458d-4579-ab40-5b7d87797337 2018-06-29 17:05:45,621 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f09f9f0f-2ffb-457a-b010-39606eb200fe 2018-06-29 17:05:45,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=f09f9f0f-2ffb-457a-b010-39606eb200fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}825a66072cc3a556ebe248e1900e18035b2f711d" 2018-06-29 17:05:45,816 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-eaf333eb-8c93-49fa-9b1b-92ccc1cf31e0 Date: Fri, 29 Jun 2018 17:05: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-29T17:05:45Z", "security_group_id": "f09f9f0f-2ffb-457a-b010-39606eb200fe", "port_range_min": null, "revision_number": 0, "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:05:45Z", "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "b4edf49b-d76a-49ae-99bf-bd13e8575958"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T17:05:45Z", "security_group_id": "f09f9f0f-2ffb-457a-b010-39606eb200fe", "port_range_min": null, "revision_number": 0, "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:05:45Z", "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "f961e7c3-1eb9-42ce-85a2-8a54d26e0d47"}]} 2018-06-29 17:05:45,816 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=f09f9f0f-2ffb-457a-b010-39606eb200fe used request id req-eaf333eb-8c93-49fa-9b1b-92ccc1cf31e0 2018-06-29 17:05:45,817 - neutron_utils - INFO - Retrieving security group with ID - ae129b89-8057-4948-9452-e32488e17c63 2018-06-29 17:05:45,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=ae129b89-8057-4948-9452-e32488e17c63 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}825a66072cc3a556ebe248e1900e18035b2f711d" 2018-06-29 17:05:46,067 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1419 X-Openstack-Request-Id: req-49dbee29-a00a-4563-b4ac-5919d5afee3a Date: Fri, 29 Jun 2018 17:05:46 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:05:44Z", "updated_at": "2018-06-29T17:05:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:05:44Z", "revision_number": 0, "id": "2ad02ab8-3d5d-443f-8948-1d1bf000b74e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T17:05:44Z", "security_group_id": "ae129b89-8057-4948-9452-e32488e17c63", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "port_range_min": null, "ethertype": "IPv6", "project_id": "d375e46f6f2b472db41ca16f2fc59215"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:05:44Z", "revision_number": 0, "id": "f532f54f-a4be-43f4-a396-af7507bf4ede", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T17:05:44Z", "security_group_id": "ae129b89-8057-4948-9452-e32488e17c63", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "port_range_min": null, "ethertype": "IPv4", "project_id": "d375e46f6f2b472db41ca16f2fc59215"}], "revision_number": 1, "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "ae129b89-8057-4948-9452-e32488e17c63", "name": "NeutronUtilsSecurityGroupTests-ca052bcd-1e19-46c0-be87-3461b09afbd7name-1"}]} 2018-06-29 17:05:46,067 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=ae129b89-8057-4948-9452-e32488e17c63 used request id req-49dbee29-a00a-4563-b4ac-5919d5afee3a 2018-06-29 17:05:46,068 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ae129b89-8057-4948-9452-e32488e17c63 2018-06-29 17:05:46,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=ae129b89-8057-4948-9452-e32488e17c63 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}825a66072cc3a556ebe248e1900e18035b2f711d" 2018-06-29 17:05:46,270 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6eb20843-42a7-417f-a273-f0440297d240 Date: Fri, 29 Jun 2018 17:05:46 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T17:05:44Z", "security_group_id": "ae129b89-8057-4948-9452-e32488e17c63", "port_range_min": null, "revision_number": 0, "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:05:44Z", "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "2ad02ab8-3d5d-443f-8948-1d1bf000b74e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T17:05:44Z", "security_group_id": "ae129b89-8057-4948-9452-e32488e17c63", "port_range_min": null, "revision_number": 0, "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:05:44Z", "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "f532f54f-a4be-43f4-a396-af7507bf4ede"}]} 2018-06-29 17:05:46,270 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=ae129b89-8057-4948-9452-e32488e17c63 used request id req-6eb20843-42a7-417f-a273-f0440297d240 2018-06-29 17:05:46,271 - neutron_utils - INFO - Retrieving security group with ID - f09f9f0f-2ffb-457a-b010-39606eb200fe 2018-06-29 17:05:46,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=f09f9f0f-2ffb-457a-b010-39606eb200fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}825a66072cc3a556ebe248e1900e18035b2f711d" 2018-06-29 17:05:46,326 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1419 X-Openstack-Request-Id: req-90fba559-ef4d-495f-a33b-fe100fa5a4f1 Date: Fri, 29 Jun 2018 17:05:46 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:05:45Z", "updated_at": "2018-06-29T17:05:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:05:45Z", "revision_number": 0, "id": "b4edf49b-d76a-49ae-99bf-bd13e8575958", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T17:05:45Z", "security_group_id": "f09f9f0f-2ffb-457a-b010-39606eb200fe", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "port_range_min": null, "ethertype": "IPv4", "project_id": "d375e46f6f2b472db41ca16f2fc59215"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:05:45Z", "revision_number": 0, "id": "f961e7c3-1eb9-42ce-85a2-8a54d26e0d47", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T17:05:45Z", "security_group_id": "f09f9f0f-2ffb-457a-b010-39606eb200fe", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "port_range_min": null, "ethertype": "IPv6", "project_id": "d375e46f6f2b472db41ca16f2fc59215"}], "revision_number": 1, "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "f09f9f0f-2ffb-457a-b010-39606eb200fe", "name": "NeutronUtilsSecurityGroupTests-ca052bcd-1e19-46c0-be87-3461b09afbd7name-2"}]} 2018-06-29 17:05:46,326 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=f09f9f0f-2ffb-457a-b010-39606eb200fe used request id req-90fba559-ef4d-495f-a33b-fe100fa5a4f1 2018-06-29 17:05:46,327 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f09f9f0f-2ffb-457a-b010-39606eb200fe 2018-06-29 17:05:46,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=f09f9f0f-2ffb-457a-b010-39606eb200fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}825a66072cc3a556ebe248e1900e18035b2f711d" 2018-06-29 17:05:46,535 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-3532a0e0-3ee3-4764-9755-fd84075918dd Date: Fri, 29 Jun 2018 17:05: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-29T17:05:45Z", "security_group_id": "f09f9f0f-2ffb-457a-b010-39606eb200fe", "port_range_min": null, "revision_number": 0, "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:05:45Z", "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "b4edf49b-d76a-49ae-99bf-bd13e8575958"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T17:05:45Z", "security_group_id": "f09f9f0f-2ffb-457a-b010-39606eb200fe", "port_range_min": null, "revision_number": 0, "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:05:45Z", "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "f961e7c3-1eb9-42ce-85a2-8a54d26e0d47"}]} 2018-06-29 17:05:46,535 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=f09f9f0f-2ffb-457a-b010-39606eb200fe used request id req-3532a0e0-3ee3-4764-9755-fd84075918dd 2018-06-29 17:05:46,536 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-ca052bcd-1e19-46c0-be87-3461b09afbd7name-1 2018-06-29 17:05:46,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/ae129b89-8057-4948-9452-e32488e17c63 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}825a66072cc3a556ebe248e1900e18035b2f711d" 2018-06-29 17:05:46,723 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c3a687a1-a20f-4730-ac86-dd555599a6e3 Content-Length: 0 Date: Fri, 29 Jun 2018 17:05:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 17:05:46,723 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/ae129b89-8057-4948-9452-e32488e17c63 used request id req-c3a687a1-a20f-4730-ac86-dd555599a6e3 2018-06-29 17:05:46,724 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-ca052bcd-1e19-46c0-be87-3461b09afbd7name-2 2018-06-29 17:05:46,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/f09f9f0f-2ffb-457a-b010-39606eb200fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}825a66072cc3a556ebe248e1900e18035b2f711d" 2018-06-29 17:05:47,053 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3bbc7de0-b1b9-43ce-a1b6-ca2948a501dc Content-Length: 0 Date: Fri, 29 Jun 2018 17:05:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 17:05:47,053 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/f09f9f0f-2ffb-457a-b010-39606eb200fe used request id req-3bbc7de0-b1b9-43ce-a1b6-ca2948a501dc 2018-06-29 17:05:47,055 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:05:47,456 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:05:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["6G7kds6fSjCqKIJ5iaq5hA"], "issued_at": "2018-06-29T17:05:47.000000Z"}} 2018-06-29 17:05:47,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}23a738cea472686795a6588d576aad67f4733f57" 2018-06-29 17:05:47,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:05:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ded02f3-a219-4d7b-8a1b-48322d161bb5 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:05:47,543 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-5ded02f3-a219-4d7b-8a1b-48322d161bb5 2018-06-29 17:05:47,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23a738cea472686795a6588d576aad67f4733f57" 2018-06-29 17:05:47,786 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-2f7e2c8e-c396-4312-8b0b-fd607d6b4a49 Date: Fri, 29 Jun 2018 17:05:47 GMT RESP BODY: {"floatingips": []} 2018-06-29 17:05:47,787 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips used request id req-2f7e2c8e-c396-4312-8b0b-fd607d6b4a49 2018-06-29 17:05:47,787 - neutron_utils - INFO - Creating floating ip to external network - external 2018-06-29 17:05:47,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23a738cea472686795a6588d576aad67f4733f57" 2018-06-29 17:05:48,060 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-60f0b432-4535-4b07-94aa-080dc06b7b71 Date: Fri, 29 Jun 2018 17:05:48 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"36df2925-218a-471a-b064-d84cdca81f76","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ec057e7f82e1407bad00c8c132267cb0","status":"ACTIVE","subnets":["c401c4e2-1aa2-491a-b944-48bf8c60f58d"],"description":"","tags":[],"updated_at":"2018-06-29T16:57:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec057e7f82e1407bad00c8c132267cb0","created_at":"2018-06-29T16:57:50Z","provider:network_type":"flat"}]} 2018-06-29 17:05:48,060 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=external used request id req-60f0b432-4535-4b07-94aa-080dc06b7b71 2018-06-29 17:05:48,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=36df2925-218a-471a-b064-d84cdca81f76 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23a738cea472686795a6588d576aad67f4733f57" 2018-06-29 17:05:48,266 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-cc2a2dd0-d0e8-4c17-aa87-212c735ab18e Date: Fri, 29 Jun 2018 17:05:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"36df2925-218a-471a-b064-d84cdca81f76","tenant_id":"ec057e7f82e1407bad00c8c132267cb0","created_at":"2018-06-29T16:57:57Z","dns_nameservers":[],"updated_at":"2018-06-29T16:57:57Z","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":"ec057e7f82e1407bad00c8c132267cb0","id":"c401c4e2-1aa2-491a-b944-48bf8c60f58d","subnetpool_id":null,"name":"external-subnet"}]} 2018-06-29 17:05:48,266 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=36df2925-218a-471a-b064-d84cdca81f76 used request id req-cc2a2dd0-d0e8-4c17-aa87-212c735ab18e 2018-06-29 17:05:48,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23a738cea472686795a6588d576aad67f4733f57" -d '{"floatingip": {"floating_network_id": "36df2925-218a-471a-b064-d84cdca81f76"}}' 2018-06-29 17:05:49,717 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 472 X-Openstack-Request-Id: req-e4ad16c1-0bce-4abf-bcdf-715d8f5ce78b Date: Fri, 29 Jun 2018 17:05:49 GMT RESP BODY: {"floatingip": {"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-06-29T17:05:49Z", "floating_network_id": "36df2925-218a-471a-b064-d84cdca81f76", "fixed_ip_address": null, "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": null, "id": "67129a18-6851-4589-9a43-1f5848348f08", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:05:49Z", "project_id": "d375e46f6f2b472db41ca16f2fc59215"}} 2018-06-29 17:05:49,717 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/floatingips used request id req-e4ad16c1-0bce-4abf-bcdf-715d8f5ce78b 2018-06-29 17:05:49,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23a738cea472686795a6588d576aad67f4733f57" 2018-06-29 17:05:49,951 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 475 X-Openstack-Request-Id: req-2f13618d-cd29-43ea-b904-5714fd6ce3b8 Date: Fri, 29 Jun 2018 17:05:49 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-06-29T17:05:49Z", "floating_network_id": "36df2925-218a-471a-b064-d84cdca81f76", "fixed_ip_address": null, "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": null, "id": "67129a18-6851-4589-9a43-1f5848348f08", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:05:49Z", "project_id": "d375e46f6f2b472db41ca16f2fc59215"}]} 2018-06-29 17:05:49,951 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips used request id req-2f13618d-cd29-43ea-b904-5714fd6ce3b8 2018-06-29 17:05:49,951 - neutron_utils - DEBUG - Attempting to retrieve existing floating ip with IP - 172.30.9.201 2018-06-29 17:05:49,952 - neutron_utils - DEBUG - Attempting to retrieve existing floating ip with IP - 172.30.9.201 2018-06-29 17:05:49,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/floatingips?ip=67129a18-6851-4589-9a43-1f5848348f08 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23a738cea472686795a6588d576aad67f4733f57" 2018-06-29 17:05:50,172 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 475 X-Openstack-Request-Id: req-403a71b2-d6b5-469b-a6cd-20670e424c77 Date: Fri, 29 Jun 2018 17:05:50 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-06-29T17:05:49Z", "floating_network_id": "36df2925-218a-471a-b064-d84cdca81f76", "fixed_ip_address": null, "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": null, "id": "67129a18-6851-4589-9a43-1f5848348f08", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:05:49Z", "project_id": "d375e46f6f2b472db41ca16f2fc59215"}]} 2018-06-29 17:05:50,173 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips?ip=67129a18-6851-4589-9a43-1f5848348f08 used request id req-403a71b2-d6b5-469b-a6cd-20670e424c77 2018-06-29 17:05:50,173 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.201 2018-06-29 17:05:50,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/floatingips/67129a18-6851-4589-9a43-1f5848348f08 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23a738cea472686795a6588d576aad67f4733f57" 2018-06-29 17:05:51,064 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5adb398e-39c5-4d6f-8038-bc4ab749c236 Content-Length: 0 Date: Fri, 29 Jun 2018 17:05:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 17:05:51,065 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/floatingips/67129a18-6851-4589-9a43-1f5848348f08 used request id req-5adb398e-39c5-4d6f-8038-bc4ab749c236 2018-06-29 17:05:51,066 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 17:05:51,284 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-63f817e7-ba61-4644-85cc-950d7bdfd025 2018-06-29 17:05:51,284 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:05:51,681 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:05:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["OufjfDImRE6awBbHndkhUA"], "issued_at": "2018-06-29T17:05:51.000000Z"}} 2018-06-29 17:05:51,685 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58a81276a0c72fc438939425591b923a408c0fda" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDICKFRpcZetm3890rAg8VY/LY9MvGNCwtEFNO7NiPYtdZu4Ib4DcPCUBBf+M7/HY+AP14sJtvXU5Jd4XW8BfgBRLUU84UfLY5IS4rbypV5yZuyxqZYWOENKOIZpZwDermNhiMGMHY5CbKycglNLhLV33fmQHMY96uqY5i5TbFUXj7XJd1eh2Rwu7zvbSqd4IYGplfwPBZLnFkazdHiNMo0lPFoW14JbKEK6eN6Y0wT0YJYbjY90IUWQFk6QulF7+9lXyy2X5Fec/s2E9DoeNERCGIKBsNRZP4Z5yOLOZy8/s6IIBaxsr/f6TX6DrLn8yFK1JF38wEpftJq8sD88R2/", "name": "NovaUtilsKeypairTests-63f817e7-ba61-4644-85cc-950d7bdfd025"}}' 2018-06-29 17:05:52,058 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:05:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6813e171-4829-47f3-aa46-4ac43813f5d6 x-compute-request-id: req-6813e171-4829-47f3-aa46-4ac43813f5d6 Content-Encoding: gzip Content-Length: 497 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDICKFRpcZetm3890rAg8VY/LY9MvGNCwtEFNO7NiPYtdZu4Ib4DcPCUBBf+M7/HY+AP14sJtvXU5Jd4XW8BfgBRLUU84UfLY5IS4rbypV5yZuyxqZYWOENKOIZpZwDermNhiMGMHY5CbKycglNLhLV33fmQHMY96uqY5i5TbFUXj7XJd1eh2Rwu7zvbSqd4IYGplfwPBZLnFkazdHiNMo0lPFoW14JbKEK6eN6Y0wT0YJYbjY90IUWQFk6QulF7+9lXyy2X5Fec/s2E9DoeNERCGIKBsNRZP4Z5yOLOZy8/s6IIBaxsr/f6TX6DrLn8yFK1JF38wEpftJq8sD88R2/", "user_id": "52a397aa2e1c435594f313aaae1020e1", "name": "NovaUtilsKeypairTests-63f817e7-ba61-4644-85cc-950d7bdfd025", "fingerprint": "29:49:05:2e:b5:5a:46:12:6c:4d:95:a8:22:84:05:18"}} 2018-06-29 17:05:52,058 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-6813e171-4829-47f3-aa46-4ac43813f5d6 2018-06-29 17:05:52,062 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-63f817e7-ba61-4644-85cc-950d7bdfd025 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58a81276a0c72fc438939425591b923a408c0fda" 2018-06-29 17:05:52,091 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:05:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-97aff41e-78bb-46ae-9c59-4c42e813bc5f x-compute-request-id: req-97aff41e-78bb-46ae-9c59-4c42e813bc5f Content-Encoding: gzip Content-Length: 554 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDICKFRpcZetm3890rAg8VY/LY9MvGNCwtEFNO7NiPYtdZu4Ib4DcPCUBBf+M7/HY+AP14sJtvXU5Jd4XW8BfgBRLUU84UfLY5IS4rbypV5yZuyxqZYWOENKOIZpZwDermNhiMGMHY5CbKycglNLhLV33fmQHMY96uqY5i5TbFUXj7XJd1eh2Rwu7zvbSqd4IYGplfwPBZLnFkazdHiNMo0lPFoW14JbKEK6eN6Y0wT0YJYbjY90IUWQFk6QulF7+9lXyy2X5Fec/s2E9DoeNERCGIKBsNRZP4Z5yOLOZy8/s6IIBaxsr/f6TX6DrLn8yFK1JF38wEpftJq8sD88R2/", "user_id": "52a397aa2e1c435594f313aaae1020e1", "name": "NovaUtilsKeypairTests-63f817e7-ba61-4644-85cc-950d7bdfd025", "deleted": false, "created_at": "2018-06-29T17:05:52.000000", "updated_at": null, "fingerprint": "29:49:05:2e:b5:5a:46:12:6c:4d:95:a8:22:84:05:18", "deleted_at": null, "id": 2}} 2018-06-29 17:05:52,092 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-63f817e7-ba61-4644-85cc-950d7bdfd025 used request id req-97aff41e-78bb-46ae-9c59-4c42e813bc5f 2018-06-29 17:05:52,092 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-63f817e7-ba61-4644-85cc-950d7bdfd025 2018-06-29 17:05:52,095 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-63f817e7-ba61-4644-85cc-950d7bdfd025 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58a81276a0c72fc438939425591b923a408c0fda" 2018-06-29 17:05:52,279 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 17:05:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-82318fc2-0fdd-4948-8c21-77e1841a86e9 x-compute-request-id: req-82318fc2-0fdd-4948-8c21-77e1841a86e9 Content-Length: 0 Content-Type: application/json 2018-06-29 17:05:52,279 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-63f817e7-ba61-4644-85cc-950d7bdfd025 used request id req-82318fc2-0fdd-4948-8c21-77e1841a86e9 2018-06-29 17:05:52,281 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-63f817e7-ba61-4644-85cc-950d7bdfd025 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58a81276a0c72fc438939425591b923a408c0fda" 2018-06-29 17:05:52,414 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 29 Jun 2018 17:05:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-72d4205d-4828-4c75-94b7-b16571ba2999 x-compute-request-id: req-72d4205d-4828-4c75-94b7-b16571ba2999 Content-Length: 164 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Keypair NovaUtilsKeypairTests-63f817e7-ba61-4644-85cc-950d7bdfd025 not found for user 52a397aa2e1c435594f313aaae1020e1", "code": 404}} 2018-06-29 17:05:52,414 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-63f817e7-ba61-4644-85cc-950d7bdfd025 used request id req-72d4205d-4828-4c75-94b7-b16571ba2999 2018-06-29 17:05:52,414 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-63f817e7-ba61-4644-85cc-950d7bdfd025 2018-06-29 17:05:52,416 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-63f817e7-ba61-4644-85cc-950d7bdfd025 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58a81276a0c72fc438939425591b923a408c0fda" 2018-06-29 17:05:52,582 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 29 Jun 2018 17:05:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7a20bb80-db91-44a4-a31a-352bdbbf88f2 x-compute-request-id: req-7a20bb80-db91-44a4-a31a-352bdbbf88f2 Content-Length: 164 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Keypair NovaUtilsKeypairTests-63f817e7-ba61-4644-85cc-950d7bdfd025 not found for user 52a397aa2e1c435594f313aaae1020e1", "code": 404}} 2018-06-29 17:05:52,582 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-63f817e7-ba61-4644-85cc-950d7bdfd025 used request id req-7a20bb80-db91-44a4-a31a-352bdbbf88f2 2018-06-29 17:05:52,583 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 17:05:52,810 - file_utils - INFO - Saved public key to - tmp/NovaUtilsKeypairTests-e3cf435e-dd07-4c75-b876-252db8409ef8.pub 2018-06-29 17:05:52,811 - file_utils - INFO - Saved private key to - tmp/NovaUtilsKeypairTests-e3cf435e-dd07-4c75-b876-252db8409ef8 2018-06-29 17:05:52,811 - nova_utils - INFO - Saving keypair to - tmp/NovaUtilsKeypairTests-e3cf435e-dd07-4c75-b876-252db8409ef8.pub 2018-06-29 17:05:52,811 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-e3cf435e-dd07-4c75-b876-252db8409ef8 2018-06-29 17:05:52,811 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:05:53,220 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:05:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["O-UUwUh_SX-fzGJH94Da7w"], "issued_at": "2018-06-29T17:05:53.000000Z"}} 2018-06-29 17:05:53,221 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3ab5517f3dcafe5f20a167bb965bd45185fdaa0" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC8PNhl/nbXQJiGLKCHXT1QDS9e2dyc3Kh1z01nVTvmvpnpxfh6BFCSgxD9GzVaVws7Pb23MJqE5/RpN+lEBEeMRAP1ZIa3JUPB6eFdSVnTIhBYtdmVmUAplSwTMk/KyR5dZBdgc9tOyelulTk50AbGTYxR5KAuPCEDbRU9s01s1F0L7hqme/BNyz8dd3MPeUyztcJcX52KW1BnnJXijl7BBqHyQDtsJUU1HWIhsF5KzToUhigoe9cT4JxQGpE8nDrcShiDRzY6yT5OkXbkOXR3pTO92vk6ctT4QJBT753Mk2suUNCrqBmrGw3t643e6T895r4L4K+OxddvQyF8D/nF", "name": "NovaUtilsKeypairTests-e3cf435e-dd07-4c75-b876-252db8409ef8"}}' 2018-06-29 17:05:54,040 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:05: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-f2f657c8-6154-444e-9ab8-0dbd42f1f098 x-compute-request-id: req-f2f657c8-6154-444e-9ab8-0dbd42f1f098 Content-Encoding: gzip Content-Length: 497 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC8PNhl/nbXQJiGLKCHXT1QDS9e2dyc3Kh1z01nVTvmvpnpxfh6BFCSgxD9GzVaVws7Pb23MJqE5/RpN+lEBEeMRAP1ZIa3JUPB6eFdSVnTIhBYtdmVmUAplSwTMk/KyR5dZBdgc9tOyelulTk50AbGTYxR5KAuPCEDbRU9s01s1F0L7hqme/BNyz8dd3MPeUyztcJcX52KW1BnnJXijl7BBqHyQDtsJUU1HWIhsF5KzToUhigoe9cT4JxQGpE8nDrcShiDRzY6yT5OkXbkOXR3pTO92vk6ctT4QJBT753Mk2suUNCrqBmrGw3t643e6T895r4L4K+OxddvQyF8D/nF", "user_id": "52a397aa2e1c435594f313aaae1020e1", "name": "NovaUtilsKeypairTests-e3cf435e-dd07-4c75-b876-252db8409ef8", "fingerprint": "c7:ac:91:f4:b7:b6:06:22:b4:10:51:0e:b2:48:7d:64"}} 2018-06-29 17:05:54,040 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-f2f657c8-6154-444e-9ab8-0dbd42f1f098 2018-06-29 17:05:54,040 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-e3cf435e-dd07-4c75-b876-252db8409ef8 2018-06-29 17:05:54,042 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-e3cf435e-dd07-4c75-b876-252db8409ef8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3ab5517f3dcafe5f20a167bb965bd45185fdaa0" 2018-06-29 17:05:54,195 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 17:05:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-286fa88f-b872-4c96-bd73-4d84fba9a2f5 x-compute-request-id: req-286fa88f-b872-4c96-bd73-4d84fba9a2f5 Content-Length: 0 Content-Type: application/json 2018-06-29 17:05:54,195 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-e3cf435e-dd07-4c75-b876-252db8409ef8 used request id req-286fa88f-b872-4c96-bd73-4d84fba9a2f5 2018-06-29 17:05:54,196 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 17:05:54,347 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-27d52a91-49c5-40c4-8af0-f91acedd74f4 2018-06-29 17:05:54,347 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:05:54,741 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:05:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["hl8rBcV0SDS2Ppg5Fvz2RA"], "issued_at": "2018-06-29T17:05:54.000000Z"}} 2018-06-29 17:05:54,745 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d24f26d2f8058ec367d1010d8a68537d9b9cb75a" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC5vbiVjEN1JMjkPiwgPes2PS2Cb7rc9WaIurdk+POWyISpcD1nBFvrdE0hotqD6xdMDwiu2XHrhYk5jCybmywKqVcHV2IIF3BYtb1RMcdx/iZMnKGniu5Sby1vjUY64aBFyctAAtrI4wsl3ew+vEgj/s8JuZdLMkwea6JwVH9sUZsl2SpJAQsrTjp4Jj4OyZA0+c+RrERtGsVarOTaskb4iw+11FEBDwsHeWy2ysqileD9bhPnkiTLWR1ea0AVd2I91LC4aSEcSfhGKh/fDFao5vLRyaYDZJJRrr3vzrFl2+p+DDaBvza1VXMluO8K1aaOCt/IDvi0m5X1RmLT+17N", "name": "NovaUtilsKeypairTests-27d52a91-49c5-40c4-8af0-f91acedd74f4"}}' 2018-06-29 17:05:55,022 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:05:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8be2a550-ea1a-42ea-8a9f-808c2080e3dd x-compute-request-id: req-8be2a550-ea1a-42ea-8a9f-808c2080e3dd Content-Encoding: gzip Content-Length: 494 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC5vbiVjEN1JMjkPiwgPes2PS2Cb7rc9WaIurdk+POWyISpcD1nBFvrdE0hotqD6xdMDwiu2XHrhYk5jCybmywKqVcHV2IIF3BYtb1RMcdx/iZMnKGniu5Sby1vjUY64aBFyctAAtrI4wsl3ew+vEgj/s8JuZdLMkwea6JwVH9sUZsl2SpJAQsrTjp4Jj4OyZA0+c+RrERtGsVarOTaskb4iw+11FEBDwsHeWy2ysqileD9bhPnkiTLWR1ea0AVd2I91LC4aSEcSfhGKh/fDFao5vLRyaYDZJJRrr3vzrFl2+p+DDaBvza1VXMluO8K1aaOCt/IDvi0m5X1RmLT+17N", "user_id": "52a397aa2e1c435594f313aaae1020e1", "name": "NovaUtilsKeypairTests-27d52a91-49c5-40c4-8af0-f91acedd74f4", "fingerprint": "9d:06:b0:31:24:0c:38:5d:46:88:70:dd:c9:ea:9b:9e"}} 2018-06-29 17:05:55,022 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-8be2a550-ea1a-42ea-8a9f-808c2080e3dd 2018-06-29 17:05:55,026 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-27d52a91-49c5-40c4-8af0-f91acedd74f4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d24f26d2f8058ec367d1010d8a68537d9b9cb75a" 2018-06-29 17:05:55,043 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:05:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-616413c4-5d96-4c61-9f79-00918225423d x-compute-request-id: req-616413c4-5d96-4c61-9f79-00918225423d Content-Encoding: gzip Content-Length: 553 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC5vbiVjEN1JMjkPiwgPes2PS2Cb7rc9WaIurdk+POWyISpcD1nBFvrdE0hotqD6xdMDwiu2XHrhYk5jCybmywKqVcHV2IIF3BYtb1RMcdx/iZMnKGniu5Sby1vjUY64aBFyctAAtrI4wsl3ew+vEgj/s8JuZdLMkwea6JwVH9sUZsl2SpJAQsrTjp4Jj4OyZA0+c+RrERtGsVarOTaskb4iw+11FEBDwsHeWy2ysqileD9bhPnkiTLWR1ea0AVd2I91LC4aSEcSfhGKh/fDFao5vLRyaYDZJJRrr3vzrFl2+p+DDaBvza1VXMluO8K1aaOCt/IDvi0m5X1RmLT+17N", "user_id": "52a397aa2e1c435594f313aaae1020e1", "name": "NovaUtilsKeypairTests-27d52a91-49c5-40c4-8af0-f91acedd74f4", "deleted": false, "created_at": "2018-06-29T17:05:55.000000", "updated_at": null, "fingerprint": "9d:06:b0:31:24:0c:38:5d:46:88:70:dd:c9:ea:9b:9e", "deleted_at": null, "id": 8}} 2018-06-29 17:05:55,043 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-27d52a91-49c5-40c4-8af0-f91acedd74f4 used request id req-616413c4-5d96-4c61-9f79-00918225423d 2018-06-29 17:05:55,047 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d24f26d2f8058ec367d1010d8a68537d9b9cb75a" 2018-06-29 17:05:55,070 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:05:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c9a18774-0d8c-4b8f-bb19-70280732a7c0 x-compute-request-id: req-c9a18774-0d8c-4b8f-bb19-70280732a7c0 Content-Encoding: gzip Content-Length: 473 Content-Type: application/json RESP BODY: {"keypairs": [{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC5vbiVjEN1JMjkPiwgPes2PS2Cb7rc9WaIurdk+POWyISpcD1nBFvrdE0hotqD6xdMDwiu2XHrhYk5jCybmywKqVcHV2IIF3BYtb1RMcdx/iZMnKGniu5Sby1vjUY64aBFyctAAtrI4wsl3ew+vEgj/s8JuZdLMkwea6JwVH9sUZsl2SpJAQsrTjp4Jj4OyZA0+c+RrERtGsVarOTaskb4iw+11FEBDwsHeWy2ysqileD9bhPnkiTLWR1ea0AVd2I91LC4aSEcSfhGKh/fDFao5vLRyaYDZJJRrr3vzrFl2+p+DDaBvza1VXMluO8K1aaOCt/IDvi0m5X1RmLT+17N", "name": "NovaUtilsKeypairTests-27d52a91-49c5-40c4-8af0-f91acedd74f4", "fingerprint": "9d:06:b0:31:24:0c:38:5d:46:88:70:dd:c9:ea:9b:9e"}}]} 2018-06-29 17:05:55,071 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-c9a18774-0d8c-4b8f-bb19-70280732a7c0 2018-06-29 17:05:55,071 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-27d52a91-49c5-40c4-8af0-f91acedd74f4 2018-06-29 17:05:55,074 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-27d52a91-49c5-40c4-8af0-f91acedd74f4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d24f26d2f8058ec367d1010d8a68537d9b9cb75a" 2018-06-29 17:05:55,244 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 17:05: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-7a26d8cd-0eec-435c-bae9-f13779020a26 x-compute-request-id: req-7a26d8cd-0eec-435c-bae9-f13779020a26 Content-Length: 0 Content-Type: application/json 2018-06-29 17:05:55,244 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-27d52a91-49c5-40c4-8af0-f91acedd74f4 used request id req-7a26d8cd-0eec-435c-bae9-f13779020a26 2018-06-29 17:05:55,245 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 17:05:55,246 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:05:55,663 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:05:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["sH__oE8_Tuuo-pa44IUoKA"], "issued_at": "2018-06-29T17:05:55.000000Z"}} 2018-06-29 17:05:55,665 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}567b0a6734d22ae1c8174d8b4eccfdc670f804fd" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "NovaUtilsFlavorTests-a28ae854-b678-454f-b2dd-53bf761fe7c9-name", "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "OS-FLV-EXT-DATA:ephemeral": 1, "ram": 1, "id": "NovaUtilsFlavorTests-a28ae854-b678-454f-b2dd-53bf761fe7c9-id", "swap": 2}}' 2018-06-29 17:05:56,311 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:05:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3c8f15fd-f0d9-48e9-8ea7-5784d5445d55 x-compute-request-id: req-3c8f15fd-f0d9-48e9-8ea7-5784d5445d55 Content-Encoding: gzip Content-Length: 288 Content-Type: application/json RESP BODY: {"flavor": {"name": "NovaUtilsFlavorTests-a28ae854-b678-454f-b2dd-53bf761fe7c9-name", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/NovaUtilsFlavorTests-a28ae854-b678-454f-b2dd-53bf761fe7c9-id", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/NovaUtilsFlavorTests-a28ae854-b678-454f-b2dd-53bf761fe7c9-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-a28ae854-b678-454f-b2dd-53bf761fe7c9-id"}} 2018-06-29 17:05:56,311 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-3c8f15fd-f0d9-48e9-8ea7-5784d5445d55 2018-06-29 17:05:56,312 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/NovaUtilsFlavorTests-a28ae854-b678-454f-b2dd-53bf761fe7c9-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}567b0a6734d22ae1c8174d8b4eccfdc670f804fd" 2018-06-29 17:05:56,456 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 17:05: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-e44125e5-66ad-4488-aafe-a96dcc2de8fd x-compute-request-id: req-e44125e5-66ad-4488-aafe-a96dcc2de8fd Content-Length: 0 Content-Type: application/json 2018-06-29 17:05:56,456 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/NovaUtilsFlavorTests-a28ae854-b678-454f-b2dd-53bf761fe7c9-id used request id req-e44125e5-66ad-4488-aafe-a96dcc2de8fd 2018-06-29 17:05:56,458 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}567b0a6734d22ae1c8174d8b4eccfdc670f804fd" 2018-06-29 17:05:56,608 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:05: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-fbb0a18a-bb8b-4906-a2fe-878ee0eb931b x-compute-request-id: req-fbb0a18a-bb8b-4906-a2fe-878ee0eb931b Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-06-29 17:05:56,608 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-fbb0a18a-bb8b-4906-a2fe-878ee0eb931b 2018-06-29 17:05:56,609 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/NovaUtilsFlavorTests-a28ae854-b678-454f-b2dd-53bf761fe7c9-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}567b0a6734d22ae1c8174d8b4eccfdc670f804fd" 2018-06-29 17:05:56,623 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 29 Jun 2018 17:05: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-40b0a2b0-d5a4-4e6b-9c08-93baf2c25384 x-compute-request-id: req-40b0a2b0-d5a4-4e6b-9c08-93baf2c25384 Content-Length: 133 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor NovaUtilsFlavorTests-a28ae854-b678-454f-b2dd-53bf761fe7c9-id could not be found.", "code": 404}} 2018-06-29 17:05:56,623 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/NovaUtilsFlavorTests-a28ae854-b678-454f-b2dd-53bf761fe7c9-id used request id req-40b0a2b0-d5a4-4e6b-9c08-93baf2c25384 2018-06-29 17:05:56,624 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 17:05:56,625 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:05:57,033 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:05:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["qG4QZptdRD-3RO2BAoZISg"], "issued_at": "2018-06-29T17:05:57.000000Z"}} 2018-06-29 17:05:57,035 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8ce69b300f634eab523e880cc27e508688c4192" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "NovaUtilsFlavorTests-0897b61d-f8b2-40f9-a1d1-fc574dec2e8f-name", "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "OS-FLV-EXT-DATA:ephemeral": 1, "ram": 1, "id": "NovaUtilsFlavorTests-0897b61d-f8b2-40f9-a1d1-fc574dec2e8f-id", "swap": 2}}' 2018-06-29 17:05:57,872 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:05:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-40b64838-03dd-4e29-8e2c-369e9c81f029 x-compute-request-id: req-40b64838-03dd-4e29-8e2c-369e9c81f029 Content-Encoding: gzip Content-Length: 288 Content-Type: application/json RESP BODY: {"flavor": {"name": "NovaUtilsFlavorTests-0897b61d-f8b2-40f9-a1d1-fc574dec2e8f-name", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/NovaUtilsFlavorTests-0897b61d-f8b2-40f9-a1d1-fc574dec2e8f-id", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/NovaUtilsFlavorTests-0897b61d-f8b2-40f9-a1d1-fc574dec2e8f-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-0897b61d-f8b2-40f9-a1d1-fc574dec2e8f-id"}} 2018-06-29 17:05:57,872 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-40b64838-03dd-4e29-8e2c-369e9c81f029 2018-06-29 17:05:57,876 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/NovaUtilsFlavorTests-0897b61d-f8b2-40f9-a1d1-fc574dec2e8f-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8ce69b300f634eab523e880cc27e508688c4192" 2018-06-29 17:05:57,912 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 17:05:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-df7b8b9a-746f-4b38-bb5b-d33286378022 x-compute-request-id: req-df7b8b9a-746f-4b38-bb5b-d33286378022 Content-Length: 0 Content-Type: application/json 2018-06-29 17:05:57,912 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/NovaUtilsFlavorTests-0897b61d-f8b2-40f9-a1d1-fc574dec2e8f-id used request id req-df7b8b9a-746f-4b38-bb5b-d33286378022 2018-06-29 17:05:57,913 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 17:05:57,914 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:05:58,313 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:05:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["c7x3EZ_ESL6zVSYIk-FHhw"], "issued_at": "2018-06-29T17:05:58.000000Z"}} 2018-06-29 17:05:58,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}bfbb91c52cadd9ff37cc9200ac9b2e0a76b8606e" 2018-06-29 17:05:58,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:05:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dea39d6b-2006-4210-b637-82c741ded8e3 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:05:58,398 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-dea39d6b-2006-4210-b637-82c741ded8e3 2018-06-29 17:05:58,400 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-06-29 17:05:58,401 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:05:58,402 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:05:58,810 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:05:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["G_QfWShzSbqtzljo5b0Ekg"], "issued_at": "2018-06-29T17:05:58.000000Z"}} 2018-06-29 17:05:58,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}8a1a0466f59d126656cc74ced3a77a2fbd5b97b3" 2018-06-29 17:05:58,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:05:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c95dc8da-49d6-43f5-80aa-a3485f40121d 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:05:58,896 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-c95dc8da-49d6-43f5-80aa-a3485f40121d 2018-06-29 17:05:58,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-bca01863-a1c7-4fb2-bbb5-bc6a21a704b8-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8a1a0466f59d126656cc74ced3a77a2fbd5b97b3" 2018-06-29 17:05:59,577 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 167 Content-Type: application/json X-Openstack-Request-Id: req-034a1df9-664f-4734-a667-9277195cd90f Date: Fri, 29 Jun 2018 17:05:59 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceTests-bca01863-a1c7-4fb2-bbb5-bc6a21a704b8-image"} 2018-06-29 17:05:59,577 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-bca01863-a1c7-4fb2-bbb5-bc6a21a704b8-image used request id req-034a1df9-664f-4734-a667-9277195cd90f 2018-06-29 17:05:59,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8a1a0466f59d126656cc74ced3a77a2fbd5b97b3" 2018-06-29 17:06:00,219 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-8bcbb0ee-f3dd-407e-924c-4c7a5769ff24 Date: Fri, 29 Jun 2018 17:06: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 17:06:00,219 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-8bcbb0ee-f3dd-407e-924c-4c7a5769ff24 2018-06-29 17:06:00,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8a1a0466f59d126656cc74ced3a77a2fbd5b97b3" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceTests-bca01863-a1c7-4fb2-bbb5-bc6a21a704b8-image"}' 2018-06-29 17:06:00,966 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 626 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/04a6eba2-4263-4ea0-822d-07cf6dbc8fb0 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-38308a5a-840f-4e98-8c37-1777f43a416a Date: Fri, 29 Jun 2018 17:06:00 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceTests-bca01863-a1c7-4fb2-bbb5-bc6a21a704b8-image", "tags": [], "container_format": "bare", "created_at": "2018-06-29T17:06:00Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-06-29T17:06:00Z", "visibility": "shared", "locations": [], "self": "/v2/images/04a6eba2-4263-4ea0-822d-07cf6dbc8fb0", "min_disk": 0, "protected": false, "id": "04a6eba2-4263-4ea0-822d-07cf6dbc8fb0", "file": "/v2/images/04a6eba2-4263-4ea0-822d-07cf6dbc8fb0/file", "checksum": null, "owner": "d375e46f6f2b472db41ca16f2fc59215", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 17:06:00,966 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-38308a5a-840f-4e98-8c37-1777f43a416a 2018-06-29 17:06:00,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/04a6eba2-4263-4ea0-822d-07cf6dbc8fb0/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8a1a0466f59d126656cc74ced3a77a2fbd5b97b3" -d '' 2018-06-29 17:06:02,081 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-388a8013-966f-427f-ab52-3638c6ef4c88 Date: Fri, 29 Jun 2018 17:06: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 17:06:02,082 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/04a6eba2-4263-4ea0-822d-07cf6dbc8fb0/file used request id req-388a8013-966f-427f-ab52-3638c6ef4c88 2018-06-29 17:06:02,082 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-06-29 17:06:02,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/04a6eba2-4263-4ea0-822d-07cf6dbc8fb0 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8a1a0466f59d126656cc74ced3a77a2fbd5b97b3" 2018-06-29 17:06:02,750 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 887 Content-Type: application/json X-Openstack-Request-Id: req-0c7e16b4-4bc6-4917-8dc3-1a21395f265f Date: Fri, 29 Jun 2018 17:06:02 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-bca01863-a1c7-4fb2-bbb5-bc6a21a704b8-image", "tags": [], "container_format": "bare", "created_at": "2018-06-29T17:06:00Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-06-29T17:06:02Z", "visibility": "shared", "locations": [{"url": "rbd://0e8aacea-dc23-4cff-98e1-fd5fa38d6bcf/images/04a6eba2-4263-4ea0-822d-07cf6dbc8fb0/snap", "metadata": {}}], "self": "/v2/images/04a6eba2-4263-4ea0-822d-07cf6dbc8fb0", "min_disk": 0, "protected": false, "id": "04a6eba2-4263-4ea0-822d-07cf6dbc8fb0", "file": "/v2/images/04a6eba2-4263-4ea0-822d-07cf6dbc8fb0/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d375e46f6f2b472db41ca16f2fc59215", "direct_url": "rbd://0e8aacea-dc23-4cff-98e1-fd5fa38d6bcf/images/04a6eba2-4263-4ea0-822d-07cf6dbc8fb0/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 17:06:02,750 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/04a6eba2-4263-4ea0-822d-07cf6dbc8fb0 used request id req-0c7e16b4-4bc6-4917-8dc3-1a21395f265f 2018-06-29 17:06:02,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8a1a0466f59d126656cc74ced3a77a2fbd5b97b3" 2018-06-29 17:06:03,349 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-3ef16696-cb20-4303-944a-daee921d52da Date: Fri, 29 Jun 2018 17:06: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 17:06:03,349 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-3ef16696-cb20-4303-944a-daee921d52da 2018-06-29 17:06:03,352 - create_image - INFO - Created image with name - NovaUtilsInstanceTests-bca01863-a1c7-4fb2-bbb5-bc6a21a704b8-image 2018-06-29 17:06:03,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/04a6eba2-4263-4ea0-822d-07cf6dbc8fb0 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8a1a0466f59d126656cc74ced3a77a2fbd5b97b3" 2018-06-29 17:06:03,542 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 887 Content-Type: application/json X-Openstack-Request-Id: req-03c1dc6e-e401-4ece-b53d-cac0477aacab Date: Fri, 29 Jun 2018 17:06:03 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-bca01863-a1c7-4fb2-bbb5-bc6a21a704b8-image", "tags": [], "container_format": "bare", "created_at": "2018-06-29T17:06:00Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-06-29T17:06:02Z", "visibility": "shared", "locations": [{"url": "rbd://0e8aacea-dc23-4cff-98e1-fd5fa38d6bcf/images/04a6eba2-4263-4ea0-822d-07cf6dbc8fb0/snap", "metadata": {}}], "self": "/v2/images/04a6eba2-4263-4ea0-822d-07cf6dbc8fb0", "min_disk": 0, "protected": false, "id": "04a6eba2-4263-4ea0-822d-07cf6dbc8fb0", "file": "/v2/images/04a6eba2-4263-4ea0-822d-07cf6dbc8fb0/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d375e46f6f2b472db41ca16f2fc59215", "direct_url": "rbd://0e8aacea-dc23-4cff-98e1-fd5fa38d6bcf/images/04a6eba2-4263-4ea0-822d-07cf6dbc8fb0/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 17:06:03,542 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/04a6eba2-4263-4ea0-822d-07cf6dbc8fb0 used request id req-03c1dc6e-e401-4ece-b53d-cac0477aacab 2018-06-29 17:06:03,543 - create_image - DEBUG - Instance status is - active 2018-06-29 17:06:03,543 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceTests-bca01863-a1c7-4fb2-bbb5-bc6a21a704b8-image 2018-06-29 17:06:03,543 - create_image - INFO - Image is now active with name - NovaUtilsInstanceTests-bca01863-a1c7-4fb2-bbb5-bc6a21a704b8-image 2018-06-29 17:06:03,543 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:06:03,544 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:06:03,954 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:06:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["uZuyzxOCRzGjAxGxjAv1_Q"], "issued_at": "2018-06-29T17:06:03.000000Z"}} 2018-06-29 17:06:03,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}b0a1e8e7f7f882d83f85eba88c6b05c34d39f50e" 2018-06-29 17:06:04,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:06:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-866b2fa4-30ab-4219-9ebf-f9c329dcac64 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:06:04,044 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-866b2fa4-30ab-4219-9ebf-f9c329dcac64 2018-06-29 17:06:04,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceTests-bca01863-a1c7-4fb2-bbb5-bc6a21a704b8-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0a1e8e7f7f882d83f85eba88c6b05c34d39f50e" 2018-06-29 17:06:04,233 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-688bd61d-c68e-49d9-83e3-645c845bc684 Date: Fri, 29 Jun 2018 17:06:04 GMT RESP BODY: {"networks":[]} 2018-06-29 17:06:04,233 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceTests-bca01863-a1c7-4fb2-bbb5-bc6a21a704b8-net used request id req-688bd61d-c68e-49d9-83e3-645c845bc684 2018-06-29 17:06:04,233 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceTests-bca01863-a1c7-4fb2-bbb5-bc6a21a704b8-net 2018-06-29 17:06:04,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0a1e8e7f7f882d83f85eba88c6b05c34d39f50e" -d '{"network": {"name": "NovaUtilsInstanceTests-bca01863-a1c7-4fb2-bbb5-bc6a21a704b8-net", "admin_state_up": true}}' 2018-06-29 17:06:04,727 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-cb285a2d-a64e-4e72-ac13-0c19def3f1b3 Date: Fri, 29 Jun 2018 17:06:04 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"c7698fcb-8093-448a-a284-05d53dd7f591","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T17:06:04Z","is_default":false,"provider:segmentation_id":18,"name":"NovaUtilsInstanceTests-bca01863-a1c7-4fb2-bbb5-bc6a21a704b8-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:06:04Z","mtu":1450}} 2018-06-29 17:06:04,728 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-cb285a2d-a64e-4e72-ac13-0c19def3f1b3 2018-06-29 17:06:04,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=c7698fcb-8093-448a-a284-05d53dd7f591 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0a1e8e7f7f882d83f85eba88c6b05c34d39f50e" 2018-06-29 17:06:04,986 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-f5944542-949b-454a-b2b6-071dbdee7e72 Date: Fri, 29 Jun 2018 17:06:04 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"c7698fcb-8093-448a-a284-05d53dd7f591","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T17:06:04Z","provider:segmentation_id":18,"name":"NovaUtilsInstanceTests-bca01863-a1c7-4fb2-bbb5-bc6a21a704b8-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:06:04Z","provider:network_type":"vxlan"}]} 2018-06-29 17:06:04,986 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=c7698fcb-8093-448a-a284-05d53dd7f591 used request id req-f5944542-949b-454a-b2b6-071dbdee7e72 2018-06-29 17:06:04,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=c7698fcb-8093-448a-a284-05d53dd7f591 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0a1e8e7f7f882d83f85eba88c6b05c34d39f50e" 2018-06-29 17:06:05,208 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-1d5b1962-1611-494b-a432-7040c195ae5d Date: Fri, 29 Jun 2018 17:06:05 GMT RESP BODY: {"subnets":[]} 2018-06-29 17:06:05,208 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=c7698fcb-8093-448a-a284-05d53dd7f591 used request id req-1d5b1962-1611-494b-a432-7040c195ae5d 2018-06-29 17:06:05,208 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceTests-bca01863-a1c7-4fb2-bbb5-bc6a21a704b8-subnet 2018-06-29 17:06:05,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0a1e8e7f7f882d83f85eba88c6b05c34d39f50e" -d '{"subnets": [{"ip_version": 4, "network_id": "c7698fcb-8093-448a-a284-05d53dd7f591", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceTests-bca01863-a1c7-4fb2-bbb5-bc6a21a704b8-subnet"}]}' 2018-06-29 17:06:05,835 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-dbcd3298-7747-4f80-96ae-105124ef979e Date: Fri, 29 Jun 2018 17:06:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c7698fcb-8093-448a-a284-05d53dd7f591","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:06:05Z","dns_nameservers":[],"updated_at":"2018-06-29T17:06:05Z","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":"d375e46f6f2b472db41ca16f2fc59215","id":"cecf31f0-5816-4dc4-95be-8d87fddf439e","subnetpool_id":null,"name":"NovaUtilsInstanceTests-bca01863-a1c7-4fb2-bbb5-bc6a21a704b8-subnet"}]} 2018-06-29 17:06:05,836 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-dbcd3298-7747-4f80-96ae-105124ef979e 2018-06-29 17:06:05,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=c7698fcb-8093-448a-a284-05d53dd7f591 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0a1e8e7f7f882d83f85eba88c6b05c34d39f50e" 2018-06-29 17:06:06,280 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-1cc9c925-81d8-44e6-9eec-078717a09c03 Date: Fri, 29 Jun 2018 17:06:06 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"c7698fcb-8093-448a-a284-05d53dd7f591","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["cecf31f0-5816-4dc4-95be-8d87fddf439e"],"description":"","tags":[],"updated_at":"2018-06-29T17:06:05Z","provider:segmentation_id":18,"name":"NovaUtilsInstanceTests-bca01863-a1c7-4fb2-bbb5-bc6a21a704b8-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:06:04Z","provider:network_type":"vxlan"}]} 2018-06-29 17:06:06,280 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=c7698fcb-8093-448a-a284-05d53dd7f591 used request id req-1cc9c925-81d8-44e6-9eec-078717a09c03 2018-06-29 17:06:06,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=c7698fcb-8093-448a-a284-05d53dd7f591 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0a1e8e7f7f882d83f85eba88c6b05c34d39f50e" 2018-06-29 17:06:06,326 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-989ecea9-bbf9-4486-9afc-8210708d8147 Date: Fri, 29 Jun 2018 17:06:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c7698fcb-8093-448a-a284-05d53dd7f591","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:06:05Z","dns_nameservers":[],"updated_at":"2018-06-29T17:06:05Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"cecf31f0-5816-4dc4-95be-8d87fddf439e","subnetpool_id":null,"name":"NovaUtilsInstanceTests-bca01863-a1c7-4fb2-bbb5-bc6a21a704b8-subnet"}]} 2018-06-29 17:06:06,326 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=c7698fcb-8093-448a-a284-05d53dd7f591 used request id req-989ecea9-bbf9-4486-9afc-8210708d8147 2018-06-29 17:06:06,327 - OpenStackNetwork - DEBUG - Network [c7698fcb-8093-448a-a284-05d53dd7f591] created successfully 2018-06-29 17:06:06,327 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:06:06,328 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:06:06,718 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:06:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["Kl5SSuFTThGliLQOLogVPA"], "issued_at": "2018-06-29T17:06:06.000000Z"}} 2018-06-29 17:06:06,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}12ac2a40c8cdb376bf9d083f9b297bd580cf86e0" 2018-06-29 17:06:06,732 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:06:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b5873f8-aace-4860-bf76-78ee7dc5f520 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:06:06,732 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-3b5873f8-aace-4860-bf76-78ee7dc5f520 2018-06-29 17:06:06,733 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 17:06:06,738 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12ac2a40c8cdb376bf9d083f9b297bd580cf86e0" 2018-06-29 17:06:06,926 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:06: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-0d52807b-c8e5-4375-9f44-7594074ab3bc x-compute-request-id: req-0d52807b-c8e5-4375-9f44-7594074ab3bc Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-06-29 17:06:06,926 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-0d52807b-c8e5-4375-9f44-7594074ab3bc 2018-06-29 17:06:06,929 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12ac2a40c8cdb376bf9d083f9b297bd580cf86e0" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceTests-bca01863-a1c7-4fb2-bbb5-bc6a21a704b8-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 17:06:07,137 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:06:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-60c19b0d-0646-4073-8652-cf106e8e18b4 x-compute-request-id: req-60c19b0d-0646-4073-8652-cf106e8e18b4 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"name": "NovaUtilsInstanceTests-bca01863-a1c7-4fb2-bbb5-bc6a21a704b8-flavor-name", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/5e07137a-c672-4112-98f4-be246ec9a420", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/5e07137a-c672-4112-98f4-be246ec9a420", "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": "5e07137a-c672-4112-98f4-be246ec9a420"}} 2018-06-29 17:06:07,137 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-60c19b0d-0646-4073-8652-cf106e8e18b4 2018-06-29 17:06:07,138 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:06:07,139 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:06:07,550 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:06:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["D3_35YY3Tt6nmiFkfbf0QA"], "issued_at": "2018-06-29T17:06:07.000000Z"}} 2018-06-29 17:06:07,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}7fc5af07f5f584405e32e6639a2b9c05ef8ea7b3" 2018-06-29 17:06:07,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:06:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d53de5b-625f-4eb4-936c-60673b49d208 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:06:07,635 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-4d53de5b-625f-4eb4-936c-60673b49d208 2018-06-29 17:06:07,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceTests-bca01863-a1c7-4fb2-bbb5-bc6a21a704b8-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfbb91c52cadd9ff37cc9200ac9b2e0a76b8606e" 2018-06-29 17:06:07,910 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-84ecbdb7-8b5a-4788-89c8-909d81b0f956 Date: Fri, 29 Jun 2018 17:06:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"c7698fcb-8093-448a-a284-05d53dd7f591","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["cecf31f0-5816-4dc4-95be-8d87fddf439e"],"description":"","tags":[],"updated_at":"2018-06-29T17:06:05Z","provider:segmentation_id":18,"name":"NovaUtilsInstanceTests-bca01863-a1c7-4fb2-bbb5-bc6a21a704b8-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:06:04Z","provider:network_type":"vxlan"}]} 2018-06-29 17:06:07,911 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceTests-bca01863-a1c7-4fb2-bbb5-bc6a21a704b8-net used request id req-84ecbdb7-8b5a-4788-89c8-909d81b0f956 2018-06-29 17:06:07,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=c7698fcb-8093-448a-a284-05d53dd7f591 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfbb91c52cadd9ff37cc9200ac9b2e0a76b8606e" 2018-06-29 17:06:08,124 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-e6ec87bf-6d9b-4ad4-be62-8e9bd0621c94 Date: Fri, 29 Jun 2018 17:06:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c7698fcb-8093-448a-a284-05d53dd7f591","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:06:05Z","dns_nameservers":[],"updated_at":"2018-06-29T17:06:05Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"cecf31f0-5816-4dc4-95be-8d87fddf439e","subnetpool_id":null,"name":"NovaUtilsInstanceTests-bca01863-a1c7-4fb2-bbb5-bc6a21a704b8-subnet"}]} 2018-06-29 17:06:08,124 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=c7698fcb-8093-448a-a284-05d53dd7f591 used request id req-e6ec87bf-6d9b-4ad4-be62-8e9bd0621c94 2018-06-29 17:06:08,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceTests-bca01863-a1c7-4fb2-bbb5-bc6a21a704b8-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfbb91c52cadd9ff37cc9200ac9b2e0a76b8606e" 2018-06-29 17:06:08,385 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-89c97cea-86ce-42bb-9358-f0857e4ee8a4 Date: Fri, 29 Jun 2018 17:06:08 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"c7698fcb-8093-448a-a284-05d53dd7f591","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["cecf31f0-5816-4dc4-95be-8d87fddf439e"],"description":"","tags":[],"updated_at":"2018-06-29T17:06:05Z","provider:segmentation_id":18,"name":"NovaUtilsInstanceTests-bca01863-a1c7-4fb2-bbb5-bc6a21a704b8-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:06:04Z","provider:network_type":"vxlan"}]} 2018-06-29 17:06:08,385 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceTests-bca01863-a1c7-4fb2-bbb5-bc6a21a704b8-net used request id req-89c97cea-86ce-42bb-9358-f0857e4ee8a4 2018-06-29 17:06:08,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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 17:06:08,394 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 17:06: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 17:06:08,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fc5af07f5f584405e32e6639a2b9c05ef8ea7b3" 2018-06-29 17:06:08,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:06:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4bce94ed-6334-4911-b8ad-cc0669612e30 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.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}} 2018-06-29 17:06:08,492 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 used request id req-4bce94ed-6334-4911-b8ad-cc0669612e30 2018-06-29 17:06:08,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=c7698fcb-8093-448a-a284-05d53dd7f591 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfbb91c52cadd9ff37cc9200ac9b2e0a76b8606e" 2018-06-29 17:06:08,570 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-49de19fd-df45-4e22-b092-0a588498092b Date: Fri, 29 Jun 2018 17:06:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c7698fcb-8093-448a-a284-05d53dd7f591","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:06:05Z","dns_nameservers":[],"updated_at":"2018-06-29T17:06:05Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"cecf31f0-5816-4dc4-95be-8d87fddf439e","subnetpool_id":null,"name":"NovaUtilsInstanceTests-bca01863-a1c7-4fb2-bbb5-bc6a21a704b8-subnet"}]} 2018-06-29 17:06:08,570 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=c7698fcb-8093-448a-a284-05d53dd7f591 used request id req-49de19fd-df45-4e22-b092-0a588498092b 2018-06-29 17:06:08,571 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceTests-bca01863-a1c7-4fb2-bbb5-bc6a21a704b8-net 2018-06-29 17:06:08,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfbb91c52cadd9ff37cc9200ac9b2e0a76b8606e" -d '{"port": {"network_id": "c7698fcb-8093-448a-a284-05d53dd7f591", "name": "NovaUtilsInstanceTests-bca01863-a1c7-4fb2-bbb5-bc6a21a704b8-port", "admin_state_up": true}}' 2018-06-29 17:06:09,567 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 853 X-Openstack-Request-Id: req-36c8a6ab-6d3a-4d0e-a414-ae6a2f589017 Date: Fri, 29 Jun 2018 17:06:09 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:06:09Z","device_owner":"","revision_number":1,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"cecf31f0-5816-4dc4-95be-8d87fddf439e","ip_address":"10.55.0.13"}],"id":"8785160b-93bc-423b-b640-cb107c96b53f","security_groups":["80203172-2d27-4ac0-ba1b-ce925c9da636"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:01:e8:5a","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceTests-bca01863-a1c7-4fb2-bbb5-bc6a21a704b8-port","admin_state_up":true,"network_id":"c7698fcb-8093-448a-a284-05d53dd7f591","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:06:08Z","binding:vnic_type":"normal"}} 2018-06-29 17:06:09,567 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-36c8a6ab-6d3a-4d0e-a414-ae6a2f589017 2018-06-29 17:06:09,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceTests-bca01863-a1c7-4fb2-bbb5-bc6a21a704b8-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfbb91c52cadd9ff37cc9200ac9b2e0a76b8606e" 2018-06-29 17:06:09,887 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-2685bacb-530c-4493-8758-c0e788974d8f Date: Fri, 29 Jun 2018 17:06:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"c7698fcb-8093-448a-a284-05d53dd7f591","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["cecf31f0-5816-4dc4-95be-8d87fddf439e"],"description":"","tags":[],"updated_at":"2018-06-29T17:06:05Z","provider:segmentation_id":18,"name":"NovaUtilsInstanceTests-bca01863-a1c7-4fb2-bbb5-bc6a21a704b8-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:06:04Z","provider:network_type":"vxlan"}]} 2018-06-29 17:06:09,887 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceTests-bca01863-a1c7-4fb2-bbb5-bc6a21a704b8-net used request id req-2685bacb-530c-4493-8758-c0e788974d8f 2018-06-29 17:06:09,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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 17:06:09,896 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 17:06: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 17:06:09,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfbb91c52cadd9ff37cc9200ac9b2e0a76b8606e" 2018-06-29 17:06:09,991 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:06:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0275afe-cead-4528-81b5-acaba8df6784 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.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}} 2018-06-29 17:06:09,991 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 used request id req-e0275afe-cead-4528-81b5-acaba8df6784 2018-06-29 17:06:09,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=c7698fcb-8093-448a-a284-05d53dd7f591 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfbb91c52cadd9ff37cc9200ac9b2e0a76b8606e" 2018-06-29 17:06:10,340 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-6eda6337-e0d4-42c8-a996-8f36c1a0598b Date: Fri, 29 Jun 2018 17:06:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c7698fcb-8093-448a-a284-05d53dd7f591","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:06:05Z","dns_nameservers":[],"updated_at":"2018-06-29T17:06:05Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"cecf31f0-5816-4dc4-95be-8d87fddf439e","subnetpool_id":null,"name":"NovaUtilsInstanceTests-bca01863-a1c7-4fb2-bbb5-bc6a21a704b8-subnet"}]} 2018-06-29 17:06:10,340 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=c7698fcb-8093-448a-a284-05d53dd7f591 used request id req-6eda6337-e0d4-42c8-a996-8f36c1a0598b 2018-06-29 17:06:10,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=c7698fcb-8093-448a-a284-05d53dd7f591&name=NovaUtilsInstanceTests-bca01863-a1c7-4fb2-bbb5-bc6a21a704b8-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfbb91c52cadd9ff37cc9200ac9b2e0a76b8606e" 2018-06-29 17:06:10,576 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 856 X-Openstack-Request-Id: req-dc404792-edd3-4384-86f4-6662717cb839 Date: Fri, 29 Jun 2018 17:06:10 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:06:09Z","device_owner":"","revision_number":1,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"cecf31f0-5816-4dc4-95be-8d87fddf439e","ip_address":"10.55.0.13"}],"id":"8785160b-93bc-423b-b640-cb107c96b53f","security_groups":["80203172-2d27-4ac0-ba1b-ce925c9da636"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:01:e8:5a","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceTests-bca01863-a1c7-4fb2-bbb5-bc6a21a704b8-port","admin_state_up":true,"network_id":"c7698fcb-8093-448a-a284-05d53dd7f591","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:06:08Z","binding:vnic_type":"normal"}]} 2018-06-29 17:06:10,576 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=c7698fcb-8093-448a-a284-05d53dd7f591&name=NovaUtilsInstanceTests-bca01863-a1c7-4fb2-bbb5-bc6a21a704b8-port&admin_state_up=True used request id req-dc404792-edd3-4384-86f4-6662717cb839 2018-06-29 17:06:10,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfbb91c52cadd9ff37cc9200ac9b2e0a76b8606e" 2018-06-29 17:06:10,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:06:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06e04236-6e7f-4451-8626-be331d71e936 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.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}} 2018-06-29 17:06:10,673 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 used request id req-06e04236-6e7f-4451-8626-be331d71e936 2018-06-29 17:06:10,673 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceTests-bca01863-a1c7-4fb2-bbb5-bc6a21a704b8-vm_inst 2018-06-29 17:06:10,677 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfbb91c52cadd9ff37cc9200ac9b2e0a76b8606e" 2018-06-29 17:06:11,389 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:06: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-8bfe96f5-b993-4cba-a233-76f778cfa58a x-compute-request-id: req-8bfe96f5-b993-4cba-a233-76f778cfa58a Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"flavors": [{"id": "5e07137a-c672-4112-98f4-be246ec9a420", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/5e07137a-c672-4112-98f4-be246ec9a420", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/5e07137a-c672-4112-98f4-be246ec9a420", "rel": "bookmark"}], "name": "NovaUtilsInstanceTests-bca01863-a1c7-4fb2-bbb5-bc6a21a704b8-flavor-name"}]} 2018-06-29 17:06:11,389 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-8bfe96f5-b993-4cba-a233-76f778cfa58a 2018-06-29 17:06:11,393 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/5e07137a-c672-4112-98f4-be246ec9a420 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfbb91c52cadd9ff37cc9200ac9b2e0a76b8606e" 2018-06-29 17:06:11,416 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:06: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-fcd41930-563b-439f-af4c-c1dfa0d9c610 x-compute-request-id: req-fcd41930-563b-439f-af4c-c1dfa0d9c610 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"name": "NovaUtilsInstanceTests-bca01863-a1c7-4fb2-bbb5-bc6a21a704b8-flavor-name", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/5e07137a-c672-4112-98f4-be246ec9a420", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/5e07137a-c672-4112-98f4-be246ec9a420", "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": "5e07137a-c672-4112-98f4-be246ec9a420"}} 2018-06-29 17:06:11,416 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/5e07137a-c672-4112-98f4-be246ec9a420 used request id req-fcd41930-563b-439f-af4c-c1dfa0d9c610 2018-06-29 17:06:11,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-bca01863-a1c7-4fb2-bbb5-bc6a21a704b8-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bfbb91c52cadd9ff37cc9200ac9b2e0a76b8606e" 2018-06-29 17:06:12,093 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1054 Content-Type: application/json X-Openstack-Request-Id: req-0848765a-34b0-4486-a55e-9439b41394af Date: Fri, 29 Jun 2018 17:06:12 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-bca01863-a1c7-4fb2-bbb5-bc6a21a704b8-image", "tags": [], "container_format": "bare", "created_at": "2018-06-29T17:06:00Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-06-29T17:06:02Z", "visibility": "shared", "locations": [{"url": "rbd://0e8aacea-dc23-4cff-98e1-fd5fa38d6bcf/images/04a6eba2-4263-4ea0-822d-07cf6dbc8fb0/snap", "metadata": {}}], "self": "/v2/images/04a6eba2-4263-4ea0-822d-07cf6dbc8fb0", "min_disk": 0, "protected": false, "id": "04a6eba2-4263-4ea0-822d-07cf6dbc8fb0", "file": "/v2/images/04a6eba2-4263-4ea0-822d-07cf6dbc8fb0/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d375e46f6f2b472db41ca16f2fc59215", "direct_url": "rbd://0e8aacea-dc23-4cff-98e1-fd5fa38d6bcf/images/04a6eba2-4263-4ea0-822d-07cf6dbc8fb0/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceTests-bca01863-a1c7-4fb2-bbb5-bc6a21a704b8-image"} 2018-06-29 17:06:12,093 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-bca01863-a1c7-4fb2-bbb5-bc6a21a704b8-image used request id req-0848765a-34b0-4486-a55e-9439b41394af 2018-06-29 17:06:12,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bfbb91c52cadd9ff37cc9200ac9b2e0a76b8606e" 2018-06-29 17:06:12,722 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-85d06fa8-4be7-4250-af0d-e4f76d2524bf Date: Fri, 29 Jun 2018 17:06:12 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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 17:06:12,722 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-85d06fa8-4be7-4250-af0d-e4f76d2524bf 2018-06-29 17:06:12,727 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfbb91c52cadd9ff37cc9200ac9b2e0a76b8606e" -d '{"server": {"name": "NovaUtilsInstanceTests-bca01863-a1c7-4fb2-bbb5-bc6a21a704b8-vm_inst", "imageRef": "04a6eba2-4263-4ea0-822d-07cf6dbc8fb0", "flavorRef": "5e07137a-c672-4112-98f4-be246ec9a420", "max_count": 1, "min_count": 1, "networks": [{"port": "8785160b-93bc-423b-b640-cb107c96b53f"}]}}' 2018-06-29 17:06:15,412 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 17:06: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-abc5bfa5-0d64-46e2-9acb-67aa55e238b2 x-compute-request-id: req-abc5bfa5-0d64-46e2-9acb-67aa55e238b2 Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/832de992-71f1-4b5d-a6e0-4bdedfc626e3 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "832de992-71f1-4b5d-a6e0-4bdedfc626e3", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/832de992-71f1-4b5d-a6e0-4bdedfc626e3", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/832de992-71f1-4b5d-a6e0-4bdedfc626e3", "rel": "bookmark"}], "adminPass": "D5RxfvB69CJa"}} 2018-06-29 17:06:15,412 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-abc5bfa5-0d64-46e2-9acb-67aa55e238b2 2018-06-29 17:06:15,415 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/832de992-71f1-4b5d-a6e0-4bdedfc626e3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfbb91c52cadd9ff37cc9200ac9b2e0a76b8606e" 2018-06-29 17:06:15,859 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:06: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-cef6768c-8ad6-41ff-9ff5-8a2b7950f667 x-compute-request-id: req-cef6768c-8ad6-41ff-9ff5-8a2b7950f667 Content-Encoding: gzip Content-Length: 642 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/832de992-71f1-4b5d-a6e0-4bdedfc626e3", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/832de992-71f1-4b5d-a6e0-4bdedfc626e3", "rel": "bookmark"}], "image": {"id": "04a6eba2-4263-4ea0-822d-07cf6dbc8fb0", "links": [{"href": "http://172.30.9.30:8774/images/04a6eba2-4263-4ea0-822d-07cf6dbc8fb0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5e07137a-c672-4112-98f4-be246ec9a420", "links": [{"href": "http://172.30.9.30:8774/flavors/5e07137a-c672-4112-98f4-be246ec9a420", "rel": "bookmark"}]}, "id": "832de992-71f1-4b5d-a6e0-4bdedfc626e3", "user_id": "52a397aa2e1c435594f313aaae1020e1", "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-29T17:06:15Z", "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-bca01863-a1c7-4fb2-bbb5-bc6a21a704b8-vm_inst", "created": "2018-06-29T17:06:15Z", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 17:06:15,859 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/832de992-71f1-4b5d-a6e0-4bdedfc626e3 used request id req-cef6768c-8ad6-41ff-9ff5-8a2b7950f667 2018-06-29 17:06:15,862 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/832de992-71f1-4b5d-a6e0-4bdedfc626e3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfbb91c52cadd9ff37cc9200ac9b2e0a76b8606e" 2018-06-29 17:06:16,168 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:06: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-16b41ef7-c4fa-4be1-89a1-2d9095a5aad7 x-compute-request-id: req-16b41ef7-c4fa-4be1-89a1-2d9095a5aad7 Content-Encoding: gzip Content-Length: 642 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/832de992-71f1-4b5d-a6e0-4bdedfc626e3", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/832de992-71f1-4b5d-a6e0-4bdedfc626e3", "rel": "bookmark"}], "image": {"id": "04a6eba2-4263-4ea0-822d-07cf6dbc8fb0", "links": [{"href": "http://172.30.9.30:8774/images/04a6eba2-4263-4ea0-822d-07cf6dbc8fb0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5e07137a-c672-4112-98f4-be246ec9a420", "links": [{"href": "http://172.30.9.30:8774/flavors/5e07137a-c672-4112-98f4-be246ec9a420", "rel": "bookmark"}]}, "id": "832de992-71f1-4b5d-a6e0-4bdedfc626e3", "user_id": "52a397aa2e1c435594f313aaae1020e1", "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-29T17:06:15Z", "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-bca01863-a1c7-4fb2-bbb5-bc6a21a704b8-vm_inst", "created": "2018-06-29T17:06:15Z", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 17:06:16,168 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/832de992-71f1-4b5d-a6e0-4bdedfc626e3 used request id req-16b41ef7-c4fa-4be1-89a1-2d9095a5aad7 2018-06-29 17:06:19,175 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/832de992-71f1-4b5d-a6e0-4bdedfc626e3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfbb91c52cadd9ff37cc9200ac9b2e0a76b8606e" 2018-06-29 17:06:19,891 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:06: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-0bf13e72-aeb3-4057-8e69-64022e3143a1 x-compute-request-id: req-0bf13e72-aeb3-4057-8e69-64022e3143a1 Content-Encoding: gzip Content-Length: 651 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/832de992-71f1-4b5d-a6e0-4bdedfc626e3", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/832de992-71f1-4b5d-a6e0-4bdedfc626e3", "rel": "bookmark"}], "image": {"id": "04a6eba2-4263-4ea0-822d-07cf6dbc8fb0", "links": [{"href": "http://172.30.9.30:8774/images/04a6eba2-4263-4ea0-822d-07cf6dbc8fb0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5e07137a-c672-4112-98f4-be246ec9a420", "links": [{"href": "http://172.30.9.30:8774/flavors/5e07137a-c672-4112-98f4-be246ec9a420", "rel": "bookmark"}]}, "id": "832de992-71f1-4b5d-a6e0-4bdedfc626e3", "user_id": "52a397aa2e1c435594f313aaae1020e1", "OS-DCF: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-29T17:06:18Z", "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-bca01863-a1c7-4fb2-bbb5-bc6a21a704b8-vm_inst", "created": "2018-06-29T17:06:15Z", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 17:06:19,891 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/832de992-71f1-4b5d-a6e0-4bdedfc626e3 used request id req-0bf13e72-aeb3-4057-8e69-64022e3143a1 2018-06-29 17:06:22,897 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/832de992-71f1-4b5d-a6e0-4bdedfc626e3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfbb91c52cadd9ff37cc9200ac9b2e0a76b8606e" 2018-06-29 17:06:23,774 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:06: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-107256b0-cf76-480d-bfa6-c37936fff047 x-compute-request-id: req-107256b0-cf76-480d-bfa6-c37936fff047 Content-Encoding: gzip Content-Length: 651 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/832de992-71f1-4b5d-a6e0-4bdedfc626e3", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/832de992-71f1-4b5d-a6e0-4bdedfc626e3", "rel": "bookmark"}], "image": {"id": "04a6eba2-4263-4ea0-822d-07cf6dbc8fb0", "links": [{"href": "http://172.30.9.30:8774/images/04a6eba2-4263-4ea0-822d-07cf6dbc8fb0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5e07137a-c672-4112-98f4-be246ec9a420", "links": [{"href": "http://172.30.9.30:8774/flavors/5e07137a-c672-4112-98f4-be246ec9a420", "rel": "bookmark"}]}, "id": "832de992-71f1-4b5d-a6e0-4bdedfc626e3", "user_id": "52a397aa2e1c435594f313aaae1020e1", "OS-DCF: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-29T17:06:18Z", "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-bca01863-a1c7-4fb2-bbb5-bc6a21a704b8-vm_inst", "created": "2018-06-29T17:06:15Z", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 17:06:23,775 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/832de992-71f1-4b5d-a6e0-4bdedfc626e3 used request id req-107256b0-cf76-480d-bfa6-c37936fff047 2018-06-29 17:06:26,781 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/832de992-71f1-4b5d-a6e0-4bdedfc626e3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfbb91c52cadd9ff37cc9200ac9b2e0a76b8606e" 2018-06-29 17:06:27,786 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:06: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-710760dc-2aca-42df-8dac-70ff73aea834 x-compute-request-id: req-710760dc-2aca-42df-8dac-70ff73aea834 Content-Encoding: gzip Content-Length: 651 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/832de992-71f1-4b5d-a6e0-4bdedfc626e3", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/832de992-71f1-4b5d-a6e0-4bdedfc626e3", "rel": "bookmark"}], "image": {"id": "04a6eba2-4263-4ea0-822d-07cf6dbc8fb0", "links": [{"href": "http://172.30.9.30:8774/images/04a6eba2-4263-4ea0-822d-07cf6dbc8fb0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5e07137a-c672-4112-98f4-be246ec9a420", "links": [{"href": "http://172.30.9.30:8774/flavors/5e07137a-c672-4112-98f4-be246ec9a420", "rel": "bookmark"}]}, "id": "832de992-71f1-4b5d-a6e0-4bdedfc626e3", "user_id": "52a397aa2e1c435594f313aaae1020e1", "OS-DCF: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-29T17:06:18Z", "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-bca01863-a1c7-4fb2-bbb5-bc6a21a704b8-vm_inst", "created": "2018-06-29T17:06:15Z", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 17:06:27,786 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/832de992-71f1-4b5d-a6e0-4bdedfc626e3 used request id req-710760dc-2aca-42df-8dac-70ff73aea834 2018-06-29 17:06:30,790 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/832de992-71f1-4b5d-a6e0-4bdedfc626e3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfbb91c52cadd9ff37cc9200ac9b2e0a76b8606e" 2018-06-29 17:06:31,296 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:06: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-80134045-4399-4e9e-92cf-fb2964e8b176 x-compute-request-id: req-80134045-4399-4e9e-92cf-fb2964e8b176 Content-Encoding: gzip Content-Length: 651 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/832de992-71f1-4b5d-a6e0-4bdedfc626e3", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/832de992-71f1-4b5d-a6e0-4bdedfc626e3", "rel": "bookmark"}], "image": {"id": "04a6eba2-4263-4ea0-822d-07cf6dbc8fb0", "links": [{"href": "http://172.30.9.30:8774/images/04a6eba2-4263-4ea0-822d-07cf6dbc8fb0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5e07137a-c672-4112-98f4-be246ec9a420", "links": [{"href": "http://172.30.9.30:8774/flavors/5e07137a-c672-4112-98f4-be246ec9a420", "rel": "bookmark"}]}, "id": "832de992-71f1-4b5d-a6e0-4bdedfc626e3", "user_id": "52a397aa2e1c435594f313aaae1020e1", "OS-DCF: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-29T17:06:18Z", "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-bca01863-a1c7-4fb2-bbb5-bc6a21a704b8-vm_inst", "created": "2018-06-29T17:06:15Z", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 17:06:31,296 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/832de992-71f1-4b5d-a6e0-4bdedfc626e3 used request id req-80134045-4399-4e9e-92cf-fb2964e8b176 2018-06-29 17:06:34,302 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/832de992-71f1-4b5d-a6e0-4bdedfc626e3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfbb91c52cadd9ff37cc9200ac9b2e0a76b8606e" 2018-06-29 17:06:34,775 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:06: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-557737a0-073d-416c-b433-d308dcff7316 x-compute-request-id: req-557737a0-073d-416c-b433-d308dcff7316 Content-Encoding: gzip Content-Length: 651 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/832de992-71f1-4b5d-a6e0-4bdedfc626e3", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/832de992-71f1-4b5d-a6e0-4bdedfc626e3", "rel": "bookmark"}], "image": {"id": "04a6eba2-4263-4ea0-822d-07cf6dbc8fb0", "links": [{"href": "http://172.30.9.30:8774/images/04a6eba2-4263-4ea0-822d-07cf6dbc8fb0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5e07137a-c672-4112-98f4-be246ec9a420", "links": [{"href": "http://172.30.9.30:8774/flavors/5e07137a-c672-4112-98f4-be246ec9a420", "rel": "bookmark"}]}, "id": "832de992-71f1-4b5d-a6e0-4bdedfc626e3", "user_id": "52a397aa2e1c435594f313aaae1020e1", "OS-DCF: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-29T17:06:18Z", "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-bca01863-a1c7-4fb2-bbb5-bc6a21a704b8-vm_inst", "created": "2018-06-29T17:06:15Z", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 17:06:34,775 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/832de992-71f1-4b5d-a6e0-4bdedfc626e3 used request id req-557737a0-073d-416c-b433-d308dcff7316 2018-06-29 17:06:37,781 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/832de992-71f1-4b5d-a6e0-4bdedfc626e3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfbb91c52cadd9ff37cc9200ac9b2e0a76b8606e" 2018-06-29 17:06:38,790 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:06:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-55f3824c-984c-4154-bf1f-88a7e04e225a x-compute-request-id: req-55f3824c-984c-4154-bf1f-88a7e04e225a Content-Encoding: gzip Content-Length: 651 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/832de992-71f1-4b5d-a6e0-4bdedfc626e3", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/832de992-71f1-4b5d-a6e0-4bdedfc626e3", "rel": "bookmark"}], "image": {"id": "04a6eba2-4263-4ea0-822d-07cf6dbc8fb0", "links": [{"href": "http://172.30.9.30:8774/images/04a6eba2-4263-4ea0-822d-07cf6dbc8fb0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5e07137a-c672-4112-98f4-be246ec9a420", "links": [{"href": "http://172.30.9.30:8774/flavors/5e07137a-c672-4112-98f4-be246ec9a420", "rel": "bookmark"}]}, "id": "832de992-71f1-4b5d-a6e0-4bdedfc626e3", "user_id": "52a397aa2e1c435594f313aaae1020e1", "OS-DCF: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-29T17:06:18Z", "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-bca01863-a1c7-4fb2-bbb5-bc6a21a704b8-vm_inst", "created": "2018-06-29T17:06:15Z", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 17:06:38,790 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/832de992-71f1-4b5d-a6e0-4bdedfc626e3 used request id req-55f3824c-984c-4154-bf1f-88a7e04e225a 2018-06-29 17:06:41,796 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/832de992-71f1-4b5d-a6e0-4bdedfc626e3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfbb91c52cadd9ff37cc9200ac9b2e0a76b8606e" 2018-06-29 17:06:42,478 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:06: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-50035634-f32d-44ba-90d1-b405f200d0e3 x-compute-request-id: req-50035634-f32d-44ba-90d1-b405f200d0e3 Content-Encoding: gzip Content-Length: 651 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/832de992-71f1-4b5d-a6e0-4bdedfc626e3", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/832de992-71f1-4b5d-a6e0-4bdedfc626e3", "rel": "bookmark"}], "image": {"id": "04a6eba2-4263-4ea0-822d-07cf6dbc8fb0", "links": [{"href": "http://172.30.9.30:8774/images/04a6eba2-4263-4ea0-822d-07cf6dbc8fb0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5e07137a-c672-4112-98f4-be246ec9a420", "links": [{"href": "http://172.30.9.30:8774/flavors/5e07137a-c672-4112-98f4-be246ec9a420", "rel": "bookmark"}]}, "id": "832de992-71f1-4b5d-a6e0-4bdedfc626e3", "user_id": "52a397aa2e1c435594f313aaae1020e1", "OS-DCF: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-29T17:06:18Z", "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-bca01863-a1c7-4fb2-bbb5-bc6a21a704b8-vm_inst", "created": "2018-06-29T17:06:15Z", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 17:06:42,478 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/832de992-71f1-4b5d-a6e0-4bdedfc626e3 used request id req-50035634-f32d-44ba-90d1-b405f200d0e3 2018-06-29 17:06:45,481 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/832de992-71f1-4b5d-a6e0-4bdedfc626e3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfbb91c52cadd9ff37cc9200ac9b2e0a76b8606e" 2018-06-29 17:06:45,770 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:06: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-f8ea494f-2be4-4bc1-9989-eb4a33f032a4 x-compute-request-id: req-f8ea494f-2be4-4bc1-9989-eb4a33f032a4 Content-Encoding: gzip Content-Length: 651 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/832de992-71f1-4b5d-a6e0-4bdedfc626e3", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/832de992-71f1-4b5d-a6e0-4bdedfc626e3", "rel": "bookmark"}], "image": {"id": "04a6eba2-4263-4ea0-822d-07cf6dbc8fb0", "links": [{"href": "http://172.30.9.30:8774/images/04a6eba2-4263-4ea0-822d-07cf6dbc8fb0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5e07137a-c672-4112-98f4-be246ec9a420", "links": [{"href": "http://172.30.9.30:8774/flavors/5e07137a-c672-4112-98f4-be246ec9a420", "rel": "bookmark"}]}, "id": "832de992-71f1-4b5d-a6e0-4bdedfc626e3", "user_id": "52a397aa2e1c435594f313aaae1020e1", "OS-DCF: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-29T17:06:18Z", "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-bca01863-a1c7-4fb2-bbb5-bc6a21a704b8-vm_inst", "created": "2018-06-29T17:06:15Z", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 17:06:45,771 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/832de992-71f1-4b5d-a6e0-4bdedfc626e3 used request id req-f8ea494f-2be4-4bc1-9989-eb4a33f032a4 2018-06-29 17:06:48,777 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/832de992-71f1-4b5d-a6e0-4bdedfc626e3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfbb91c52cadd9ff37cc9200ac9b2e0a76b8606e" 2018-06-29 17:06:49,278 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:06:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8d70f2c7-16d5-4efd-b12b-fa2c6105fc88 x-compute-request-id: req-8d70f2c7-16d5-4efd-b12b-fa2c6105fc88 Content-Encoding: gzip Content-Length: 721 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/832de992-71f1-4b5d-a6e0-4bdedfc626e3", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/832de992-71f1-4b5d-a6e0-4bdedfc626e3", "rel": "bookmark"}], "image": {"id": "04a6eba2-4263-4ea0-822d-07cf6dbc8fb0", "links": [{"href": "http://172.30.9.30:8774/images/04a6eba2-4263-4ea0-822d-07cf6dbc8fb0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5e07137a-c672-4112-98f4-be246ec9a420", "links": [{"href": "http://172.30.9.30:8774/flavors/5e07137a-c672-4112-98f4-be246ec9a420", "rel": "bookmark"}]}, "id": "832de992-71f1-4b5d-a6e0-4bdedfc626e3", "user_id": "52a397aa2e1c435594f313aaae1020e1", "OS-DCF: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-29T17:06:48Z", "hostId": "fe4b6a584f9cd944814267acc8ec1e49614b8a92bc6474b77f1e86a4", "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-bca01863-a1c7-4fb2-bbb5-bc6a21a704b8-vm_inst", "created": "2018-06-29T17:06:15Z", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 17:06:49,278 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/832de992-71f1-4b5d-a6e0-4bdedfc626e3 used request id req-8d70f2c7-16d5-4efd-b12b-fa2c6105fc88 2018-06-29 17:06:52,284 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/832de992-71f1-4b5d-a6e0-4bdedfc626e3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfbb91c52cadd9ff37cc9200ac9b2e0a76b8606e" 2018-06-29 17:06:53,472 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:06:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-19d1fb49-72ee-4553-bf9c-15339ad0ca81 x-compute-request-id: req-19d1fb49-72ee-4553-bf9c-15339ad0ca81 Content-Encoding: gzip Content-Length: 812 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceTests-bca01863-a1c7-4fb2-bbb5-bc6a21a704b8-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:e8:5a", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/832de992-71f1-4b5d-a6e0-4bdedfc626e3", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/832de992-71f1-4b5d-a6e0-4bdedfc626e3", "rel": "bookmark"}], "image": {"id": "04a6eba2-4263-4ea0-822d-07cf6dbc8fb0", "links": [{"href": "http://172.30.9.30:8774/images/04a6eba2-4263-4ea0-822d-07cf6dbc8fb0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5e07137a-c672-4112-98f4-be246ec9a420", "links": [{"href": "http://172.30.9.30:8774/flavors/5e07137a-c672-4112-98f4-be246ec9a420", "rel": "bookmark"}]}, "id": "832de992-71f1-4b5d-a6e0-4bdedfc626e3", "security_groups": [{"name": "default"}], "user_id": "52a397aa2e1c435594f313aaae1020e1", "OS-DCF: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-29T17:06:49Z", "hostId": "fe4b6a584f9cd944814267acc8ec1e49614b8a92bc6474b77f1e86a4", "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-bca01863-a1c7-4fb2-bbb5-bc6a21a704b8-vm_inst", "created": "2018-06-29T17:06:15Z", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 17:06:53,472 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/832de992-71f1-4b5d-a6e0-4bdedfc626e3 used request id req-19d1fb49-72ee-4553-bf9c-15339ad0ca81 2018-06-29 17:06:56,478 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/832de992-71f1-4b5d-a6e0-4bdedfc626e3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfbb91c52cadd9ff37cc9200ac9b2e0a76b8606e" 2018-06-29 17:06:57,107 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:06: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-4111962f-2625-4267-9e08-269cf26373a8 x-compute-request-id: req-4111962f-2625-4267-9e08-269cf26373a8 Content-Encoding: gzip Content-Length: 812 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceTests-bca01863-a1c7-4fb2-bbb5-bc6a21a704b8-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:e8:5a", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/832de992-71f1-4b5d-a6e0-4bdedfc626e3", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/832de992-71f1-4b5d-a6e0-4bdedfc626e3", "rel": "bookmark"}], "image": {"id": "04a6eba2-4263-4ea0-822d-07cf6dbc8fb0", "links": [{"href": "http://172.30.9.30:8774/images/04a6eba2-4263-4ea0-822d-07cf6dbc8fb0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5e07137a-c672-4112-98f4-be246ec9a420", "links": [{"href": "http://172.30.9.30:8774/flavors/5e07137a-c672-4112-98f4-be246ec9a420", "rel": "bookmark"}]}, "id": "832de992-71f1-4b5d-a6e0-4bdedfc626e3", "security_groups": [{"name": "default"}], "user_id": "52a397aa2e1c435594f313aaae1020e1", "OS-DCF: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-29T17:06:49Z", "hostId": "fe4b6a584f9cd944814267acc8ec1e49614b8a92bc6474b77f1e86a4", "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-bca01863-a1c7-4fb2-bbb5-bc6a21a704b8-vm_inst", "created": "2018-06-29T17:06:15Z", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 17:06:57,107 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/832de992-71f1-4b5d-a6e0-4bdedfc626e3 used request id req-4111962f-2625-4267-9e08-269cf26373a8 2018-06-29 17:07:00,113 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/832de992-71f1-4b5d-a6e0-4bdedfc626e3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfbb91c52cadd9ff37cc9200ac9b2e0a76b8606e" 2018-06-29 17:07:00,996 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:07:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-da67bdbd-5401-42cb-a117-61a7c688f366 x-compute-request-id: req-da67bdbd-5401-42cb-a117-61a7c688f366 Content-Encoding: gzip Content-Length: 816 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceTests-bca01863-a1c7-4fb2-bbb5-bc6a21a704b8-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:e8:5a", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/832de992-71f1-4b5d-a6e0-4bdedfc626e3", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/832de992-71f1-4b5d-a6e0-4bdedfc626e3", "rel": "bookmark"}], "image": {"id": "04a6eba2-4263-4ea0-822d-07cf6dbc8fb0", "links": [{"href": "http://172.30.9.30:8774/images/04a6eba2-4263-4ea0-822d-07cf6dbc8fb0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-06-29T16:58:54.000000", "flavor": {"id": "5e07137a-c672-4112-98f4-be246ec9a420", "links": [{"href": "http://172.30.9.30:8774/flavors/5e07137a-c672-4112-98f4-be246ec9a420", "rel": "bookmark"}]}, "id": "832de992-71f1-4b5d-a6e0-4bdedfc626e3", "security_groups": [{"name": "default"}], "user_id": "52a397aa2e1c435594f313aaae1020e1", "OS-DCF: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-29T17:06:57Z", "hostId": "fe4b6a584f9cd944814267acc8ec1e49614b8a92bc6474b77f1e86a4", "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-bca01863-a1c7-4fb2-bbb5-bc6a21a704b8-vm_inst", "created": "2018-06-29T17:06:15Z", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 17:07:00,996 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/832de992-71f1-4b5d-a6e0-4bdedfc626e3 used request id req-da67bdbd-5401-42cb-a117-61a7c688f366 2018-06-29 17:07:00,999 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/832de992-71f1-4b5d-a6e0-4bdedfc626e3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfbb91c52cadd9ff37cc9200ac9b2e0a76b8606e" 2018-06-29 17:07:01,862 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:07: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-dec0d38d-cdbd-44dc-9802-5ace1e025307 x-compute-request-id: req-dec0d38d-cdbd-44dc-9802-5ace1e025307 Content-Encoding: gzip Content-Length: 816 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceTests-bca01863-a1c7-4fb2-bbb5-bc6a21a704b8-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:e8:5a", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/832de992-71f1-4b5d-a6e0-4bdedfc626e3", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/832de992-71f1-4b5d-a6e0-4bdedfc626e3", "rel": "bookmark"}], "image": {"id": "04a6eba2-4263-4ea0-822d-07cf6dbc8fb0", "links": [{"href": "http://172.30.9.30:8774/images/04a6eba2-4263-4ea0-822d-07cf6dbc8fb0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-06-29T16:58:54.000000", "flavor": {"id": "5e07137a-c672-4112-98f4-be246ec9a420", "links": [{"href": "http://172.30.9.30:8774/flavors/5e07137a-c672-4112-98f4-be246ec9a420", "rel": "bookmark"}]}, "id": "832de992-71f1-4b5d-a6e0-4bdedfc626e3", "security_groups": [{"name": "default"}], "user_id": "52a397aa2e1c435594f313aaae1020e1", "OS-DCF: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-29T17:06:57Z", "hostId": "fe4b6a584f9cd944814267acc8ec1e49614b8a92bc6474b77f1e86a4", "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-bca01863-a1c7-4fb2-bbb5-bc6a21a704b8-vm_inst", "created": "2018-06-29T17:06:15Z", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 17:07:01,862 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/832de992-71f1-4b5d-a6e0-4bdedfc626e3 used request id req-dec0d38d-cdbd-44dc-9802-5ace1e025307 2018-06-29 17:07:01,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceTests-bca01863-a1c7-4fb2-bbb5-bc6a21a704b8-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfbb91c52cadd9ff37cc9200ac9b2e0a76b8606e" 2018-06-29 17:07:01,953 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-37d95ca1-621f-4e47-b48a-34e249fd4402 Date: Fri, 29 Jun 2018 17:07:01 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"c7698fcb-8093-448a-a284-05d53dd7f591","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["cecf31f0-5816-4dc4-95be-8d87fddf439e"],"description":"","tags":[],"updated_at":"2018-06-29T17:06:05Z","provider:segmentation_id":18,"name":"NovaUtilsInstanceTests-bca01863-a1c7-4fb2-bbb5-bc6a21a704b8-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:06:04Z","provider:network_type":"vxlan"}]} 2018-06-29 17:07:01,953 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceTests-bca01863-a1c7-4fb2-bbb5-bc6a21a704b8-net used request id req-37d95ca1-621f-4e47-b48a-34e249fd4402 2018-06-29 17:07:01,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfbb91c52cadd9ff37cc9200ac9b2e0a76b8606e" 2018-06-29 17:07:02,047 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:07:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19ac9658-46b7-43d3-8e27-8ade34bd2c65 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.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}} 2018-06-29 17:07:02,047 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 used request id req-19ac9658-46b7-43d3-8e27-8ade34bd2c65 2018-06-29 17:07:02,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=c7698fcb-8093-448a-a284-05d53dd7f591 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfbb91c52cadd9ff37cc9200ac9b2e0a76b8606e" 2018-06-29 17:07:02,110 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-13ffe331-5582-4400-827d-4e3ab906c291 Date: Fri, 29 Jun 2018 17:07:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c7698fcb-8093-448a-a284-05d53dd7f591","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:06:05Z","dns_nameservers":[],"updated_at":"2018-06-29T17:06:05Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"cecf31f0-5816-4dc4-95be-8d87fddf439e","subnetpool_id":null,"name":"NovaUtilsInstanceTests-bca01863-a1c7-4fb2-bbb5-bc6a21a704b8-subnet"}]} 2018-06-29 17:07:02,110 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=c7698fcb-8093-448a-a284-05d53dd7f591 used request id req-13ffe331-5582-4400-827d-4e3ab906c291 2018-06-29 17:07:02,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=c7698fcb-8093-448a-a284-05d53dd7f591 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfbb91c52cadd9ff37cc9200ac9b2e0a76b8606e" 2018-06-29 17:07:02,371 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3529 X-Openstack-Request-Id: req-645db4fb-e60f-4f71-b2c9-ff5cece3865a Date: Fri, 29 Jun 2018 17:07:02 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:06:09Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cecf31f0-5816-4dc4-95be-8d87fddf439e","ip_address":"10.55.0.3"}],"id":"03f52a40-2c15-44b7-855b-53ce6b748734","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f0:c3:8e","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-c7698fcb-8093-448a-a284-05d53dd7f591","name":"","admin_state_up":true,"network_id":"c7698fcb-8093-448a-a284-05d53dd7f591","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:06:06Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:06:08Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cecf31f0-5816-4dc4-95be-8d87fddf439e","ip_address":"10.55.0.2"}],"id":"75a6ff3e-5638-47e2-ab81-f91c39653a94","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cc:fe:4e","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c7698fcb-8093-448a-a284-05d53dd7f591","name":"","admin_state_up":true,"network_id":"c7698fcb-8093-448a-a284-05d53dd7f591","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:06:06Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:06:56Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"cecf31f0-5816-4dc4-95be-8d87fddf439e","ip_address":"10.55.0.13"}],"id":"8785160b-93bc-423b-b640-cb107c96b53f","security_groups":["80203172-2d27-4ac0-ba1b-ce925c9da636"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:01:e8:5a","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"832de992-71f1-4b5d-a6e0-4bdedfc626e3","name":"NovaUtilsInstanceTests-bca01863-a1c7-4fb2-bbb5-bc6a21a704b8-port","admin_state_up":true,"network_id":"c7698fcb-8093-448a-a284-05d53dd7f591","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:06:08Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:06:10Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cecf31f0-5816-4dc4-95be-8d87fddf439e","ip_address":"10.55.0.4"}],"id":"ea4a1a6d-a7d0-4a64-a087-ac02c172095e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:39:f9:4e","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-c7698fcb-8093-448a-a284-05d53dd7f591","name":"","admin_state_up":true,"network_id":"c7698fcb-8093-448a-a284-05d53dd7f591","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:06:07Z","binding:vnic_type":"normal"}]} 2018-06-29 17:07:02,371 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=c7698fcb-8093-448a-a284-05d53dd7f591 used request id req-645db4fb-e60f-4f71-b2c9-ff5cece3865a 2018-06-29 17:07:02,375 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/servers/832de992-71f1-4b5d-a6e0-4bdedfc626e3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfbb91c52cadd9ff37cc9200ac9b2e0a76b8606e" 2018-06-29 17:07:02,710 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 17:07:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ca65413f-4e6f-4a16-a6d6-e50b9b1f84bf x-compute-request-id: req-ca65413f-4e6f-4a16-a6d6-e50b9b1f84bf Content-Type: application/json 2018-06-29 17:07:02,710 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/832de992-71f1-4b5d-a6e0-4bdedfc626e3 used request id req-ca65413f-4e6f-4a16-a6d6-e50b9b1f84bf 2018-06-29 17:07:02,710 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceTests-bca01863-a1c7-4fb2-bbb5-bc6a21a704b8-port 2018-06-29 17:07:02,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/ports/8785160b-93bc-423b-b640-cb107c96b53f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfbb91c52cadd9ff37cc9200ac9b2e0a76b8606e" 2018-06-29 17:07:03,696 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-154fafa1-ec9c-40da-9075-7c2e2cdfaf35 Date: Fri, 29 Jun 2018 17:07:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 17:07:03,696 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/ports/8785160b-93bc-423b-b640-cb107c96b53f used request id req-154fafa1-ec9c-40da-9075-7c2e2cdfaf35 2018-06-29 17:07:03,699 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/5e07137a-c672-4112-98f4-be246ec9a420 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12ac2a40c8cdb376bf9d083f9b297bd580cf86e0" 2018-06-29 17:07:03,859 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 17:07: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-a6033168-6a75-485b-8c59-92f348269935 x-compute-request-id: req-a6033168-6a75-485b-8c59-92f348269935 Content-Length: 0 Content-Type: application/json 2018-06-29 17:07:03,859 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/5e07137a-c672-4112-98f4-be246ec9a420 used request id req-a6033168-6a75-485b-8c59-92f348269935 2018-06-29 17:07:03,860 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceTests-bca01863-a1c7-4fb2-bbb5-bc6a21a704b8-subnet 2018-06-29 17:07:03,860 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceTests-bca01863-a1c7-4fb2-bbb5-bc6a21a704b8-subnet 2018-06-29 17:07:03,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/cecf31f0-5816-4dc4-95be-8d87fddf439e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0a1e8e7f7f882d83f85eba88c6b05c34d39f50e" 2018-06-29 17:07:06,325 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-61585b0f-acf8-4c0f-9224-66d2db6c9761 Date: Fri, 29 Jun 2018 17:07:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 17:07:06,325 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/cecf31f0-5816-4dc4-95be-8d87fddf439e used request id req-61585b0f-acf8-4c0f-9224-66d2db6c9761 2018-06-29 17:07:06,325 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceTests-bca01863-a1c7-4fb2-bbb5-bc6a21a704b8-net 2018-06-29 17:07:06,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/c7698fcb-8093-448a-a284-05d53dd7f591 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0a1e8e7f7f882d83f85eba88c6b05c34d39f50e" 2018-06-29 17:07:08,213 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f404443c-211b-4d09-83c8-954be865415f Date: Fri, 29 Jun 2018 17:07:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 17:07:08,214 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/c7698fcb-8093-448a-a284-05d53dd7f591 used request id req-f404443c-211b-4d09-83c8-954be865415f 2018-06-29 17:07:08,214 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceTests-bca01863-a1c7-4fb2-bbb5-bc6a21a704b8-image 2018-06-29 17:07:08,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/04a6eba2-4263-4ea0-822d-07cf6dbc8fb0 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8a1a0466f59d126656cc74ced3a77a2fbd5b97b3" 2018-06-29 17:07:08,786 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-831926ac-a95f-462e-b5c4-a97d16bd5a40 Date: Fri, 29 Jun 2018 17:07:08 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 17:07:08,786 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/04a6eba2-4263-4ea0-822d-07cf6dbc8fb0 used request id req-831926ac-a95f-462e-b5c4-a97d16bd5a40 2018-06-29 17:07:08,788 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 17:07:08,791 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-06-29 17:07:08,791 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:07:08,792 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:07:09,193 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:07:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["BbU407nDRiC2jJ2fo5f0EA"], "issued_at": "2018-06-29T17:07:09.000000Z"}} 2018-06-29 17:07:09,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}1405c1bd59105e9d0957f6d75cab4752540d2812" 2018-06-29 17:07:09,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:07:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e04a36da-2ea3-4419-a40c-f6a15ba539ff 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:07:09,288 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-e04a36da-2ea3-4419-a40c-f6a15ba539ff 2018-06-29 17:07:09,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1405c1bd59105e9d0957f6d75cab4752540d2812" 2018-06-29 17:07:09,520 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-7426faa0-64ff-4ef3-8aa1-b8c4aa506776 Date: Fri, 29 Jun 2018 17:07:09 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-image"} 2018-06-29 17:07:09,520 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-image used request id req-7426faa0-64ff-4ef3-8aa1-b8c4aa506776 2018-06-29 17:07:09,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1405c1bd59105e9d0957f6d75cab4752540d2812" 2018-06-29 17:07:10,143 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-7eb5ec7a-d55c-484f-af80-c8ae1a4628ab Date: Fri, 29 Jun 2018 17:07: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 17:07:10,143 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-7eb5ec7a-d55c-484f-af80-c8ae1a4628ab 2018-06-29 17:07:10,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1405c1bd59105e9d0957f6d75cab4752540d2812" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-image"}' 2018-06-29 17:07:10,891 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/d6d2a917-87b8-41d9-a9f1-13e661ee8c8c Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-31380704-3de5-4881-9927-118a27e99377 Date: Fri, 29 Jun 2018 17:07:10 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-image", "tags": [], "container_format": "bare", "created_at": "2018-06-29T17:07:10Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-06-29T17:07:10Z", "visibility": "shared", "locations": [], "self": "/v2/images/d6d2a917-87b8-41d9-a9f1-13e661ee8c8c", "min_disk": 0, "protected": false, "id": "d6d2a917-87b8-41d9-a9f1-13e661ee8c8c", "file": "/v2/images/d6d2a917-87b8-41d9-a9f1-13e661ee8c8c/file", "checksum": null, "owner": "d375e46f6f2b472db41ca16f2fc59215", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 17:07:10,891 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-31380704-3de5-4881-9927-118a27e99377 2018-06-29 17:07:10,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/d6d2a917-87b8-41d9-a9f1-13e661ee8c8c/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1405c1bd59105e9d0957f6d75cab4752540d2812" -d '' 2018-06-29 17:07:11,938 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6a48620f-1431-4f46-8210-2da748c4865f Date: Fri, 29 Jun 2018 17:07:11 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 17:07:11,938 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/d6d2a917-87b8-41d9-a9f1-13e661ee8c8c/file used request id req-6a48620f-1431-4f46-8210-2da748c4865f 2018-06-29 17:07:11,939 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-06-29 17:07:11,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/d6d2a917-87b8-41d9-a9f1-13e661ee8c8c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1405c1bd59105e9d0957f6d75cab4752540d2812" 2018-06-29 17:07:12,176 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-123c0fbf-44d0-41b8-a181-bce1d4cecc6d Date: Fri, 29 Jun 2018 17:07:12 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-image", "tags": [], "container_format": "bare", "created_at": "2018-06-29T17:07:10Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-06-29T17:07:11Z", "visibility": "shared", "locations": [{"url": "rbd://0e8aacea-dc23-4cff-98e1-fd5fa38d6bcf/images/d6d2a917-87b8-41d9-a9f1-13e661ee8c8c/snap", "metadata": {}}], "self": "/v2/images/d6d2a917-87b8-41d9-a9f1-13e661ee8c8c", "min_disk": 0, "protected": false, "id": "d6d2a917-87b8-41d9-a9f1-13e661ee8c8c", "file": "/v2/images/d6d2a917-87b8-41d9-a9f1-13e661ee8c8c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d375e46f6f2b472db41ca16f2fc59215", "direct_url": "rbd://0e8aacea-dc23-4cff-98e1-fd5fa38d6bcf/images/d6d2a917-87b8-41d9-a9f1-13e661ee8c8c/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 17:07:12,177 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/d6d2a917-87b8-41d9-a9f1-13e661ee8c8c used request id req-123c0fbf-44d0-41b8-a181-bce1d4cecc6d 2018-06-29 17:07:12,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1405c1bd59105e9d0957f6d75cab4752540d2812" 2018-06-29 17:07:12,188 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-83dab0e0-e800-48ad-a1d9-84650adf5859 Date: Fri, 29 Jun 2018 17:07: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 17:07:12,188 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-83dab0e0-e800-48ad-a1d9-84650adf5859 2018-06-29 17:07:12,191 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-image 2018-06-29 17:07:12,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/d6d2a917-87b8-41d9-a9f1-13e661ee8c8c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1405c1bd59105e9d0957f6d75cab4752540d2812" 2018-06-29 17:07:12,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-f2a8d57c-78a5-4a1c-9f68-5d5753a712e0 Date: Fri, 29 Jun 2018 17:07:12 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-image", "tags": [], "container_format": "bare", "created_at": "2018-06-29T17:07:10Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-06-29T17:07:11Z", "visibility": "shared", "locations": [{"url": "rbd://0e8aacea-dc23-4cff-98e1-fd5fa38d6bcf/images/d6d2a917-87b8-41d9-a9f1-13e661ee8c8c/snap", "metadata": {}}], "self": "/v2/images/d6d2a917-87b8-41d9-a9f1-13e661ee8c8c", "min_disk": 0, "protected": false, "id": "d6d2a917-87b8-41d9-a9f1-13e661ee8c8c", "file": "/v2/images/d6d2a917-87b8-41d9-a9f1-13e661ee8c8c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d375e46f6f2b472db41ca16f2fc59215", "direct_url": "rbd://0e8aacea-dc23-4cff-98e1-fd5fa38d6bcf/images/d6d2a917-87b8-41d9-a9f1-13e661ee8c8c/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 17:07:12,414 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/d6d2a917-87b8-41d9-a9f1-13e661ee8c8c used request id req-f2a8d57c-78a5-4a1c-9f68-5d5753a712e0 2018-06-29 17:07:12,415 - create_image - DEBUG - Instance status is - active 2018-06-29 17:07:12,415 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-image 2018-06-29 17:07:12,415 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-image 2018-06-29 17:07:12,415 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:07:12,416 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:07:12,803 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:07:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["oUiqr76_RgC-IUvFivn7dA"], "issued_at": "2018-06-29T17:07:12.000000Z"}} 2018-06-29 17:07:12,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}da260cce31511620f2340e9fd6311a44f8983d71" 2018-06-29 17:07:12,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:07:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a2c465f-3552-4280-91ec-916e20320f70 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:07:12,890 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-8a2c465f-3552-4280-91ec-916e20320f70 2018-06-29 17:07:12,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da260cce31511620f2340e9fd6311a44f8983d71" 2018-06-29 17:07:13,081 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-985b14c8-553e-404f-a93d-7448c8cb81d2 Date: Fri, 29 Jun 2018 17:07:13 GMT RESP BODY: {"networks":[]} 2018-06-29 17:07:13,081 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-net used request id req-985b14c8-553e-404f-a93d-7448c8cb81d2 2018-06-29 17:07:13,081 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-net 2018-06-29 17:07:13,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da260cce31511620f2340e9fd6311a44f8983d71" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-net", "admin_state_up": true}}' 2018-06-29 17:07:13,528 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-1d4daaa4-4fc4-4441-9b65-1e37c24e6127 Date: Fri, 29 Jun 2018 17:07:13 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"db06db23-3589-4b99-8a9b-e8b5fbff7de8","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T17:07:13Z","is_default":false,"provider:segmentation_id":22,"name":"NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:07:13Z","mtu":1450}} 2018-06-29 17:07:13,528 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-1d4daaa4-4fc4-4441-9b65-1e37c24e6127 2018-06-29 17:07:13,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=db06db23-3589-4b99-8a9b-e8b5fbff7de8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da260cce31511620f2340e9fd6311a44f8983d71" 2018-06-29 17:07:13,781 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-c5ba259c-3f50-44db-ac63-e3dbc64e8303 Date: Fri, 29 Jun 2018 17:07:13 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"db06db23-3589-4b99-8a9b-e8b5fbff7de8","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T17:07:13Z","provider:segmentation_id":22,"name":"NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:07:13Z","provider:network_type":"vxlan"}]} 2018-06-29 17:07:13,781 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=db06db23-3589-4b99-8a9b-e8b5fbff7de8 used request id req-c5ba259c-3f50-44db-ac63-e3dbc64e8303 2018-06-29 17:07:13,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=db06db23-3589-4b99-8a9b-e8b5fbff7de8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da260cce31511620f2340e9fd6311a44f8983d71" 2018-06-29 17:07:13,970 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-2465a1fc-b96b-4eef-aef6-a8f27a0afaa8 Date: Fri, 29 Jun 2018 17:07:13 GMT RESP BODY: {"subnets":[]} 2018-06-29 17:07:13,970 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=db06db23-3589-4b99-8a9b-e8b5fbff7de8 used request id req-2465a1fc-b96b-4eef-aef6-a8f27a0afaa8 2018-06-29 17:07:13,971 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-subnet 2018-06-29 17:07:13,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da260cce31511620f2340e9fd6311a44f8983d71" -d '{"subnets": [{"ip_version": 4, "network_id": "db06db23-3589-4b99-8a9b-e8b5fbff7de8", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-subnet"}]}' 2018-06-29 17:07:14,792 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-9d601275-99ec-4a63-a527-b03d456813f2 Date: Fri, 29 Jun 2018 17:07:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"db06db23-3589-4b99-8a9b-e8b5fbff7de8","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:07:14Z","dns_nameservers":[],"updated_at":"2018-06-29T17:07:14Z","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":"d375e46f6f2b472db41ca16f2fc59215","id":"cf926187-9976-44df-ae36-22782a6d86a3","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-subnet"}]} 2018-06-29 17:07:14,793 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-9d601275-99ec-4a63-a527-b03d456813f2 2018-06-29 17:07:14,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=db06db23-3589-4b99-8a9b-e8b5fbff7de8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da260cce31511620f2340e9fd6311a44f8983d71" 2018-06-29 17:07:15,097 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-9916cae4-7e7f-4c11-8fb0-7f7c455fb0ac Date: Fri, 29 Jun 2018 17:07:15 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"db06db23-3589-4b99-8a9b-e8b5fbff7de8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["cf926187-9976-44df-ae36-22782a6d86a3"],"description":"","tags":[],"updated_at":"2018-06-29T17:07:14Z","provider:segmentation_id":22,"name":"NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:07:13Z","provider:network_type":"vxlan"}]} 2018-06-29 17:07:15,097 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=db06db23-3589-4b99-8a9b-e8b5fbff7de8 used request id req-9916cae4-7e7f-4c11-8fb0-7f7c455fb0ac 2018-06-29 17:07:15,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=db06db23-3589-4b99-8a9b-e8b5fbff7de8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da260cce31511620f2340e9fd6311a44f8983d71" 2018-06-29 17:07:15,144 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-f2f6508e-b2d6-4386-8cd5-c8504836dbe1 Date: Fri, 29 Jun 2018 17:07:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"db06db23-3589-4b99-8a9b-e8b5fbff7de8","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:07:14Z","dns_nameservers":[],"updated_at":"2018-06-29T17:07:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"cf926187-9976-44df-ae36-22782a6d86a3","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-subnet"}]} 2018-06-29 17:07:15,144 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=db06db23-3589-4b99-8a9b-e8b5fbff7de8 used request id req-f2f6508e-b2d6-4386-8cd5-c8504836dbe1 2018-06-29 17:07:15,145 - OpenStackNetwork - DEBUG - Network [db06db23-3589-4b99-8a9b-e8b5fbff7de8] created successfully 2018-06-29 17:07:15,145 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:07:15,146 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:07:15,563 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:07:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["Z-iWT_V2QwOaIQhk73zStQ"], "issued_at": "2018-06-29T17:07:15.000000Z"}} 2018-06-29 17:07:15,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}de30a9f2cca26a17f2ace6be005bb42d1f20c325" 2018-06-29 17:07:15,655 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:07:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-032f2da0-9d39-451b-9f62-cad86127bd83 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:07:15,655 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-032f2da0-9d39-451b-9f62-cad86127bd83 2018-06-29 17:07:15,657 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 17:07:15,661 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de30a9f2cca26a17f2ace6be005bb42d1f20c325" 2018-06-29 17:07:15,874 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:07:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-16809fac-d705-471e-9b1d-2d5b31578789 x-compute-request-id: req-16809fac-d705-471e-9b1d-2d5b31578789 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-06-29 17:07:15,875 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-16809fac-d705-471e-9b1d-2d5b31578789 2018-06-29 17:07:15,878 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de30a9f2cca26a17f2ace6be005bb42d1f20c325" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-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 17:07:15,943 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:07: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-50945a68-1767-4d4e-b999-04810760f694 x-compute-request-id: req-50945a68-1767-4d4e-b999-04810760f694 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"name": "NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-flavor", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/9935532b-038a-4bad-bdb4-04d26c2fce8c", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/9935532b-038a-4bad-bdb4-04d26c2fce8c", "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": "9935532b-038a-4bad-bdb4-04d26c2fce8c"}} 2018-06-29 17:07:15,944 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-50945a68-1767-4d4e-b999-04810760f694 2018-06-29 17:07:15,944 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:07:15,945 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:07:16,365 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:07:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["33o1u3JNRvG8RT5v2Yrzxg"], "issued_at": "2018-06-29T17:07:16.000000Z"}} 2018-06-29 17:07:16,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}479adc77aa573f54ae5aa625fdf7ed172426cae9" 2018-06-29 17:07:16,457 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:07:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1ec42e6-943b-43db-ad70-818c113a33db 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:07:16,457 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-c1ec42e6-943b-43db-ad70-818c113a33db 2018-06-29 17:07:16,462 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}479adc77aa573f54ae5aa625fdf7ed172426cae9" 2018-06-29 17:07:17,397 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:07:16 GMT Server: Apache x-compute-request-id: req-00fe2731-6de7-40a6-b227-76adbf6dfeb2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-00fe2731-6de7-40a6-b227-76adbf6dfeb2 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-06-29 17:07:17,397 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/detail used request id req-00fe2731-6de7-40a6-b227-76adbf6dfeb2 2018-06-29 17:07:17,400 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-00fe2731-6de7-40a6-b227-76adbf6dfeb2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}479adc77aa573f54ae5aa625fdf7ed172426cae9" -d '{"volume": {"status": "creating", "backup_id": null, "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda", "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 17:07:18,665 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 17:07:17 GMT Server: Apache x-compute-request-id: req-54335e7b-3691-4981-90d3-b28d22309e64 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-54335e7b-3691-4981-90d3-b28d22309e64 Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "52a397aa2e1c435594f313aaae1020e1", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/af8cbd52-30cc-4610-9e1e-4bfb05ff9d99", "rel": "self"}, {"href": "http://172.30.9.30:8776/d375e46f6f2b472db41ca16f2fc59215/volumes/af8cbd52-30cc-4610-9e1e-4bfb05ff9d99", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-06-29T17:07:18.000000", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "af8cbd52-30cc-4610-9e1e-4bfb05ff9d99", "size": 1}} 2018-06-29 17:07:18,665 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes used request id req-54335e7b-3691-4981-90d3-b28d22309e64 2018-06-29 17:07:18,669 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/af8cbd52-30cc-4610-9e1e-4bfb05ff9d99 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-00fe2731-6de7-40a6-b227-76adbf6dfeb2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}479adc77aa573f54ae5aa625fdf7ed172426cae9" 2018-06-29 17:07:19,627 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:07:18 GMT Server: Apache x-compute-request-id: req-7b95b29c-0057-46e6-a21b-56f6075919d5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7b95b29c-0057-46e6-a21b-56f6075919d5 Content-Encoding: gzip Content-Length: 520 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/af8cbd52-30cc-4610-9e1e-4bfb05ff9d99", "rel": "self"}, {"href": "http://172.30.9.30:8776/d375e46f6f2b472db41ca16f2fc59215/volumes/af8cbd52-30cc-4610-9e1e-4bfb05ff9d99", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-06-29T17:07:18.000000", "replication_status": null, "snapshot_id": null, "id": "af8cbd52-30cc-4610-9e1e-4bfb05ff9d99", "size": 1, "user_id": "52a397aa2e1c435594f313aaae1020e1", "os-vol-tenant-attr:tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "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-127e6ff9-8f74-400e-8db7-b5c68c059bda", "bootable": "false", "created_at": "2018-06-29T17:07:18.000000", "volume_type": null}} 2018-06-29 17:07:19,628 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/af8cbd52-30cc-4610-9e1e-4bfb05ff9d99 used request id req-7b95b29c-0057-46e6-a21b-56f6075919d5 2018-06-29 17:07:19,628 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda 2018-06-29 17:07:19,631 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/af8cbd52-30cc-4610-9e1e-4bfb05ff9d99 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-00fe2731-6de7-40a6-b227-76adbf6dfeb2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}479adc77aa573f54ae5aa625fdf7ed172426cae9" 2018-06-29 17:07:20,535 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:07:19 GMT Server: Apache x-compute-request-id: req-fa908170-cdc2-470a-b08a-8d381cb8a5bb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-fa908170-cdc2-470a-b08a-8d381cb8a5bb Content-Encoding: gzip Content-Length: 520 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/af8cbd52-30cc-4610-9e1e-4bfb05ff9d99", "rel": "self"}, {"href": "http://172.30.9.30:8776/d375e46f6f2b472db41ca16f2fc59215/volumes/af8cbd52-30cc-4610-9e1e-4bfb05ff9d99", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-06-29T17:07:18.000000", "replication_status": null, "snapshot_id": null, "id": "af8cbd52-30cc-4610-9e1e-4bfb05ff9d99", "size": 1, "user_id": "52a397aa2e1c435594f313aaae1020e1", "os-vol-tenant-attr:tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "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-127e6ff9-8f74-400e-8db7-b5c68c059bda", "bootable": "false", "created_at": "2018-06-29T17:07:18.000000", "volume_type": null}} 2018-06-29 17:07:20,535 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/af8cbd52-30cc-4610-9e1e-4bfb05ff9d99 used request id req-fa908170-cdc2-470a-b08a-8d381cb8a5bb 2018-06-29 17:07:20,536 - create_volume - DEBUG - Instance status is - creating 2018-06-29 17:07:20,536 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-06-29 17:07:23,539 - create_volume - DEBUG - Volume status query timeout in 296.088999987 2018-06-29 17:07:23,543 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/af8cbd52-30cc-4610-9e1e-4bfb05ff9d99 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-00fe2731-6de7-40a6-b227-76adbf6dfeb2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}479adc77aa573f54ae5aa625fdf7ed172426cae9" 2018-06-29 17:07:24,493 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:07:23 GMT Server: Apache x-compute-request-id: req-054e636d-e82a-4332-af3d-a08eb7589880 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-054e636d-e82a-4332-af3d-a08eb7589880 Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/af8cbd52-30cc-4610-9e1e-4bfb05ff9d99", "rel": "self"}, {"href": "http://172.30.9.30:8776/d375e46f6f2b472db41ca16f2fc59215/volumes/af8cbd52-30cc-4610-9e1e-4bfb05ff9d99", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-06-29T17:07:21.000000", "replication_status": null, "snapshot_id": null, "id": "af8cbd52-30cc-4610-9e1e-4bfb05ff9d99", "size": 1, "user_id": "52a397aa2e1c435594f313aaae1020e1", "os-vol-tenant-attr:tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "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-127e6ff9-8f74-400e-8db7-b5c68c059bda", "bootable": "false", "created_at": "2018-06-29T17:07:18.000000", "volume_type": null}} 2018-06-29 17:07:24,494 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/af8cbd52-30cc-4610-9e1e-4bfb05ff9d99 used request id req-054e636d-e82a-4332-af3d-a08eb7589880 2018-06-29 17:07:24,494 - create_volume - DEBUG - Instance status is - available 2018-06-29 17:07:24,494 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda 2018-06-29 17:07:24,494 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda 2018-06-29 17:07:24,495 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:07:24,495 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:07:24,882 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:07:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["g3MekDrRSA-NHmcQGRD1dA"], "issued_at": "2018-06-29T17:07:24.000000Z"}} 2018-06-29 17:07:24,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}3c481ecabf4ab2fa51180f4fb420481711ea3378" 2018-06-29 17:07:24,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:07:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d61946fc-d706-472a-9516-0c2a049eeb4f 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:07:24,975 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-d61946fc-d706-472a-9516-0c2a049eeb4f 2018-06-29 17:07:24,976 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 17:07:24,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}3c481ecabf4ab2fa51180f4fb420481711ea3378" 2018-06-29 17:07:25,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:07:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70382bb9-e6e9-44d0-a942-b0e021794909 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:07:25,067 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-70382bb9-e6e9-44d0-a942-b0e021794909 2018-06-29 17:07:25,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c481ecabf4ab2fa51180f4fb420481711ea3378" 2018-06-29 17:07:25,331 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-4dbc1dd2-5d3d-435a-a5f0-d3d9c72c3d27 Date: Fri, 29 Jun 2018 17:07:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"db06db23-3589-4b99-8a9b-e8b5fbff7de8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["cf926187-9976-44df-ae36-22782a6d86a3"],"description":"","tags":[],"updated_at":"2018-06-29T17:07:14Z","provider:segmentation_id":22,"name":"NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:07:13Z","provider:network_type":"vxlan"}]} 2018-06-29 17:07:25,331 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-net used request id req-4dbc1dd2-5d3d-435a-a5f0-d3d9c72c3d27 2018-06-29 17:07:25,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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 17:07:25,340 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 17:07:25 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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 17:07:25,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c481ecabf4ab2fa51180f4fb420481711ea3378" 2018-06-29 17:07:25,437 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:07:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b976932-7753-4b12-b6f4-99d966b6120c 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.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}} 2018-06-29 17:07:25,437 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 used request id req-2b976932-7753-4b12-b6f4-99d966b6120c 2018-06-29 17:07:25,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=db06db23-3589-4b99-8a9b-e8b5fbff7de8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c481ecabf4ab2fa51180f4fb420481711ea3378" 2018-06-29 17:07:25,682 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-6295a616-105f-4a2d-b33a-2a82124c5245 Date: Fri, 29 Jun 2018 17:07:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"db06db23-3589-4b99-8a9b-e8b5fbff7de8","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:07:14Z","dns_nameservers":[],"updated_at":"2018-06-29T17:07:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"cf926187-9976-44df-ae36-22782a6d86a3","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-subnet"}]} 2018-06-29 17:07:25,682 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=db06db23-3589-4b99-8a9b-e8b5fbff7de8 used request id req-6295a616-105f-4a2d-b33a-2a82124c5245 2018-06-29 17:07:25,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=db06db23-3589-4b99-8a9b-e8b5fbff7de8&name=NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c481ecabf4ab2fa51180f4fb420481711ea3378" 2018-06-29 17:07:25,929 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-a79beed8-e815-464f-be6b-fc519a921110 Date: Fri, 29 Jun 2018 17:07:25 GMT RESP BODY: {"ports":[]} 2018-06-29 17:07:25,929 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=db06db23-3589-4b99-8a9b-e8b5fbff7de8&name=NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-port&admin_state_up=True used request id req-a79beed8-e815-464f-be6b-fc519a921110 2018-06-29 17:07:25,932 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c481ecabf4ab2fa51180f4fb420481711ea3378" 2018-06-29 17:07:26,201 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:07:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-18b6a83d-5135-4276-a29a-a2472349cdba x-compute-request-id: req-18b6a83d-5135-4276-a29a-a2472349cdba Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-06-29 17:07:26,201 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-vm_inst used request id req-18b6a83d-5135-4276-a29a-a2472349cdba 2018-06-29 17:07:26,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c481ecabf4ab2fa51180f4fb420481711ea3378" 2018-06-29 17:07:26,469 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-c8dbf90d-8b7f-4ca4-9a6b-2334e68fd148 Date: Fri, 29 Jun 2018 17:07:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"db06db23-3589-4b99-8a9b-e8b5fbff7de8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["cf926187-9976-44df-ae36-22782a6d86a3"],"description":"","tags":[],"updated_at":"2018-06-29T17:07:14Z","provider:segmentation_id":22,"name":"NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:07:13Z","provider:network_type":"vxlan"}]} 2018-06-29 17:07:26,469 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-net used request id req-c8dbf90d-8b7f-4ca4-9a6b-2334e68fd148 2018-06-29 17:07:26,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c481ecabf4ab2fa51180f4fb420481711ea3378" 2018-06-29 17:07:26,571 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:07:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87f103ef-4c1c-4def-a042-106091a022b7 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.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}} 2018-06-29 17:07:26,571 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 used request id req-87f103ef-4c1c-4def-a042-106091a022b7 2018-06-29 17:07:26,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=db06db23-3589-4b99-8a9b-e8b5fbff7de8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c481ecabf4ab2fa51180f4fb420481711ea3378" 2018-06-29 17:07:26,797 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-ca70f684-74b6-4fa6-b9ca-068ee9abcdef Date: Fri, 29 Jun 2018 17:07:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"db06db23-3589-4b99-8a9b-e8b5fbff7de8","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:07:14Z","dns_nameservers":[],"updated_at":"2018-06-29T17:07:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"cf926187-9976-44df-ae36-22782a6d86a3","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-subnet"}]} 2018-06-29 17:07:26,797 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=db06db23-3589-4b99-8a9b-e8b5fbff7de8 used request id req-ca70f684-74b6-4fa6-b9ca-068ee9abcdef 2018-06-29 17:07:26,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=db06db23-3589-4b99-8a9b-e8b5fbff7de8&name=NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c481ecabf4ab2fa51180f4fb420481711ea3378" 2018-06-29 17:07:26,997 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-05774307-fae2-4aee-97c5-224505d94e86 Date: Fri, 29 Jun 2018 17:07:26 GMT RESP BODY: {"ports":[]} 2018-06-29 17:07:26,997 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=db06db23-3589-4b99-8a9b-e8b5fbff7de8&name=NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-port&admin_state_up=True used request id req-05774307-fae2-4aee-97c5-224505d94e86 2018-06-29 17:07:26,997 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:07:26,998 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:07:27,393 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:07:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["xKzTiJzvS369GoSjtioS7g"], "issued_at": "2018-06-29T17:07:27.000000Z"}} 2018-06-29 17:07:27,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}7d5d6ba5020ff8801d0231b8192a0c055da0416e" 2018-06-29 17:07:27,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:07:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13d97c97-f7c3-43fe-9a54-1de1458d55ba 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:07:27,476 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-13d97c97-f7c3-43fe-9a54-1de1458d55ba 2018-06-29 17:07:27,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c481ecabf4ab2fa51180f4fb420481711ea3378" 2018-06-29 17:07:27,745 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-205502ec-050a-4e2a-ac12-b419ea42f861 Date: Fri, 29 Jun 2018 17:07:27 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"db06db23-3589-4b99-8a9b-e8b5fbff7de8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["cf926187-9976-44df-ae36-22782a6d86a3"],"description":"","tags":[],"updated_at":"2018-06-29T17:07:14Z","provider:segmentation_id":22,"name":"NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:07:13Z","provider:network_type":"vxlan"}]} 2018-06-29 17:07:27,745 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-net used request id req-205502ec-050a-4e2a-ac12-b419ea42f861 2018-06-29 17:07:27,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=db06db23-3589-4b99-8a9b-e8b5fbff7de8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c481ecabf4ab2fa51180f4fb420481711ea3378" 2018-06-29 17:07:27,793 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-a0a692d6-3fa5-4e39-ac13-57f74d144d9b Date: Fri, 29 Jun 2018 17:07:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"db06db23-3589-4b99-8a9b-e8b5fbff7de8","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:07:14Z","dns_nameservers":[],"updated_at":"2018-06-29T17:07:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"cf926187-9976-44df-ae36-22782a6d86a3","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-subnet"}]} 2018-06-29 17:07:27,793 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=db06db23-3589-4b99-8a9b-e8b5fbff7de8 used request id req-a0a692d6-3fa5-4e39-ac13-57f74d144d9b 2018-06-29 17:07:27,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c481ecabf4ab2fa51180f4fb420481711ea3378" 2018-06-29 17:07:28,053 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-ef39c96d-906d-46fb-a349-20fba875fd58 Date: Fri, 29 Jun 2018 17:07:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"db06db23-3589-4b99-8a9b-e8b5fbff7de8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["cf926187-9976-44df-ae36-22782a6d86a3"],"description":"","tags":[],"updated_at":"2018-06-29T17:07:14Z","provider:segmentation_id":22,"name":"NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:07:13Z","provider:network_type":"vxlan"}]} 2018-06-29 17:07:28,053 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-net used request id req-ef39c96d-906d-46fb-a349-20fba875fd58 2018-06-29 17:07:28,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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 17:07:28,062 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 17:07: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 17:07:28,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d5d6ba5020ff8801d0231b8192a0c055da0416e" 2018-06-29 17:07:28,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:07:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a337304-2de2-4f4c-9ae1-394685ae6251 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.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}} 2018-06-29 17:07:28,152 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 used request id req-4a337304-2de2-4f4c-9ae1-394685ae6251 2018-06-29 17:07:28,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=db06db23-3589-4b99-8a9b-e8b5fbff7de8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c481ecabf4ab2fa51180f4fb420481711ea3378" 2018-06-29 17:07:28,534 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-2c819d91-6951-4b22-a0ea-325295b5b21f Date: Fri, 29 Jun 2018 17:07:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"db06db23-3589-4b99-8a9b-e8b5fbff7de8","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:07:14Z","dns_nameservers":[],"updated_at":"2018-06-29T17:07:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"cf926187-9976-44df-ae36-22782a6d86a3","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-subnet"}]} 2018-06-29 17:07:28,535 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=db06db23-3589-4b99-8a9b-e8b5fbff7de8 used request id req-2c819d91-6951-4b22-a0ea-325295b5b21f 2018-06-29 17:07:28,536 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-net 2018-06-29 17:07:28,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c481ecabf4ab2fa51180f4fb420481711ea3378" -d '{"port": {"network_id": "db06db23-3589-4b99-8a9b-e8b5fbff7de8", "name": "NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-port", "admin_state_up": true}}' 2018-06-29 17:07:29,357 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 858 X-Openstack-Request-Id: req-931e1229-9807-4adc-9045-6aa766214e59 Date: Fri, 29 Jun 2018 17:07:29 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:07:28Z","device_owner":"","revision_number":1,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"cf926187-9976-44df-ae36-22782a6d86a3","ip_address":"10.55.0.5"}],"id":"8548bd32-9bb4-4539-ae4f-63b83e79b778","security_groups":["80203172-2d27-4ac0-ba1b-ce925c9da636"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:75:f3:5f","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-port","admin_state_up":true,"network_id":"db06db23-3589-4b99-8a9b-e8b5fbff7de8","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:07:28Z","binding:vnic_type":"normal"}} 2018-06-29 17:07:29,357 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-931e1229-9807-4adc-9045-6aa766214e59 2018-06-29 17:07:29,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c481ecabf4ab2fa51180f4fb420481711ea3378" 2018-06-29 17:07:29,626 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-41387338-0e0c-4915-8f1a-9c774d048afa Date: Fri, 29 Jun 2018 17:07:29 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"db06db23-3589-4b99-8a9b-e8b5fbff7de8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["cf926187-9976-44df-ae36-22782a6d86a3"],"description":"","tags":[],"updated_at":"2018-06-29T17:07:14Z","provider:segmentation_id":22,"name":"NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:07:13Z","provider:network_type":"vxlan"}]} 2018-06-29 17:07:29,626 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-net used request id req-41387338-0e0c-4915-8f1a-9c774d048afa 2018-06-29 17:07:29,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c481ecabf4ab2fa51180f4fb420481711ea3378" 2018-06-29 17:07:29,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:07:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae4e675e-11d9-49c1-a931-5248698c1fc2 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.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}} 2018-06-29 17:07:29,729 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 used request id req-ae4e675e-11d9-49c1-a931-5248698c1fc2 2018-06-29 17:07:29,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=db06db23-3589-4b99-8a9b-e8b5fbff7de8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c481ecabf4ab2fa51180f4fb420481711ea3378" 2018-06-29 17:07:29,782 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-0ee61393-23a7-46d2-a845-d2f1347fc4ed Date: Fri, 29 Jun 2018 17:07:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"db06db23-3589-4b99-8a9b-e8b5fbff7de8","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:07:14Z","dns_nameservers":[],"updated_at":"2018-06-29T17:07:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"cf926187-9976-44df-ae36-22782a6d86a3","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-subnet"}]} 2018-06-29 17:07:29,782 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=db06db23-3589-4b99-8a9b-e8b5fbff7de8 used request id req-0ee61393-23a7-46d2-a845-d2f1347fc4ed 2018-06-29 17:07:29,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=db06db23-3589-4b99-8a9b-e8b5fbff7de8&name=NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c481ecabf4ab2fa51180f4fb420481711ea3378" 2018-06-29 17:07:29,869 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 861 X-Openstack-Request-Id: req-ec0eb769-0414-45ab-b3e5-6a3e9f126ac7 Date: Fri, 29 Jun 2018 17:07:29 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:07:28Z","device_owner":"","revision_number":1,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"cf926187-9976-44df-ae36-22782a6d86a3","ip_address":"10.55.0.5"}],"id":"8548bd32-9bb4-4539-ae4f-63b83e79b778","security_groups":["80203172-2d27-4ac0-ba1b-ce925c9da636"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:75:f3:5f","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-port","admin_state_up":true,"network_id":"db06db23-3589-4b99-8a9b-e8b5fbff7de8","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:07:28Z","binding:vnic_type":"normal"}]} 2018-06-29 17:07:29,870 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=db06db23-3589-4b99-8a9b-e8b5fbff7de8&name=NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-port&admin_state_up=True used request id req-ec0eb769-0414-45ab-b3e5-6a3e9f126ac7 2018-06-29 17:07:29,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c481ecabf4ab2fa51180f4fb420481711ea3378" 2018-06-29 17:07:29,974 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:07:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb16e63d-2705-49f5-accd-2b9c7065da6b 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.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}} 2018-06-29 17:07:29,974 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 used request id req-fb16e63d-2705-49f5-accd-2b9c7065da6b 2018-06-29 17:07:29,975 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-vm_inst 2018-06-29 17:07:29,978 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c481ecabf4ab2fa51180f4fb420481711ea3378" 2018-06-29 17:07:29,999 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:07:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8946d243-f06b-4388-9f05-aa02c27f3939 x-compute-request-id: req-8946d243-f06b-4388-9f05-aa02c27f3939 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"flavors": [{"id": "9935532b-038a-4bad-bdb4-04d26c2fce8c", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/9935532b-038a-4bad-bdb4-04d26c2fce8c", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/9935532b-038a-4bad-bdb4-04d26c2fce8c", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-flavor"}]} 2018-06-29 17:07:30,000 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-8946d243-f06b-4388-9f05-aa02c27f3939 2018-06-29 17:07:30,005 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/9935532b-038a-4bad-bdb4-04d26c2fce8c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c481ecabf4ab2fa51180f4fb420481711ea3378" 2018-06-29 17:07:30,027 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:07:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-935dc8dd-1045-4754-9e0a-f1830c525847 x-compute-request-id: req-935dc8dd-1045-4754-9e0a-f1830c525847 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"name": "NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-flavor", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/9935532b-038a-4bad-bdb4-04d26c2fce8c", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/9935532b-038a-4bad-bdb4-04d26c2fce8c", "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": "9935532b-038a-4bad-bdb4-04d26c2fce8c"}} 2018-06-29 17:07:30,027 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/9935532b-038a-4bad-bdb4-04d26c2fce8c used request id req-935dc8dd-1045-4754-9e0a-f1830c525847 2018-06-29 17:07:30,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3c481ecabf4ab2fa51180f4fb420481711ea3378" 2018-06-29 17:07:30,268 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-1ddf9dce-ccb7-4f0f-8a4e-3e1ad8b683cf Date: Fri, 29 Jun 2018 17:07:30 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-image", "tags": [], "container_format": "bare", "created_at": "2018-06-29T17:07:10Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-06-29T17:07:11Z", "visibility": "shared", "locations": [{"url": "rbd://0e8aacea-dc23-4cff-98e1-fd5fa38d6bcf/images/d6d2a917-87b8-41d9-a9f1-13e661ee8c8c/snap", "metadata": {}}], "self": "/v2/images/d6d2a917-87b8-41d9-a9f1-13e661ee8c8c", "min_disk": 0, "protected": false, "id": "d6d2a917-87b8-41d9-a9f1-13e661ee8c8c", "file": "/v2/images/d6d2a917-87b8-41d9-a9f1-13e661ee8c8c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d375e46f6f2b472db41ca16f2fc59215", "direct_url": "rbd://0e8aacea-dc23-4cff-98e1-fd5fa38d6bcf/images/d6d2a917-87b8-41d9-a9f1-13e661ee8c8c/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-image"} 2018-06-29 17:07:30,268 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-image used request id req-1ddf9dce-ccb7-4f0f-8a4e-3e1ad8b683cf 2018-06-29 17:07:30,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3c481ecabf4ab2fa51180f4fb420481711ea3378" 2018-06-29 17:07:30,889 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-d69d7258-af3b-40ff-a5d1-168c647803fb Date: Fri, 29 Jun 2018 17:07:30 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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 17:07:30,890 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-d69d7258-af3b-40ff-a5d1-168c647803fb 2018-06-29 17:07:30,895 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c481ecabf4ab2fa51180f4fb420481711ea3378" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-vm_inst", "imageRef": "d6d2a917-87b8-41d9-a9f1-13e661ee8c8c", "flavorRef": "9935532b-038a-4bad-bdb4-04d26c2fce8c", "max_count": 1, "min_count": 1, "networks": [{"port": "8548bd32-9bb4-4539-ae4f-63b83e79b778"}]}}' 2018-06-29 17:07:33,851 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 17:07:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e8f0dfd9-41b1-40e5-8a57-658f26fb3ea2 x-compute-request-id: req-e8f0dfd9-41b1-40e5-8a57-658f26fb3ea2 Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/0df068a2-00d9-4afb-9957-d69bb30ab12b Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "0df068a2-00d9-4afb-9957-d69bb30ab12b", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0df068a2-00d9-4afb-9957-d69bb30ab12b", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0df068a2-00d9-4afb-9957-d69bb30ab12b", "rel": "bookmark"}], "adminPass": "CVq7t69CYFkW"}} 2018-06-29 17:07:33,851 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-e8f0dfd9-41b1-40e5-8a57-658f26fb3ea2 2018-06-29 17:07:33,854 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/0df068a2-00d9-4afb-9957-d69bb30ab12b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c481ecabf4ab2fa51180f4fb420481711ea3378" 2018-06-29 17:07:34,435 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:07: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-e222bd48-9da9-4f19-8aee-0c8a9dc4bb9d x-compute-request-id: req-e222bd48-9da9-4f19-8aee-0c8a9dc4bb9d 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.30:8774/v2.1/servers/0df068a2-00d9-4afb-9957-d69bb30ab12b", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0df068a2-00d9-4afb-9957-d69bb30ab12b", "rel": "bookmark"}], "image": {"id": "d6d2a917-87b8-41d9-a9f1-13e661ee8c8c", "links": [{"href": "http://172.30.9.30:8774/images/d6d2a917-87b8-41d9-a9f1-13e661ee8c8c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9935532b-038a-4bad-bdb4-04d26c2fce8c", "links": [{"href": "http://172.30.9.30:8774/flavors/9935532b-038a-4bad-bdb4-04d26c2fce8c", "rel": "bookmark"}]}, "id": "0df068a2-00d9-4afb-9957-d69bb30ab12b", "user_id": "52a397aa2e1c435594f313aaae1020e1", "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-29T17:07:34Z", "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-127e6ff9-8f74-400e-8db7-b5c68c059bda-vm_inst", "created": "2018-06-29T17:07:33Z", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 17:07:34,436 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/0df068a2-00d9-4afb-9957-d69bb30ab12b used request id req-e222bd48-9da9-4f19-8aee-0c8a9dc4bb9d 2018-06-29 17:07:34,436 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-vm_inst 2018-06-29 17:07:34,439 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/0df068a2-00d9-4afb-9957-d69bb30ab12b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c481ecabf4ab2fa51180f4fb420481711ea3378" 2018-06-29 17:07:34,683 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:07:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-64d85bcb-e3fb-4141-9cd6-7f59ee0a0053 x-compute-request-id: req-64d85bcb-e3fb-4141-9cd6-7f59ee0a0053 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.30:8774/v2.1/servers/0df068a2-00d9-4afb-9957-d69bb30ab12b", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0df068a2-00d9-4afb-9957-d69bb30ab12b", "rel": "bookmark"}], "image": {"id": "d6d2a917-87b8-41d9-a9f1-13e661ee8c8c", "links": [{"href": "http://172.30.9.30:8774/images/d6d2a917-87b8-41d9-a9f1-13e661ee8c8c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9935532b-038a-4bad-bdb4-04d26c2fce8c", "links": [{"href": "http://172.30.9.30:8774/flavors/9935532b-038a-4bad-bdb4-04d26c2fce8c", "rel": "bookmark"}]}, "id": "0df068a2-00d9-4afb-9957-d69bb30ab12b", "user_id": "52a397aa2e1c435594f313aaae1020e1", "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-29T17:07:34Z", "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-127e6ff9-8f74-400e-8db7-b5c68c059bda-vm_inst", "created": "2018-06-29T17:07:33Z", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 17:07:34,683 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/0df068a2-00d9-4afb-9957-d69bb30ab12b used request id req-64d85bcb-e3fb-4141-9cd6-7f59ee0a0053 2018-06-29 17:07:34,684 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-vm_inst] is - BUILD 2018-06-29 17:07:34,684 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-06-29 17:07:37,687 - create_instance - DEBUG - VM status query timeout in 896.749522924 2018-06-29 17:07:37,690 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/0df068a2-00d9-4afb-9957-d69bb30ab12b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c481ecabf4ab2fa51180f4fb420481711ea3378" 2018-06-29 17:07:38,522 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:07:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-72030e42-e6c5-4edf-ba2d-817766612a5d x-compute-request-id: req-72030e42-e6c5-4edf-ba2d-817766612a5d Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0df068a2-00d9-4afb-9957-d69bb30ab12b", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0df068a2-00d9-4afb-9957-d69bb30ab12b", "rel": "bookmark"}], "image": {"id": "d6d2a917-87b8-41d9-a9f1-13e661ee8c8c", "links": [{"href": "http://172.30.9.30:8774/images/d6d2a917-87b8-41d9-a9f1-13e661ee8c8c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9935532b-038a-4bad-bdb4-04d26c2fce8c", "links": [{"href": "http://172.30.9.30:8774/flavors/9935532b-038a-4bad-bdb4-04d26c2fce8c", "rel": "bookmark"}]}, "id": "0df068a2-00d9-4afb-9957-d69bb30ab12b", "security_groups": [{"name": "default"}], "user_id": "52a397aa2e1c435594f313aaae1020e1", "OS-DCF: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-29T17:07:37Z", "hostId": "fe4b6a584f9cd944814267acc8ec1e49614b8a92bc6474b77f1e86a4", "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-127e6ff9-8f74-400e-8db7-b5c68c059bda-vm_inst", "created": "2018-06-29T17:07:33Z", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 17:07:38,522 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/0df068a2-00d9-4afb-9957-d69bb30ab12b used request id req-72030e42-e6c5-4edf-ba2d-817766612a5d 2018-06-29 17:07:38,523 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-vm_inst] is - BUILD 2018-06-29 17:07:38,523 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-06-29 17:07:41,526 - create_instance - DEBUG - VM status query timeout in 892.91011095 2018-06-29 17:07:41,529 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/0df068a2-00d9-4afb-9957-d69bb30ab12b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c481ecabf4ab2fa51180f4fb420481711ea3378" 2018-06-29 17:07:42,602 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:07:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a077b4cd-4d00-4a7a-ad40-0b1298eab3a0 x-compute-request-id: req-a077b4cd-4d00-4a7a-ad40-0b1298eab3a0 Content-Encoding: gzip Content-Length: 816 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:f3:5f", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0df068a2-00d9-4afb-9957-d69bb30ab12b", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0df068a2-00d9-4afb-9957-d69bb30ab12b", "rel": "bookmark"}], "image": {"id": "d6d2a917-87b8-41d9-a9f1-13e661ee8c8c", "links": [{"href": "http://172.30.9.30:8774/images/d6d2a917-87b8-41d9-a9f1-13e661ee8c8c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9935532b-038a-4bad-bdb4-04d26c2fce8c", "links": [{"href": "http://172.30.9.30:8774/flavors/9935532b-038a-4bad-bdb4-04d26c2fce8c", "rel": "bookmark"}]}, "id": "0df068a2-00d9-4afb-9957-d69bb30ab12b", "security_groups": [{"name": "default"}], "user_id": "52a397aa2e1c435594f313aaae1020e1", "OS-DCF: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-29T17:07:37Z", "hostId": "fe4b6a584f9cd944814267acc8ec1e49614b8a92bc6474b77f1e86a4", "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-127e6ff9-8f74-400e-8db7-b5c68c059bda-vm_inst", "created": "2018-06-29T17:07:33Z", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 17:07:42,602 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/0df068a2-00d9-4afb-9957-d69bb30ab12b used request id req-a077b4cd-4d00-4a7a-ad40-0b1298eab3a0 2018-06-29 17:07:42,603 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-vm_inst] is - BUILD 2018-06-29 17:07:42,603 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-06-29 17:07:45,606 - create_instance - DEBUG - VM status query timeout in 888.830508947 2018-06-29 17:07:45,609 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/0df068a2-00d9-4afb-9957-d69bb30ab12b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c481ecabf4ab2fa51180f4fb420481711ea3378" 2018-06-29 17:07:46,773 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:07:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a5076b62-c790-49bc-9eff-151176b574a4 x-compute-request-id: req-a5076b62-c790-49bc-9eff-151176b574a4 Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:f3:5f", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0df068a2-00d9-4afb-9957-d69bb30ab12b", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0df068a2-00d9-4afb-9957-d69bb30ab12b", "rel": "bookmark"}], "image": {"id": "d6d2a917-87b8-41d9-a9f1-13e661ee8c8c", "links": [{"href": "http://172.30.9.30:8774/images/d6d2a917-87b8-41d9-a9f1-13e661ee8c8c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-06-29T16:59:39.000000", "flavor": {"id": "9935532b-038a-4bad-bdb4-04d26c2fce8c", "links": [{"href": "http://172.30.9.30:8774/flavors/9935532b-038a-4bad-bdb4-04d26c2fce8c", "rel": "bookmark"}]}, "id": "0df068a2-00d9-4afb-9957-d69bb30ab12b", "security_groups": [{"name": "default"}], "user_id": "52a397aa2e1c435594f313aaae1020e1", "OS-DCF: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-29T17:07:42Z", "hostId": "fe4b6a584f9cd944814267acc8ec1e49614b8a92bc6474b77f1e86a4", "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-127e6ff9-8f74-400e-8db7-b5c68c059bda-vm_inst", "created": "2018-06-29T17:07:33Z", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 17:07:46,773 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/0df068a2-00d9-4afb-9957-d69bb30ab12b used request id req-a5076b62-c790-49bc-9eff-151176b574a4 2018-06-29 17:07:46,774 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-vm_inst] is - ACTIVE 2018-06-29 17:07:46,774 - create_instance - INFO - VM is - ACTIVE 2018-06-29 17:07:46,776 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/0df068a2-00d9-4afb-9957-d69bb30ab12b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c481ecabf4ab2fa51180f4fb420481711ea3378" 2018-06-29 17:07:47,430 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:07: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-959e016b-6640-438a-ad44-ce1fbf375701 x-compute-request-id: req-959e016b-6640-438a-ad44-ce1fbf375701 Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:f3:5f", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0df068a2-00d9-4afb-9957-d69bb30ab12b", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0df068a2-00d9-4afb-9957-d69bb30ab12b", "rel": "bookmark"}], "image": {"id": "d6d2a917-87b8-41d9-a9f1-13e661ee8c8c", "links": [{"href": "http://172.30.9.30:8774/images/d6d2a917-87b8-41d9-a9f1-13e661ee8c8c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-06-29T16:59:39.000000", "flavor": {"id": "9935532b-038a-4bad-bdb4-04d26c2fce8c", "links": [{"href": "http://172.30.9.30:8774/flavors/9935532b-038a-4bad-bdb4-04d26c2fce8c", "rel": "bookmark"}]}, "id": "0df068a2-00d9-4afb-9957-d69bb30ab12b", "security_groups": [{"name": "default"}], "user_id": "52a397aa2e1c435594f313aaae1020e1", "OS-DCF: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-29T17:07:42Z", "hostId": "fe4b6a584f9cd944814267acc8ec1e49614b8a92bc6474b77f1e86a4", "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-127e6ff9-8f74-400e-8db7-b5c68c059bda-vm_inst", "created": "2018-06-29T17:07:33Z", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 17:07:47,431 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/0df068a2-00d9-4afb-9957-d69bb30ab12b used request id req-959e016b-6640-438a-ad44-ce1fbf375701 2018-06-29 17:07:47,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c481ecabf4ab2fa51180f4fb420481711ea3378" 2018-06-29 17:07:47,693 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-590ed7d2-48e1-49fc-9275-ac3390ec7965 Date: Fri, 29 Jun 2018 17:07:47 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"db06db23-3589-4b99-8a9b-e8b5fbff7de8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["cf926187-9976-44df-ae36-22782a6d86a3"],"description":"","tags":[],"updated_at":"2018-06-29T17:07:14Z","provider:segmentation_id":22,"name":"NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:07:13Z","provider:network_type":"vxlan"}]} 2018-06-29 17:07:47,693 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-net used request id req-590ed7d2-48e1-49fc-9275-ac3390ec7965 2018-06-29 17:07:47,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c481ecabf4ab2fa51180f4fb420481711ea3378" 2018-06-29 17:07:47,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:07:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56d59f24-9ed3-4d8b-8806-18fa33a0ef79 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.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}} 2018-06-29 17:07:47,794 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 used request id req-56d59f24-9ed3-4d8b-8806-18fa33a0ef79 2018-06-29 17:07:47,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=db06db23-3589-4b99-8a9b-e8b5fbff7de8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c481ecabf4ab2fa51180f4fb420481711ea3378" 2018-06-29 17:07:47,856 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-1b76f2fd-a70b-4cef-9bf0-fb28572d9f40 Date: Fri, 29 Jun 2018 17:07:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"db06db23-3589-4b99-8a9b-e8b5fbff7de8","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:07:14Z","dns_nameservers":[],"updated_at":"2018-06-29T17:07:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"cf926187-9976-44df-ae36-22782a6d86a3","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-subnet"}]} 2018-06-29 17:07:47,856 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=db06db23-3589-4b99-8a9b-e8b5fbff7de8 used request id req-1b76f2fd-a70b-4cef-9bf0-fb28572d9f40 2018-06-29 17:07:47,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=db06db23-3589-4b99-8a9b-e8b5fbff7de8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c481ecabf4ab2fa51180f4fb420481711ea3378" 2018-06-29 17:07:47,910 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-3fbfc04f-572f-473b-92a7-6f746a7eea62 Date: Fri, 29 Jun 2018 17:07:47 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:07:17Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cf926187-9976-44df-ae36-22782a6d86a3","ip_address":"10.55.0.2"}],"id":"07f0dc05-b6a9-4839-8564-de878beb8649","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d1:da:52","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-db06db23-3589-4b99-8a9b-e8b5fbff7de8","name":"","admin_state_up":true,"network_id":"db06db23-3589-4b99-8a9b-e8b5fbff7de8","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:07:14Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:07:18Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cf926187-9976-44df-ae36-22782a6d86a3","ip_address":"10.55.0.3"}],"id":"2fb6787b-2008-4ceb-9250-b997466f783e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a0:e3:67","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-db06db23-3589-4b99-8a9b-e8b5fbff7de8","name":"","admin_state_up":true,"network_id":"db06db23-3589-4b99-8a9b-e8b5fbff7de8","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:07:15Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:07:19Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cf926187-9976-44df-ae36-22782a6d86a3","ip_address":"10.55.0.4"}],"id":"404d0915-81fa-4295-8430-f5f982905cc5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:02:fe:bf","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-db06db23-3589-4b99-8a9b-e8b5fbff7de8","name":"","admin_state_up":true,"network_id":"db06db23-3589-4b99-8a9b-e8b5fbff7de8","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:07:16Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:07:41Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"cf926187-9976-44df-ae36-22782a6d86a3","ip_address":"10.55.0.5"}],"id":"8548bd32-9bb4-4539-ae4f-63b83e79b778","security_groups":["80203172-2d27-4ac0-ba1b-ce925c9da636"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:75:f3:5f","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"0df068a2-00d9-4afb-9957-d69bb30ab12b","name":"NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-port","admin_state_up":true,"network_id":"db06db23-3589-4b99-8a9b-e8b5fbff7de8","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:07:28Z","binding:vnic_type":"normal"}]} 2018-06-29 17:07:47,910 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=db06db23-3589-4b99-8a9b-e8b5fbff7de8 used request id req-3fbfc04f-572f-473b-92a7-6f746a7eea62 2018-06-29 17:07:47,911 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:07:48,326 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:07:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["C0GyMqEvRd2sL7qcHej2Sw"], "issued_at": "2018-06-29T17:07:48.000000Z"}} 2018-06-29 17:07:48,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}807914a06fbc99bb7d4a3ea8b160247c19b5e327" 2018-06-29 17:07:48,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:07:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf3d885f-3a88-4a6d-921f-1584b9f5faf3 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:07:48,415 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-cf3d885f-3a88-4a6d-921f-1584b9f5faf3 2018-06-29 17:07:48,419 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/0df068a2-00d9-4afb-9957-d69bb30ab12b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c481ecabf4ab2fa51180f4fb420481711ea3378" 2018-06-29 17:07:49,108 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:07:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-989c28c4-e5ad-42dd-bfdb-74c8fe0de721 x-compute-request-id: req-989c28c4-e5ad-42dd-bfdb-74c8fe0de721 Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:f3:5f", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0df068a2-00d9-4afb-9957-d69bb30ab12b", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0df068a2-00d9-4afb-9957-d69bb30ab12b", "rel": "bookmark"}], "image": {"id": "d6d2a917-87b8-41d9-a9f1-13e661ee8c8c", "links": [{"href": "http://172.30.9.30:8774/images/d6d2a917-87b8-41d9-a9f1-13e661ee8c8c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-06-29T16:59:39.000000", "flavor": {"id": "9935532b-038a-4bad-bdb4-04d26c2fce8c", "links": [{"href": "http://172.30.9.30:8774/flavors/9935532b-038a-4bad-bdb4-04d26c2fce8c", "rel": "bookmark"}]}, "id": "0df068a2-00d9-4afb-9957-d69bb30ab12b", "security_groups": [{"name": "default"}], "user_id": "52a397aa2e1c435594f313aaae1020e1", "OS-DCF: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-29T17:07:42Z", "hostId": "fe4b6a584f9cd944814267acc8ec1e49614b8a92bc6474b77f1e86a4", "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-127e6ff9-8f74-400e-8db7-b5c68c059bda-vm_inst", "created": "2018-06-29T17:07:33Z", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 17:07:49,108 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/0df068a2-00d9-4afb-9957-d69bb30ab12b used request id req-989c28c4-e5ad-42dd-bfdb-74c8fe0de721 2018-06-29 17:07:49,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c481ecabf4ab2fa51180f4fb420481711ea3378" 2018-06-29 17:07:49,375 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-92d3fb82-6969-4710-93b8-9d6b936cba90 Date: Fri, 29 Jun 2018 17:07:49 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"db06db23-3589-4b99-8a9b-e8b5fbff7de8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["cf926187-9976-44df-ae36-22782a6d86a3"],"description":"","tags":[],"updated_at":"2018-06-29T17:07:14Z","provider:segmentation_id":22,"name":"NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:07:13Z","provider:network_type":"vxlan"}]} 2018-06-29 17:07:49,375 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-net used request id req-92d3fb82-6969-4710-93b8-9d6b936cba90 2018-06-29 17:07:49,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c481ecabf4ab2fa51180f4fb420481711ea3378" 2018-06-29 17:07:49,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:07:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dabfc205-a519-477f-aa26-77a923285e67 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.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}} 2018-06-29 17:07:49,473 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 used request id req-dabfc205-a519-477f-aa26-77a923285e67 2018-06-29 17:07:49,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=db06db23-3589-4b99-8a9b-e8b5fbff7de8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c481ecabf4ab2fa51180f4fb420481711ea3378" 2018-06-29 17:07:49,523 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-5a91c1ab-0d86-4bb4-a202-1f10f641a5b3 Date: Fri, 29 Jun 2018 17:07:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"db06db23-3589-4b99-8a9b-e8b5fbff7de8","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:07:14Z","dns_nameservers":[],"updated_at":"2018-06-29T17:07:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"cf926187-9976-44df-ae36-22782a6d86a3","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-subnet"}]} 2018-06-29 17:07:49,523 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=db06db23-3589-4b99-8a9b-e8b5fbff7de8 used request id req-5a91c1ab-0d86-4bb4-a202-1f10f641a5b3 2018-06-29 17:07:49,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=db06db23-3589-4b99-8a9b-e8b5fbff7de8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c481ecabf4ab2fa51180f4fb420481711ea3378" 2018-06-29 17:07:49,574 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-32fc15c6-0eea-4428-87cf-5832b8dad19d Date: Fri, 29 Jun 2018 17:07:49 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:07:17Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cf926187-9976-44df-ae36-22782a6d86a3","ip_address":"10.55.0.2"}],"id":"07f0dc05-b6a9-4839-8564-de878beb8649","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d1:da:52","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-db06db23-3589-4b99-8a9b-e8b5fbff7de8","name":"","admin_state_up":true,"network_id":"db06db23-3589-4b99-8a9b-e8b5fbff7de8","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:07:14Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:07:18Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cf926187-9976-44df-ae36-22782a6d86a3","ip_address":"10.55.0.3"}],"id":"2fb6787b-2008-4ceb-9250-b997466f783e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a0:e3:67","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-db06db23-3589-4b99-8a9b-e8b5fbff7de8","name":"","admin_state_up":true,"network_id":"db06db23-3589-4b99-8a9b-e8b5fbff7de8","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:07:15Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:07:19Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cf926187-9976-44df-ae36-22782a6d86a3","ip_address":"10.55.0.4"}],"id":"404d0915-81fa-4295-8430-f5f982905cc5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:02:fe:bf","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-db06db23-3589-4b99-8a9b-e8b5fbff7de8","name":"","admin_state_up":true,"network_id":"db06db23-3589-4b99-8a9b-e8b5fbff7de8","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:07:16Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:07:41Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"cf926187-9976-44df-ae36-22782a6d86a3","ip_address":"10.55.0.5"}],"id":"8548bd32-9bb4-4539-ae4f-63b83e79b778","security_groups":["80203172-2d27-4ac0-ba1b-ce925c9da636"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:75:f3:5f","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"0df068a2-00d9-4afb-9957-d69bb30ab12b","name":"NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-port","admin_state_up":true,"network_id":"db06db23-3589-4b99-8a9b-e8b5fbff7de8","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:07:28Z","binding:vnic_type":"normal"}]} 2018-06-29 17:07:49,574 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=db06db23-3589-4b99-8a9b-e8b5fbff7de8 used request id req-32fc15c6-0eea-4428-87cf-5832b8dad19d 2018-06-29 17:07:49,578 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers/0df068a2-00d9-4afb-9957-d69bb30ab12b/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}807914a06fbc99bb7d4a3ea8b160247c19b5e327" -d '{"volumeAttachment": {"volumeId": "af8cbd52-30cc-4610-9e1e-4bfb05ff9d99"}}' 2018-06-29 17:07:52,090 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:07: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-7cb9d0ed-6bb0-4fbc-ac8f-9863893239b4 x-compute-request-id: req-7cb9d0ed-6bb0-4fbc-ac8f-9863893239b4 Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "0df068a2-00d9-4afb-9957-d69bb30ab12b", "id": "af8cbd52-30cc-4610-9e1e-4bfb05ff9d99", "volumeId": "af8cbd52-30cc-4610-9e1e-4bfb05ff9d99"}} 2018-06-29 17:07:52,091 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0df068a2-00d9-4afb-9957-d69bb30ab12b/os-volume_attachments used request id req-7cb9d0ed-6bb0-4fbc-ac8f-9863893239b4 2018-06-29 17:07:52,095 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/0df068a2-00d9-4afb-9957-d69bb30ab12b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}807914a06fbc99bb7d4a3ea8b160247c19b5e327" 2018-06-29 17:07:53,561 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:07:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2c58c606-1db7-407b-a0c0-4d9062454a73 x-compute-request-id: req-2c58c606-1db7-407b-a0c0-4d9062454a73 Content-Encoding: gzip Content-Length: 849 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:f3:5f", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0df068a2-00d9-4afb-9957-d69bb30ab12b", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0df068a2-00d9-4afb-9957-d69bb30ab12b", "rel": "bookmark"}], "image": {"id": "d6d2a917-87b8-41d9-a9f1-13e661ee8c8c", "links": [{"href": "http://172.30.9.30:8774/images/d6d2a917-87b8-41d9-a9f1-13e661ee8c8c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-06-29T16:59:39.000000", "flavor": {"id": "9935532b-038a-4bad-bdb4-04d26c2fce8c", "links": [{"href": "http://172.30.9.30:8774/flavors/9935532b-038a-4bad-bdb4-04d26c2fce8c", "rel": "bookmark"}]}, "id": "0df068a2-00d9-4afb-9957-d69bb30ab12b", "security_groups": [{"name": "default"}], "user_id": "52a397aa2e1c435594f313aaae1020e1", "OS-DCF: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-29T17:07:42Z", "hostId": "fe4b6a584f9cd944814267acc8ec1e49614b8a92bc6474b77f1e86a4", "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-127e6ff9-8f74-400e-8db7-b5c68c059bda-vm_inst", "created": "2018-06-29T17:07:33Z", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "os-extended-volumes:volumes_attached": [{"id": "af8cbd52-30cc-4610-9e1e-4bfb05ff9d99"}], "metadata": {}}} 2018-06-29 17:07:53,561 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/0df068a2-00d9-4afb-9957-d69bb30ab12b used request id req-2c58c606-1db7-407b-a0c0-4d9062454a73 2018-06-29 17:07:53,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}807914a06fbc99bb7d4a3ea8b160247c19b5e327" 2018-06-29 17:07:53,982 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-1f6650f5-aa33-446d-8431-b05efafe6ca1 Date: Fri, 29 Jun 2018 17:07:53 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"db06db23-3589-4b99-8a9b-e8b5fbff7de8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["cf926187-9976-44df-ae36-22782a6d86a3"],"description":"","tags":[],"updated_at":"2018-06-29T17:07:14Z","provider:segmentation_id":22,"name":"NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:07:13Z","provider:network_type":"vxlan"}]} 2018-06-29 17:07:53,982 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-net used request id req-1f6650f5-aa33-446d-8431-b05efafe6ca1 2018-06-29 17:07:53,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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 17:07:53,991 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 17:07:53 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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 17:07:53,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}807914a06fbc99bb7d4a3ea8b160247c19b5e327" 2018-06-29 17:07:54,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:07:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed8bcf8d-26c3-4394-8afc-2ac3c41432bc 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.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}} 2018-06-29 17:07:54,104 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 used request id req-ed8bcf8d-26c3-4394-8afc-2ac3c41432bc 2018-06-29 17:07:54,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=db06db23-3589-4b99-8a9b-e8b5fbff7de8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}807914a06fbc99bb7d4a3ea8b160247c19b5e327" 2018-06-29 17:07:54,358 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-fbc4fd62-671e-4b49-9760-e223dbb52473 Date: Fri, 29 Jun 2018 17:07:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"db06db23-3589-4b99-8a9b-e8b5fbff7de8","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:07:14Z","dns_nameservers":[],"updated_at":"2018-06-29T17:07:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"cf926187-9976-44df-ae36-22782a6d86a3","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-subnet"}]} 2018-06-29 17:07:54,358 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=db06db23-3589-4b99-8a9b-e8b5fbff7de8 used request id req-fbc4fd62-671e-4b49-9760-e223dbb52473 2018-06-29 17:07:54,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=db06db23-3589-4b99-8a9b-e8b5fbff7de8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}807914a06fbc99bb7d4a3ea8b160247c19b5e327" 2018-06-29 17:07:54,586 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-f9641eb7-67ec-405a-a457-0b5eb3494bbb Date: Fri, 29 Jun 2018 17:07:54 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:07:17Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cf926187-9976-44df-ae36-22782a6d86a3","ip_address":"10.55.0.2"}],"id":"07f0dc05-b6a9-4839-8564-de878beb8649","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d1:da:52","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-db06db23-3589-4b99-8a9b-e8b5fbff7de8","name":"","admin_state_up":true,"network_id":"db06db23-3589-4b99-8a9b-e8b5fbff7de8","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:07:14Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:07:18Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cf926187-9976-44df-ae36-22782a6d86a3","ip_address":"10.55.0.3"}],"id":"2fb6787b-2008-4ceb-9250-b997466f783e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a0:e3:67","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-db06db23-3589-4b99-8a9b-e8b5fbff7de8","name":"","admin_state_up":true,"network_id":"db06db23-3589-4b99-8a9b-e8b5fbff7de8","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:07:15Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:07:19Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cf926187-9976-44df-ae36-22782a6d86a3","ip_address":"10.55.0.4"}],"id":"404d0915-81fa-4295-8430-f5f982905cc5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:02:fe:bf","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-db06db23-3589-4b99-8a9b-e8b5fbff7de8","name":"","admin_state_up":true,"network_id":"db06db23-3589-4b99-8a9b-e8b5fbff7de8","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:07:16Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:07:41Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"cf926187-9976-44df-ae36-22782a6d86a3","ip_address":"10.55.0.5"}],"id":"8548bd32-9bb4-4539-ae4f-63b83e79b778","security_groups":["80203172-2d27-4ac0-ba1b-ce925c9da636"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:75:f3:5f","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"0df068a2-00d9-4afb-9957-d69bb30ab12b","name":"NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-port","admin_state_up":true,"network_id":"db06db23-3589-4b99-8a9b-e8b5fbff7de8","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:07:28Z","binding:vnic_type":"normal"}]} 2018-06-29 17:07:54,587 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=db06db23-3589-4b99-8a9b-e8b5fbff7de8 used request id req-f9641eb7-67ec-405a-a457-0b5eb3494bbb 2018-06-29 17:07:54,590 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/af8cbd52-30cc-4610-9e1e-4bfb05ff9d99 -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}807914a06fbc99bb7d4a3ea8b160247c19b5e327" 2018-06-29 17:07:54,827 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:07:54 GMT Server: Apache x-compute-request-id: req-68c61118-15fd-45a0-ad55-89bb0daa4a35 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-68c61118-15fd-45a0-ad55-89bb0daa4a35 Content-Encoding: gzip Content-Length: 534 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/af8cbd52-30cc-4610-9e1e-4bfb05ff9d99", "rel": "self"}, {"href": "http://172.30.9.30:8776/d375e46f6f2b472db41ca16f2fc59215/volumes/af8cbd52-30cc-4610-9e1e-4bfb05ff9d99", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-06-29T17:07:51.000000", "replication_status": null, "snapshot_id": null, "id": "af8cbd52-30cc-4610-9e1e-4bfb05ff9d99", "size": 1, "user_id": "52a397aa2e1c435594f313aaae1020e1", "os-vol-tenant-attr:tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "os-vol-mig-status-attr:migstat": null, "metadata": {"attached_mode": "rw"}, "status": "reserved", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda", "bootable": "false", "created_at": "2018-06-29T17:07:18.000000", "volume_type": null}} 2018-06-29 17:07:54,827 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/af8cbd52-30cc-4610-9e1e-4bfb05ff9d99 used request id req-68c61118-15fd-45a0-ad55-89bb0daa4a35 2018-06-29 17:07:57,832 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/af8cbd52-30cc-4610-9e1e-4bfb05ff9d99 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-68c61118-15fd-45a0-ad55-89bb0daa4a35" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}807914a06fbc99bb7d4a3ea8b160247c19b5e327" 2018-06-29 17:07:58,770 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:07:57 GMT Server: Apache x-compute-request-id: req-c625553b-ffa1-429e-98f5-aeb76ad16ed7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c625553b-ffa1-429e-98f5-aeb76ad16ed7 Content-Encoding: gzip Content-Length: 650 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [{"server_id": "0df068a2-00d9-4afb-9957-d69bb30ab12b", "attachment_id": "ed98a1a4-2c68-4934-a1f3-576695405133", "attached_at": "2018-06-29T17:07:54.000000", "host_name": "overcloud-novacompute-1.opnfvlf.org", "volume_id": "af8cbd52-30cc-4610-9e1e-4bfb05ff9d99", "device": "/dev/vdb", "id": "af8cbd52-30cc-4610-9e1e-4bfb05ff9d99"}], "links": [{"href": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/af8cbd52-30cc-4610-9e1e-4bfb05ff9d99", "rel": "self"}, {"href": "http://172.30.9.30:8776/d375e46f6f2b472db41ca16f2fc59215/volumes/af8cbd52-30cc-4610-9e1e-4bfb05ff9d99", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-06-29T17:07:56.000000", "replication_status": null, "snapshot_id": null, "id": "af8cbd52-30cc-4610-9e1e-4bfb05ff9d99", "size": 1, "user_id": "52a397aa2e1c435594f313aaae1020e1", "os-vol-tenant-attr:tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "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-127e6ff9-8f74-400e-8db7-b5c68c059bda", "bootable": "false", "created_at": "2018-06-29T17:07:18.000000", "volume_type": null}} 2018-06-29 17:07:58,771 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/af8cbd52-30cc-4610-9e1e-4bfb05ff9d99 used request id req-c625553b-ffa1-429e-98f5-aeb76ad16ed7 2018-06-29 17:07:58,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}807914a06fbc99bb7d4a3ea8b160247c19b5e327" 2018-06-29 17:07:58,857 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:07:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f5c22d5-6b2d-48b2-8907-4c1b04c7d356 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:07:58,858 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-0f5c22d5-6b2d-48b2-8907-4c1b04c7d356 2018-06-29 17:07:58,862 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/0df068a2-00d9-4afb-9957-d69bb30ab12b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c481ecabf4ab2fa51180f4fb420481711ea3378" 2018-06-29 17:07:59,765 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:07:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fde1c3ee-fcbb-4e4d-8c50-7ec5381829d3 x-compute-request-id: req-fde1c3ee-fcbb-4e4d-8c50-7ec5381829d3 Content-Encoding: gzip Content-Length: 849 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:f3:5f", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0df068a2-00d9-4afb-9957-d69bb30ab12b", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0df068a2-00d9-4afb-9957-d69bb30ab12b", "rel": "bookmark"}], "image": {"id": "d6d2a917-87b8-41d9-a9f1-13e661ee8c8c", "links": [{"href": "http://172.30.9.30:8774/images/d6d2a917-87b8-41d9-a9f1-13e661ee8c8c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-06-29T16:59:39.000000", "flavor": {"id": "9935532b-038a-4bad-bdb4-04d26c2fce8c", "links": [{"href": "http://172.30.9.30:8774/flavors/9935532b-038a-4bad-bdb4-04d26c2fce8c", "rel": "bookmark"}]}, "id": "0df068a2-00d9-4afb-9957-d69bb30ab12b", "security_groups": [{"name": "default"}], "user_id": "52a397aa2e1c435594f313aaae1020e1", "OS-DCF: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-29T17:07:42Z", "hostId": "fe4b6a584f9cd944814267acc8ec1e49614b8a92bc6474b77f1e86a4", "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-127e6ff9-8f74-400e-8db7-b5c68c059bda-vm_inst", "created": "2018-06-29T17:07:33Z", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "os-extended-volumes:volumes_attached": [{"id": "af8cbd52-30cc-4610-9e1e-4bfb05ff9d99"}], "metadata": {}}} 2018-06-29 17:07:59,765 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/0df068a2-00d9-4afb-9957-d69bb30ab12b used request id req-fde1c3ee-fcbb-4e4d-8c50-7ec5381829d3 2018-06-29 17:07:59,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c481ecabf4ab2fa51180f4fb420481711ea3378" 2018-06-29 17:07:59,861 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-2bcee9b3-1c04-4553-9733-a4c2c9da5a53 Date: Fri, 29 Jun 2018 17:07:59 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"db06db23-3589-4b99-8a9b-e8b5fbff7de8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["cf926187-9976-44df-ae36-22782a6d86a3"],"description":"","tags":[],"updated_at":"2018-06-29T17:07:14Z","provider:segmentation_id":22,"name":"NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:07:13Z","provider:network_type":"vxlan"}]} 2018-06-29 17:07:59,861 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-net used request id req-2bcee9b3-1c04-4553-9733-a4c2c9da5a53 2018-06-29 17:07:59,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c481ecabf4ab2fa51180f4fb420481711ea3378" 2018-06-29 17:07:59,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:07:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e222315-0b2e-49f6-89dc-8e36a178c55d 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.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}} 2018-06-29 17:07:59,958 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 used request id req-4e222315-0b2e-49f6-89dc-8e36a178c55d 2018-06-29 17:07:59,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=db06db23-3589-4b99-8a9b-e8b5fbff7de8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c481ecabf4ab2fa51180f4fb420481711ea3378" 2018-06-29 17:08:00,013 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-55eeb1e9-2be6-4181-9e2f-45a145d81099 Date: Fri, 29 Jun 2018 17:08:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"db06db23-3589-4b99-8a9b-e8b5fbff7de8","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:07:14Z","dns_nameservers":[],"updated_at":"2018-06-29T17:07:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"cf926187-9976-44df-ae36-22782a6d86a3","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-subnet"}]} 2018-06-29 17:08:00,013 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=db06db23-3589-4b99-8a9b-e8b5fbff7de8 used request id req-55eeb1e9-2be6-4181-9e2f-45a145d81099 2018-06-29 17:08:00,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=db06db23-3589-4b99-8a9b-e8b5fbff7de8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c481ecabf4ab2fa51180f4fb420481711ea3378" 2018-06-29 17:08:00,239 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-dcea636a-19cc-469e-92c2-19d6c52e59fb Date: Fri, 29 Jun 2018 17:08:00 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:07:17Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cf926187-9976-44df-ae36-22782a6d86a3","ip_address":"10.55.0.2"}],"id":"07f0dc05-b6a9-4839-8564-de878beb8649","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d1:da:52","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-db06db23-3589-4b99-8a9b-e8b5fbff7de8","name":"","admin_state_up":true,"network_id":"db06db23-3589-4b99-8a9b-e8b5fbff7de8","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:07:14Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:07:18Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cf926187-9976-44df-ae36-22782a6d86a3","ip_address":"10.55.0.3"}],"id":"2fb6787b-2008-4ceb-9250-b997466f783e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a0:e3:67","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-db06db23-3589-4b99-8a9b-e8b5fbff7de8","name":"","admin_state_up":true,"network_id":"db06db23-3589-4b99-8a9b-e8b5fbff7de8","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:07:15Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:07:19Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cf926187-9976-44df-ae36-22782a6d86a3","ip_address":"10.55.0.4"}],"id":"404d0915-81fa-4295-8430-f5f982905cc5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:02:fe:bf","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-db06db23-3589-4b99-8a9b-e8b5fbff7de8","name":"","admin_state_up":true,"network_id":"db06db23-3589-4b99-8a9b-e8b5fbff7de8","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:07:16Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:07:41Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"cf926187-9976-44df-ae36-22782a6d86a3","ip_address":"10.55.0.5"}],"id":"8548bd32-9bb4-4539-ae4f-63b83e79b778","security_groups":["80203172-2d27-4ac0-ba1b-ce925c9da636"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:75:f3:5f","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"0df068a2-00d9-4afb-9957-d69bb30ab12b","name":"NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-port","admin_state_up":true,"network_id":"db06db23-3589-4b99-8a9b-e8b5fbff7de8","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:07:28Z","binding:vnic_type":"normal"}]} 2018-06-29 17:08:00,239 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=db06db23-3589-4b99-8a9b-e8b5fbff7de8 used request id req-dcea636a-19cc-469e-92c2-19d6c52e59fb 2018-06-29 17:08:00,243 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/0df068a2-00d9-4afb-9957-d69bb30ab12b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}807914a06fbc99bb7d4a3ea8b160247c19b5e327" 2018-06-29 17:08:01,291 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:08: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-7c5366c2-7e33-41e9-910c-01794c602beb x-compute-request-id: req-7c5366c2-7e33-41e9-910c-01794c602beb Content-Encoding: gzip Content-Length: 849 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:f3:5f", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0df068a2-00d9-4afb-9957-d69bb30ab12b", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0df068a2-00d9-4afb-9957-d69bb30ab12b", "rel": "bookmark"}], "image": {"id": "d6d2a917-87b8-41d9-a9f1-13e661ee8c8c", "links": [{"href": "http://172.30.9.30:8774/images/d6d2a917-87b8-41d9-a9f1-13e661ee8c8c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-06-29T16:59:39.000000", "flavor": {"id": "9935532b-038a-4bad-bdb4-04d26c2fce8c", "links": [{"href": "http://172.30.9.30:8774/flavors/9935532b-038a-4bad-bdb4-04d26c2fce8c", "rel": "bookmark"}]}, "id": "0df068a2-00d9-4afb-9957-d69bb30ab12b", "security_groups": [{"name": "default"}], "user_id": "52a397aa2e1c435594f313aaae1020e1", "OS-DCF: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-29T17:07:42Z", "hostId": "fe4b6a584f9cd944814267acc8ec1e49614b8a92bc6474b77f1e86a4", "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-127e6ff9-8f74-400e-8db7-b5c68c059bda-vm_inst", "created": "2018-06-29T17:07:33Z", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "os-extended-volumes:volumes_attached": [{"id": "af8cbd52-30cc-4610-9e1e-4bfb05ff9d99"}], "metadata": {}}} 2018-06-29 17:08:01,291 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/0df068a2-00d9-4afb-9957-d69bb30ab12b used request id req-7c5366c2-7e33-41e9-910c-01794c602beb 2018-06-29 17:08:01,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}807914a06fbc99bb7d4a3ea8b160247c19b5e327" 2018-06-29 17:08:01,549 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-9026304e-2086-4a5b-9d63-587fcfb612d1 Date: Fri, 29 Jun 2018 17:08:01 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"db06db23-3589-4b99-8a9b-e8b5fbff7de8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["cf926187-9976-44df-ae36-22782a6d86a3"],"description":"","tags":[],"updated_at":"2018-06-29T17:07:14Z","provider:segmentation_id":22,"name":"NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:07:13Z","provider:network_type":"vxlan"}]} 2018-06-29 17:08:01,549 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-net used request id req-9026304e-2086-4a5b-9d63-587fcfb612d1 2018-06-29 17:08:01,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}807914a06fbc99bb7d4a3ea8b160247c19b5e327" 2018-06-29 17:08:01,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:08:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ea3ea53-4895-4abf-b57d-2097247ff1a7 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.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}} 2018-06-29 17:08:01,645 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 used request id req-2ea3ea53-4895-4abf-b57d-2097247ff1a7 2018-06-29 17:08:01,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=db06db23-3589-4b99-8a9b-e8b5fbff7de8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}807914a06fbc99bb7d4a3ea8b160247c19b5e327" 2018-06-29 17:08:01,870 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-c016319b-cd17-4934-89b9-dbf51899ab9d Date: Fri, 29 Jun 2018 17:08:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"db06db23-3589-4b99-8a9b-e8b5fbff7de8","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:07:14Z","dns_nameservers":[],"updated_at":"2018-06-29T17:07:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"cf926187-9976-44df-ae36-22782a6d86a3","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-subnet"}]} 2018-06-29 17:08:01,871 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=db06db23-3589-4b99-8a9b-e8b5fbff7de8 used request id req-c016319b-cd17-4934-89b9-dbf51899ab9d 2018-06-29 17:08:01,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=db06db23-3589-4b99-8a9b-e8b5fbff7de8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}807914a06fbc99bb7d4a3ea8b160247c19b5e327" 2018-06-29 17:08:02,090 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-989aa600-3cd9-460c-ba8d-6c0bec02d29c Date: Fri, 29 Jun 2018 17:08:02 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:07:17Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cf926187-9976-44df-ae36-22782a6d86a3","ip_address":"10.55.0.2"}],"id":"07f0dc05-b6a9-4839-8564-de878beb8649","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d1:da:52","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-db06db23-3589-4b99-8a9b-e8b5fbff7de8","name":"","admin_state_up":true,"network_id":"db06db23-3589-4b99-8a9b-e8b5fbff7de8","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:07:14Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:07:18Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cf926187-9976-44df-ae36-22782a6d86a3","ip_address":"10.55.0.3"}],"id":"2fb6787b-2008-4ceb-9250-b997466f783e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a0:e3:67","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-db06db23-3589-4b99-8a9b-e8b5fbff7de8","name":"","admin_state_up":true,"network_id":"db06db23-3589-4b99-8a9b-e8b5fbff7de8","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:07:15Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:07:19Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cf926187-9976-44df-ae36-22782a6d86a3","ip_address":"10.55.0.4"}],"id":"404d0915-81fa-4295-8430-f5f982905cc5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:02:fe:bf","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-db06db23-3589-4b99-8a9b-e8b5fbff7de8","name":"","admin_state_up":true,"network_id":"db06db23-3589-4b99-8a9b-e8b5fbff7de8","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:07:16Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:07:41Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"cf926187-9976-44df-ae36-22782a6d86a3","ip_address":"10.55.0.5"}],"id":"8548bd32-9bb4-4539-ae4f-63b83e79b778","security_groups":["80203172-2d27-4ac0-ba1b-ce925c9da636"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:75:f3:5f","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"0df068a2-00d9-4afb-9957-d69bb30ab12b","name":"NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-port","admin_state_up":true,"network_id":"db06db23-3589-4b99-8a9b-e8b5fbff7de8","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:07:28Z","binding:vnic_type":"normal"}]} 2018-06-29 17:08:02,091 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=db06db23-3589-4b99-8a9b-e8b5fbff7de8 used request id req-989aa600-3cd9-460c-ba8d-6c0bec02d29c 2018-06-29 17:08:02,094 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/0df068a2-00d9-4afb-9957-d69bb30ab12b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c481ecabf4ab2fa51180f4fb420481711ea3378" 2018-06-29 17:08:02,768 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:08: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-534af38f-a7be-4868-bb94-29ed76fe647d x-compute-request-id: req-534af38f-a7be-4868-bb94-29ed76fe647d Content-Encoding: gzip Content-Length: 849 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:f3:5f", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0df068a2-00d9-4afb-9957-d69bb30ab12b", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0df068a2-00d9-4afb-9957-d69bb30ab12b", "rel": "bookmark"}], "image": {"id": "d6d2a917-87b8-41d9-a9f1-13e661ee8c8c", "links": [{"href": "http://172.30.9.30:8774/images/d6d2a917-87b8-41d9-a9f1-13e661ee8c8c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-06-29T16:59:39.000000", "flavor": {"id": "9935532b-038a-4bad-bdb4-04d26c2fce8c", "links": [{"href": "http://172.30.9.30:8774/flavors/9935532b-038a-4bad-bdb4-04d26c2fce8c", "rel": "bookmark"}]}, "id": "0df068a2-00d9-4afb-9957-d69bb30ab12b", "security_groups": [{"name": "default"}], "user_id": "52a397aa2e1c435594f313aaae1020e1", "OS-DCF: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-29T17:07:42Z", "hostId": "fe4b6a584f9cd944814267acc8ec1e49614b8a92bc6474b77f1e86a4", "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-127e6ff9-8f74-400e-8db7-b5c68c059bda-vm_inst", "created": "2018-06-29T17:07:33Z", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "os-extended-volumes:volumes_attached": [{"id": "af8cbd52-30cc-4610-9e1e-4bfb05ff9d99"}], "metadata": {}}} 2018-06-29 17:08:02,768 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/0df068a2-00d9-4afb-9957-d69bb30ab12b used request id req-534af38f-a7be-4868-bb94-29ed76fe647d 2018-06-29 17:08:02,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c481ecabf4ab2fa51180f4fb420481711ea3378" 2018-06-29 17:08:03,045 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-1d694a82-863b-426f-a0cc-20706c297902 Date: Fri, 29 Jun 2018 17:08:03 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"db06db23-3589-4b99-8a9b-e8b5fbff7de8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["cf926187-9976-44df-ae36-22782a6d86a3"],"description":"","tags":[],"updated_at":"2018-06-29T17:07:14Z","provider:segmentation_id":22,"name":"NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:07:13Z","provider:network_type":"vxlan"}]} 2018-06-29 17:08:03,046 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-net used request id req-1d694a82-863b-426f-a0cc-20706c297902 2018-06-29 17:08:03,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c481ecabf4ab2fa51180f4fb420481711ea3378" 2018-06-29 17:08:03,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:08:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff8e4f09-d77c-4804-af6d-cf6af3331cdb 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.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}} 2018-06-29 17:08:03,152 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 used request id req-ff8e4f09-d77c-4804-af6d-cf6af3331cdb 2018-06-29 17:08:03,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=db06db23-3589-4b99-8a9b-e8b5fbff7de8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c481ecabf4ab2fa51180f4fb420481711ea3378" 2018-06-29 17:08:03,203 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-5671005a-2531-4da3-a3ef-d49a5a896163 Date: Fri, 29 Jun 2018 17:08:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"db06db23-3589-4b99-8a9b-e8b5fbff7de8","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:07:14Z","dns_nameservers":[],"updated_at":"2018-06-29T17:07:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"cf926187-9976-44df-ae36-22782a6d86a3","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-subnet"}]} 2018-06-29 17:08:03,203 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=db06db23-3589-4b99-8a9b-e8b5fbff7de8 used request id req-5671005a-2531-4da3-a3ef-d49a5a896163 2018-06-29 17:08:03,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=db06db23-3589-4b99-8a9b-e8b5fbff7de8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c481ecabf4ab2fa51180f4fb420481711ea3378" 2018-06-29 17:08:03,261 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-02200547-76d3-4aaa-a206-281a3f564d92 Date: Fri, 29 Jun 2018 17:08:03 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:07:17Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cf926187-9976-44df-ae36-22782a6d86a3","ip_address":"10.55.0.2"}],"id":"07f0dc05-b6a9-4839-8564-de878beb8649","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d1:da:52","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-db06db23-3589-4b99-8a9b-e8b5fbff7de8","name":"","admin_state_up":true,"network_id":"db06db23-3589-4b99-8a9b-e8b5fbff7de8","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:07:14Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:07:18Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cf926187-9976-44df-ae36-22782a6d86a3","ip_address":"10.55.0.3"}],"id":"2fb6787b-2008-4ceb-9250-b997466f783e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a0:e3:67","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-db06db23-3589-4b99-8a9b-e8b5fbff7de8","name":"","admin_state_up":true,"network_id":"db06db23-3589-4b99-8a9b-e8b5fbff7de8","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:07:15Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:07:19Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cf926187-9976-44df-ae36-22782a6d86a3","ip_address":"10.55.0.4"}],"id":"404d0915-81fa-4295-8430-f5f982905cc5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:02:fe:bf","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-db06db23-3589-4b99-8a9b-e8b5fbff7de8","name":"","admin_state_up":true,"network_id":"db06db23-3589-4b99-8a9b-e8b5fbff7de8","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:07:16Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:07:41Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"cf926187-9976-44df-ae36-22782a6d86a3","ip_address":"10.55.0.5"}],"id":"8548bd32-9bb4-4539-ae4f-63b83e79b778","security_groups":["80203172-2d27-4ac0-ba1b-ce925c9da636"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:75:f3:5f","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"0df068a2-00d9-4afb-9957-d69bb30ab12b","name":"NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-port","admin_state_up":true,"network_id":"db06db23-3589-4b99-8a9b-e8b5fbff7de8","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:07:28Z","binding:vnic_type":"normal"}]} 2018-06-29 17:08:03,261 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=db06db23-3589-4b99-8a9b-e8b5fbff7de8 used request id req-02200547-76d3-4aaa-a206-281a3f564d92 2018-06-29 17:08:03,265 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/servers/0df068a2-00d9-4afb-9957-d69bb30ab12b/os-volume_attachments/af8cbd52-30cc-4610-9e1e-4bfb05ff9d99 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}807914a06fbc99bb7d4a3ea8b160247c19b5e327" 2018-06-29 17:08:05,601 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 17:08: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-1a4740e2-9a75-4c9a-bedc-491c0b030a7a x-compute-request-id: req-1a4740e2-9a75-4c9a-bedc-491c0b030a7a Content-Length: 0 Content-Type: application/json 2018-06-29 17:08:05,601 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/0df068a2-00d9-4afb-9957-d69bb30ab12b/os-volume_attachments/af8cbd52-30cc-4610-9e1e-4bfb05ff9d99 used request id req-1a4740e2-9a75-4c9a-bedc-491c0b030a7a 2018-06-29 17:08:05,604 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/0df068a2-00d9-4afb-9957-d69bb30ab12b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}807914a06fbc99bb7d4a3ea8b160247c19b5e327" 2018-06-29 17:08:06,493 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:08: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-840a27c5-beb8-4c74-aa11-92cc48231d9a x-compute-request-id: req-840a27c5-beb8-4c74-aa11-92cc48231d9a Content-Encoding: gzip Content-Length: 849 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:f3:5f", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0df068a2-00d9-4afb-9957-d69bb30ab12b", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0df068a2-00d9-4afb-9957-d69bb30ab12b", "rel": "bookmark"}], "image": {"id": "d6d2a917-87b8-41d9-a9f1-13e661ee8c8c", "links": [{"href": "http://172.30.9.30:8774/images/d6d2a917-87b8-41d9-a9f1-13e661ee8c8c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-06-29T16:59:39.000000", "flavor": {"id": "9935532b-038a-4bad-bdb4-04d26c2fce8c", "links": [{"href": "http://172.30.9.30:8774/flavors/9935532b-038a-4bad-bdb4-04d26c2fce8c", "rel": "bookmark"}]}, "id": "0df068a2-00d9-4afb-9957-d69bb30ab12b", "security_groups": [{"name": "default"}], "user_id": "52a397aa2e1c435594f313aaae1020e1", "OS-DCF: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-29T17:07:42Z", "hostId": "fe4b6a584f9cd944814267acc8ec1e49614b8a92bc6474b77f1e86a4", "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-127e6ff9-8f74-400e-8db7-b5c68c059bda-vm_inst", "created": "2018-06-29T17:07:33Z", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "os-extended-volumes:volumes_attached": [{"id": "af8cbd52-30cc-4610-9e1e-4bfb05ff9d99"}], "metadata": {}}} 2018-06-29 17:08:06,493 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/0df068a2-00d9-4afb-9957-d69bb30ab12b used request id req-840a27c5-beb8-4c74-aa11-92cc48231d9a 2018-06-29 17:08:06,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}807914a06fbc99bb7d4a3ea8b160247c19b5e327" 2018-06-29 17:08:06,582 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-8dda4e78-a2b3-46e0-b4b2-a35488d25616 Date: Fri, 29 Jun 2018 17:08:06 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"db06db23-3589-4b99-8a9b-e8b5fbff7de8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["cf926187-9976-44df-ae36-22782a6d86a3"],"description":"","tags":[],"updated_at":"2018-06-29T17:07:14Z","provider:segmentation_id":22,"name":"NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:07:13Z","provider:network_type":"vxlan"}]} 2018-06-29 17:08:06,582 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-net used request id req-8dda4e78-a2b3-46e0-b4b2-a35488d25616 2018-06-29 17:08:06,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}807914a06fbc99bb7d4a3ea8b160247c19b5e327" 2018-06-29 17:08:06,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:08:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ee1b6db-b786-46dc-92a0-c32383a4faee 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.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}} 2018-06-29 17:08:06,685 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 used request id req-2ee1b6db-b786-46dc-92a0-c32383a4faee 2018-06-29 17:08:06,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=db06db23-3589-4b99-8a9b-e8b5fbff7de8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}807914a06fbc99bb7d4a3ea8b160247c19b5e327" 2018-06-29 17:08:06,910 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-0c6fe3d8-897a-4c20-80db-33bf53ac824b Date: Fri, 29 Jun 2018 17:08:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"db06db23-3589-4b99-8a9b-e8b5fbff7de8","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:07:14Z","dns_nameservers":[],"updated_at":"2018-06-29T17:07:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"cf926187-9976-44df-ae36-22782a6d86a3","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-subnet"}]} 2018-06-29 17:08:06,910 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=db06db23-3589-4b99-8a9b-e8b5fbff7de8 used request id req-0c6fe3d8-897a-4c20-80db-33bf53ac824b 2018-06-29 17:08:06,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=db06db23-3589-4b99-8a9b-e8b5fbff7de8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}807914a06fbc99bb7d4a3ea8b160247c19b5e327" 2018-06-29 17:08:07,143 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-c37d3f6d-c1db-45bb-a240-d27de0208bac Date: Fri, 29 Jun 2018 17:08:07 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:07:17Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cf926187-9976-44df-ae36-22782a6d86a3","ip_address":"10.55.0.2"}],"id":"07f0dc05-b6a9-4839-8564-de878beb8649","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d1:da:52","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-db06db23-3589-4b99-8a9b-e8b5fbff7de8","name":"","admin_state_up":true,"network_id":"db06db23-3589-4b99-8a9b-e8b5fbff7de8","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:07:14Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:07:18Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cf926187-9976-44df-ae36-22782a6d86a3","ip_address":"10.55.0.3"}],"id":"2fb6787b-2008-4ceb-9250-b997466f783e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a0:e3:67","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-db06db23-3589-4b99-8a9b-e8b5fbff7de8","name":"","admin_state_up":true,"network_id":"db06db23-3589-4b99-8a9b-e8b5fbff7de8","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:07:15Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:07:19Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cf926187-9976-44df-ae36-22782a6d86a3","ip_address":"10.55.0.4"}],"id":"404d0915-81fa-4295-8430-f5f982905cc5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:02:fe:bf","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-db06db23-3589-4b99-8a9b-e8b5fbff7de8","name":"","admin_state_up":true,"network_id":"db06db23-3589-4b99-8a9b-e8b5fbff7de8","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:07:16Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:07:41Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"cf926187-9976-44df-ae36-22782a6d86a3","ip_address":"10.55.0.5"}],"id":"8548bd32-9bb4-4539-ae4f-63b83e79b778","security_groups":["80203172-2d27-4ac0-ba1b-ce925c9da636"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:75:f3:5f","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"0df068a2-00d9-4afb-9957-d69bb30ab12b","name":"NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-port","admin_state_up":true,"network_id":"db06db23-3589-4b99-8a9b-e8b5fbff7de8","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:07:28Z","binding:vnic_type":"normal"}]} 2018-06-29 17:08:07,143 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=db06db23-3589-4b99-8a9b-e8b5fbff7de8 used request id req-c37d3f6d-c1db-45bb-a240-d27de0208bac 2018-06-29 17:08:10,150 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/0df068a2-00d9-4afb-9957-d69bb30ab12b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}807914a06fbc99bb7d4a3ea8b160247c19b5e327" 2018-06-29 17:08:10,981 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:08: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-a5170f14-f29c-44d8-82db-e4074701225b x-compute-request-id: req-a5170f14-f29c-44d8-82db-e4074701225b Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:f3:5f", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0df068a2-00d9-4afb-9957-d69bb30ab12b", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0df068a2-00d9-4afb-9957-d69bb30ab12b", "rel": "bookmark"}], "image": {"id": "d6d2a917-87b8-41d9-a9f1-13e661ee8c8c", "links": [{"href": "http://172.30.9.30:8774/images/d6d2a917-87b8-41d9-a9f1-13e661ee8c8c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-06-29T16:59:39.000000", "flavor": {"id": "9935532b-038a-4bad-bdb4-04d26c2fce8c", "links": [{"href": "http://172.30.9.30:8774/flavors/9935532b-038a-4bad-bdb4-04d26c2fce8c", "rel": "bookmark"}]}, "id": "0df068a2-00d9-4afb-9957-d69bb30ab12b", "security_groups": [{"name": "default"}], "user_id": "52a397aa2e1c435594f313aaae1020e1", "OS-DCF: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-29T17:07:42Z", "hostId": "fe4b6a584f9cd944814267acc8ec1e49614b8a92bc6474b77f1e86a4", "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-127e6ff9-8f74-400e-8db7-b5c68c059bda-vm_inst", "created": "2018-06-29T17:07:33Z", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 17:08:10,982 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/0df068a2-00d9-4afb-9957-d69bb30ab12b used request id req-a5170f14-f29c-44d8-82db-e4074701225b 2018-06-29 17:08:10,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}807914a06fbc99bb7d4a3ea8b160247c19b5e327" 2018-06-29 17:08:11,070 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-efd87d7a-d5c5-4ff2-91d5-314a89df80f9 Date: Fri, 29 Jun 2018 17:08:11 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"db06db23-3589-4b99-8a9b-e8b5fbff7de8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["cf926187-9976-44df-ae36-22782a6d86a3"],"description":"","tags":[],"updated_at":"2018-06-29T17:07:14Z","provider:segmentation_id":22,"name":"NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:07:13Z","provider:network_type":"vxlan"}]} 2018-06-29 17:08:11,070 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-net used request id req-efd87d7a-d5c5-4ff2-91d5-314a89df80f9 2018-06-29 17:08:11,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}807914a06fbc99bb7d4a3ea8b160247c19b5e327" 2018-06-29 17:08:11,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:08:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-788ee7db-cefb-4e1c-8fd4-876bba878256 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.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}} 2018-06-29 17:08:11,174 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 used request id req-788ee7db-cefb-4e1c-8fd4-876bba878256 2018-06-29 17:08:11,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=db06db23-3589-4b99-8a9b-e8b5fbff7de8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}807914a06fbc99bb7d4a3ea8b160247c19b5e327" 2018-06-29 17:08:11,392 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-6022d620-5afb-4ac7-b733-76763571731d Date: Fri, 29 Jun 2018 17:08:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"db06db23-3589-4b99-8a9b-e8b5fbff7de8","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:07:14Z","dns_nameservers":[],"updated_at":"2018-06-29T17:07:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"cf926187-9976-44df-ae36-22782a6d86a3","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-subnet"}]} 2018-06-29 17:08:11,393 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=db06db23-3589-4b99-8a9b-e8b5fbff7de8 used request id req-6022d620-5afb-4ac7-b733-76763571731d 2018-06-29 17:08:11,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=db06db23-3589-4b99-8a9b-e8b5fbff7de8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}807914a06fbc99bb7d4a3ea8b160247c19b5e327" 2018-06-29 17:08:11,620 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-567ce06c-dac8-4854-aaec-57b23df41933 Date: Fri, 29 Jun 2018 17:08:11 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:07:17Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cf926187-9976-44df-ae36-22782a6d86a3","ip_address":"10.55.0.2"}],"id":"07f0dc05-b6a9-4839-8564-de878beb8649","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d1:da:52","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-db06db23-3589-4b99-8a9b-e8b5fbff7de8","name":"","admin_state_up":true,"network_id":"db06db23-3589-4b99-8a9b-e8b5fbff7de8","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:07:14Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:07:18Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cf926187-9976-44df-ae36-22782a6d86a3","ip_address":"10.55.0.3"}],"id":"2fb6787b-2008-4ceb-9250-b997466f783e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a0:e3:67","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-db06db23-3589-4b99-8a9b-e8b5fbff7de8","name":"","admin_state_up":true,"network_id":"db06db23-3589-4b99-8a9b-e8b5fbff7de8","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:07:15Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:07:19Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cf926187-9976-44df-ae36-22782a6d86a3","ip_address":"10.55.0.4"}],"id":"404d0915-81fa-4295-8430-f5f982905cc5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:02:fe:bf","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-db06db23-3589-4b99-8a9b-e8b5fbff7de8","name":"","admin_state_up":true,"network_id":"db06db23-3589-4b99-8a9b-e8b5fbff7de8","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:07:16Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:07:41Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"cf926187-9976-44df-ae36-22782a6d86a3","ip_address":"10.55.0.5"}],"id":"8548bd32-9bb4-4539-ae4f-63b83e79b778","security_groups":["80203172-2d27-4ac0-ba1b-ce925c9da636"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:75:f3:5f","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"0df068a2-00d9-4afb-9957-d69bb30ab12b","name":"NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-port","admin_state_up":true,"network_id":"db06db23-3589-4b99-8a9b-e8b5fbff7de8","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:07:28Z","binding:vnic_type":"normal"}]} 2018-06-29 17:08:11,620 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=db06db23-3589-4b99-8a9b-e8b5fbff7de8 used request id req-567ce06c-dac8-4854-aaec-57b23df41933 2018-06-29 17:08:11,623 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/af8cbd52-30cc-4610-9e1e-4bfb05ff9d99 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-68c61118-15fd-45a0-ad55-89bb0daa4a35" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}807914a06fbc99bb7d4a3ea8b160247c19b5e327" 2018-06-29 17:08:11,683 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:08:11 GMT Server: Apache x-compute-request-id: req-acafd50f-ff31-4f36-af22-cfe2d6d853a3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-acafd50f-ff31-4f36-af22-cfe2d6d853a3 Content-Encoding: gzip Content-Length: 524 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/af8cbd52-30cc-4610-9e1e-4bfb05ff9d99", "rel": "self"}, {"href": "http://172.30.9.30:8776/d375e46f6f2b472db41ca16f2fc59215/volumes/af8cbd52-30cc-4610-9e1e-4bfb05ff9d99", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-06-29T17:08:07.000000", "replication_status": null, "snapshot_id": null, "id": "af8cbd52-30cc-4610-9e1e-4bfb05ff9d99", "size": 1, "user_id": "52a397aa2e1c435594f313aaae1020e1", "os-vol-tenant-attr:tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "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-127e6ff9-8f74-400e-8db7-b5c68c059bda", "bootable": "false", "created_at": "2018-06-29T17:07:18.000000", "volume_type": null}} 2018-06-29 17:08:11,683 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/af8cbd52-30cc-4610-9e1e-4bfb05ff9d99 used request id req-acafd50f-ff31-4f36-af22-cfe2d6d853a3 2018-06-29 17:08:11,686 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/0df068a2-00d9-4afb-9957-d69bb30ab12b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c481ecabf4ab2fa51180f4fb420481711ea3378" 2018-06-29 17:08:12,313 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:08: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-95b5b648-3805-4e96-ae23-54c7591c525f x-compute-request-id: req-95b5b648-3805-4e96-ae23-54c7591c525f Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:f3:5f", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0df068a2-00d9-4afb-9957-d69bb30ab12b", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0df068a2-00d9-4afb-9957-d69bb30ab12b", "rel": "bookmark"}], "image": {"id": "d6d2a917-87b8-41d9-a9f1-13e661ee8c8c", "links": [{"href": "http://172.30.9.30:8774/images/d6d2a917-87b8-41d9-a9f1-13e661ee8c8c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-06-29T16:59:39.000000", "flavor": {"id": "9935532b-038a-4bad-bdb4-04d26c2fce8c", "links": [{"href": "http://172.30.9.30:8774/flavors/9935532b-038a-4bad-bdb4-04d26c2fce8c", "rel": "bookmark"}]}, "id": "0df068a2-00d9-4afb-9957-d69bb30ab12b", "security_groups": [{"name": "default"}], "user_id": "52a397aa2e1c435594f313aaae1020e1", "OS-DCF: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-29T17:07:42Z", "hostId": "fe4b6a584f9cd944814267acc8ec1e49614b8a92bc6474b77f1e86a4", "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-127e6ff9-8f74-400e-8db7-b5c68c059bda-vm_inst", "created": "2018-06-29T17:07:33Z", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 17:08:12,313 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/0df068a2-00d9-4afb-9957-d69bb30ab12b used request id req-95b5b648-3805-4e96-ae23-54c7591c525f 2018-06-29 17:08:12,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c481ecabf4ab2fa51180f4fb420481711ea3378" 2018-06-29 17:08:12,407 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-9cc23b73-8604-4add-9b07-dadbe4240a17 Date: Fri, 29 Jun 2018 17:08:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"db06db23-3589-4b99-8a9b-e8b5fbff7de8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["cf926187-9976-44df-ae36-22782a6d86a3"],"description":"","tags":[],"updated_at":"2018-06-29T17:07:14Z","provider:segmentation_id":22,"name":"NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:07:13Z","provider:network_type":"vxlan"}]} 2018-06-29 17:08:12,407 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-net used request id req-9cc23b73-8604-4add-9b07-dadbe4240a17 2018-06-29 17:08:12,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c481ecabf4ab2fa51180f4fb420481711ea3378" 2018-06-29 17:08:12,508 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:08:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57ce7a57-0833-4f5e-8a55-aa5738f0ba1f 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.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}} 2018-06-29 17:08:12,508 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 used request id req-57ce7a57-0833-4f5e-8a55-aa5738f0ba1f 2018-06-29 17:08:12,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=db06db23-3589-4b99-8a9b-e8b5fbff7de8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c481ecabf4ab2fa51180f4fb420481711ea3378" 2018-06-29 17:08:12,569 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-d4a37c18-f210-4098-bbf6-ec97ed66cc5d Date: Fri, 29 Jun 2018 17:08:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"db06db23-3589-4b99-8a9b-e8b5fbff7de8","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:07:14Z","dns_nameservers":[],"updated_at":"2018-06-29T17:07:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"cf926187-9976-44df-ae36-22782a6d86a3","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-subnet"}]} 2018-06-29 17:08:12,569 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=db06db23-3589-4b99-8a9b-e8b5fbff7de8 used request id req-d4a37c18-f210-4098-bbf6-ec97ed66cc5d 2018-06-29 17:08:12,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=db06db23-3589-4b99-8a9b-e8b5fbff7de8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c481ecabf4ab2fa51180f4fb420481711ea3378" 2018-06-29 17:08:12,796 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-d125e39c-7d8d-4eee-9ce9-f0ff52008f15 Date: Fri, 29 Jun 2018 17:08:12 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:07:17Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cf926187-9976-44df-ae36-22782a6d86a3","ip_address":"10.55.0.2"}],"id":"07f0dc05-b6a9-4839-8564-de878beb8649","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d1:da:52","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-db06db23-3589-4b99-8a9b-e8b5fbff7de8","name":"","admin_state_up":true,"network_id":"db06db23-3589-4b99-8a9b-e8b5fbff7de8","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:07:14Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:07:18Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cf926187-9976-44df-ae36-22782a6d86a3","ip_address":"10.55.0.3"}],"id":"2fb6787b-2008-4ceb-9250-b997466f783e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a0:e3:67","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-db06db23-3589-4b99-8a9b-e8b5fbff7de8","name":"","admin_state_up":true,"network_id":"db06db23-3589-4b99-8a9b-e8b5fbff7de8","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:07:15Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:07:19Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cf926187-9976-44df-ae36-22782a6d86a3","ip_address":"10.55.0.4"}],"id":"404d0915-81fa-4295-8430-f5f982905cc5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:02:fe:bf","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-db06db23-3589-4b99-8a9b-e8b5fbff7de8","name":"","admin_state_up":true,"network_id":"db06db23-3589-4b99-8a9b-e8b5fbff7de8","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:07:16Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:07:41Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"cf926187-9976-44df-ae36-22782a6d86a3","ip_address":"10.55.0.5"}],"id":"8548bd32-9bb4-4539-ae4f-63b83e79b778","security_groups":["80203172-2d27-4ac0-ba1b-ce925c9da636"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:75:f3:5f","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"0df068a2-00d9-4afb-9957-d69bb30ab12b","name":"NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-port","admin_state_up":true,"network_id":"db06db23-3589-4b99-8a9b-e8b5fbff7de8","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:07:28Z","binding:vnic_type":"normal"}]} 2018-06-29 17:08:12,796 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=db06db23-3589-4b99-8a9b-e8b5fbff7de8 used request id req-d125e39c-7d8d-4eee-9ce9-f0ff52008f15 2018-06-29 17:08:12,799 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/0df068a2-00d9-4afb-9957-d69bb30ab12b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}807914a06fbc99bb7d4a3ea8b160247c19b5e327" 2018-06-29 17:08:13,741 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:08: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-7bdf6852-5bed-4df5-93fc-6088545ea80b x-compute-request-id: req-7bdf6852-5bed-4df5-93fc-6088545ea80b Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:f3:5f", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0df068a2-00d9-4afb-9957-d69bb30ab12b", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0df068a2-00d9-4afb-9957-d69bb30ab12b", "rel": "bookmark"}], "image": {"id": "d6d2a917-87b8-41d9-a9f1-13e661ee8c8c", "links": [{"href": "http://172.30.9.30:8774/images/d6d2a917-87b8-41d9-a9f1-13e661ee8c8c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-06-29T16:59:39.000000", "flavor": {"id": "9935532b-038a-4bad-bdb4-04d26c2fce8c", "links": [{"href": "http://172.30.9.30:8774/flavors/9935532b-038a-4bad-bdb4-04d26c2fce8c", "rel": "bookmark"}]}, "id": "0df068a2-00d9-4afb-9957-d69bb30ab12b", "security_groups": [{"name": "default"}], "user_id": "52a397aa2e1c435594f313aaae1020e1", "OS-DCF: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-29T17:07:42Z", "hostId": "fe4b6a584f9cd944814267acc8ec1e49614b8a92bc6474b77f1e86a4", "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-127e6ff9-8f74-400e-8db7-b5c68c059bda-vm_inst", "created": "2018-06-29T17:07:33Z", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 17:08:13,742 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/0df068a2-00d9-4afb-9957-d69bb30ab12b used request id req-7bdf6852-5bed-4df5-93fc-6088545ea80b 2018-06-29 17:08:13,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}807914a06fbc99bb7d4a3ea8b160247c19b5e327" 2018-06-29 17:08:13,998 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-3a2a3110-aa60-46af-b67b-1c3c5f4c090f Date: Fri, 29 Jun 2018 17:08:13 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"db06db23-3589-4b99-8a9b-e8b5fbff7de8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["cf926187-9976-44df-ae36-22782a6d86a3"],"description":"","tags":[],"updated_at":"2018-06-29T17:07:14Z","provider:segmentation_id":22,"name":"NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:07:13Z","provider:network_type":"vxlan"}]} 2018-06-29 17:08:13,998 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-net used request id req-3a2a3110-aa60-46af-b67b-1c3c5f4c090f 2018-06-29 17:08:14,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}807914a06fbc99bb7d4a3ea8b160247c19b5e327" 2018-06-29 17:08:14,096 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:08:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f198491d-75f2-4de7-b5c6-eb6bd765f1a5 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.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}} 2018-06-29 17:08:14,096 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 used request id req-f198491d-75f2-4de7-b5c6-eb6bd765f1a5 2018-06-29 17:08:14,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=db06db23-3589-4b99-8a9b-e8b5fbff7de8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}807914a06fbc99bb7d4a3ea8b160247c19b5e327" 2018-06-29 17:08:14,144 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-cdfd0eb5-0fc3-413b-8494-775a07b87e01 Date: Fri, 29 Jun 2018 17:08:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"db06db23-3589-4b99-8a9b-e8b5fbff7de8","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:07:14Z","dns_nameservers":[],"updated_at":"2018-06-29T17:07:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"cf926187-9976-44df-ae36-22782a6d86a3","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-subnet"}]} 2018-06-29 17:08:14,144 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=db06db23-3589-4b99-8a9b-e8b5fbff7de8 used request id req-cdfd0eb5-0fc3-413b-8494-775a07b87e01 2018-06-29 17:08:14,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=db06db23-3589-4b99-8a9b-e8b5fbff7de8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}807914a06fbc99bb7d4a3ea8b160247c19b5e327" 2018-06-29 17:08:14,199 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-20e28c38-fe71-408e-a08e-b19cabffe3e8 Date: Fri, 29 Jun 2018 17:08:14 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:07:17Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cf926187-9976-44df-ae36-22782a6d86a3","ip_address":"10.55.0.2"}],"id":"07f0dc05-b6a9-4839-8564-de878beb8649","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d1:da:52","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-db06db23-3589-4b99-8a9b-e8b5fbff7de8","name":"","admin_state_up":true,"network_id":"db06db23-3589-4b99-8a9b-e8b5fbff7de8","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:07:14Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:07:18Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cf926187-9976-44df-ae36-22782a6d86a3","ip_address":"10.55.0.3"}],"id":"2fb6787b-2008-4ceb-9250-b997466f783e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a0:e3:67","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-db06db23-3589-4b99-8a9b-e8b5fbff7de8","name":"","admin_state_up":true,"network_id":"db06db23-3589-4b99-8a9b-e8b5fbff7de8","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:07:15Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:07:19Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cf926187-9976-44df-ae36-22782a6d86a3","ip_address":"10.55.0.4"}],"id":"404d0915-81fa-4295-8430-f5f982905cc5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:02:fe:bf","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-db06db23-3589-4b99-8a9b-e8b5fbff7de8","name":"","admin_state_up":true,"network_id":"db06db23-3589-4b99-8a9b-e8b5fbff7de8","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:07:16Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:07:41Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"cf926187-9976-44df-ae36-22782a6d86a3","ip_address":"10.55.0.5"}],"id":"8548bd32-9bb4-4539-ae4f-63b83e79b778","security_groups":["80203172-2d27-4ac0-ba1b-ce925c9da636"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:75:f3:5f","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"0df068a2-00d9-4afb-9957-d69bb30ab12b","name":"NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-port","admin_state_up":true,"network_id":"db06db23-3589-4b99-8a9b-e8b5fbff7de8","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:07:28Z","binding:vnic_type":"normal"}]} 2018-06-29 17:08:14,199 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=db06db23-3589-4b99-8a9b-e8b5fbff7de8 used request id req-20e28c38-fe71-408e-a08e-b19cabffe3e8 2018-06-29 17:08:14,200 - create_instance - INFO - Deleting Port with ID - 8548bd32-9bb4-4539-ae4f-63b83e79b778 2018-06-29 17:08:14,200 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-port 2018-06-29 17:08:14,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/ports/8548bd32-9bb4-4539-ae4f-63b83e79b778 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c481ecabf4ab2fa51180f4fb420481711ea3378" 2018-06-29 17:08:14,936 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-aaf8cf59-d29c-4068-906c-17e1abb61efe Date: Fri, 29 Jun 2018 17:08:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 17:08:14,936 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/ports/8548bd32-9bb4-4539-ae4f-63b83e79b778 used request id req-aaf8cf59-d29c-4068-906c-17e1abb61efe 2018-06-29 17:08:14,936 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-vm_inst 2018-06-29 17:08:14,939 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/servers/0df068a2-00d9-4afb-9957-d69bb30ab12b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c481ecabf4ab2fa51180f4fb420481711ea3378" 2018-06-29 17:08:15,251 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 17:08: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-4155b715-629f-450c-91a8-d2d740ae1ae9 x-compute-request-id: req-4155b715-629f-450c-91a8-d2d740ae1ae9 Content-Type: application/json 2018-06-29 17:08:15,251 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/0df068a2-00d9-4afb-9957-d69bb30ab12b used request id req-4155b715-629f-450c-91a8-d2d740ae1ae9 2018-06-29 17:08:15,252 - create_instance - INFO - Checking deletion status 2018-06-29 17:08:15,255 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/0df068a2-00d9-4afb-9957-d69bb30ab12b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c481ecabf4ab2fa51180f4fb420481711ea3378" 2018-06-29 17:08:15,648 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:08:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e4380e30-9feb-4c9f-8690-b4ad950f2275 x-compute-request-id: req-e4380e30-9feb-4c9f-8690-b4ad950f2275 Content-Encoding: gzip Content-Length: 809 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:f3:5f", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0df068a2-00d9-4afb-9957-d69bb30ab12b", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0df068a2-00d9-4afb-9957-d69bb30ab12b", "rel": "bookmark"}], "image": {"id": "d6d2a917-87b8-41d9-a9f1-13e661ee8c8c", "links": [{"href": "http://172.30.9.30:8774/images/d6d2a917-87b8-41d9-a9f1-13e661ee8c8c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-06-29T16:59:39.000000", "flavor": {"id": "9935532b-038a-4bad-bdb4-04d26c2fce8c", "links": [{"href": "http://172.30.9.30:8774/flavors/9935532b-038a-4bad-bdb4-04d26c2fce8c", "rel": "bookmark"}]}, "id": "0df068a2-00d9-4afb-9957-d69bb30ab12b", "user_id": "52a397aa2e1c435594f313aaae1020e1", "OS-DCF: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-29T17:08:15Z", "hostId": "fe4b6a584f9cd944814267acc8ec1e49614b8a92bc6474b77f1e86a4", "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-127e6ff9-8f74-400e-8db7-b5c68c059bda-vm_inst", "created": "2018-06-29T17:07:33Z", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 17:08:15,648 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/0df068a2-00d9-4afb-9957-d69bb30ab12b used request id req-e4380e30-9feb-4c9f-8690-b4ad950f2275 2018-06-29 17:08:15,648 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-vm_inst] is - ACTIVE 2018-06-29 17:08:15,649 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-06-29 17:08:18,652 - create_instance - DEBUG - VM status query timeout in 296.600227118 2018-06-29 17:08:18,655 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/0df068a2-00d9-4afb-9957-d69bb30ab12b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c481ecabf4ab2fa51180f4fb420481711ea3378" 2018-06-29 17:08:18,702 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 29 Jun 2018 17:08: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-1db547b5-f383-4102-8a6b-8ac1501bfc32 x-compute-request-id: req-1db547b5-f383-4102-8a6b-8ac1501bfc32 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 0df068a2-00d9-4afb-9957-d69bb30ab12b could not be found.", "code": 404}} 2018-06-29 17:08:18,702 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/0df068a2-00d9-4afb-9957-d69bb30ab12b used request id req-1db547b5-f383-4102-8a6b-8ac1501bfc32 2018-06-29 17:08:18,702 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 0df068a2-00d9-4afb-9957-d69bb30ab12b could not be found. (HTTP 404) (Request-ID: req-1db547b5-f383-4102-8a6b-8ac1501bfc32) 2018-06-29 17:08:18,702 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-vm_inst 2018-06-29 17:08:18,706 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/af8cbd52-30cc-4610-9e1e-4bfb05ff9d99 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-00fe2731-6de7-40a6-b227-76adbf6dfeb2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}479adc77aa573f54ae5aa625fdf7ed172426cae9" 2018-06-29 17:08:19,634 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:08:18 GMT Server: Apache x-compute-request-id: req-60dcac8a-b31c-4bf8-9889-01db2ce70bda OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-60dcac8a-b31c-4bf8-9889-01db2ce70bda Content-Encoding: gzip Content-Length: 524 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/af8cbd52-30cc-4610-9e1e-4bfb05ff9d99", "rel": "self"}, {"href": "http://172.30.9.30:8776/d375e46f6f2b472db41ca16f2fc59215/volumes/af8cbd52-30cc-4610-9e1e-4bfb05ff9d99", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-06-29T17:08:07.000000", "replication_status": null, "snapshot_id": null, "id": "af8cbd52-30cc-4610-9e1e-4bfb05ff9d99", "size": 1, "user_id": "52a397aa2e1c435594f313aaae1020e1", "os-vol-tenant-attr:tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "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-127e6ff9-8f74-400e-8db7-b5c68c059bda", "bootable": "false", "created_at": "2018-06-29T17:07:18.000000", "volume_type": null}} 2018-06-29 17:08:19,634 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/af8cbd52-30cc-4610-9e1e-4bfb05ff9d99 used request id req-60dcac8a-b31c-4bf8-9889-01db2ce70bda 2018-06-29 17:08:19,634 - create_volume - DEBUG - Instance status is - available 2018-06-29 17:08:19,635 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda 2018-06-29 17:08:19,635 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda 2018-06-29 17:08:19,638 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/af8cbd52-30cc-4610-9e1e-4bfb05ff9d99 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-00fe2731-6de7-40a6-b227-76adbf6dfeb2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}479adc77aa573f54ae5aa625fdf7ed172426cae9" 2018-06-29 17:08:19,908 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 17:08:19 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ea551549-caa7-4fa7-96f2-d5f9616f9986 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 17:08:19,908 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/af8cbd52-30cc-4610-9e1e-4bfb05ff9d99 used request id req-ea551549-caa7-4fa7-96f2-d5f9616f9986 2018-06-29 17:08:19,911 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/af8cbd52-30cc-4610-9e1e-4bfb05ff9d99 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-00fe2731-6de7-40a6-b227-76adbf6dfeb2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}479adc77aa573f54ae5aa625fdf7ed172426cae9" 2018-06-29 17:08:20,884 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 29 Jun 2018 17:08:19 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-4c7bdd0e-8659-4065-944c-7cf5c68e2b4a x-openstack-request-id: req-4c7bdd0e-8659-4065-944c-7cf5c68e2b4a Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume af8cbd52-30cc-4610-9e1e-4bfb05ff9d99 could not be found.", "code": 404}} 2018-06-29 17:08:20,885 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/af8cbd52-30cc-4610-9e1e-4bfb05ff9d99 used request id req-4c7bdd0e-8659-4065-944c-7cf5c68e2b4a 2018-06-29 17:08:20,885 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume af8cbd52-30cc-4610-9e1e-4bfb05ff9d99 could not be found. (HTTP 404) (Request-ID: req-4c7bdd0e-8659-4065-944c-7cf5c68e2b4a) 2018-06-29 17:08:20,885 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda 2018-06-29 17:08:20,889 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/9935532b-038a-4bad-bdb4-04d26c2fce8c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de30a9f2cca26a17f2ace6be005bb42d1f20c325" 2018-06-29 17:08:20,937 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 17:08:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-64a24142-6603-42c8-ad51-f2aaf0a86e3e x-compute-request-id: req-64a24142-6603-42c8-ad51-f2aaf0a86e3e Content-Length: 0 Content-Type: application/json 2018-06-29 17:08:20,937 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/9935532b-038a-4bad-bdb4-04d26c2fce8c used request id req-64a24142-6603-42c8-ad51-f2aaf0a86e3e 2018-06-29 17:08:20,938 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-subnet 2018-06-29 17:08:20,938 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-subnet 2018-06-29 17:08:20,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/cf926187-9976-44df-ae36-22782a6d86a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da260cce31511620f2340e9fd6311a44f8983d71" 2018-06-29 17:08:23,189 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9826e314-e8bc-4034-9e5b-1dc7736a3016 Date: Fri, 29 Jun 2018 17:08:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 17:08:23,189 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/cf926187-9976-44df-ae36-22782a6d86a3 used request id req-9826e314-e8bc-4034-9e5b-1dc7736a3016 2018-06-29 17:08:23,189 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-net 2018-06-29 17:08:23,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/db06db23-3589-4b99-8a9b-e8b5fbff7de8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da260cce31511620f2340e9fd6311a44f8983d71" 2018-06-29 17:08:25,075 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-19d8350b-9e7e-48b8-b54f-1ee4f2fa41b8 Date: Fri, 29 Jun 2018 17:08:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 17:08:25,075 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/db06db23-3589-4b99-8a9b-e8b5fbff7de8 used request id req-19d8350b-9e7e-48b8-b54f-1ee4f2fa41b8 2018-06-29 17:08:25,076 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-127e6ff9-8f74-400e-8db7-b5c68c059bda-image 2018-06-29 17:08:25,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/d6d2a917-87b8-41d9-a9f1-13e661ee8c8c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1405c1bd59105e9d0957f6d75cab4752540d2812" 2018-06-29 17:08:26,112 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-121544c4-a0c9-46ca-846c-0a832eb840b6 Date: Fri, 29 Jun 2018 17:08:26 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 17:08:26,112 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/d6d2a917-87b8-41d9-a9f1-13e661ee8c8c used request id req-121544c4-a0c9-46ca-846c-0a832eb840b6 2018-06-29 17:08:26,114 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 17:08:26,116 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-06-29 17:08:26,117 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:08:26,118 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:08:26,532 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:08:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["KWsKTWgCTqSZlQReY6lEeg"], "issued_at": "2018-06-29T17:08:26.000000Z"}} 2018-06-29 17:08:26,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}cf96a8e685d666246abef5ab44c58c8019591695" 2018-06-29 17:08:26,616 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:08:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4486fdcf-2790-471a-809a-47cb0be105a0 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:08:26,616 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-4486fdcf-2790-471a-809a-47cb0be105a0 2018-06-29 17:08:26,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cf96a8e685d666246abef5ab44c58c8019591695" 2018-06-29 17:08:26,804 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-e032314e-6258-4ab5-95e8-28fb27920dfd Date: Fri, 29 Jun 2018 17:08:26 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-image"} 2018-06-29 17:08:26,804 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-image used request id req-e032314e-6258-4ab5-95e8-28fb27920dfd 2018-06-29 17:08:26,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cf96a8e685d666246abef5ab44c58c8019591695" 2018-06-29 17:08:26,982 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-4a89626a-042a-4eb8-9148-9c3a77fdefb0 Date: Fri, 29 Jun 2018 17:08:26 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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 17:08:26,983 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-4a89626a-042a-4eb8-9148-9c3a77fdefb0 2018-06-29 17:08:27,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cf96a8e685d666246abef5ab44c58c8019591695" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-image"}' 2018-06-29 17:08:27,300 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/50be3ae8-a609-400f-932d-136d569495df Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-bfe0cbd5-5cdd-435e-aea2-4342ba5617d7 Date: Fri, 29 Jun 2018 17:08:27 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-image", "tags": [], "container_format": "bare", "created_at": "2018-06-29T17:08:27Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-06-29T17:08:27Z", "visibility": "shared", "locations": [], "self": "/v2/images/50be3ae8-a609-400f-932d-136d569495df", "min_disk": 0, "protected": false, "id": "50be3ae8-a609-400f-932d-136d569495df", "file": "/v2/images/50be3ae8-a609-400f-932d-136d569495df/file", "checksum": null, "owner": "d375e46f6f2b472db41ca16f2fc59215", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 17:08:27,300 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-bfe0cbd5-5cdd-435e-aea2-4342ba5617d7 2018-06-29 17:08:27,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/50be3ae8-a609-400f-932d-136d569495df/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cf96a8e685d666246abef5ab44c58c8019591695" -d '' 2018-06-29 17:08:28,116 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-69a05100-cb2f-414b-84a5-e890fa0b3636 Date: Fri, 29 Jun 2018 17:08:28 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 17:08:28,116 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/50be3ae8-a609-400f-932d-136d569495df/file used request id req-69a05100-cb2f-414b-84a5-e890fa0b3636 2018-06-29 17:08:28,116 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-06-29 17:08:28,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/50be3ae8-a609-400f-932d-136d569495df -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cf96a8e685d666246abef5ab44c58c8019591695" 2018-06-29 17:08:28,789 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-06d039d9-08a8-4fea-93fa-5dbe495bbc64 Date: Fri, 29 Jun 2018 17:08:28 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-image", "tags": [], "container_format": "bare", "created_at": "2018-06-29T17:08:27Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-06-29T17:08:28Z", "visibility": "shared", "locations": [{"url": "rbd://0e8aacea-dc23-4cff-98e1-fd5fa38d6bcf/images/50be3ae8-a609-400f-932d-136d569495df/snap", "metadata": {}}], "self": "/v2/images/50be3ae8-a609-400f-932d-136d569495df", "min_disk": 0, "protected": false, "id": "50be3ae8-a609-400f-932d-136d569495df", "file": "/v2/images/50be3ae8-a609-400f-932d-136d569495df/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d375e46f6f2b472db41ca16f2fc59215", "direct_url": "rbd://0e8aacea-dc23-4cff-98e1-fd5fa38d6bcf/images/50be3ae8-a609-400f-932d-136d569495df/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 17:08:28,789 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/50be3ae8-a609-400f-932d-136d569495df used request id req-06d039d9-08a8-4fea-93fa-5dbe495bbc64 2018-06-29 17:08:28,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cf96a8e685d666246abef5ab44c58c8019591695" 2018-06-29 17:08:28,983 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-c09e50db-040e-4822-8151-d0eb02688f6c Date: Fri, 29 Jun 2018 17:08:28 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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 17:08:28,984 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-c09e50db-040e-4822-8151-d0eb02688f6c 2018-06-29 17:08:28,987 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-image 2018-06-29 17:08:28,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/50be3ae8-a609-400f-932d-136d569495df -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cf96a8e685d666246abef5ab44c58c8019591695" 2018-06-29 17:08:29,666 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-e4a20b63-560c-444f-ab43-a5d1f3796660 Date: Fri, 29 Jun 2018 17:08:29 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-image", "tags": [], "container_format": "bare", "created_at": "2018-06-29T17:08:27Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-06-29T17:08:28Z", "visibility": "shared", "locations": [{"url": "rbd://0e8aacea-dc23-4cff-98e1-fd5fa38d6bcf/images/50be3ae8-a609-400f-932d-136d569495df/snap", "metadata": {}}], "self": "/v2/images/50be3ae8-a609-400f-932d-136d569495df", "min_disk": 0, "protected": false, "id": "50be3ae8-a609-400f-932d-136d569495df", "file": "/v2/images/50be3ae8-a609-400f-932d-136d569495df/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d375e46f6f2b472db41ca16f2fc59215", "direct_url": "rbd://0e8aacea-dc23-4cff-98e1-fd5fa38d6bcf/images/50be3ae8-a609-400f-932d-136d569495df/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 17:08:29,666 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/50be3ae8-a609-400f-932d-136d569495df used request id req-e4a20b63-560c-444f-ab43-a5d1f3796660 2018-06-29 17:08:29,667 - create_image - DEBUG - Instance status is - active 2018-06-29 17:08:29,667 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-image 2018-06-29 17:08:29,667 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-image 2018-06-29 17:08:29,667 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:08:29,668 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:08:30,064 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:08:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["AMBYZs6hTGCq9jxZC-5U4w"], "issued_at": "2018-06-29T17:08:30.000000Z"}} 2018-06-29 17:08:30,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}4be4525625b548470922941790354f3e87c9183a" 2018-06-29 17:08:30,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:08:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64545510-9fcf-423a-8ede-4a9077d6b193 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:08:30,163 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-64545510-9fcf-423a-8ede-4a9077d6b193 2018-06-29 17:08:30,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4be4525625b548470922941790354f3e87c9183a" 2018-06-29 17:08:30,395 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-39f26c0f-db31-4738-964e-8a7cf8b6ec37 Date: Fri, 29 Jun 2018 17:08:30 GMT RESP BODY: {"networks":[]} 2018-06-29 17:08:30,395 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-net used request id req-39f26c0f-db31-4738-964e-8a7cf8b6ec37 2018-06-29 17:08:30,395 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-net 2018-06-29 17:08:30,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4be4525625b548470922941790354f3e87c9183a" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-net", "admin_state_up": true}}' 2018-06-29 17:08:31,139 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-5540a744-b5d4-4a3f-acec-3efe98e2921d Date: Fri, 29 Jun 2018 17:08:31 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"2cd48cc7-f604-46ef-9c95-627ded202f26","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T17:08:30Z","is_default":false,"provider:segmentation_id":6,"name":"NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:08:30Z","mtu":1450}} 2018-06-29 17:08:31,139 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-5540a744-b5d4-4a3f-acec-3efe98e2921d 2018-06-29 17:08:31,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=2cd48cc7-f604-46ef-9c95-627ded202f26 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4be4525625b548470922941790354f3e87c9183a" 2018-06-29 17:08:31,470 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-332ba7d4-33e2-4dea-b2f9-fb3d77949ebf Date: Fri, 29 Jun 2018 17:08:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"2cd48cc7-f604-46ef-9c95-627ded202f26","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T17:08:30Z","provider:segmentation_id":6,"name":"NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:08:30Z","provider:network_type":"vxlan"}]} 2018-06-29 17:08:31,471 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=2cd48cc7-f604-46ef-9c95-627ded202f26 used request id req-332ba7d4-33e2-4dea-b2f9-fb3d77949ebf 2018-06-29 17:08:31,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=2cd48cc7-f604-46ef-9c95-627ded202f26 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4be4525625b548470922941790354f3e87c9183a" 2018-06-29 17:08:31,672 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a887f8d1-cc5b-4d7e-ba75-2ec20f771026 Date: Fri, 29 Jun 2018 17:08:31 GMT RESP BODY: {"subnets":[]} 2018-06-29 17:08:31,673 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=2cd48cc7-f604-46ef-9c95-627ded202f26 used request id req-a887f8d1-cc5b-4d7e-ba75-2ec20f771026 2018-06-29 17:08:31,673 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-subnet 2018-06-29 17:08:31,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4be4525625b548470922941790354f3e87c9183a" -d '{"subnets": [{"ip_version": 4, "network_id": "2cd48cc7-f604-46ef-9c95-627ded202f26", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-subnet"}]}' 2018-06-29 17:08:32,139 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-4c354e61-3081-44c5-84a6-973d127cc505 Date: Fri, 29 Jun 2018 17:08:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2cd48cc7-f604-46ef-9c95-627ded202f26","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:08:31Z","dns_nameservers":[],"updated_at":"2018-06-29T17:08:31Z","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":"d375e46f6f2b472db41ca16f2fc59215","id":"dc16c68b-80d4-420b-bb75-4d807ad471da","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-subnet"}]} 2018-06-29 17:08:32,139 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-4c354e61-3081-44c5-84a6-973d127cc505 2018-06-29 17:08:32,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=2cd48cc7-f604-46ef-9c95-627ded202f26 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4be4525625b548470922941790354f3e87c9183a" 2018-06-29 17:08:32,444 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-78088094-3ee2-4fd5-97d7-4c47759d446c Date: Fri, 29 Jun 2018 17:08:32 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"2cd48cc7-f604-46ef-9c95-627ded202f26","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["dc16c68b-80d4-420b-bb75-4d807ad471da"],"description":"","tags":[],"updated_at":"2018-06-29T17:08:31Z","provider:segmentation_id":6,"name":"NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:08:30Z","provider:network_type":"vxlan"}]} 2018-06-29 17:08:32,444 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=2cd48cc7-f604-46ef-9c95-627ded202f26 used request id req-78088094-3ee2-4fd5-97d7-4c47759d446c 2018-06-29 17:08:32,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=2cd48cc7-f604-46ef-9c95-627ded202f26 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4be4525625b548470922941790354f3e87c9183a" 2018-06-29 17:08:32,671 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-db2b5baa-8e2b-482a-9b23-4b3a00f674cf Date: Fri, 29 Jun 2018 17:08:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2cd48cc7-f604-46ef-9c95-627ded202f26","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:08:31Z","dns_nameservers":[],"updated_at":"2018-06-29T17:08:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"dc16c68b-80d4-420b-bb75-4d807ad471da","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-subnet"}]} 2018-06-29 17:08:32,671 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=2cd48cc7-f604-46ef-9c95-627ded202f26 used request id req-db2b5baa-8e2b-482a-9b23-4b3a00f674cf 2018-06-29 17:08:32,672 - OpenStackNetwork - DEBUG - Network [2cd48cc7-f604-46ef-9c95-627ded202f26] created successfully 2018-06-29 17:08:32,672 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:08:32,673 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:08:33,069 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:08:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["GQYlHM6iRTOzjAbCAaMjsw"], "issued_at": "2018-06-29T17:08:33.000000Z"}} 2018-06-29 17:08:33,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}2de5eb691a4925430753996619879f1d529fbb6d" 2018-06-29 17:08:33,186 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:08:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d802fd4-c888-417c-be5b-0ce9532031f1 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:08:33,186 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-4d802fd4-c888-417c-be5b-0ce9532031f1 2018-06-29 17:08:33,187 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 17:08:33,192 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2de5eb691a4925430753996619879f1d529fbb6d" 2018-06-29 17:08:33,900 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:08:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1ef46694-26b9-4b36-8f43-0ddf0093ea4c x-compute-request-id: req-1ef46694-26b9-4b36-8f43-0ddf0093ea4c Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-06-29 17:08:33,900 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-1ef46694-26b9-4b36-8f43-0ddf0093ea4c 2018-06-29 17:08:33,903 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2de5eb691a4925430753996619879f1d529fbb6d" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-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 17:08:33,972 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:08:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-57d0748c-9baf-4534-a95c-092a6a8322aa x-compute-request-id: req-57d0748c-9baf-4534-a95c-092a6a8322aa Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"name": "NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-flavor", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/e3eae6e7-3f40-42c9-90e5-a1a9610a5abf", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/e3eae6e7-3f40-42c9-90e5-a1a9610a5abf", "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": "e3eae6e7-3f40-42c9-90e5-a1a9610a5abf"}} 2018-06-29 17:08:33,972 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-57d0748c-9baf-4534-a95c-092a6a8322aa 2018-06-29 17:08:33,973 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:08:33,973 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:08:34,482 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:08:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["cBoH7ms1TgKa-NL9KV1BJQ"], "issued_at": "2018-06-29T17:08:34.000000Z"}} 2018-06-29 17:08:34,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}f5d70c338e1169c732b14973691a665123769c33" 2018-06-29 17:08:34,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:08:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-337a84b4-12ec-44b3-8fe8-ad15f4422b92 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:08:34,567 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-337a84b4-12ec-44b3-8fe8-ad15f4422b92 2018-06-29 17:08:34,573 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5d70c338e1169c732b14973691a665123769c33" 2018-06-29 17:08:34,778 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:08:34 GMT Server: Apache x-compute-request-id: req-c4cacf22-7f7b-4c40-9168-afc27e87e46f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c4cacf22-7f7b-4c40-9168-afc27e87e46f Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-06-29 17:08:34,778 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/detail used request id req-c4cacf22-7f7b-4c40-9168-afc27e87e46f 2018-06-29 17:08:34,782 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-c4cacf22-7f7b-4c40-9168-afc27e87e46f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5d70c338e1169c732b14973691a665123769c33" -d '{"volume": {"status": "creating", "backup_id": null, "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc", "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 17:08:36,153 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 17:08:34 GMT Server: Apache x-compute-request-id: req-2501394c-e908-4cc3-8d72-6bdcb35a23a6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-2501394c-e908-4cc3-8d72-6bdcb35a23a6 Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "52a397aa2e1c435594f313aaae1020e1", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/d47c3f25-4362-4f6e-9414-5209bc19e6ec", "rel": "self"}, {"href": "http://172.30.9.30:8776/d375e46f6f2b472db41ca16f2fc59215/volumes/d47c3f25-4362-4f6e-9414-5209bc19e6ec", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-06-29T17:08:35.000000", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "d47c3f25-4362-4f6e-9414-5209bc19e6ec", "size": 1}} 2018-06-29 17:08:36,154 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes used request id req-2501394c-e908-4cc3-8d72-6bdcb35a23a6 2018-06-29 17:08:36,157 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/d47c3f25-4362-4f6e-9414-5209bc19e6ec -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c4cacf22-7f7b-4c40-9168-afc27e87e46f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5d70c338e1169c732b14973691a665123769c33" 2018-06-29 17:08:36,401 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:08:36 GMT Server: Apache x-compute-request-id: req-05116e62-9e40-4b51-ad0c-06ceebc26426 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-05116e62-9e40-4b51-ad0c-06ceebc26426 Content-Encoding: gzip Content-Length: 521 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/d47c3f25-4362-4f6e-9414-5209bc19e6ec", "rel": "self"}, {"href": "http://172.30.9.30:8776/d375e46f6f2b472db41ca16f2fc59215/volumes/d47c3f25-4362-4f6e-9414-5209bc19e6ec", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-06-29T17:08:36.000000", "replication_status": null, "snapshot_id": null, "id": "d47c3f25-4362-4f6e-9414-5209bc19e6ec", "size": 1, "user_id": "52a397aa2e1c435594f313aaae1020e1", "os-vol-tenant-attr:tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "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-04ff0885-fcaf-49e4-b9fc-1dd2362133bc", "bootable": "false", "created_at": "2018-06-29T17:08:35.000000", "volume_type": null}} 2018-06-29 17:08:36,401 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/d47c3f25-4362-4f6e-9414-5209bc19e6ec used request id req-05116e62-9e40-4b51-ad0c-06ceebc26426 2018-06-29 17:08:36,402 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc 2018-06-29 17:08:36,405 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/d47c3f25-4362-4f6e-9414-5209bc19e6ec -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c4cacf22-7f7b-4c40-9168-afc27e87e46f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5d70c338e1169c732b14973691a665123769c33" 2018-06-29 17:08:37,326 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:08:36 GMT Server: Apache x-compute-request-id: req-bffc2f2e-64c1-4a33-a922-d968f9a26340 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-bffc2f2e-64c1-4a33-a922-d968f9a26340 Content-Encoding: gzip Content-Length: 521 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/d47c3f25-4362-4f6e-9414-5209bc19e6ec", "rel": "self"}, {"href": "http://172.30.9.30:8776/d375e46f6f2b472db41ca16f2fc59215/volumes/d47c3f25-4362-4f6e-9414-5209bc19e6ec", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-06-29T17:08:36.000000", "replication_status": null, "snapshot_id": null, "id": "d47c3f25-4362-4f6e-9414-5209bc19e6ec", "size": 1, "user_id": "52a397aa2e1c435594f313aaae1020e1", "os-vol-tenant-attr:tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "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-04ff0885-fcaf-49e4-b9fc-1dd2362133bc", "bootable": "false", "created_at": "2018-06-29T17:08:35.000000", "volume_type": null}} 2018-06-29 17:08:37,327 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/d47c3f25-4362-4f6e-9414-5209bc19e6ec used request id req-bffc2f2e-64c1-4a33-a922-d968f9a26340 2018-06-29 17:08:37,327 - create_volume - DEBUG - Instance status is - available 2018-06-29 17:08:37,327 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc 2018-06-29 17:08:37,327 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc 2018-06-29 17:08:37,327 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:08:37,328 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:08:37,734 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:08:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["IY6IlKCzRLqiCErt3jAaUQ"], "issued_at": "2018-06-29T17:08:37.000000Z"}} 2018-06-29 17:08:37,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}3053c39d35a982006a08ceafc9630c996fcf0c05" 2018-06-29 17:08:37,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:08:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f97327ae-a67a-42fb-add3-a036ded1339c 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:08:37,750 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-f97327ae-a67a-42fb-add3-a036ded1339c 2018-06-29 17:08:37,751 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 17:08:37,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}3053c39d35a982006a08ceafc9630c996fcf0c05" 2018-06-29 17:08:37,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:08:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70b8c0e7-56b3-4a04-8b6f-af8dc113f191 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:08:37,838 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-70b8c0e7-56b3-4a04-8b6f-af8dc113f191 2018-06-29 17:08:37,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3053c39d35a982006a08ceafc9630c996fcf0c05" 2018-06-29 17:08:38,103 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-b3aea1de-70b0-42bd-8872-10e26e20fa91 Date: Fri, 29 Jun 2018 17:08:38 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"2cd48cc7-f604-46ef-9c95-627ded202f26","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["dc16c68b-80d4-420b-bb75-4d807ad471da"],"description":"","tags":[],"updated_at":"2018-06-29T17:08:31Z","provider:segmentation_id":6,"name":"NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:08:30Z","provider:network_type":"vxlan"}]} 2018-06-29 17:08:38,103 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-net used request id req-b3aea1de-70b0-42bd-8872-10e26e20fa91 2018-06-29 17:08:38,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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 17:08:38,111 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 17:08:38 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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 17:08:38,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3053c39d35a982006a08ceafc9630c996fcf0c05" 2018-06-29 17:08:38,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:08:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-093cf67a-1c93-4334-914f-0b60b59a1502 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.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}} 2018-06-29 17:08:38,207 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 used request id req-093cf67a-1c93-4334-914f-0b60b59a1502 2018-06-29 17:08:38,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=2cd48cc7-f604-46ef-9c95-627ded202f26 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3053c39d35a982006a08ceafc9630c996fcf0c05" 2018-06-29 17:08:38,437 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-a718a95c-1a28-4926-b368-abc40e87e611 Date: Fri, 29 Jun 2018 17:08:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2cd48cc7-f604-46ef-9c95-627ded202f26","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:08:31Z","dns_nameservers":[],"updated_at":"2018-06-29T17:08:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"dc16c68b-80d4-420b-bb75-4d807ad471da","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-subnet"}]} 2018-06-29 17:08:38,437 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=2cd48cc7-f604-46ef-9c95-627ded202f26 used request id req-a718a95c-1a28-4926-b368-abc40e87e611 2018-06-29 17:08:38,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=2cd48cc7-f604-46ef-9c95-627ded202f26&name=NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3053c39d35a982006a08ceafc9630c996fcf0c05" 2018-06-29 17:08:38,639 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-d2204420-9f4f-476c-b188-ee25c2d3eb33 Date: Fri, 29 Jun 2018 17:08:38 GMT RESP BODY: {"ports":[]} 2018-06-29 17:08:38,640 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=2cd48cc7-f604-46ef-9c95-627ded202f26&name=NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-port&admin_state_up=True used request id req-d2204420-9f4f-476c-b188-ee25c2d3eb33 2018-06-29 17:08:38,643 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3053c39d35a982006a08ceafc9630c996fcf0c05" 2018-06-29 17:08:38,886 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:08:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-dda1f3d0-bc01-4756-9e45-e1a2bc258dc7 x-compute-request-id: req-dda1f3d0-bc01-4756-9e45-e1a2bc258dc7 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-06-29 17:08:38,887 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-vm_inst used request id req-dda1f3d0-bc01-4756-9e45-e1a2bc258dc7 2018-06-29 17:08:38,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3053c39d35a982006a08ceafc9630c996fcf0c05" 2018-06-29 17:08:39,160 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-57d46c89-0e99-41ec-8a9c-d5e23771b68a Date: Fri, 29 Jun 2018 17:08:39 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"2cd48cc7-f604-46ef-9c95-627ded202f26","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["dc16c68b-80d4-420b-bb75-4d807ad471da"],"description":"","tags":[],"updated_at":"2018-06-29T17:08:31Z","provider:segmentation_id":6,"name":"NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:08:30Z","provider:network_type":"vxlan"}]} 2018-06-29 17:08:39,161 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-net used request id req-57d46c89-0e99-41ec-8a9c-d5e23771b68a 2018-06-29 17:08:39,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3053c39d35a982006a08ceafc9630c996fcf0c05" 2018-06-29 17:08:39,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:08:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5318a640-6db0-4967-8594-9465df88c89a 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.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}} 2018-06-29 17:08:39,255 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 used request id req-5318a640-6db0-4967-8594-9465df88c89a 2018-06-29 17:08:39,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=2cd48cc7-f604-46ef-9c95-627ded202f26 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3053c39d35a982006a08ceafc9630c996fcf0c05" 2018-06-29 17:08:39,308 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-e616c8ac-75b6-4975-bdb4-60f0ad23a1d6 Date: Fri, 29 Jun 2018 17:08:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2cd48cc7-f604-46ef-9c95-627ded202f26","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:08:31Z","dns_nameservers":[],"updated_at":"2018-06-29T17:08:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"dc16c68b-80d4-420b-bb75-4d807ad471da","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-subnet"}]} 2018-06-29 17:08:39,308 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=2cd48cc7-f604-46ef-9c95-627ded202f26 used request id req-e616c8ac-75b6-4975-bdb4-60f0ad23a1d6 2018-06-29 17:08:39,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=2cd48cc7-f604-46ef-9c95-627ded202f26&name=NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3053c39d35a982006a08ceafc9630c996fcf0c05" 2018-06-29 17:08:39,345 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-51ec7252-7d17-419f-855b-de60f2ee5f27 Date: Fri, 29 Jun 2018 17:08:39 GMT RESP BODY: {"ports":[]} 2018-06-29 17:08:39,345 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=2cd48cc7-f604-46ef-9c95-627ded202f26&name=NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-port&admin_state_up=True used request id req-51ec7252-7d17-419f-855b-de60f2ee5f27 2018-06-29 17:08:39,345 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:08:39,346 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:08:39,755 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:08:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["iLl00oepTluAz18xXoz9uw"], "issued_at": "2018-06-29T17:08:39.000000Z"}} 2018-06-29 17:08:39,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}af7237c3a6f77b90719cc27f1dca0df6e36c9b15" 2018-06-29 17:08:39,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:08:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d50dc330-5629-4024-9cc1-00cdc2a225af 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:08:39,846 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-d50dc330-5629-4024-9cc1-00cdc2a225af 2018-06-29 17:08:39,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3053c39d35a982006a08ceafc9630c996fcf0c05" 2018-06-29 17:08:40,099 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-ec42cc8b-4e2b-43db-b611-70a53d5d9449 Date: Fri, 29 Jun 2018 17:08:40 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"2cd48cc7-f604-46ef-9c95-627ded202f26","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["dc16c68b-80d4-420b-bb75-4d807ad471da"],"description":"","tags":[],"updated_at":"2018-06-29T17:08:31Z","provider:segmentation_id":6,"name":"NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:08:30Z","provider:network_type":"vxlan"}]} 2018-06-29 17:08:40,099 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-net used request id req-ec42cc8b-4e2b-43db-b611-70a53d5d9449 2018-06-29 17:08:40,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=2cd48cc7-f604-46ef-9c95-627ded202f26 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3053c39d35a982006a08ceafc9630c996fcf0c05" 2018-06-29 17:08:40,146 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-03007144-2f11-4e32-a0a1-2acae8a4d612 Date: Fri, 29 Jun 2018 17:08:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2cd48cc7-f604-46ef-9c95-627ded202f26","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:08:31Z","dns_nameservers":[],"updated_at":"2018-06-29T17:08:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"dc16c68b-80d4-420b-bb75-4d807ad471da","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-subnet"}]} 2018-06-29 17:08:40,146 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=2cd48cc7-f604-46ef-9c95-627ded202f26 used request id req-03007144-2f11-4e32-a0a1-2acae8a4d612 2018-06-29 17:08:40,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3053c39d35a982006a08ceafc9630c996fcf0c05" 2018-06-29 17:08:40,420 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-f08db402-abd1-4975-b824-e31040a987c4 Date: Fri, 29 Jun 2018 17:08:40 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"2cd48cc7-f604-46ef-9c95-627ded202f26","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["dc16c68b-80d4-420b-bb75-4d807ad471da"],"description":"","tags":[],"updated_at":"2018-06-29T17:08:31Z","provider:segmentation_id":6,"name":"NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:08:30Z","provider:network_type":"vxlan"}]} 2018-06-29 17:08:40,420 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-net used request id req-f08db402-abd1-4975-b824-e31040a987c4 2018-06-29 17:08:40,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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 17:08:40,429 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 17:08: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 17:08:40,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af7237c3a6f77b90719cc27f1dca0df6e36c9b15" 2018-06-29 17:08:40,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:08:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b464ae45-78c1-495f-a931-c4db473c21c9 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.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}} 2018-06-29 17:08:40,526 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 used request id req-b464ae45-78c1-495f-a931-c4db473c21c9 2018-06-29 17:08:40,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=2cd48cc7-f604-46ef-9c95-627ded202f26 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3053c39d35a982006a08ceafc9630c996fcf0c05" 2018-06-29 17:08:40,780 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-b0a1b65d-73cf-4b70-ac84-2164f697999a Date: Fri, 29 Jun 2018 17:08:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2cd48cc7-f604-46ef-9c95-627ded202f26","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:08:31Z","dns_nameservers":[],"updated_at":"2018-06-29T17:08:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"dc16c68b-80d4-420b-bb75-4d807ad471da","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-subnet"}]} 2018-06-29 17:08:40,780 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=2cd48cc7-f604-46ef-9c95-627ded202f26 used request id req-b0a1b65d-73cf-4b70-ac84-2164f697999a 2018-06-29 17:08:40,781 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-net 2018-06-29 17:08:40,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3053c39d35a982006a08ceafc9630c996fcf0c05" -d '{"port": {"network_id": "2cd48cc7-f604-46ef-9c95-627ded202f26", "name": "NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-port", "admin_state_up": true}}' 2018-06-29 17:08:41,588 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 859 X-Openstack-Request-Id: req-f56b2e56-148c-434f-8feb-a79416eb3755 Date: Fri, 29 Jun 2018 17:08:41 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:08:41Z","device_owner":"","revision_number":1,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"dc16c68b-80d4-420b-bb75-4d807ad471da","ip_address":"10.55.0.13"}],"id":"585242db-4d63-4da5-9586-f83a7527c389","security_groups":["80203172-2d27-4ac0-ba1b-ce925c9da636"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:48:36:60","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-port","admin_state_up":true,"network_id":"2cd48cc7-f604-46ef-9c95-627ded202f26","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:08:41Z","binding:vnic_type":"normal"}} 2018-06-29 17:08:41,589 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-f56b2e56-148c-434f-8feb-a79416eb3755 2018-06-29 17:08:41,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3053c39d35a982006a08ceafc9630c996fcf0c05" 2018-06-29 17:08:41,852 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-80e41835-a08b-424e-b66c-4a429f5d0dcc Date: Fri, 29 Jun 2018 17:08:41 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"2cd48cc7-f604-46ef-9c95-627ded202f26","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["dc16c68b-80d4-420b-bb75-4d807ad471da"],"description":"","tags":[],"updated_at":"2018-06-29T17:08:31Z","provider:segmentation_id":6,"name":"NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:08:30Z","provider:network_type":"vxlan"}]} 2018-06-29 17:08:41,853 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-net used request id req-80e41835-a08b-424e-b66c-4a429f5d0dcc 2018-06-29 17:08:41,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3053c39d35a982006a08ceafc9630c996fcf0c05" 2018-06-29 17:08:41,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:08:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c80ec0f4-5f1a-4420-beb9-ac19ca1da2f5 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.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}} 2018-06-29 17:08:41,964 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 used request id req-c80ec0f4-5f1a-4420-beb9-ac19ca1da2f5 2018-06-29 17:08:41,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=2cd48cc7-f604-46ef-9c95-627ded202f26 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3053c39d35a982006a08ceafc9630c996fcf0c05" 2018-06-29 17:08:42,184 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-fa0974cd-c671-4a43-a55c-67182364fe62 Date: Fri, 29 Jun 2018 17:08:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2cd48cc7-f604-46ef-9c95-627ded202f26","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:08:31Z","dns_nameservers":[],"updated_at":"2018-06-29T17:08:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"dc16c68b-80d4-420b-bb75-4d807ad471da","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-subnet"}]} 2018-06-29 17:08:42,185 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=2cd48cc7-f604-46ef-9c95-627ded202f26 used request id req-fa0974cd-c671-4a43-a55c-67182364fe62 2018-06-29 17:08:42,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=2cd48cc7-f604-46ef-9c95-627ded202f26&name=NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3053c39d35a982006a08ceafc9630c996fcf0c05" 2018-06-29 17:08:42,407 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 862 X-Openstack-Request-Id: req-0fc134bb-bad1-44fd-9977-a2fb77884b15 Date: Fri, 29 Jun 2018 17:08:42 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:08:41Z","device_owner":"","revision_number":1,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"dc16c68b-80d4-420b-bb75-4d807ad471da","ip_address":"10.55.0.13"}],"id":"585242db-4d63-4da5-9586-f83a7527c389","security_groups":["80203172-2d27-4ac0-ba1b-ce925c9da636"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:48:36:60","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-port","admin_state_up":true,"network_id":"2cd48cc7-f604-46ef-9c95-627ded202f26","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:08:41Z","binding:vnic_type":"normal"}]} 2018-06-29 17:08:42,408 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=2cd48cc7-f604-46ef-9c95-627ded202f26&name=NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-port&admin_state_up=True used request id req-0fc134bb-bad1-44fd-9977-a2fb77884b15 2018-06-29 17:08:42,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3053c39d35a982006a08ceafc9630c996fcf0c05" 2018-06-29 17:08:42,500 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:08:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3c32408-ddfc-4dc1-882a-dfad5e5cc8ac 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.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}} 2018-06-29 17:08:42,500 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 used request id req-a3c32408-ddfc-4dc1-882a-dfad5e5cc8ac 2018-06-29 17:08:42,501 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-vm_inst 2018-06-29 17:08:42,504 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3053c39d35a982006a08ceafc9630c996fcf0c05" 2018-06-29 17:08:42,531 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:08: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-7c3ea883-f2ed-45a3-b6ba-c3e51444c715 x-compute-request-id: req-7c3ea883-f2ed-45a3-b6ba-c3e51444c715 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"flavors": [{"id": "e3eae6e7-3f40-42c9-90e5-a1a9610a5abf", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/e3eae6e7-3f40-42c9-90e5-a1a9610a5abf", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/e3eae6e7-3f40-42c9-90e5-a1a9610a5abf", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-flavor"}]} 2018-06-29 17:08:42,532 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-7c3ea883-f2ed-45a3-b6ba-c3e51444c715 2018-06-29 17:08:42,534 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/e3eae6e7-3f40-42c9-90e5-a1a9610a5abf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3053c39d35a982006a08ceafc9630c996fcf0c05" 2018-06-29 17:08:42,555 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:08: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-80b7afa3-5755-42cc-9378-4182698fc0da x-compute-request-id: req-80b7afa3-5755-42cc-9378-4182698fc0da Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"name": "NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-flavor", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/e3eae6e7-3f40-42c9-90e5-a1a9610a5abf", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/e3eae6e7-3f40-42c9-90e5-a1a9610a5abf", "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": "e3eae6e7-3f40-42c9-90e5-a1a9610a5abf"}} 2018-06-29 17:08:42,555 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/e3eae6e7-3f40-42c9-90e5-a1a9610a5abf used request id req-80b7afa3-5755-42cc-9378-4182698fc0da 2018-06-29 17:08:42,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3053c39d35a982006a08ceafc9630c996fcf0c05" 2018-06-29 17:08:43,265 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-0cf01125-cb96-4e2f-a041-856818c96504 Date: Fri, 29 Jun 2018 17:08:43 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-image", "tags": [], "container_format": "bare", "created_at": "2018-06-29T17:08:27Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-06-29T17:08:28Z", "visibility": "shared", "locations": [{"url": "rbd://0e8aacea-dc23-4cff-98e1-fd5fa38d6bcf/images/50be3ae8-a609-400f-932d-136d569495df/snap", "metadata": {}}], "self": "/v2/images/50be3ae8-a609-400f-932d-136d569495df", "min_disk": 0, "protected": false, "id": "50be3ae8-a609-400f-932d-136d569495df", "file": "/v2/images/50be3ae8-a609-400f-932d-136d569495df/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d375e46f6f2b472db41ca16f2fc59215", "direct_url": "rbd://0e8aacea-dc23-4cff-98e1-fd5fa38d6bcf/images/50be3ae8-a609-400f-932d-136d569495df/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-image"} 2018-06-29 17:08:43,266 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-image used request id req-0cf01125-cb96-4e2f-a041-856818c96504 2018-06-29 17:08:43,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3053c39d35a982006a08ceafc9630c996fcf0c05" 2018-06-29 17:08:43,435 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-a57e4bd7-8c4a-483b-aedc-f6f00e21750d Date: Fri, 29 Jun 2018 17:08:43 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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 17:08:43,435 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-a57e4bd7-8c4a-483b-aedc-f6f00e21750d 2018-06-29 17:08:43,440 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3053c39d35a982006a08ceafc9630c996fcf0c05" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-vm_inst", "imageRef": "50be3ae8-a609-400f-932d-136d569495df", "flavorRef": "e3eae6e7-3f40-42c9-90e5-a1a9610a5abf", "max_count": 1, "min_count": 1, "networks": [{"port": "585242db-4d63-4da5-9586-f83a7527c389"}]}}' 2018-06-29 17:08:45,830 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 17:08:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-417303dc-5f35-4162-80d3-44181ead5b37 x-compute-request-id: req-417303dc-5f35-4162-80d3-44181ead5b37 Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/f4180544-7289-4eaa-ade6-03ee416ce885 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "f4180544-7289-4eaa-ade6-03ee416ce885", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/f4180544-7289-4eaa-ade6-03ee416ce885", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/f4180544-7289-4eaa-ade6-03ee416ce885", "rel": "bookmark"}], "adminPass": "a5Nayhc8Bh3Q"}} 2018-06-29 17:08:45,830 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-417303dc-5f35-4162-80d3-44181ead5b37 2018-06-29 17:08:45,833 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/f4180544-7289-4eaa-ade6-03ee416ce885 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3053c39d35a982006a08ceafc9630c996fcf0c05" 2018-06-29 17:08:46,262 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:08: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-42b6b738-3cbc-4e95-a804-466db74dd395 x-compute-request-id: req-42b6b738-3cbc-4e95-a804-466db74dd395 Content-Encoding: gzip Content-Length: 643 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/f4180544-7289-4eaa-ade6-03ee416ce885", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/f4180544-7289-4eaa-ade6-03ee416ce885", "rel": "bookmark"}], "image": {"id": "50be3ae8-a609-400f-932d-136d569495df", "links": [{"href": "http://172.30.9.30:8774/images/50be3ae8-a609-400f-932d-136d569495df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e3eae6e7-3f40-42c9-90e5-a1a9610a5abf", "links": [{"href": "http://172.30.9.30:8774/flavors/e3eae6e7-3f40-42c9-90e5-a1a9610a5abf", "rel": "bookmark"}]}, "id": "f4180544-7289-4eaa-ade6-03ee416ce885", "user_id": "52a397aa2e1c435594f313aaae1020e1", "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-29T17:08:45Z", "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-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-vm_inst", "created": "2018-06-29T17:08:45Z", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 17:08:46,262 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/f4180544-7289-4eaa-ade6-03ee416ce885 used request id req-42b6b738-3cbc-4e95-a804-466db74dd395 2018-06-29 17:08:46,263 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-vm_inst 2018-06-29 17:08:46,266 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/f4180544-7289-4eaa-ade6-03ee416ce885 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3053c39d35a982006a08ceafc9630c996fcf0c05" 2018-06-29 17:08:47,111 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:08: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-8b5e1c41-895c-4e37-9371-e63620447e83 x-compute-request-id: req-8b5e1c41-895c-4e37-9371-e63620447e83 Content-Encoding: gzip Content-Length: 646 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/f4180544-7289-4eaa-ade6-03ee416ce885", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/f4180544-7289-4eaa-ade6-03ee416ce885", "rel": "bookmark"}], "image": {"id": "50be3ae8-a609-400f-932d-136d569495df", "links": [{"href": "http://172.30.9.30:8774/images/50be3ae8-a609-400f-932d-136d569495df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e3eae6e7-3f40-42c9-90e5-a1a9610a5abf", "links": [{"href": "http://172.30.9.30:8774/flavors/e3eae6e7-3f40-42c9-90e5-a1a9610a5abf", "rel": "bookmark"}]}, "id": "f4180544-7289-4eaa-ade6-03ee416ce885", "user_id": "52a397aa2e1c435594f313aaae1020e1", "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-29T17:08:46Z", "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-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-vm_inst", "created": "2018-06-29T17:08:45Z", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 17:08:47,112 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/f4180544-7289-4eaa-ade6-03ee416ce885 used request id req-8b5e1c41-895c-4e37-9371-e63620447e83 2018-06-29 17:08:47,112 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-vm_inst] is - BUILD 2018-06-29 17:08:47,113 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-06-29 17:08:50,116 - create_instance - DEBUG - VM status query timeout in 896.147548199 2018-06-29 17:08:50,118 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/f4180544-7289-4eaa-ade6-03ee416ce885 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3053c39d35a982006a08ceafc9630c996fcf0c05" 2018-06-29 17:08:50,883 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:08: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-b9dc9fca-9c51-441d-8557-bda1cc81f588 x-compute-request-id: req-b9dc9fca-9c51-441d-8557-bda1cc81f588 Content-Encoding: gzip Content-Length: 816 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:48:36:60", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/f4180544-7289-4eaa-ade6-03ee416ce885", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/f4180544-7289-4eaa-ade6-03ee416ce885", "rel": "bookmark"}], "image": {"id": "50be3ae8-a609-400f-932d-136d569495df", "links": [{"href": "http://172.30.9.30:8774/images/50be3ae8-a609-400f-932d-136d569495df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e3eae6e7-3f40-42c9-90e5-a1a9610a5abf", "links": [{"href": "http://172.30.9.30:8774/flavors/e3eae6e7-3f40-42c9-90e5-a1a9610a5abf", "rel": "bookmark"}]}, "id": "f4180544-7289-4eaa-ade6-03ee416ce885", "security_groups": [{"name": "default"}], "user_id": "52a397aa2e1c435594f313aaae1020e1", "OS-DCF: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-29T17:08:48Z", "hostId": "fe4b6a584f9cd944814267acc8ec1e49614b8a92bc6474b77f1e86a4", "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-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-vm_inst", "created": "2018-06-29T17:08:45Z", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 17:08:50,884 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/f4180544-7289-4eaa-ade6-03ee416ce885 used request id req-b9dc9fca-9c51-441d-8557-bda1cc81f588 2018-06-29 17:08:50,884 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-vm_inst] is - BUILD 2018-06-29 17:08:50,884 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-06-29 17:08:53,887 - create_instance - DEBUG - VM status query timeout in 892.375833988 2018-06-29 17:08:53,891 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/f4180544-7289-4eaa-ade6-03ee416ce885 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3053c39d35a982006a08ceafc9630c996fcf0c05" 2018-06-29 17:08:54,696 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:08: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-67c37bb2-877f-4a29-9e8a-66780bbf15bc x-compute-request-id: req-67c37bb2-877f-4a29-9e8a-66780bbf15bc Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:48:36:60", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/f4180544-7289-4eaa-ade6-03ee416ce885", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/f4180544-7289-4eaa-ade6-03ee416ce885", "rel": "bookmark"}], "image": {"id": "50be3ae8-a609-400f-932d-136d569495df", "links": [{"href": "http://172.30.9.30:8774/images/50be3ae8-a609-400f-932d-136d569495df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": "2018-06-29T17:00:50.000000", "flavor": {"id": "e3eae6e7-3f40-42c9-90e5-a1a9610a5abf", "links": [{"href": "http://172.30.9.30:8774/flavors/e3eae6e7-3f40-42c9-90e5-a1a9610a5abf", "rel": "bookmark"}]}, "id": "f4180544-7289-4eaa-ade6-03ee416ce885", "security_groups": [{"name": "default"}], "user_id": "52a397aa2e1c435594f313aaae1020e1", "OS-DCF: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-29T17:08:53Z", "hostId": "fe4b6a584f9cd944814267acc8ec1e49614b8a92bc6474b77f1e86a4", "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-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-vm_inst", "created": "2018-06-29T17:08:45Z", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 17:08:54,697 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/f4180544-7289-4eaa-ade6-03ee416ce885 used request id req-67c37bb2-877f-4a29-9e8a-66780bbf15bc 2018-06-29 17:08:54,697 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-vm_inst] is - ACTIVE 2018-06-29 17:08:54,697 - create_instance - INFO - VM is - ACTIVE 2018-06-29 17:08:54,700 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/f4180544-7289-4eaa-ade6-03ee416ce885 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3053c39d35a982006a08ceafc9630c996fcf0c05" 2018-06-29 17:08:55,370 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:08: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-5c41f5e8-7d29-484c-b117-4120a40cf706 x-compute-request-id: req-5c41f5e8-7d29-484c-b117-4120a40cf706 Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:48:36:60", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/f4180544-7289-4eaa-ade6-03ee416ce885", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/f4180544-7289-4eaa-ade6-03ee416ce885", "rel": "bookmark"}], "image": {"id": "50be3ae8-a609-400f-932d-136d569495df", "links": [{"href": "http://172.30.9.30:8774/images/50be3ae8-a609-400f-932d-136d569495df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": "2018-06-29T17:00:50.000000", "flavor": {"id": "e3eae6e7-3f40-42c9-90e5-a1a9610a5abf", "links": [{"href": "http://172.30.9.30:8774/flavors/e3eae6e7-3f40-42c9-90e5-a1a9610a5abf", "rel": "bookmark"}]}, "id": "f4180544-7289-4eaa-ade6-03ee416ce885", "security_groups": [{"name": "default"}], "user_id": "52a397aa2e1c435594f313aaae1020e1", "OS-DCF: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-29T17:08:53Z", "hostId": "fe4b6a584f9cd944814267acc8ec1e49614b8a92bc6474b77f1e86a4", "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-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-vm_inst", "created": "2018-06-29T17:08:45Z", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 17:08:55,370 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/f4180544-7289-4eaa-ade6-03ee416ce885 used request id req-5c41f5e8-7d29-484c-b117-4120a40cf706 2018-06-29 17:08:55,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3053c39d35a982006a08ceafc9630c996fcf0c05" 2018-06-29 17:08:55,464 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-aaa0f79d-bf5d-4598-8ff7-2af394c21117 Date: Fri, 29 Jun 2018 17:08:55 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"2cd48cc7-f604-46ef-9c95-627ded202f26","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["dc16c68b-80d4-420b-bb75-4d807ad471da"],"description":"","tags":[],"updated_at":"2018-06-29T17:08:31Z","provider:segmentation_id":6,"name":"NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:08:30Z","provider:network_type":"vxlan"}]} 2018-06-29 17:08:55,464 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-net used request id req-aaa0f79d-bf5d-4598-8ff7-2af394c21117 2018-06-29 17:08:55,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3053c39d35a982006a08ceafc9630c996fcf0c05" 2018-06-29 17:08:55,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:08:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f00ce53e-54b0-43a8-9ed6-7a4f4066a7b2 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.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}} 2018-06-29 17:08:55,565 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 used request id req-f00ce53e-54b0-43a8-9ed6-7a4f4066a7b2 2018-06-29 17:08:55,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=2cd48cc7-f604-46ef-9c95-627ded202f26 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3053c39d35a982006a08ceafc9630c996fcf0c05" 2018-06-29 17:08:55,941 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-88ff78a6-2a2f-4bca-801b-c21f9acdea29 Date: Fri, 29 Jun 2018 17:08:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2cd48cc7-f604-46ef-9c95-627ded202f26","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:08:31Z","dns_nameservers":[],"updated_at":"2018-06-29T17:08:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"dc16c68b-80d4-420b-bb75-4d807ad471da","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-subnet"}]} 2018-06-29 17:08:55,941 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=2cd48cc7-f604-46ef-9c95-627ded202f26 used request id req-88ff78a6-2a2f-4bca-801b-c21f9acdea29 2018-06-29 17:08:55,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=2cd48cc7-f604-46ef-9c95-627ded202f26 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3053c39d35a982006a08ceafc9630c996fcf0c05" 2018-06-29 17:08:56,169 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-73675fab-c651-45e2-a963-a46ad834e3bb Date: Fri, 29 Jun 2018 17:08:56 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:08:34Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dc16c68b-80d4-420b-bb75-4d807ad471da","ip_address":"10.55.0.2"}],"id":"51705e79-bf0d-4cae-a91f-47842278d7be","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3e:61:c9","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2cd48cc7-f604-46ef-9c95-627ded202f26","name":"","admin_state_up":true,"network_id":"2cd48cc7-f604-46ef-9c95-627ded202f26","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:08:32Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:08:53Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"dc16c68b-80d4-420b-bb75-4d807ad471da","ip_address":"10.55.0.13"}],"id":"585242db-4d63-4da5-9586-f83a7527c389","security_groups":["80203172-2d27-4ac0-ba1b-ce925c9da636"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:48:36:60","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"f4180544-7289-4eaa-ade6-03ee416ce885","name":"NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-port","admin_state_up":true,"network_id":"2cd48cc7-f604-46ef-9c95-627ded202f26","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:08:41Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:08:35Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dc16c68b-80d4-420b-bb75-4d807ad471da","ip_address":"10.55.0.3"}],"id":"ae0e9d3b-6fc0-4258-bc28-e228d17c4a3f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4c:9b:66","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-2cd48cc7-f604-46ef-9c95-627ded202f26","name":"","admin_state_up":true,"network_id":"2cd48cc7-f604-46ef-9c95-627ded202f26","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:08:32Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:08:36Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dc16c68b-80d4-420b-bb75-4d807ad471da","ip_address":"10.55.0.4"}],"id":"cce68f9d-19d4-45aa-8514-cd790f30c2f7","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d3:e0:01","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-2cd48cc7-f604-46ef-9c95-627ded202f26","name":"","admin_state_up":true,"network_id":"2cd48cc7-f604-46ef-9c95-627ded202f26","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:08:33Z","binding:vnic_type":"normal"}]} 2018-06-29 17:08:56,169 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=2cd48cc7-f604-46ef-9c95-627ded202f26 used request id req-73675fab-c651-45e2-a963-a46ad834e3bb 2018-06-29 17:08:56,170 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:08:56,572 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:08:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["znp8gykTRMG0iCdyiyzLog"], "issued_at": "2018-06-29T17:08:56.000000Z"}} 2018-06-29 17:08:56,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}61c51b186fdcd7f8bf6a8262dc8354d1539c05fc" 2018-06-29 17:08:56,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:08:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c244076c-d615-4790-b096-026f6b2e5acb 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:08:56,678 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-c244076c-d615-4790-b096-026f6b2e5acb 2018-06-29 17:08:56,682 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/f4180544-7289-4eaa-ade6-03ee416ce885 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3053c39d35a982006a08ceafc9630c996fcf0c05" 2018-06-29 17:08:57,924 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:08: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-3ae34c3c-7351-4c0c-80ea-82e1f72e47be x-compute-request-id: req-3ae34c3c-7351-4c0c-80ea-82e1f72e47be Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:48:36:60", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/f4180544-7289-4eaa-ade6-03ee416ce885", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/f4180544-7289-4eaa-ade6-03ee416ce885", "rel": "bookmark"}], "image": {"id": "50be3ae8-a609-400f-932d-136d569495df", "links": [{"href": "http://172.30.9.30:8774/images/50be3ae8-a609-400f-932d-136d569495df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": "2018-06-29T17:00:50.000000", "flavor": {"id": "e3eae6e7-3f40-42c9-90e5-a1a9610a5abf", "links": [{"href": "http://172.30.9.30:8774/flavors/e3eae6e7-3f40-42c9-90e5-a1a9610a5abf", "rel": "bookmark"}]}, "id": "f4180544-7289-4eaa-ade6-03ee416ce885", "security_groups": [{"name": "default"}], "user_id": "52a397aa2e1c435594f313aaae1020e1", "OS-DCF: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-29T17:08:53Z", "hostId": "fe4b6a584f9cd944814267acc8ec1e49614b8a92bc6474b77f1e86a4", "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-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-vm_inst", "created": "2018-06-29T17:08:45Z", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 17:08:57,925 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/f4180544-7289-4eaa-ade6-03ee416ce885 used request id req-3ae34c3c-7351-4c0c-80ea-82e1f72e47be 2018-06-29 17:08:57,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3053c39d35a982006a08ceafc9630c996fcf0c05" 2018-06-29 17:08:58,180 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-b2a9e67d-1bb7-45f3-bcfd-b89cd3a03698 Date: Fri, 29 Jun 2018 17:08:58 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"2cd48cc7-f604-46ef-9c95-627ded202f26","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["dc16c68b-80d4-420b-bb75-4d807ad471da"],"description":"","tags":[],"updated_at":"2018-06-29T17:08:31Z","provider:segmentation_id":6,"name":"NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:08:30Z","provider:network_type":"vxlan"}]} 2018-06-29 17:08:58,180 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-net used request id req-b2a9e67d-1bb7-45f3-bcfd-b89cd3a03698 2018-06-29 17:08:58,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3053c39d35a982006a08ceafc9630c996fcf0c05" 2018-06-29 17:08:58,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:08:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a34cf89c-b514-4e65-bede-3b1b5a28d383 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.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}} 2018-06-29 17:08:58,279 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 used request id req-a34cf89c-b514-4e65-bede-3b1b5a28d383 2018-06-29 17:08:58,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=2cd48cc7-f604-46ef-9c95-627ded202f26 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3053c39d35a982006a08ceafc9630c996fcf0c05" 2018-06-29 17:08:58,335 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-dd617c78-d6f9-4303-a92a-a0c5fdd7cbea Date: Fri, 29 Jun 2018 17:08:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2cd48cc7-f604-46ef-9c95-627ded202f26","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:08:31Z","dns_nameservers":[],"updated_at":"2018-06-29T17:08:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"dc16c68b-80d4-420b-bb75-4d807ad471da","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-subnet"}]} 2018-06-29 17:08:58,335 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=2cd48cc7-f604-46ef-9c95-627ded202f26 used request id req-dd617c78-d6f9-4303-a92a-a0c5fdd7cbea 2018-06-29 17:08:58,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=2cd48cc7-f604-46ef-9c95-627ded202f26 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3053c39d35a982006a08ceafc9630c996fcf0c05" 2018-06-29 17:08:58,389 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-89919a28-aaa6-467d-827f-e1704f1ad7ce Date: Fri, 29 Jun 2018 17:08:58 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:08:34Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dc16c68b-80d4-420b-bb75-4d807ad471da","ip_address":"10.55.0.2"}],"id":"51705e79-bf0d-4cae-a91f-47842278d7be","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3e:61:c9","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2cd48cc7-f604-46ef-9c95-627ded202f26","name":"","admin_state_up":true,"network_id":"2cd48cc7-f604-46ef-9c95-627ded202f26","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:08:32Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:08:53Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"dc16c68b-80d4-420b-bb75-4d807ad471da","ip_address":"10.55.0.13"}],"id":"585242db-4d63-4da5-9586-f83a7527c389","security_groups":["80203172-2d27-4ac0-ba1b-ce925c9da636"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:48:36:60","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"f4180544-7289-4eaa-ade6-03ee416ce885","name":"NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-port","admin_state_up":true,"network_id":"2cd48cc7-f604-46ef-9c95-627ded202f26","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:08:41Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:08:35Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dc16c68b-80d4-420b-bb75-4d807ad471da","ip_address":"10.55.0.3"}],"id":"ae0e9d3b-6fc0-4258-bc28-e228d17c4a3f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4c:9b:66","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-2cd48cc7-f604-46ef-9c95-627ded202f26","name":"","admin_state_up":true,"network_id":"2cd48cc7-f604-46ef-9c95-627ded202f26","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:08:32Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:08:36Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dc16c68b-80d4-420b-bb75-4d807ad471da","ip_address":"10.55.0.4"}],"id":"cce68f9d-19d4-45aa-8514-cd790f30c2f7","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d3:e0:01","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-2cd48cc7-f604-46ef-9c95-627ded202f26","name":"","admin_state_up":true,"network_id":"2cd48cc7-f604-46ef-9c95-627ded202f26","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:08:33Z","binding:vnic_type":"normal"}]} 2018-06-29 17:08:58,389 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=2cd48cc7-f604-46ef-9c95-627ded202f26 used request id req-89919a28-aaa6-467d-827f-e1704f1ad7ce 2018-06-29 17:08:58,393 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers/f4180544-7289-4eaa-ade6-03ee416ce885/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61c51b186fdcd7f8bf6a8262dc8354d1539c05fc" -d '{"volumeAttachment": {"volumeId": "d47c3f25-4362-4f6e-9414-5209bc19e6ec"}}' 2018-06-29 17:09:00,524 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:08:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-89b08b8c-33f4-473d-afdd-2faff8efc0d1 x-compute-request-id: req-89b08b8c-33f4-473d-afdd-2faff8efc0d1 Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "f4180544-7289-4eaa-ade6-03ee416ce885", "id": "d47c3f25-4362-4f6e-9414-5209bc19e6ec", "volumeId": "d47c3f25-4362-4f6e-9414-5209bc19e6ec"}} 2018-06-29 17:09:00,524 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/f4180544-7289-4eaa-ade6-03ee416ce885/os-volume_attachments used request id req-89b08b8c-33f4-473d-afdd-2faff8efc0d1 2018-06-29 17:09:00,525 - create_instance - INFO - Deleting Port with ID - 585242db-4d63-4da5-9586-f83a7527c389 2018-06-29 17:09:00,525 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-port 2018-06-29 17:09:00,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/ports/585242db-4d63-4da5-9586-f83a7527c389 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3053c39d35a982006a08ceafc9630c996fcf0c05" 2018-06-29 17:09:01,259 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4411b1e8-5721-4d48-9f9d-c941884f7ecd Date: Fri, 29 Jun 2018 17:09:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 17:09:01,259 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/ports/585242db-4d63-4da5-9586-f83a7527c389 used request id req-4411b1e8-5721-4d48-9f9d-c941884f7ecd 2018-06-29 17:09:01,259 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-vm_inst 2018-06-29 17:09:01,262 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/servers/f4180544-7289-4eaa-ade6-03ee416ce885 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3053c39d35a982006a08ceafc9630c996fcf0c05" 2018-06-29 17:09:01,635 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 17:09: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-62ca944d-7824-453c-88a6-559ec8a86dcb x-compute-request-id: req-62ca944d-7824-453c-88a6-559ec8a86dcb Content-Type: application/json 2018-06-29 17:09:01,635 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/f4180544-7289-4eaa-ade6-03ee416ce885 used request id req-62ca944d-7824-453c-88a6-559ec8a86dcb 2018-06-29 17:09:01,635 - create_instance - INFO - Checking deletion status 2018-06-29 17:09:01,639 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/f4180544-7289-4eaa-ade6-03ee416ce885 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3053c39d35a982006a08ceafc9630c996fcf0c05" 2018-06-29 17:09:02,273 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:09: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-089772ae-670e-4b26-9bf2-fdd606e9d282 x-compute-request-id: req-089772ae-670e-4b26-9bf2-fdd606e9d282 Content-Encoding: gzip Content-Length: 831 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:48:36:60", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/f4180544-7289-4eaa-ade6-03ee416ce885", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/f4180544-7289-4eaa-ade6-03ee416ce885", "rel": "bookmark"}], "image": {"id": "50be3ae8-a609-400f-932d-136d569495df", "links": [{"href": "http://172.30.9.30:8774/images/50be3ae8-a609-400f-932d-136d569495df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": "2018-06-29T17:00:50.000000", "flavor": {"id": "e3eae6e7-3f40-42c9-90e5-a1a9610a5abf", "links": [{"href": "http://172.30.9.30:8774/flavors/e3eae6e7-3f40-42c9-90e5-a1a9610a5abf", "rel": "bookmark"}]}, "id": "f4180544-7289-4eaa-ade6-03ee416ce885", "user_id": "52a397aa2e1c435594f313aaae1020e1", "OS-DCF: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-29T17:09:01Z", "hostId": "fe4b6a584f9cd944814267acc8ec1e49614b8a92bc6474b77f1e86a4", "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-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-vm_inst", "created": "2018-06-29T17:08:45Z", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "os-extended-volumes:volumes_attached": [{"id": "d47c3f25-4362-4f6e-9414-5209bc19e6ec"}], "metadata": {}}} 2018-06-29 17:09:02,273 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/f4180544-7289-4eaa-ade6-03ee416ce885 used request id req-089772ae-670e-4b26-9bf2-fdd606e9d282 2018-06-29 17:09:02,274 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-vm_inst] is - ACTIVE 2018-06-29 17:09:02,274 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-06-29 17:09:05,277 - create_instance - DEBUG - VM status query timeout in 296.358509064 2018-06-29 17:09:05,280 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/f4180544-7289-4eaa-ade6-03ee416ce885 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3053c39d35a982006a08ceafc9630c996fcf0c05" 2018-06-29 17:09:05,780 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:09: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-68d699e9-daa7-4497-b25b-6b9b335fd942 x-compute-request-id: req-68d699e9-daa7-4497-b25b-6b9b335fd942 Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/f4180544-7289-4eaa-ade6-03ee416ce885", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/f4180544-7289-4eaa-ade6-03ee416ce885", "rel": "bookmark"}], "image": {"id": "50be3ae8-a609-400f-932d-136d569495df", "links": [{"href": "http://172.30.9.30:8774/images/50be3ae8-a609-400f-932d-136d569495df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": "2018-06-29T17:00:50.000000", "flavor": {"id": "e3eae6e7-3f40-42c9-90e5-a1a9610a5abf", "links": [{"href": "http://172.30.9.30:8774/flavors/e3eae6e7-3f40-42c9-90e5-a1a9610a5abf", "rel": "bookmark"}]}, "id": "f4180544-7289-4eaa-ade6-03ee416ce885", "user_id": "52a397aa2e1c435594f313aaae1020e1", "OS-DCF: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-29T17:09:01Z", "hostId": "fe4b6a584f9cd944814267acc8ec1e49614b8a92bc6474b77f1e86a4", "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-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-vm_inst", "created": "2018-06-29T17:08:45Z", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "os-extended-volumes:volumes_attached": [{"id": "d47c3f25-4362-4f6e-9414-5209bc19e6ec"}], "metadata": {}}} 2018-06-29 17:09:05,780 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/f4180544-7289-4eaa-ade6-03ee416ce885 used request id req-68d699e9-daa7-4497-b25b-6b9b335fd942 2018-06-29 17:09:05,780 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-vm_inst] is - ACTIVE 2018-06-29 17:09:05,780 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-06-29 17:09:08,784 - create_instance - DEBUG - VM status query timeout in 292.852171183 2018-06-29 17:09:08,787 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/f4180544-7289-4eaa-ade6-03ee416ce885 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3053c39d35a982006a08ceafc9630c996fcf0c05" 2018-06-29 17:09:09,002 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 29 Jun 2018 17:09:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b3f2c402-46ae-49fd-a720-24561abdc380 x-compute-request-id: req-b3f2c402-46ae-49fd-a720-24561abdc380 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance f4180544-7289-4eaa-ade6-03ee416ce885 could not be found.", "code": 404}} 2018-06-29 17:09:09,002 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/f4180544-7289-4eaa-ade6-03ee416ce885 used request id req-b3f2c402-46ae-49fd-a720-24561abdc380 2018-06-29 17:09:09,003 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance f4180544-7289-4eaa-ade6-03ee416ce885 could not be found. (HTTP 404) (Request-ID: req-b3f2c402-46ae-49fd-a720-24561abdc380) 2018-06-29 17:09:09,003 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-vm_inst 2018-06-29 17:09:09,005 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/d47c3f25-4362-4f6e-9414-5209bc19e6ec -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c4cacf22-7f7b-4c40-9168-afc27e87e46f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5d70c338e1169c732b14973691a665123769c33" 2018-06-29 17:09:09,321 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:09:09 GMT Server: Apache x-compute-request-id: req-d6530ced-23c2-4cab-bdb0-f30536ddbe25 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d6530ced-23c2-4cab-bdb0-f30536ddbe25 Content-Encoding: gzip Content-Length: 523 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/d47c3f25-4362-4f6e-9414-5209bc19e6ec", "rel": "self"}, {"href": "http://172.30.9.30:8776/d375e46f6f2b472db41ca16f2fc59215/volumes/d47c3f25-4362-4f6e-9414-5209bc19e6ec", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-06-29T17:09:06.000000", "replication_status": null, "snapshot_id": null, "id": "d47c3f25-4362-4f6e-9414-5209bc19e6ec", "size": 1, "user_id": "52a397aa2e1c435594f313aaae1020e1", "os-vol-tenant-attr:tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "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-04ff0885-fcaf-49e4-b9fc-1dd2362133bc", "bootable": "false", "created_at": "2018-06-29T17:08:35.000000", "volume_type": null}} 2018-06-29 17:09:09,321 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/d47c3f25-4362-4f6e-9414-5209bc19e6ec used request id req-d6530ced-23c2-4cab-bdb0-f30536ddbe25 2018-06-29 17:09:09,322 - create_volume - DEBUG - Instance status is - available 2018-06-29 17:09:09,322 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc 2018-06-29 17:09:09,322 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc 2018-06-29 17:09:09,324 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/d47c3f25-4362-4f6e-9414-5209bc19e6ec -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c4cacf22-7f7b-4c40-9168-afc27e87e46f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5d70c338e1169c732b14973691a665123769c33" 2018-06-29 17:09:09,593 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 17:09:09 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-9128eab2-d562-478b-9e36-c3ea6cdf9163 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 17:09:09,593 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/d47c3f25-4362-4f6e-9414-5209bc19e6ec used request id req-9128eab2-d562-478b-9e36-c3ea6cdf9163 2018-06-29 17:09:09,596 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/d47c3f25-4362-4f6e-9414-5209bc19e6ec -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c4cacf22-7f7b-4c40-9168-afc27e87e46f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5d70c338e1169c732b14973691a665123769c33" 2018-06-29 17:09:09,657 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:09:09 GMT Server: Apache x-compute-request-id: req-de5d5103-6181-4a05-a89a-80ac0c8ed407 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-de5d5103-6181-4a05-a89a-80ac0c8ed407 Content-Encoding: gzip Content-Length: 525 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/d47c3f25-4362-4f6e-9414-5209bc19e6ec", "rel": "self"}, {"href": "http://172.30.9.30:8776/d375e46f6f2b472db41ca16f2fc59215/volumes/d47c3f25-4362-4f6e-9414-5209bc19e6ec", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-06-29T17:09:09.000000", "replication_status": null, "snapshot_id": null, "id": "d47c3f25-4362-4f6e-9414-5209bc19e6ec", "size": 1, "user_id": "52a397aa2e1c435594f313aaae1020e1", "os-vol-tenant-attr:tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "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-04ff0885-fcaf-49e4-b9fc-1dd2362133bc", "bootable": "false", "created_at": "2018-06-29T17:08:35.000000", "volume_type": null}} 2018-06-29 17:09:09,658 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/d47c3f25-4362-4f6e-9414-5209bc19e6ec used request id req-de5d5103-6181-4a05-a89a-80ac0c8ed407 2018-06-29 17:09:09,658 - create_volume - DEBUG - Instance status is - deleting 2018-06-29 17:09:09,658 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-06-29 17:09:12,661 - create_volume - DEBUG - Volume status query timeout in 56.9317338467 2018-06-29 17:09:12,665 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/d47c3f25-4362-4f6e-9414-5209bc19e6ec -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c4cacf22-7f7b-4c40-9168-afc27e87e46f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5d70c338e1169c732b14973691a665123769c33" 2018-06-29 17:09:12,883 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 29 Jun 2018 17:09:12 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-cef03144-4df6-4546-b23d-38ff43478762 x-openstack-request-id: req-cef03144-4df6-4546-b23d-38ff43478762 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume d47c3f25-4362-4f6e-9414-5209bc19e6ec could not be found.", "code": 404}} 2018-06-29 17:09:12,883 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/d47c3f25-4362-4f6e-9414-5209bc19e6ec used request id req-cef03144-4df6-4546-b23d-38ff43478762 2018-06-29 17:09:12,883 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume d47c3f25-4362-4f6e-9414-5209bc19e6ec could not be found. (HTTP 404) (Request-ID: req-cef03144-4df6-4546-b23d-38ff43478762) 2018-06-29 17:09:12,884 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc 2018-06-29 17:09:12,887 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/e3eae6e7-3f40-42c9-90e5-a1a9610a5abf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2de5eb691a4925430753996619879f1d529fbb6d" 2018-06-29 17:09:12,924 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 17:09:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-df8e6196-f133-4f2b-af01-7907ab0f3c16 x-compute-request-id: req-df8e6196-f133-4f2b-af01-7907ab0f3c16 Content-Length: 0 Content-Type: application/json 2018-06-29 17:09:12,924 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/e3eae6e7-3f40-42c9-90e5-a1a9610a5abf used request id req-df8e6196-f133-4f2b-af01-7907ab0f3c16 2018-06-29 17:09:12,925 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-subnet 2018-06-29 17:09:12,925 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-subnet 2018-06-29 17:09:12,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/dc16c68b-80d4-420b-bb75-4d807ad471da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4be4525625b548470922941790354f3e87c9183a" 2018-06-29 17:09:15,320 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e2ca93e6-12d5-404a-8278-5ca4add44b26 Date: Fri, 29 Jun 2018 17:09:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 17:09:15,320 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/dc16c68b-80d4-420b-bb75-4d807ad471da used request id req-e2ca93e6-12d5-404a-8278-5ca4add44b26 2018-06-29 17:09:15,320 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-net 2018-06-29 17:09:15,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/2cd48cc7-f604-46ef-9c95-627ded202f26 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4be4525625b548470922941790354f3e87c9183a" 2018-06-29 17:09:17,211 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5251445f-962c-4084-8c40-5e84c10d0aa6 Date: Fri, 29 Jun 2018 17:09:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 17:09:17,212 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/2cd48cc7-f604-46ef-9c95-627ded202f26 used request id req-5251445f-962c-4084-8c40-5e84c10d0aa6 2018-06-29 17:09:17,212 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-04ff0885-fcaf-49e4-b9fc-1dd2362133bc-image 2018-06-29 17:09:17,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/50be3ae8-a609-400f-932d-136d569495df -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cf96a8e685d666246abef5ab44c58c8019591695" 2018-06-29 17:09:18,239 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5aafdf20-7059-4e92-83c1-27adbadcd234 Date: Fri, 29 Jun 2018 17:09:18 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 17:09:18,240 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/50be3ae8-a609-400f-932d-136d569495df used request id req-5aafdf20-7059-4e92-83c1-27adbadcd234 2018-06-29 17:09:18,241 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 17:09:18,244 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-06-29 17:09:18,244 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:09:18,245 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:09:18,739 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:09:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["ZHNesAGwTyir8hTqq0SfbA"], "issued_at": "2018-06-29T17:09:18.000000Z"}} 2018-06-29 17:09:18,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}4b9d8ea56ab0671880e34648d33877d07c8d9b69" 2018-06-29 17:09:18,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:09:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-952534f1-6579-40da-9ebe-3d1e9f85d997 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:09:18,828 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-952534f1-6579-40da-9ebe-3d1e9f85d997 2018-06-29 17:09:18,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4b9d8ea56ab0671880e34648d33877d07c8d9b69" 2018-06-29 17:09:19,111 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-5c6e9259-feef-432c-9555-75cb9eb6920b Date: Fri, 29 Jun 2018 17:09:19 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-image"} 2018-06-29 17:09:19,111 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-image used request id req-5c6e9259-feef-432c-9555-75cb9eb6920b 2018-06-29 17:09:19,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4b9d8ea56ab0671880e34648d33877d07c8d9b69" 2018-06-29 17:09:19,297 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-b73b8c42-1b68-48e3-b6a5-b3b76158fad9 Date: Fri, 29 Jun 2018 17:09:19 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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 17:09:19,297 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-b73b8c42-1b68-48e3-b6a5-b3b76158fad9 2018-06-29 17:09:19,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4b9d8ea56ab0671880e34648d33877d07c8d9b69" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-image"}' 2018-06-29 17:09:19,596 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/7a70b115-5a38-47b3-9214-d56a9ca41ceb Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-f17c2048-92cb-4917-a410-38974942e680 Date: Fri, 29 Jun 2018 17:09:19 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-image", "tags": [], "container_format": "bare", "created_at": "2018-06-29T17:09:19Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-06-29T17:09:19Z", "visibility": "shared", "locations": [], "self": "/v2/images/7a70b115-5a38-47b3-9214-d56a9ca41ceb", "min_disk": 0, "protected": false, "id": "7a70b115-5a38-47b3-9214-d56a9ca41ceb", "file": "/v2/images/7a70b115-5a38-47b3-9214-d56a9ca41ceb/file", "checksum": null, "owner": "d375e46f6f2b472db41ca16f2fc59215", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 17:09:19,597 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-f17c2048-92cb-4917-a410-38974942e680 2018-06-29 17:09:19,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/7a70b115-5a38-47b3-9214-d56a9ca41ceb/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4b9d8ea56ab0671880e34648d33877d07c8d9b69" -d '' 2018-06-29 17:09:20,350 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4ca0b062-2e60-4f34-9436-3d1f0c748c58 Date: Fri, 29 Jun 2018 17:09:20 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 17:09:20,350 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/7a70b115-5a38-47b3-9214-d56a9ca41ceb/file used request id req-4ca0b062-2e60-4f34-9436-3d1f0c748c58 2018-06-29 17:09:20,351 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-06-29 17:09:20,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/7a70b115-5a38-47b3-9214-d56a9ca41ceb -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4b9d8ea56ab0671880e34648d33877d07c8d9b69" 2018-06-29 17:09:20,542 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-55363859-ca50-4252-933b-eb723983aeca Date: Fri, 29 Jun 2018 17:09:20 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-image", "tags": [], "container_format": "bare", "created_at": "2018-06-29T17:09:19Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-06-29T17:09:20Z", "visibility": "shared", "locations": [{"url": "rbd://0e8aacea-dc23-4cff-98e1-fd5fa38d6bcf/images/7a70b115-5a38-47b3-9214-d56a9ca41ceb/snap", "metadata": {}}], "self": "/v2/images/7a70b115-5a38-47b3-9214-d56a9ca41ceb", "min_disk": 0, "protected": false, "id": "7a70b115-5a38-47b3-9214-d56a9ca41ceb", "file": "/v2/images/7a70b115-5a38-47b3-9214-d56a9ca41ceb/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d375e46f6f2b472db41ca16f2fc59215", "direct_url": "rbd://0e8aacea-dc23-4cff-98e1-fd5fa38d6bcf/images/7a70b115-5a38-47b3-9214-d56a9ca41ceb/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 17:09:20,542 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/7a70b115-5a38-47b3-9214-d56a9ca41ceb used request id req-55363859-ca50-4252-933b-eb723983aeca 2018-06-29 17:09:20,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4b9d8ea56ab0671880e34648d33877d07c8d9b69" 2018-06-29 17:09:20,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-72ce7134-f79d-42e1-a665-c3cf53e29167 Date: Fri, 29 Jun 2018 17:09:20 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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 17:09:20,724 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-72ce7134-f79d-42e1-a665-c3cf53e29167 2018-06-29 17:09:20,727 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-image 2018-06-29 17:09:20,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/7a70b115-5a38-47b3-9214-d56a9ca41ceb -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4b9d8ea56ab0671880e34648d33877d07c8d9b69" 2018-06-29 17:09:20,919 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-195434e7-50c0-4609-b747-9998967e7d22 Date: Fri, 29 Jun 2018 17:09:20 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-image", "tags": [], "container_format": "bare", "created_at": "2018-06-29T17:09:19Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-06-29T17:09:20Z", "visibility": "shared", "locations": [{"url": "rbd://0e8aacea-dc23-4cff-98e1-fd5fa38d6bcf/images/7a70b115-5a38-47b3-9214-d56a9ca41ceb/snap", "metadata": {}}], "self": "/v2/images/7a70b115-5a38-47b3-9214-d56a9ca41ceb", "min_disk": 0, "protected": false, "id": "7a70b115-5a38-47b3-9214-d56a9ca41ceb", "file": "/v2/images/7a70b115-5a38-47b3-9214-d56a9ca41ceb/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d375e46f6f2b472db41ca16f2fc59215", "direct_url": "rbd://0e8aacea-dc23-4cff-98e1-fd5fa38d6bcf/images/7a70b115-5a38-47b3-9214-d56a9ca41ceb/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 17:09:20,920 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/7a70b115-5a38-47b3-9214-d56a9ca41ceb used request id req-195434e7-50c0-4609-b747-9998967e7d22 2018-06-29 17:09:20,920 - create_image - DEBUG - Instance status is - active 2018-06-29 17:09:20,920 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-image 2018-06-29 17:09:20,920 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-image 2018-06-29 17:09:20,921 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:09:20,922 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:09:21,324 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:09:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["bKwG7ZcvRtmSJCwqGBUe3Q"], "issued_at": "2018-06-29T17:09:21.000000Z"}} 2018-06-29 17:09:21,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}09bf0b52a02754fb6590829794f9b12246662c50" 2018-06-29 17:09:21,337 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:09:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4a451c9-5a35-445f-a3ab-9d37e4022645 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:09:21,337 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-c4a451c9-5a35-445f-a3ab-9d37e4022645 2018-06-29 17:09:21,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09bf0b52a02754fb6590829794f9b12246662c50" 2018-06-29 17:09:21,544 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-c17d39fb-7d5d-4324-9832-8a3a072fee40 Date: Fri, 29 Jun 2018 17:09:21 GMT RESP BODY: {"networks":[]} 2018-06-29 17:09:21,544 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-net used request id req-c17d39fb-7d5d-4324-9832-8a3a072fee40 2018-06-29 17:09:21,544 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-net 2018-06-29 17:09:21,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09bf0b52a02754fb6590829794f9b12246662c50" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-net", "admin_state_up": true}}' 2018-06-29 17:09:21,972 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-a8c70120-58a1-4b4e-898b-ffae868726ff Date: Fri, 29 Jun 2018 17:09: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":"a11ed7c5-f2f7-4b9b-af42-4385a49eeadd","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T17:09:21Z","is_default":false,"provider:segmentation_id":10,"name":"NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:09:21Z","mtu":1450}} 2018-06-29 17:09:21,972 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-a8c70120-58a1-4b4e-898b-ffae868726ff 2018-06-29 17:09:21,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=a11ed7c5-f2f7-4b9b-af42-4385a49eeadd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09bf0b52a02754fb6590829794f9b12246662c50" 2018-06-29 17:09:22,227 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-baea9c28-d4a3-430f-945c-f719474d6715 Date: Fri, 29 Jun 2018 17:09:22 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"a11ed7c5-f2f7-4b9b-af42-4385a49eeadd","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T17:09:21Z","provider:segmentation_id":10,"name":"NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:09:21Z","provider:network_type":"vxlan"}]} 2018-06-29 17:09:22,227 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=a11ed7c5-f2f7-4b9b-af42-4385a49eeadd used request id req-baea9c28-d4a3-430f-945c-f719474d6715 2018-06-29 17:09:22,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=a11ed7c5-f2f7-4b9b-af42-4385a49eeadd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09bf0b52a02754fb6590829794f9b12246662c50" 2018-06-29 17:09:22,440 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-9b4f6a3e-ad6a-4628-884d-c4629817e141 Date: Fri, 29 Jun 2018 17:09:22 GMT RESP BODY: {"subnets":[]} 2018-06-29 17:09:22,441 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=a11ed7c5-f2f7-4b9b-af42-4385a49eeadd used request id req-9b4f6a3e-ad6a-4628-884d-c4629817e141 2018-06-29 17:09:22,441 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-subnet 2018-06-29 17:09:22,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09bf0b52a02754fb6590829794f9b12246662c50" -d '{"subnets": [{"ip_version": 4, "network_id": "a11ed7c5-f2f7-4b9b-af42-4385a49eeadd", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-subnet"}]}' 2018-06-29 17:09:23,130 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-13b57f81-396f-420b-bf22-6de572efcd34 Date: Fri, 29 Jun 2018 17:09:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a11ed7c5-f2f7-4b9b-af42-4385a49eeadd","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:09:22Z","dns_nameservers":[],"updated_at":"2018-06-29T17:09:22Z","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":"d375e46f6f2b472db41ca16f2fc59215","id":"39969161-2ccc-4cf4-a8ed-5dc21eae11d8","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-subnet"}]} 2018-06-29 17:09:23,130 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-13b57f81-396f-420b-bf22-6de572efcd34 2018-06-29 17:09:23,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=a11ed7c5-f2f7-4b9b-af42-4385a49eeadd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09bf0b52a02754fb6590829794f9b12246662c50" 2018-06-29 17:09:23,438 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-6fee61f7-bd9a-41af-96f2-0ed1b65b27ce Date: Fri, 29 Jun 2018 17:09:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a11ed7c5-f2f7-4b9b-af42-4385a49eeadd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["39969161-2ccc-4cf4-a8ed-5dc21eae11d8"],"description":"","tags":[],"updated_at":"2018-06-29T17:09:22Z","provider:segmentation_id":10,"name":"NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:09:21Z","provider:network_type":"vxlan"}]} 2018-06-29 17:09:23,439 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=a11ed7c5-f2f7-4b9b-af42-4385a49eeadd used request id req-6fee61f7-bd9a-41af-96f2-0ed1b65b27ce 2018-06-29 17:09:23,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=a11ed7c5-f2f7-4b9b-af42-4385a49eeadd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09bf0b52a02754fb6590829794f9b12246662c50" 2018-06-29 17:09:23,490 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-e8f24a49-cd32-4a21-9363-5fa30815111f Date: Fri, 29 Jun 2018 17:09:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a11ed7c5-f2f7-4b9b-af42-4385a49eeadd","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:09:22Z","dns_nameservers":[],"updated_at":"2018-06-29T17:09:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"39969161-2ccc-4cf4-a8ed-5dc21eae11d8","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-subnet"}]} 2018-06-29 17:09:23,490 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=a11ed7c5-f2f7-4b9b-af42-4385a49eeadd used request id req-e8f24a49-cd32-4a21-9363-5fa30815111f 2018-06-29 17:09:23,491 - OpenStackNetwork - DEBUG - Network [a11ed7c5-f2f7-4b9b-af42-4385a49eeadd] created successfully 2018-06-29 17:09:23,491 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:09:23,492 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:09:23,895 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:09:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["09tm1k2iSyGKsRmb_TaCfg"], "issued_at": "2018-06-29T17:09:23.000000Z"}} 2018-06-29 17:09:23,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}89c47a2b18755a55089411fa4650ce379e3e2f62" 2018-06-29 17:09:23,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:09:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-299a721d-ff66-4c7f-acb0-7611adcbde93 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:09:23,984 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-299a721d-ff66-4c7f-acb0-7611adcbde93 2018-06-29 17:09:23,985 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 17:09:23,990 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89c47a2b18755a55089411fa4650ce379e3e2f62" 2018-06-29 17:09:24,178 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:09:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-32dd09b0-1b19-4155-a3b7-4b625eaa9d5e x-compute-request-id: req-32dd09b0-1b19-4155-a3b7-4b625eaa9d5e Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-06-29 17:09:24,179 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-32dd09b0-1b19-4155-a3b7-4b625eaa9d5e 2018-06-29 17:09:24,182 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89c47a2b18755a55089411fa4650ce379e3e2f62" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-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 17:09:24,374 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:09: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-852f2a52-63fd-483c-b64e-07bf17c6720b x-compute-request-id: req-852f2a52-63fd-483c-b64e-07bf17c6720b Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"name": "NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-flavor", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/ef41c384-362a-4ca2-929c-4c31493c5c8f", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/ef41c384-362a-4ca2-929c-4c31493c5c8f", "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": "ef41c384-362a-4ca2-929c-4c31493c5c8f"}} 2018-06-29 17:09:24,374 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-852f2a52-63fd-483c-b64e-07bf17c6720b 2018-06-29 17:09:24,375 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:09:24,376 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:09:24,775 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:09:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["ChJN_9MESG6ClNEYcp4i7Q"], "issued_at": "2018-06-29T17:09:24.000000Z"}} 2018-06-29 17:09:24,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}be4275b71252aab1c10b0e99656e43232bf47bb2" 2018-06-29 17:09:24,874 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:09:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1214dc1-b57a-4f70-bb86-907130c4959c 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:09:24,874 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-b1214dc1-b57a-4f70-bb86-907130c4959c 2018-06-29 17:09:24,880 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be4275b71252aab1c10b0e99656e43232bf47bb2" 2018-06-29 17:09:25,120 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:09:24 GMT Server: Apache x-compute-request-id: req-852f8349-e28a-49bd-85ae-35ab89bfcec7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-852f8349-e28a-49bd-85ae-35ab89bfcec7 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-06-29 17:09:25,121 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/detail used request id req-852f8349-e28a-49bd-85ae-35ab89bfcec7 2018-06-29 17:09:25,124 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-852f8349-e28a-49bd-85ae-35ab89bfcec7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be4275b71252aab1c10b0e99656e43232bf47bb2" -d '{"volume": {"status": "creating", "backup_id": null, "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b", "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 17:09:25,706 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 17:09:25 GMT Server: Apache x-compute-request-id: req-141709d8-f23a-4ef0-b155-9b496317634d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-141709d8-f23a-4ef0-b155-9b496317634d Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "52a397aa2e1c435594f313aaae1020e1", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/942906b7-92cf-4b0e-9e6e-dd89aa9ec91c", "rel": "self"}, {"href": "http://172.30.9.30:8776/d375e46f6f2b472db41ca16f2fc59215/volumes/942906b7-92cf-4b0e-9e6e-dd89aa9ec91c", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-06-29T17:09:25.000000", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "942906b7-92cf-4b0e-9e6e-dd89aa9ec91c", "size": 1}} 2018-06-29 17:09:25,707 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes used request id req-141709d8-f23a-4ef0-b155-9b496317634d 2018-06-29 17:09:25,710 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/942906b7-92cf-4b0e-9e6e-dd89aa9ec91c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-852f8349-e28a-49bd-85ae-35ab89bfcec7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be4275b71252aab1c10b0e99656e43232bf47bb2" 2018-06-29 17:09:25,950 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:09:25 GMT Server: Apache x-compute-request-id: req-c886fa8d-18f9-437c-8587-9c1ec8447851 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c886fa8d-18f9-437c-8587-9c1ec8447851 Content-Encoding: gzip Content-Length: 521 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/942906b7-92cf-4b0e-9e6e-dd89aa9ec91c", "rel": "self"}, {"href": "http://172.30.9.30:8776/d375e46f6f2b472db41ca16f2fc59215/volumes/942906b7-92cf-4b0e-9e6e-dd89aa9ec91c", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-06-29T17:09:25.000000", "replication_status": null, "snapshot_id": null, "id": "942906b7-92cf-4b0e-9e6e-dd89aa9ec91c", "size": 1, "user_id": "52a397aa2e1c435594f313aaae1020e1", "os-vol-tenant-attr:tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "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-631614cc-f7d0-417d-b674-38601245e35b", "bootable": "false", "created_at": "2018-06-29T17:09:25.000000", "volume_type": null}} 2018-06-29 17:09:25,951 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/942906b7-92cf-4b0e-9e6e-dd89aa9ec91c used request id req-c886fa8d-18f9-437c-8587-9c1ec8447851 2018-06-29 17:09:25,951 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b 2018-06-29 17:09:25,954 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/942906b7-92cf-4b0e-9e6e-dd89aa9ec91c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-852f8349-e28a-49bd-85ae-35ab89bfcec7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be4275b71252aab1c10b0e99656e43232bf47bb2" 2018-06-29 17:09:26,185 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:09:25 GMT Server: Apache x-compute-request-id: req-57d700fd-a2bd-47ab-bec4-044db22317f8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-57d700fd-a2bd-47ab-bec4-044db22317f8 Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/942906b7-92cf-4b0e-9e6e-dd89aa9ec91c", "rel": "self"}, {"href": "http://172.30.9.30:8776/d375e46f6f2b472db41ca16f2fc59215/volumes/942906b7-92cf-4b0e-9e6e-dd89aa9ec91c", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-06-29T17:09:26.000000", "replication_status": null, "snapshot_id": null, "id": "942906b7-92cf-4b0e-9e6e-dd89aa9ec91c", "size": 1, "user_id": "52a397aa2e1c435594f313aaae1020e1", "os-vol-tenant-attr:tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "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-631614cc-f7d0-417d-b674-38601245e35b", "bootable": "false", "created_at": "2018-06-29T17:09:25.000000", "volume_type": null}} 2018-06-29 17:09:26,185 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/942906b7-92cf-4b0e-9e6e-dd89aa9ec91c used request id req-57d700fd-a2bd-47ab-bec4-044db22317f8 2018-06-29 17:09:26,185 - create_volume - DEBUG - Instance status is - available 2018-06-29 17:09:26,185 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b 2018-06-29 17:09:26,185 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b 2018-06-29 17:09:26,186 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:09:26,186 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:09:26,615 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:09:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["QiATZYerTBm1xFFv38Ja2g"], "issued_at": "2018-06-29T17:09:26.000000Z"}} 2018-06-29 17:09:26,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}1af931efcf8f3d85ecbaa8596f077428676a60bd" 2018-06-29 17:09:26,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:09:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5175d96a-afa0-4675-ac0a-76a040a4bfa3 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:09:26,707 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-5175d96a-afa0-4675-ac0a-76a040a4bfa3 2018-06-29 17:09:26,708 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 17:09:26,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}1af931efcf8f3d85ecbaa8596f077428676a60bd" 2018-06-29 17:09:26,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:09:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6641c911-6e0e-4937-8fae-5c01a650d245 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:09:26,796 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-6641c911-6e0e-4937-8fae-5c01a650d245 2018-06-29 17:09:26,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1af931efcf8f3d85ecbaa8596f077428676a60bd" 2018-06-29 17:09:27,056 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-6dd0b6f3-e31c-4157-ad36-d3fc73ea6b59 Date: Fri, 29 Jun 2018 17:09:27 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a11ed7c5-f2f7-4b9b-af42-4385a49eeadd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["39969161-2ccc-4cf4-a8ed-5dc21eae11d8"],"description":"","tags":[],"updated_at":"2018-06-29T17:09:22Z","provider:segmentation_id":10,"name":"NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:09:21Z","provider:network_type":"vxlan"}]} 2018-06-29 17:09:27,056 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-net used request id req-6dd0b6f3-e31c-4157-ad36-d3fc73ea6b59 2018-06-29 17:09:27,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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 17:09:27,064 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 17:09: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 17:09:27,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1af931efcf8f3d85ecbaa8596f077428676a60bd" 2018-06-29 17:09:27,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:09:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec19c104-04b0-4791-9541-5e7fd0adab84 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.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}} 2018-06-29 17:09:27,159 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 used request id req-ec19c104-04b0-4791-9541-5e7fd0adab84 2018-06-29 17:09:27,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=a11ed7c5-f2f7-4b9b-af42-4385a49eeadd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1af931efcf8f3d85ecbaa8596f077428676a60bd" 2018-06-29 17:09:27,384 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-13647c76-e73a-43b4-a12e-cbbe4c4597fc Date: Fri, 29 Jun 2018 17:09:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a11ed7c5-f2f7-4b9b-af42-4385a49eeadd","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:09:22Z","dns_nameservers":[],"updated_at":"2018-06-29T17:09:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"39969161-2ccc-4cf4-a8ed-5dc21eae11d8","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-subnet"}]} 2018-06-29 17:09:27,385 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=a11ed7c5-f2f7-4b9b-af42-4385a49eeadd used request id req-13647c76-e73a-43b4-a12e-cbbe4c4597fc 2018-06-29 17:09:27,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=a11ed7c5-f2f7-4b9b-af42-4385a49eeadd&name=NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1af931efcf8f3d85ecbaa8596f077428676a60bd" 2018-06-29 17:09:27,693 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-9d715d74-581f-41c9-8700-a25339608506 Date: Fri, 29 Jun 2018 17:09:27 GMT RESP BODY: {"ports":[]} 2018-06-29 17:09:27,694 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=a11ed7c5-f2f7-4b9b-af42-4385a49eeadd&name=NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-port&admin_state_up=True used request id req-9d715d74-581f-41c9-8700-a25339608506 2018-06-29 17:09:27,697 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1af931efcf8f3d85ecbaa8596f077428676a60bd" 2018-06-29 17:09:28,096 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:09:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6a31c00e-b016-4c61-a40e-35130aff04e5 x-compute-request-id: req-6a31c00e-b016-4c61-a40e-35130aff04e5 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-06-29 17:09:28,096 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-vm_inst used request id req-6a31c00e-b016-4c61-a40e-35130aff04e5 2018-06-29 17:09:28,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1af931efcf8f3d85ecbaa8596f077428676a60bd" 2018-06-29 17:09:28,451 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-4d9c4946-9786-4b62-8a38-dda59451548b Date: Fri, 29 Jun 2018 17:09:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a11ed7c5-f2f7-4b9b-af42-4385a49eeadd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["39969161-2ccc-4cf4-a8ed-5dc21eae11d8"],"description":"","tags":[],"updated_at":"2018-06-29T17:09:22Z","provider:segmentation_id":10,"name":"NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:09:21Z","provider:network_type":"vxlan"}]} 2018-06-29 17:09:28,452 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-net used request id req-4d9c4946-9786-4b62-8a38-dda59451548b 2018-06-29 17:09:28,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1af931efcf8f3d85ecbaa8596f077428676a60bd" 2018-06-29 17:09:28,548 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:09:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30b2d403-58a2-4393-8c2d-ec90a59a285a 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.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}} 2018-06-29 17:09:28,548 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 used request id req-30b2d403-58a2-4393-8c2d-ec90a59a285a 2018-06-29 17:09:28,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=a11ed7c5-f2f7-4b9b-af42-4385a49eeadd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1af931efcf8f3d85ecbaa8596f077428676a60bd" 2018-06-29 17:09:28,772 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-f2f8a7ee-8c7f-47cd-a3d9-9af1a4b73c6c Date: Fri, 29 Jun 2018 17:09:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a11ed7c5-f2f7-4b9b-af42-4385a49eeadd","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:09:22Z","dns_nameservers":[],"updated_at":"2018-06-29T17:09:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"39969161-2ccc-4cf4-a8ed-5dc21eae11d8","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-subnet"}]} 2018-06-29 17:09:28,772 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=a11ed7c5-f2f7-4b9b-af42-4385a49eeadd used request id req-f2f8a7ee-8c7f-47cd-a3d9-9af1a4b73c6c 2018-06-29 17:09:28,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=a11ed7c5-f2f7-4b9b-af42-4385a49eeadd&name=NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1af931efcf8f3d85ecbaa8596f077428676a60bd" 2018-06-29 17:09:28,972 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-8a1ec0fb-b915-45b7-841b-693a3906b53a Date: Fri, 29 Jun 2018 17:09:28 GMT RESP BODY: {"ports":[]} 2018-06-29 17:09:28,972 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=a11ed7c5-f2f7-4b9b-af42-4385a49eeadd&name=NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-port&admin_state_up=True used request id req-8a1ec0fb-b915-45b7-841b-693a3906b53a 2018-06-29 17:09:28,973 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:09:28,974 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:09:29,370 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:09:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["naRV9YmeR_iHQ2i3l0kZtA"], "issued_at": "2018-06-29T17:09:29.000000Z"}} 2018-06-29 17:09:29,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}618c7069b41abe6f73deff1c78b131fc6507f2a7" 2018-06-29 17:09:29,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:09:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15ded491-bde2-4cf9-b8a7-277d45741075 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:09:29,465 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-15ded491-bde2-4cf9-b8a7-277d45741075 2018-06-29 17:09:29,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1af931efcf8f3d85ecbaa8596f077428676a60bd" 2018-06-29 17:09:29,903 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-5b5218c5-ff6c-4455-a17a-0ab53576d6fe Date: Fri, 29 Jun 2018 17:09:29 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a11ed7c5-f2f7-4b9b-af42-4385a49eeadd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["39969161-2ccc-4cf4-a8ed-5dc21eae11d8"],"description":"","tags":[],"updated_at":"2018-06-29T17:09:22Z","provider:segmentation_id":10,"name":"NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:09:21Z","provider:network_type":"vxlan"}]} 2018-06-29 17:09:29,904 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-net used request id req-5b5218c5-ff6c-4455-a17a-0ab53576d6fe 2018-06-29 17:09:29,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=a11ed7c5-f2f7-4b9b-af42-4385a49eeadd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1af931efcf8f3d85ecbaa8596f077428676a60bd" 2018-06-29 17:09:30,105 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-a0d6679e-8469-4e9f-b375-d8f84d60b547 Date: Fri, 29 Jun 2018 17:09:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a11ed7c5-f2f7-4b9b-af42-4385a49eeadd","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:09:22Z","dns_nameservers":[],"updated_at":"2018-06-29T17:09:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"39969161-2ccc-4cf4-a8ed-5dc21eae11d8","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-subnet"}]} 2018-06-29 17:09:30,105 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=a11ed7c5-f2f7-4b9b-af42-4385a49eeadd used request id req-a0d6679e-8469-4e9f-b375-d8f84d60b547 2018-06-29 17:09:30,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1af931efcf8f3d85ecbaa8596f077428676a60bd" 2018-06-29 17:09:30,368 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-abe933e5-85ae-4c6e-8cf1-de840fdfef00 Date: Fri, 29 Jun 2018 17:09:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a11ed7c5-f2f7-4b9b-af42-4385a49eeadd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["39969161-2ccc-4cf4-a8ed-5dc21eae11d8"],"description":"","tags":[],"updated_at":"2018-06-29T17:09:22Z","provider:segmentation_id":10,"name":"NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:09:21Z","provider:network_type":"vxlan"}]} 2018-06-29 17:09:30,368 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-net used request id req-abe933e5-85ae-4c6e-8cf1-de840fdfef00 2018-06-29 17:09:30,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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 17:09:30,378 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 17:09: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 17:09:30,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}618c7069b41abe6f73deff1c78b131fc6507f2a7" 2018-06-29 17:09:30,483 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:09:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08cf5f4e-7b03-4697-86fe-fe5e4bcbd0ca 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.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}} 2018-06-29 17:09:30,483 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 used request id req-08cf5f4e-7b03-4697-86fe-fe5e4bcbd0ca 2018-06-29 17:09:30,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=a11ed7c5-f2f7-4b9b-af42-4385a49eeadd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1af931efcf8f3d85ecbaa8596f077428676a60bd" 2018-06-29 17:09:30,716 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-1eb87c85-76d7-4871-9ec4-54ac10b8ef6d Date: Fri, 29 Jun 2018 17:09:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a11ed7c5-f2f7-4b9b-af42-4385a49eeadd","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:09:22Z","dns_nameservers":[],"updated_at":"2018-06-29T17:09:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"39969161-2ccc-4cf4-a8ed-5dc21eae11d8","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-subnet"}]} 2018-06-29 17:09:30,716 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=a11ed7c5-f2f7-4b9b-af42-4385a49eeadd used request id req-1eb87c85-76d7-4871-9ec4-54ac10b8ef6d 2018-06-29 17:09:30,717 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-net 2018-06-29 17:09:30,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1af931efcf8f3d85ecbaa8596f077428676a60bd" -d '{"port": {"network_id": "a11ed7c5-f2f7-4b9b-af42-4385a49eeadd", "name": "NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-port", "admin_state_up": true}}' 2018-06-29 17:09:31,839 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 858 X-Openstack-Request-Id: req-be2356a7-a02a-4323-8d1c-193f00e4cbf8 Date: Fri, 29 Jun 2018 17:09:31 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:09:30Z","device_owner":"","revision_number":1,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"39969161-2ccc-4cf4-a8ed-5dc21eae11d8","ip_address":"10.55.0.7"}],"id":"140d9ec4-a3ba-461f-ae03-a3547365ec16","security_groups":["80203172-2d27-4ac0-ba1b-ce925c9da636"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:d6:03:10","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-port","admin_state_up":true,"network_id":"a11ed7c5-f2f7-4b9b-af42-4385a49eeadd","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:09:30Z","binding:vnic_type":"normal"}} 2018-06-29 17:09:31,840 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-be2356a7-a02a-4323-8d1c-193f00e4cbf8 2018-06-29 17:09:31,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1af931efcf8f3d85ecbaa8596f077428676a60bd" 2018-06-29 17:09:32,099 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-8b3a1e0d-399e-4589-8ec2-36415827f69b Date: Fri, 29 Jun 2018 17:09:32 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a11ed7c5-f2f7-4b9b-af42-4385a49eeadd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["39969161-2ccc-4cf4-a8ed-5dc21eae11d8"],"description":"","tags":[],"updated_at":"2018-06-29T17:09:22Z","provider:segmentation_id":10,"name":"NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:09:21Z","provider:network_type":"vxlan"}]} 2018-06-29 17:09:32,099 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-net used request id req-8b3a1e0d-399e-4589-8ec2-36415827f69b 2018-06-29 17:09:32,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1af931efcf8f3d85ecbaa8596f077428676a60bd" 2018-06-29 17:09:32,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:09:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff225e19-ab0b-4b82-88f1-650cd239c03f 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.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}} 2018-06-29 17:09:32,200 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 used request id req-ff225e19-ab0b-4b82-88f1-650cd239c03f 2018-06-29 17:09:32,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=a11ed7c5-f2f7-4b9b-af42-4385a49eeadd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1af931efcf8f3d85ecbaa8596f077428676a60bd" 2018-06-29 17:09:32,450 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-9900d2af-3228-4003-a00f-699e214149ed Date: Fri, 29 Jun 2018 17:09:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a11ed7c5-f2f7-4b9b-af42-4385a49eeadd","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:09:22Z","dns_nameservers":[],"updated_at":"2018-06-29T17:09:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"39969161-2ccc-4cf4-a8ed-5dc21eae11d8","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-subnet"}]} 2018-06-29 17:09:32,450 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=a11ed7c5-f2f7-4b9b-af42-4385a49eeadd used request id req-9900d2af-3228-4003-a00f-699e214149ed 2018-06-29 17:09:32,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=a11ed7c5-f2f7-4b9b-af42-4385a49eeadd&name=NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1af931efcf8f3d85ecbaa8596f077428676a60bd" 2018-06-29 17:09:32,500 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 861 X-Openstack-Request-Id: req-586c9c07-cdec-41b8-9fec-0c646e4d15b3 Date: Fri, 29 Jun 2018 17:09:32 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:09:30Z","device_owner":"","revision_number":1,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"39969161-2ccc-4cf4-a8ed-5dc21eae11d8","ip_address":"10.55.0.7"}],"id":"140d9ec4-a3ba-461f-ae03-a3547365ec16","security_groups":["80203172-2d27-4ac0-ba1b-ce925c9da636"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:d6:03:10","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-port","admin_state_up":true,"network_id":"a11ed7c5-f2f7-4b9b-af42-4385a49eeadd","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:09:30Z","binding:vnic_type":"normal"}]} 2018-06-29 17:09:32,500 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=a11ed7c5-f2f7-4b9b-af42-4385a49eeadd&name=NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-port&admin_state_up=True used request id req-586c9c07-cdec-41b8-9fec-0c646e4d15b3 2018-06-29 17:09:32,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1af931efcf8f3d85ecbaa8596f077428676a60bd" 2018-06-29 17:09:32,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:09:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a95cad33-61f1-4931-b37d-a47b384756b4 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.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}} 2018-06-29 17:09:32,594 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 used request id req-a95cad33-61f1-4931-b37d-a47b384756b4 2018-06-29 17:09:32,595 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-vm_inst 2018-06-29 17:09:32,598 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1af931efcf8f3d85ecbaa8596f077428676a60bd" 2018-06-29 17:09:32,621 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:09: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-f483eeae-fa13-4f71-8b27-3d5deb9d61b7 x-compute-request-id: req-f483eeae-fa13-4f71-8b27-3d5deb9d61b7 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"flavors": [{"id": "ef41c384-362a-4ca2-929c-4c31493c5c8f", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/ef41c384-362a-4ca2-929c-4c31493c5c8f", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/ef41c384-362a-4ca2-929c-4c31493c5c8f", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-flavor"}]} 2018-06-29 17:09:32,621 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-f483eeae-fa13-4f71-8b27-3d5deb9d61b7 2018-06-29 17:09:32,624 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/ef41c384-362a-4ca2-929c-4c31493c5c8f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1af931efcf8f3d85ecbaa8596f077428676a60bd" 2018-06-29 17:09:32,646 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:09: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-572c4f20-8e2c-444d-98f2-0ef771626e99 x-compute-request-id: req-572c4f20-8e2c-444d-98f2-0ef771626e99 Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"name": "NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-flavor", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/ef41c384-362a-4ca2-929c-4c31493c5c8f", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/ef41c384-362a-4ca2-929c-4c31493c5c8f", "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": "ef41c384-362a-4ca2-929c-4c31493c5c8f"}} 2018-06-29 17:09:32,646 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/ef41c384-362a-4ca2-929c-4c31493c5c8f used request id req-572c4f20-8e2c-444d-98f2-0ef771626e99 2018-06-29 17:09:32,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1af931efcf8f3d85ecbaa8596f077428676a60bd" 2018-06-29 17:09:32,838 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-5e9d046e-4e9b-4346-8e7f-c6b05db2983c Date: Fri, 29 Jun 2018 17:09:32 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-image", "tags": [], "container_format": "bare", "created_at": "2018-06-29T17:09:19Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-06-29T17:09:20Z", "visibility": "shared", "locations": [{"url": "rbd://0e8aacea-dc23-4cff-98e1-fd5fa38d6bcf/images/7a70b115-5a38-47b3-9214-d56a9ca41ceb/snap", "metadata": {}}], "self": "/v2/images/7a70b115-5a38-47b3-9214-d56a9ca41ceb", "min_disk": 0, "protected": false, "id": "7a70b115-5a38-47b3-9214-d56a9ca41ceb", "file": "/v2/images/7a70b115-5a38-47b3-9214-d56a9ca41ceb/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d375e46f6f2b472db41ca16f2fc59215", "direct_url": "rbd://0e8aacea-dc23-4cff-98e1-fd5fa38d6bcf/images/7a70b115-5a38-47b3-9214-d56a9ca41ceb/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-image"} 2018-06-29 17:09:32,838 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-image used request id req-5e9d046e-4e9b-4346-8e7f-c6b05db2983c 2018-06-29 17:09:32,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1af931efcf8f3d85ecbaa8596f077428676a60bd" 2018-06-29 17:09:33,021 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-e33d053b-6050-4f7e-b956-7fa18dc92f0d Date: Fri, 29 Jun 2018 17:09:33 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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 17:09:33,022 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-e33d053b-6050-4f7e-b956-7fa18dc92f0d 2018-06-29 17:09:33,027 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1af931efcf8f3d85ecbaa8596f077428676a60bd" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-vm_inst", "imageRef": "7a70b115-5a38-47b3-9214-d56a9ca41ceb", "flavorRef": "ef41c384-362a-4ca2-929c-4c31493c5c8f", "max_count": 1, "min_count": 1, "networks": [{"port": "140d9ec4-a3ba-461f-ae03-a3547365ec16"}]}}' 2018-06-29 17:09:36,187 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 17:09:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3565e2af-17e6-4c62-a5ea-fcd628aebad2 x-compute-request-id: req-3565e2af-17e6-4c62-a5ea-fcd628aebad2 Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/c6595799-4513-4d90-991e-56c7b3defc50 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "c6595799-4513-4d90-991e-56c7b3defc50", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c6595799-4513-4d90-991e-56c7b3defc50", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c6595799-4513-4d90-991e-56c7b3defc50", "rel": "bookmark"}], "adminPass": "eN9FvVD97KeE"}} 2018-06-29 17:09:36,187 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-3565e2af-17e6-4c62-a5ea-fcd628aebad2 2018-06-29 17:09:36,190 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/c6595799-4513-4d90-991e-56c7b3defc50 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1af931efcf8f3d85ecbaa8596f077428676a60bd" 2018-06-29 17:09:36,594 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:09: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-ea09f268-3a0e-4a8d-bc49-d67b92b99f9a x-compute-request-id: req-ea09f268-3a0e-4a8d-bc49-d67b92b99f9a Content-Encoding: gzip Content-Length: 648 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c6595799-4513-4d90-991e-56c7b3defc50", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c6595799-4513-4d90-991e-56c7b3defc50", "rel": "bookmark"}], "image": {"id": "7a70b115-5a38-47b3-9214-d56a9ca41ceb", "links": [{"href": "http://172.30.9.30:8774/images/7a70b115-5a38-47b3-9214-d56a9ca41ceb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ef41c384-362a-4ca2-929c-4c31493c5c8f", "links": [{"href": "http://172.30.9.30:8774/flavors/ef41c384-362a-4ca2-929c-4c31493c5c8f", "rel": "bookmark"}]}, "id": "c6595799-4513-4d90-991e-56c7b3defc50", "user_id": "52a397aa2e1c435594f313aaae1020e1", "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-29T17:09:36Z", "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-631614cc-f7d0-417d-b674-38601245e35b-vm_inst", "created": "2018-06-29T17:09:36Z", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 17:09:36,594 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c6595799-4513-4d90-991e-56c7b3defc50 used request id req-ea09f268-3a0e-4a8d-bc49-d67b92b99f9a 2018-06-29 17:09:36,595 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-vm_inst 2018-06-29 17:09:36,597 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/c6595799-4513-4d90-991e-56c7b3defc50 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1af931efcf8f3d85ecbaa8596f077428676a60bd" 2018-06-29 17:09:36,844 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:09: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-9299db8b-8b41-4a5d-b3a7-505b93581176 x-compute-request-id: req-9299db8b-8b41-4a5d-b3a7-505b93581176 Content-Encoding: gzip Content-Length: 648 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c6595799-4513-4d90-991e-56c7b3defc50", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c6595799-4513-4d90-991e-56c7b3defc50", "rel": "bookmark"}], "image": {"id": "7a70b115-5a38-47b3-9214-d56a9ca41ceb", "links": [{"href": "http://172.30.9.30:8774/images/7a70b115-5a38-47b3-9214-d56a9ca41ceb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ef41c384-362a-4ca2-929c-4c31493c5c8f", "links": [{"href": "http://172.30.9.30:8774/flavors/ef41c384-362a-4ca2-929c-4c31493c5c8f", "rel": "bookmark"}]}, "id": "c6595799-4513-4d90-991e-56c7b3defc50", "user_id": "52a397aa2e1c435594f313aaae1020e1", "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-29T17:09:36Z", "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-631614cc-f7d0-417d-b674-38601245e35b-vm_inst", "created": "2018-06-29T17:09:36Z", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 17:09:36,844 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c6595799-4513-4d90-991e-56c7b3defc50 used request id req-9299db8b-8b41-4a5d-b3a7-505b93581176 2018-06-29 17:09:36,844 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-vm_inst] is - BUILD 2018-06-29 17:09:36,845 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-06-29 17:09:39,848 - create_instance - DEBUG - VM status query timeout in 896.747111082 2018-06-29 17:09:39,851 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/c6595799-4513-4d90-991e-56c7b3defc50 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1af931efcf8f3d85ecbaa8596f077428676a60bd" 2018-06-29 17:09:40,641 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:09: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-eab3c410-8859-4fc4-948b-7255398f4543 x-compute-request-id: req-eab3c410-8859-4fc4-948b-7255398f4543 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.30:8774/v2.1/servers/c6595799-4513-4d90-991e-56c7b3defc50", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c6595799-4513-4d90-991e-56c7b3defc50", "rel": "bookmark"}], "image": {"id": "7a70b115-5a38-47b3-9214-d56a9ca41ceb", "links": [{"href": "http://172.30.9.30:8774/images/7a70b115-5a38-47b3-9214-d56a9ca41ceb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ef41c384-362a-4ca2-929c-4c31493c5c8f", "links": [{"href": "http://172.30.9.30:8774/flavors/ef41c384-362a-4ca2-929c-4c31493c5c8f", "rel": "bookmark"}]}, "id": "c6595799-4513-4d90-991e-56c7b3defc50", "security_groups": [{"name": "default"}], "user_id": "52a397aa2e1c435594f313aaae1020e1", "OS-DCF: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-29T17:09:39Z", "hostId": "fe4b6a584f9cd944814267acc8ec1e49614b8a92bc6474b77f1e86a4", "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-631614cc-f7d0-417d-b674-38601245e35b-vm_inst", "created": "2018-06-29T17:09:36Z", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 17:09:40,642 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c6595799-4513-4d90-991e-56c7b3defc50 used request id req-eab3c410-8859-4fc4-948b-7255398f4543 2018-06-29 17:09:40,642 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-vm_inst] is - BUILD 2018-06-29 17:09:40,642 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-06-29 17:09:43,645 - create_instance - DEBUG - VM status query timeout in 892.949460983 2018-06-29 17:09:43,649 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/c6595799-4513-4d90-991e-56c7b3defc50 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1af931efcf8f3d85ecbaa8596f077428676a60bd" 2018-06-29 17:09:44,452 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:09: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-05dcc955-86a3-49b2-b1a3-4c9c0e6556ce x-compute-request-id: req-05dcc955-86a3-49b2-b1a3-4c9c0e6556ce Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:03:10", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c6595799-4513-4d90-991e-56c7b3defc50", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c6595799-4513-4d90-991e-56c7b3defc50", "rel": "bookmark"}], "image": {"id": "7a70b115-5a38-47b3-9214-d56a9ca41ceb", "links": [{"href": "http://172.30.9.30:8774/images/7a70b115-5a38-47b3-9214-d56a9ca41ceb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ef41c384-362a-4ca2-929c-4c31493c5c8f", "links": [{"href": "http://172.30.9.30:8774/flavors/ef41c384-362a-4ca2-929c-4c31493c5c8f", "rel": "bookmark"}]}, "id": "c6595799-4513-4d90-991e-56c7b3defc50", "security_groups": [{"name": "default"}], "user_id": "52a397aa2e1c435594f313aaae1020e1", "OS-DCF: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-29T17:09:39Z", "hostId": "fe4b6a584f9cd944814267acc8ec1e49614b8a92bc6474b77f1e86a4", "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-631614cc-f7d0-417d-b674-38601245e35b-vm_inst", "created": "2018-06-29T17:09:36Z", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 17:09:44,452 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c6595799-4513-4d90-991e-56c7b3defc50 used request id req-05dcc955-86a3-49b2-b1a3-4c9c0e6556ce 2018-06-29 17:09:44,453 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-vm_inst] is - BUILD 2018-06-29 17:09:44,453 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-06-29 17:09:47,456 - create_instance - DEBUG - VM status query timeout in 889.138735056 2018-06-29 17:09:47,459 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/c6595799-4513-4d90-991e-56c7b3defc50 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1af931efcf8f3d85ecbaa8596f077428676a60bd" 2018-06-29 17:09:47,970 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:09: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-7ebbd3dd-fb07-4ae4-8353-24ac8772dda2 x-compute-request-id: req-7ebbd3dd-fb07-4ae4-8353-24ac8772dda2 Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:03:10", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c6595799-4513-4d90-991e-56c7b3defc50", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c6595799-4513-4d90-991e-56c7b3defc50", "rel": "bookmark"}], "image": {"id": "7a70b115-5a38-47b3-9214-d56a9ca41ceb", "links": [{"href": "http://172.30.9.30:8774/images/7a70b115-5a38-47b3-9214-d56a9ca41ceb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2018-06-29T17:01:41.000000", "flavor": {"id": "ef41c384-362a-4ca2-929c-4c31493c5c8f", "links": [{"href": "http://172.30.9.30:8774/flavors/ef41c384-362a-4ca2-929c-4c31493c5c8f", "rel": "bookmark"}]}, "id": "c6595799-4513-4d90-991e-56c7b3defc50", "security_groups": [{"name": "default"}], "user_id": "52a397aa2e1c435594f313aaae1020e1", "OS-DCF: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-29T17:09:44Z", "hostId": "fe4b6a584f9cd944814267acc8ec1e49614b8a92bc6474b77f1e86a4", "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-631614cc-f7d0-417d-b674-38601245e35b-vm_inst", "created": "2018-06-29T17:09:36Z", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 17:09:47,970 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c6595799-4513-4d90-991e-56c7b3defc50 used request id req-7ebbd3dd-fb07-4ae4-8353-24ac8772dda2 2018-06-29 17:09:47,970 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-vm_inst] is - ACTIVE 2018-06-29 17:09:47,970 - create_instance - INFO - VM is - ACTIVE 2018-06-29 17:09:47,972 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/c6595799-4513-4d90-991e-56c7b3defc50 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1af931efcf8f3d85ecbaa8596f077428676a60bd" 2018-06-29 17:09:48,481 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:09: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-442f3a47-0369-4c51-924f-134c38d22e96 x-compute-request-id: req-442f3a47-0369-4c51-924f-134c38d22e96 Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:03:10", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c6595799-4513-4d90-991e-56c7b3defc50", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c6595799-4513-4d90-991e-56c7b3defc50", "rel": "bookmark"}], "image": {"id": "7a70b115-5a38-47b3-9214-d56a9ca41ceb", "links": [{"href": "http://172.30.9.30:8774/images/7a70b115-5a38-47b3-9214-d56a9ca41ceb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2018-06-29T17:01:41.000000", "flavor": {"id": "ef41c384-362a-4ca2-929c-4c31493c5c8f", "links": [{"href": "http://172.30.9.30:8774/flavors/ef41c384-362a-4ca2-929c-4c31493c5c8f", "rel": "bookmark"}]}, "id": "c6595799-4513-4d90-991e-56c7b3defc50", "security_groups": [{"name": "default"}], "user_id": "52a397aa2e1c435594f313aaae1020e1", "OS-DCF: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-29T17:09:44Z", "hostId": "fe4b6a584f9cd944814267acc8ec1e49614b8a92bc6474b77f1e86a4", "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-631614cc-f7d0-417d-b674-38601245e35b-vm_inst", "created": "2018-06-29T17:09:36Z", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 17:09:48,481 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c6595799-4513-4d90-991e-56c7b3defc50 used request id req-442f3a47-0369-4c51-924f-134c38d22e96 2018-06-29 17:09:48,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1af931efcf8f3d85ecbaa8596f077428676a60bd" 2018-06-29 17:09:48,747 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-ac3e79f0-3b92-403f-8276-125051fe566e Date: Fri, 29 Jun 2018 17:09:48 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a11ed7c5-f2f7-4b9b-af42-4385a49eeadd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["39969161-2ccc-4cf4-a8ed-5dc21eae11d8"],"description":"","tags":[],"updated_at":"2018-06-29T17:09:22Z","provider:segmentation_id":10,"name":"NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:09:21Z","provider:network_type":"vxlan"}]} 2018-06-29 17:09:48,747 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-net used request id req-ac3e79f0-3b92-403f-8276-125051fe566e 2018-06-29 17:09:48,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1af931efcf8f3d85ecbaa8596f077428676a60bd" 2018-06-29 17:09:48,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:09:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae92c74d-cdbc-451f-a4dd-c84e9e6ddd05 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.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}} 2018-06-29 17:09:48,850 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 used request id req-ae92c74d-cdbc-451f-a4dd-c84e9e6ddd05 2018-06-29 17:09:48,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=a11ed7c5-f2f7-4b9b-af42-4385a49eeadd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1af931efcf8f3d85ecbaa8596f077428676a60bd" 2018-06-29 17:09:49,002 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-16217585-a073-4bf8-99a9-1a46cbd706a8 Date: Fri, 29 Jun 2018 17:09:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a11ed7c5-f2f7-4b9b-af42-4385a49eeadd","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:09:22Z","dns_nameservers":[],"updated_at":"2018-06-29T17:09:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"39969161-2ccc-4cf4-a8ed-5dc21eae11d8","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-subnet"}]} 2018-06-29 17:09:49,003 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=a11ed7c5-f2f7-4b9b-af42-4385a49eeadd used request id req-16217585-a073-4bf8-99a9-1a46cbd706a8 2018-06-29 17:09:49,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=a11ed7c5-f2f7-4b9b-af42-4385a49eeadd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1af931efcf8f3d85ecbaa8596f077428676a60bd" 2018-06-29 17:09:49,053 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-7fd18fd4-ec7c-437f-bf8f-615671e8a58d Date: Fri, 29 Jun 2018 17:09:49 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:09:44Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"39969161-2ccc-4cf4-a8ed-5dc21eae11d8","ip_address":"10.55.0.7"}],"id":"140d9ec4-a3ba-461f-ae03-a3547365ec16","security_groups":["80203172-2d27-4ac0-ba1b-ce925c9da636"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d6:03:10","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"c6595799-4513-4d90-991e-56c7b3defc50","name":"NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-port","admin_state_up":true,"network_id":"a11ed7c5-f2f7-4b9b-af42-4385a49eeadd","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:09:30Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:09:27Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"39969161-2ccc-4cf4-a8ed-5dc21eae11d8","ip_address":"10.55.0.4"}],"id":"16a360d8-e132-4343-90a9-ba80772d7ee9","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:01:07:ef","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a11ed7c5-f2f7-4b9b-af42-4385a49eeadd","name":"","admin_state_up":true,"network_id":"a11ed7c5-f2f7-4b9b-af42-4385a49eeadd","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:09:24Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:09:26Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"39969161-2ccc-4cf4-a8ed-5dc21eae11d8","ip_address":"10.55.0.3"}],"id":"3daee4be-e098-4048-ad61-74984105b62c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:05:ca:00","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a11ed7c5-f2f7-4b9b-af42-4385a49eeadd","name":"","admin_state_up":true,"network_id":"a11ed7c5-f2f7-4b9b-af42-4385a49eeadd","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:09:23Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:09:25Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"39969161-2ccc-4cf4-a8ed-5dc21eae11d8","ip_address":"10.55.0.2"}],"id":"e70d3ef2-ebf6-4df9-bd27-ecb5359ee2b4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a7:3e:a8","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a11ed7c5-f2f7-4b9b-af42-4385a49eeadd","name":"","admin_state_up":true,"network_id":"a11ed7c5-f2f7-4b9b-af42-4385a49eeadd","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:09:23Z","binding:vnic_type":"normal"}]} 2018-06-29 17:09:49,054 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=a11ed7c5-f2f7-4b9b-af42-4385a49eeadd used request id req-7fd18fd4-ec7c-437f-bf8f-615671e8a58d 2018-06-29 17:09:49,054 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:09:49,474 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:09:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["VcH1Oo8fR7CDkcz7cA4eEw"], "issued_at": "2018-06-29T17:09:49.000000Z"}} 2018-06-29 17:09:49,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}337199ca8372ef2a6cd12e6be710c70e3d271703" 2018-06-29 17:09:49,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:09:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44474d00-7bd0-441c-b474-65753caafce6 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:09:49,562 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-44474d00-7bd0-441c-b474-65753caafce6 2018-06-29 17:09:49,566 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/c6595799-4513-4d90-991e-56c7b3defc50 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1af931efcf8f3d85ecbaa8596f077428676a60bd" 2018-06-29 17:09:50,248 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:09: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-0f888572-68c5-4bbf-9a14-456f7dede7a6 x-compute-request-id: req-0f888572-68c5-4bbf-9a14-456f7dede7a6 Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:03:10", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c6595799-4513-4d90-991e-56c7b3defc50", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c6595799-4513-4d90-991e-56c7b3defc50", "rel": "bookmark"}], "image": {"id": "7a70b115-5a38-47b3-9214-d56a9ca41ceb", "links": [{"href": "http://172.30.9.30:8774/images/7a70b115-5a38-47b3-9214-d56a9ca41ceb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2018-06-29T17:01:41.000000", "flavor": {"id": "ef41c384-362a-4ca2-929c-4c31493c5c8f", "links": [{"href": "http://172.30.9.30:8774/flavors/ef41c384-362a-4ca2-929c-4c31493c5c8f", "rel": "bookmark"}]}, "id": "c6595799-4513-4d90-991e-56c7b3defc50", "security_groups": [{"name": "default"}], "user_id": "52a397aa2e1c435594f313aaae1020e1", "OS-DCF: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-29T17:09:44Z", "hostId": "fe4b6a584f9cd944814267acc8ec1e49614b8a92bc6474b77f1e86a4", "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-631614cc-f7d0-417d-b674-38601245e35b-vm_inst", "created": "2018-06-29T17:09:36Z", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 17:09:50,249 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c6595799-4513-4d90-991e-56c7b3defc50 used request id req-0f888572-68c5-4bbf-9a14-456f7dede7a6 2018-06-29 17:09:50,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1af931efcf8f3d85ecbaa8596f077428676a60bd" 2018-06-29 17:09:50,339 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-ba5ea8f3-5046-4d04-aa20-eccde2b3bcfa Date: Fri, 29 Jun 2018 17:09:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a11ed7c5-f2f7-4b9b-af42-4385a49eeadd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["39969161-2ccc-4cf4-a8ed-5dc21eae11d8"],"description":"","tags":[],"updated_at":"2018-06-29T17:09:22Z","provider:segmentation_id":10,"name":"NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:09:21Z","provider:network_type":"vxlan"}]} 2018-06-29 17:09:50,339 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-net used request id req-ba5ea8f3-5046-4d04-aa20-eccde2b3bcfa 2018-06-29 17:09:50,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1af931efcf8f3d85ecbaa8596f077428676a60bd" 2018-06-29 17:09:50,440 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:09:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-906500a3-9f5b-4e61-957b-c88ae8929500 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.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}} 2018-06-29 17:09:50,441 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 used request id req-906500a3-9f5b-4e61-957b-c88ae8929500 2018-06-29 17:09:50,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=a11ed7c5-f2f7-4b9b-af42-4385a49eeadd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1af931efcf8f3d85ecbaa8596f077428676a60bd" 2018-06-29 17:09:50,502 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-cd93f2a5-82b8-43b8-8473-62a22044c3a6 Date: Fri, 29 Jun 2018 17:09:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a11ed7c5-f2f7-4b9b-af42-4385a49eeadd","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:09:22Z","dns_nameservers":[],"updated_at":"2018-06-29T17:09:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"39969161-2ccc-4cf4-a8ed-5dc21eae11d8","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-subnet"}]} 2018-06-29 17:09:50,502 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=a11ed7c5-f2f7-4b9b-af42-4385a49eeadd used request id req-cd93f2a5-82b8-43b8-8473-62a22044c3a6 2018-06-29 17:09:50,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=a11ed7c5-f2f7-4b9b-af42-4385a49eeadd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1af931efcf8f3d85ecbaa8596f077428676a60bd" 2018-06-29 17:09:50,555 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-2c8486df-5068-4b4f-9718-10cc92267047 Date: Fri, 29 Jun 2018 17:09:50 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:09:44Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"39969161-2ccc-4cf4-a8ed-5dc21eae11d8","ip_address":"10.55.0.7"}],"id":"140d9ec4-a3ba-461f-ae03-a3547365ec16","security_groups":["80203172-2d27-4ac0-ba1b-ce925c9da636"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d6:03:10","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"c6595799-4513-4d90-991e-56c7b3defc50","name":"NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-port","admin_state_up":true,"network_id":"a11ed7c5-f2f7-4b9b-af42-4385a49eeadd","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:09:30Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:09:27Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"39969161-2ccc-4cf4-a8ed-5dc21eae11d8","ip_address":"10.55.0.4"}],"id":"16a360d8-e132-4343-90a9-ba80772d7ee9","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:01:07:ef","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a11ed7c5-f2f7-4b9b-af42-4385a49eeadd","name":"","admin_state_up":true,"network_id":"a11ed7c5-f2f7-4b9b-af42-4385a49eeadd","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:09:24Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:09:26Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"39969161-2ccc-4cf4-a8ed-5dc21eae11d8","ip_address":"10.55.0.3"}],"id":"3daee4be-e098-4048-ad61-74984105b62c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:05:ca:00","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a11ed7c5-f2f7-4b9b-af42-4385a49eeadd","name":"","admin_state_up":true,"network_id":"a11ed7c5-f2f7-4b9b-af42-4385a49eeadd","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:09:23Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:09:25Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"39969161-2ccc-4cf4-a8ed-5dc21eae11d8","ip_address":"10.55.0.2"}],"id":"e70d3ef2-ebf6-4df9-bd27-ecb5359ee2b4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a7:3e:a8","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a11ed7c5-f2f7-4b9b-af42-4385a49eeadd","name":"","admin_state_up":true,"network_id":"a11ed7c5-f2f7-4b9b-af42-4385a49eeadd","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:09:23Z","binding:vnic_type":"normal"}]} 2018-06-29 17:09:50,555 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=a11ed7c5-f2f7-4b9b-af42-4385a49eeadd used request id req-2c8486df-5068-4b4f-9718-10cc92267047 2018-06-29 17:09:50,559 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers/c6595799-4513-4d90-991e-56c7b3defc50/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}337199ca8372ef2a6cd12e6be710c70e3d271703" -d '{"volumeAttachment": {"volumeId": "942906b7-92cf-4b0e-9e6e-dd89aa9ec91c"}}' 2018-06-29 17:09:52,026 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:09:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dc65edf9-f745-424c-9a47-21af64fc2074 x-compute-request-id: req-dc65edf9-f745-424c-9a47-21af64fc2074 Content-Encoding: gzip Content-Length: 146 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "c6595799-4513-4d90-991e-56c7b3defc50", "id": "942906b7-92cf-4b0e-9e6e-dd89aa9ec91c", "volumeId": "942906b7-92cf-4b0e-9e6e-dd89aa9ec91c"}} 2018-06-29 17:09:52,026 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/c6595799-4513-4d90-991e-56c7b3defc50/os-volume_attachments used request id req-dc65edf9-f745-424c-9a47-21af64fc2074 2018-06-29 17:09:52,029 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/c6595799-4513-4d90-991e-56c7b3defc50 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}337199ca8372ef2a6cd12e6be710c70e3d271703" 2018-06-29 17:09:53,144 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:09:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f1cd8819-690e-4c98-8201-62baccf6b62b x-compute-request-id: req-f1cd8819-690e-4c98-8201-62baccf6b62b Content-Encoding: gzip Content-Length: 848 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:03:10", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c6595799-4513-4d90-991e-56c7b3defc50", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c6595799-4513-4d90-991e-56c7b3defc50", "rel": "bookmark"}], "image": {"id": "7a70b115-5a38-47b3-9214-d56a9ca41ceb", "links": [{"href": "http://172.30.9.30:8774/images/7a70b115-5a38-47b3-9214-d56a9ca41ceb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2018-06-29T17:01:41.000000", "flavor": {"id": "ef41c384-362a-4ca2-929c-4c31493c5c8f", "links": [{"href": "http://172.30.9.30:8774/flavors/ef41c384-362a-4ca2-929c-4c31493c5c8f", "rel": "bookmark"}]}, "id": "c6595799-4513-4d90-991e-56c7b3defc50", "security_groups": [{"name": "default"}], "user_id": "52a397aa2e1c435594f313aaae1020e1", "OS-DCF: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-29T17:09:44Z", "hostId": "fe4b6a584f9cd944814267acc8ec1e49614b8a92bc6474b77f1e86a4", "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-631614cc-f7d0-417d-b674-38601245e35b-vm_inst", "created": "2018-06-29T17:09:36Z", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "os-extended-volumes:volumes_attached": [{"id": "942906b7-92cf-4b0e-9e6e-dd89aa9ec91c"}], "metadata": {}}} 2018-06-29 17:09:53,145 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c6595799-4513-4d90-991e-56c7b3defc50 used request id req-f1cd8819-690e-4c98-8201-62baccf6b62b 2018-06-29 17:09:53,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}337199ca8372ef2a6cd12e6be710c70e3d271703" 2018-06-29 17:09:53,419 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-57f244b0-faad-4bc7-971d-d1a6f3f0b7fb Date: Fri, 29 Jun 2018 17:09:53 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a11ed7c5-f2f7-4b9b-af42-4385a49eeadd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["39969161-2ccc-4cf4-a8ed-5dc21eae11d8"],"description":"","tags":[],"updated_at":"2018-06-29T17:09:22Z","provider:segmentation_id":10,"name":"NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:09:21Z","provider:network_type":"vxlan"}]} 2018-06-29 17:09:53,419 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-net used request id req-57f244b0-faad-4bc7-971d-d1a6f3f0b7fb 2018-06-29 17:09:53,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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 17:09:53,428 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 17:09:53 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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 17:09:53,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}337199ca8372ef2a6cd12e6be710c70e3d271703" 2018-06-29 17:09:53,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:09:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b7db583-0d5c-45ef-9f50-7741ee38d687 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.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}} 2018-06-29 17:09:53,533 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 used request id req-1b7db583-0d5c-45ef-9f50-7741ee38d687 2018-06-29 17:09:53,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=a11ed7c5-f2f7-4b9b-af42-4385a49eeadd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}337199ca8372ef2a6cd12e6be710c70e3d271703" 2018-06-29 17:09:53,788 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-59801eca-74aa-4793-aa88-7bd7e4e1f456 Date: Fri, 29 Jun 2018 17:09:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a11ed7c5-f2f7-4b9b-af42-4385a49eeadd","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:09:22Z","dns_nameservers":[],"updated_at":"2018-06-29T17:09:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"39969161-2ccc-4cf4-a8ed-5dc21eae11d8","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-subnet"}]} 2018-06-29 17:09:53,788 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=a11ed7c5-f2f7-4b9b-af42-4385a49eeadd used request id req-59801eca-74aa-4793-aa88-7bd7e4e1f456 2018-06-29 17:09:53,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=a11ed7c5-f2f7-4b9b-af42-4385a49eeadd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}337199ca8372ef2a6cd12e6be710c70e3d271703" 2018-06-29 17:09:54,195 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-f54d9050-9cff-4305-bcf0-d4b24cd59f92 Date: Fri, 29 Jun 2018 17:09:54 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:09:44Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"39969161-2ccc-4cf4-a8ed-5dc21eae11d8","ip_address":"10.55.0.7"}],"id":"140d9ec4-a3ba-461f-ae03-a3547365ec16","security_groups":["80203172-2d27-4ac0-ba1b-ce925c9da636"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d6:03:10","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"c6595799-4513-4d90-991e-56c7b3defc50","name":"NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-port","admin_state_up":true,"network_id":"a11ed7c5-f2f7-4b9b-af42-4385a49eeadd","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:09:30Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:09:27Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"39969161-2ccc-4cf4-a8ed-5dc21eae11d8","ip_address":"10.55.0.4"}],"id":"16a360d8-e132-4343-90a9-ba80772d7ee9","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:01:07:ef","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a11ed7c5-f2f7-4b9b-af42-4385a49eeadd","name":"","admin_state_up":true,"network_id":"a11ed7c5-f2f7-4b9b-af42-4385a49eeadd","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:09:24Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:09:26Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"39969161-2ccc-4cf4-a8ed-5dc21eae11d8","ip_address":"10.55.0.3"}],"id":"3daee4be-e098-4048-ad61-74984105b62c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:05:ca:00","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a11ed7c5-f2f7-4b9b-af42-4385a49eeadd","name":"","admin_state_up":true,"network_id":"a11ed7c5-f2f7-4b9b-af42-4385a49eeadd","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:09:23Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:09:25Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"39969161-2ccc-4cf4-a8ed-5dc21eae11d8","ip_address":"10.55.0.2"}],"id":"e70d3ef2-ebf6-4df9-bd27-ecb5359ee2b4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a7:3e:a8","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a11ed7c5-f2f7-4b9b-af42-4385a49eeadd","name":"","admin_state_up":true,"network_id":"a11ed7c5-f2f7-4b9b-af42-4385a49eeadd","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:09:23Z","binding:vnic_type":"normal"}]} 2018-06-29 17:09:54,195 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=a11ed7c5-f2f7-4b9b-af42-4385a49eeadd used request id req-f54d9050-9cff-4305-bcf0-d4b24cd59f92 2018-06-29 17:09:54,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}337199ca8372ef2a6cd12e6be710c70e3d271703" 2018-06-29 17:09:54,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:09:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-602d83df-d9e9-45e8-83d4-df64ae24977e 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:09:54,282 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-602d83df-d9e9-45e8-83d4-df64ae24977e 2018-06-29 17:09:54,286 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/c6595799-4513-4d90-991e-56c7b3defc50 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1af931efcf8f3d85ecbaa8596f077428676a60bd" 2018-06-29 17:09:54,997 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:09: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-bfe7ad50-5751-489b-9715-3664e878ea93 x-compute-request-id: req-bfe7ad50-5751-489b-9715-3664e878ea93 Content-Encoding: gzip Content-Length: 848 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:03:10", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c6595799-4513-4d90-991e-56c7b3defc50", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c6595799-4513-4d90-991e-56c7b3defc50", "rel": "bookmark"}], "image": {"id": "7a70b115-5a38-47b3-9214-d56a9ca41ceb", "links": [{"href": "http://172.30.9.30:8774/images/7a70b115-5a38-47b3-9214-d56a9ca41ceb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2018-06-29T17:01:41.000000", "flavor": {"id": "ef41c384-362a-4ca2-929c-4c31493c5c8f", "links": [{"href": "http://172.30.9.30:8774/flavors/ef41c384-362a-4ca2-929c-4c31493c5c8f", "rel": "bookmark"}]}, "id": "c6595799-4513-4d90-991e-56c7b3defc50", "security_groups": [{"name": "default"}], "user_id": "52a397aa2e1c435594f313aaae1020e1", "OS-DCF: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-29T17:09:44Z", "hostId": "fe4b6a584f9cd944814267acc8ec1e49614b8a92bc6474b77f1e86a4", "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-631614cc-f7d0-417d-b674-38601245e35b-vm_inst", "created": "2018-06-29T17:09:36Z", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "os-extended-volumes:volumes_attached": [{"id": "942906b7-92cf-4b0e-9e6e-dd89aa9ec91c"}], "metadata": {}}} 2018-06-29 17:09:54,998 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c6595799-4513-4d90-991e-56c7b3defc50 used request id req-bfe7ad50-5751-489b-9715-3664e878ea93 2018-06-29 17:09:55,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1af931efcf8f3d85ecbaa8596f077428676a60bd" 2018-06-29 17:09:55,084 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-3db76ac5-c024-4ab1-aa42-1e6c8211097d Date: Fri, 29 Jun 2018 17:09:55 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a11ed7c5-f2f7-4b9b-af42-4385a49eeadd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["39969161-2ccc-4cf4-a8ed-5dc21eae11d8"],"description":"","tags":[],"updated_at":"2018-06-29T17:09:22Z","provider:segmentation_id":10,"name":"NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:09:21Z","provider:network_type":"vxlan"}]} 2018-06-29 17:09:55,085 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-net used request id req-3db76ac5-c024-4ab1-aa42-1e6c8211097d 2018-06-29 17:09:55,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1af931efcf8f3d85ecbaa8596f077428676a60bd" 2018-06-29 17:09:55,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:09:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b298de36-f658-4e01-9410-6bdbf03f8643 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.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}} 2018-06-29 17:09:55,184 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 used request id req-b298de36-f658-4e01-9410-6bdbf03f8643 2018-06-29 17:09:55,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=a11ed7c5-f2f7-4b9b-af42-4385a49eeadd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1af931efcf8f3d85ecbaa8596f077428676a60bd" 2018-06-29 17:09:55,233 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-1a8bdaf9-970f-4de8-81dd-575f7a30be5b Date: Fri, 29 Jun 2018 17:09:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a11ed7c5-f2f7-4b9b-af42-4385a49eeadd","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:09:22Z","dns_nameservers":[],"updated_at":"2018-06-29T17:09:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"39969161-2ccc-4cf4-a8ed-5dc21eae11d8","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-subnet"}]} 2018-06-29 17:09:55,233 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=a11ed7c5-f2f7-4b9b-af42-4385a49eeadd used request id req-1a8bdaf9-970f-4de8-81dd-575f7a30be5b 2018-06-29 17:09:55,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=a11ed7c5-f2f7-4b9b-af42-4385a49eeadd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1af931efcf8f3d85ecbaa8596f077428676a60bd" 2018-06-29 17:09:55,455 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-d7b93dbf-4c55-41d7-9b99-f9409b9c85e2 Date: Fri, 29 Jun 2018 17:09:55 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:09:44Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"39969161-2ccc-4cf4-a8ed-5dc21eae11d8","ip_address":"10.55.0.7"}],"id":"140d9ec4-a3ba-461f-ae03-a3547365ec16","security_groups":["80203172-2d27-4ac0-ba1b-ce925c9da636"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d6:03:10","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"c6595799-4513-4d90-991e-56c7b3defc50","name":"NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-port","admin_state_up":true,"network_id":"a11ed7c5-f2f7-4b9b-af42-4385a49eeadd","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:09:30Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:09:27Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"39969161-2ccc-4cf4-a8ed-5dc21eae11d8","ip_address":"10.55.0.4"}],"id":"16a360d8-e132-4343-90a9-ba80772d7ee9","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:01:07:ef","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a11ed7c5-f2f7-4b9b-af42-4385a49eeadd","name":"","admin_state_up":true,"network_id":"a11ed7c5-f2f7-4b9b-af42-4385a49eeadd","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:09:24Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:09:26Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"39969161-2ccc-4cf4-a8ed-5dc21eae11d8","ip_address":"10.55.0.3"}],"id":"3daee4be-e098-4048-ad61-74984105b62c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:05:ca:00","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a11ed7c5-f2f7-4b9b-af42-4385a49eeadd","name":"","admin_state_up":true,"network_id":"a11ed7c5-f2f7-4b9b-af42-4385a49eeadd","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:09:23Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:09:25Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"39969161-2ccc-4cf4-a8ed-5dc21eae11d8","ip_address":"10.55.0.2"}],"id":"e70d3ef2-ebf6-4df9-bd27-ecb5359ee2b4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a7:3e:a8","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a11ed7c5-f2f7-4b9b-af42-4385a49eeadd","name":"","admin_state_up":true,"network_id":"a11ed7c5-f2f7-4b9b-af42-4385a49eeadd","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:09:23Z","binding:vnic_type":"normal"}]} 2018-06-29 17:09:55,456 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=a11ed7c5-f2f7-4b9b-af42-4385a49eeadd used request id req-d7b93dbf-4c55-41d7-9b99-f9409b9c85e2 2018-06-29 17:09:55,459 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/c6595799-4513-4d90-991e-56c7b3defc50 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}337199ca8372ef2a6cd12e6be710c70e3d271703" 2018-06-29 17:09:56,306 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:09:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e5b2b97f-59b2-49ff-bc60-ee62bf95e59c x-compute-request-id: req-e5b2b97f-59b2-49ff-bc60-ee62bf95e59c Content-Encoding: gzip Content-Length: 848 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:03:10", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c6595799-4513-4d90-991e-56c7b3defc50", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c6595799-4513-4d90-991e-56c7b3defc50", "rel": "bookmark"}], "image": {"id": "7a70b115-5a38-47b3-9214-d56a9ca41ceb", "links": [{"href": "http://172.30.9.30:8774/images/7a70b115-5a38-47b3-9214-d56a9ca41ceb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2018-06-29T17:01:41.000000", "flavor": {"id": "ef41c384-362a-4ca2-929c-4c31493c5c8f", "links": [{"href": "http://172.30.9.30:8774/flavors/ef41c384-362a-4ca2-929c-4c31493c5c8f", "rel": "bookmark"}]}, "id": "c6595799-4513-4d90-991e-56c7b3defc50", "security_groups": [{"name": "default"}], "user_id": "52a397aa2e1c435594f313aaae1020e1", "OS-DCF: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-29T17:09:44Z", "hostId": "fe4b6a584f9cd944814267acc8ec1e49614b8a92bc6474b77f1e86a4", "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-631614cc-f7d0-417d-b674-38601245e35b-vm_inst", "created": "2018-06-29T17:09:36Z", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "os-extended-volumes:volumes_attached": [{"id": "942906b7-92cf-4b0e-9e6e-dd89aa9ec91c"}], "metadata": {}}} 2018-06-29 17:09:56,307 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c6595799-4513-4d90-991e-56c7b3defc50 used request id req-e5b2b97f-59b2-49ff-bc60-ee62bf95e59c 2018-06-29 17:09:56,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}337199ca8372ef2a6cd12e6be710c70e3d271703" 2018-06-29 17:09:56,570 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-74176092-a37e-4ab5-b584-319fafb505aa Date: Fri, 29 Jun 2018 17:09:56 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a11ed7c5-f2f7-4b9b-af42-4385a49eeadd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["39969161-2ccc-4cf4-a8ed-5dc21eae11d8"],"description":"","tags":[],"updated_at":"2018-06-29T17:09:22Z","provider:segmentation_id":10,"name":"NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:09:21Z","provider:network_type":"vxlan"}]} 2018-06-29 17:09:56,570 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-net used request id req-74176092-a37e-4ab5-b584-319fafb505aa 2018-06-29 17:09:56,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}337199ca8372ef2a6cd12e6be710c70e3d271703" 2018-06-29 17:09:56,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:09:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c434a50-6972-4bb5-9e84-455654db6880 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.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}} 2018-06-29 17:09:56,678 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 used request id req-0c434a50-6972-4bb5-9e84-455654db6880 2018-06-29 17:09:56,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=a11ed7c5-f2f7-4b9b-af42-4385a49eeadd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}337199ca8372ef2a6cd12e6be710c70e3d271703" 2018-06-29 17:09:56,911 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-322475f3-e21e-462c-8b76-c11abe3adb37 Date: Fri, 29 Jun 2018 17:09:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a11ed7c5-f2f7-4b9b-af42-4385a49eeadd","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:09:22Z","dns_nameservers":[],"updated_at":"2018-06-29T17:09:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"39969161-2ccc-4cf4-a8ed-5dc21eae11d8","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-subnet"}]} 2018-06-29 17:09:56,911 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=a11ed7c5-f2f7-4b9b-af42-4385a49eeadd used request id req-322475f3-e21e-462c-8b76-c11abe3adb37 2018-06-29 17:09:56,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=a11ed7c5-f2f7-4b9b-af42-4385a49eeadd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}337199ca8372ef2a6cd12e6be710c70e3d271703" 2018-06-29 17:09:57,146 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-9ebb291f-73bc-49d2-9edb-ab297a90d726 Date: Fri, 29 Jun 2018 17:09:57 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:09:44Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"39969161-2ccc-4cf4-a8ed-5dc21eae11d8","ip_address":"10.55.0.7"}],"id":"140d9ec4-a3ba-461f-ae03-a3547365ec16","security_groups":["80203172-2d27-4ac0-ba1b-ce925c9da636"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d6:03:10","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"c6595799-4513-4d90-991e-56c7b3defc50","name":"NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-port","admin_state_up":true,"network_id":"a11ed7c5-f2f7-4b9b-af42-4385a49eeadd","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:09:30Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:09:27Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"39969161-2ccc-4cf4-a8ed-5dc21eae11d8","ip_address":"10.55.0.4"}],"id":"16a360d8-e132-4343-90a9-ba80772d7ee9","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:01:07:ef","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a11ed7c5-f2f7-4b9b-af42-4385a49eeadd","name":"","admin_state_up":true,"network_id":"a11ed7c5-f2f7-4b9b-af42-4385a49eeadd","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:09:24Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:09:26Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"39969161-2ccc-4cf4-a8ed-5dc21eae11d8","ip_address":"10.55.0.3"}],"id":"3daee4be-e098-4048-ad61-74984105b62c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:05:ca:00","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a11ed7c5-f2f7-4b9b-af42-4385a49eeadd","name":"","admin_state_up":true,"network_id":"a11ed7c5-f2f7-4b9b-af42-4385a49eeadd","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:09:23Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:09:25Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"39969161-2ccc-4cf4-a8ed-5dc21eae11d8","ip_address":"10.55.0.2"}],"id":"e70d3ef2-ebf6-4df9-bd27-ecb5359ee2b4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a7:3e:a8","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a11ed7c5-f2f7-4b9b-af42-4385a49eeadd","name":"","admin_state_up":true,"network_id":"a11ed7c5-f2f7-4b9b-af42-4385a49eeadd","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:09:23Z","binding:vnic_type":"normal"}]} 2018-06-29 17:09:57,147 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=a11ed7c5-f2f7-4b9b-af42-4385a49eeadd used request id req-9ebb291f-73bc-49d2-9edb-ab297a90d726 2018-06-29 17:09:57,150 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/942906b7-92cf-4b0e-9e6e-dd89aa9ec91c -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}337199ca8372ef2a6cd12e6be710c70e3d271703" 2018-06-29 17:09:57,497 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:09:57 GMT Server: Apache x-compute-request-id: req-847a618d-5ec2-4f63-b1a3-01a72f7096d2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-847a618d-5ec2-4f63-b1a3-01a72f7096d2 Content-Encoding: gzip Content-Length: 650 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [{"server_id": "c6595799-4513-4d90-991e-56c7b3defc50", "attachment_id": "03df75d2-8a00-44c8-84b0-7461773b7fcf", "attached_at": "2018-06-29T17:09:53.000000", "host_name": "overcloud-novacompute-1.opnfvlf.org", "volume_id": "942906b7-92cf-4b0e-9e6e-dd89aa9ec91c", "device": "/dev/vdb", "id": "942906b7-92cf-4b0e-9e6e-dd89aa9ec91c"}], "links": [{"href": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/942906b7-92cf-4b0e-9e6e-dd89aa9ec91c", "rel": "self"}, {"href": "http://172.30.9.30:8776/d375e46f6f2b472db41ca16f2fc59215/volumes/942906b7-92cf-4b0e-9e6e-dd89aa9ec91c", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-06-29T17:09:54.000000", "replication_status": null, "snapshot_id": null, "id": "942906b7-92cf-4b0e-9e6e-dd89aa9ec91c", "size": 1, "user_id": "52a397aa2e1c435594f313aaae1020e1", "os-vol-tenant-attr:tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "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-631614cc-f7d0-417d-b674-38601245e35b", "bootable": "false", "created_at": "2018-06-29T17:09:25.000000", "volume_type": null}} 2018-06-29 17:09:57,498 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/942906b7-92cf-4b0e-9e6e-dd89aa9ec91c used request id req-847a618d-5ec2-4f63-b1a3-01a72f7096d2 2018-06-29 17:09:57,500 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/c6595799-4513-4d90-991e-56c7b3defc50 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1af931efcf8f3d85ecbaa8596f077428676a60bd" 2018-06-29 17:09:58,031 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:09:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e3fabba7-0622-49cb-86e0-1d682fd2b639 x-compute-request-id: req-e3fabba7-0622-49cb-86e0-1d682fd2b639 Content-Encoding: gzip Content-Length: 848 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:03:10", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c6595799-4513-4d90-991e-56c7b3defc50", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c6595799-4513-4d90-991e-56c7b3defc50", "rel": "bookmark"}], "image": {"id": "7a70b115-5a38-47b3-9214-d56a9ca41ceb", "links": [{"href": "http://172.30.9.30:8774/images/7a70b115-5a38-47b3-9214-d56a9ca41ceb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2018-06-29T17:01:41.000000", "flavor": {"id": "ef41c384-362a-4ca2-929c-4c31493c5c8f", "links": [{"href": "http://172.30.9.30:8774/flavors/ef41c384-362a-4ca2-929c-4c31493c5c8f", "rel": "bookmark"}]}, "id": "c6595799-4513-4d90-991e-56c7b3defc50", "security_groups": [{"name": "default"}], "user_id": "52a397aa2e1c435594f313aaae1020e1", "OS-DCF: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-29T17:09:44Z", "hostId": "fe4b6a584f9cd944814267acc8ec1e49614b8a92bc6474b77f1e86a4", "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-631614cc-f7d0-417d-b674-38601245e35b-vm_inst", "created": "2018-06-29T17:09:36Z", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "os-extended-volumes:volumes_attached": [{"id": "942906b7-92cf-4b0e-9e6e-dd89aa9ec91c"}], "metadata": {}}} 2018-06-29 17:09:58,031 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c6595799-4513-4d90-991e-56c7b3defc50 used request id req-e3fabba7-0622-49cb-86e0-1d682fd2b639 2018-06-29 17:09:58,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1af931efcf8f3d85ecbaa8596f077428676a60bd" 2018-06-29 17:09:58,285 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-0c9e5757-e0e8-4776-a3cb-f3daf3dbb29d Date: Fri, 29 Jun 2018 17:09:58 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a11ed7c5-f2f7-4b9b-af42-4385a49eeadd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["39969161-2ccc-4cf4-a8ed-5dc21eae11d8"],"description":"","tags":[],"updated_at":"2018-06-29T17:09:22Z","provider:segmentation_id":10,"name":"NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:09:21Z","provider:network_type":"vxlan"}]} 2018-06-29 17:09:58,285 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-net used request id req-0c9e5757-e0e8-4776-a3cb-f3daf3dbb29d 2018-06-29 17:09:58,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1af931efcf8f3d85ecbaa8596f077428676a60bd" 2018-06-29 17:09:58,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:09:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b5af6bf-83c5-454b-8ea0-b6501a3a47ac 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.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}} 2018-06-29 17:09:58,390 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 used request id req-4b5af6bf-83c5-454b-8ea0-b6501a3a47ac 2018-06-29 17:09:58,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=a11ed7c5-f2f7-4b9b-af42-4385a49eeadd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1af931efcf8f3d85ecbaa8596f077428676a60bd" 2018-06-29 17:09:58,447 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-25f73631-3ee9-47fb-8d4c-1e3cbde13960 Date: Fri, 29 Jun 2018 17:09:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a11ed7c5-f2f7-4b9b-af42-4385a49eeadd","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:09:22Z","dns_nameservers":[],"updated_at":"2018-06-29T17:09:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d375e46f6f2b472db41ca16f2fc59215","id":"39969161-2ccc-4cf4-a8ed-5dc21eae11d8","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-subnet"}]} 2018-06-29 17:09:58,448 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=a11ed7c5-f2f7-4b9b-af42-4385a49eeadd used request id req-25f73631-3ee9-47fb-8d4c-1e3cbde13960 2018-06-29 17:09:58,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=a11ed7c5-f2f7-4b9b-af42-4385a49eeadd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1af931efcf8f3d85ecbaa8596f077428676a60bd" 2018-06-29 17:09:58,657 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-103c9e9e-4aad-490c-8c4a-6613d6da79eb Date: Fri, 29 Jun 2018 17:09:58 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:09:44Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"39969161-2ccc-4cf4-a8ed-5dc21eae11d8","ip_address":"10.55.0.7"}],"id":"140d9ec4-a3ba-461f-ae03-a3547365ec16","security_groups":["80203172-2d27-4ac0-ba1b-ce925c9da636"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d6:03:10","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"c6595799-4513-4d90-991e-56c7b3defc50","name":"NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-port","admin_state_up":true,"network_id":"a11ed7c5-f2f7-4b9b-af42-4385a49eeadd","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:09:30Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:09:27Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"39969161-2ccc-4cf4-a8ed-5dc21eae11d8","ip_address":"10.55.0.4"}],"id":"16a360d8-e132-4343-90a9-ba80772d7ee9","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:01:07:ef","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a11ed7c5-f2f7-4b9b-af42-4385a49eeadd","name":"","admin_state_up":true,"network_id":"a11ed7c5-f2f7-4b9b-af42-4385a49eeadd","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:09:24Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:09:26Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"39969161-2ccc-4cf4-a8ed-5dc21eae11d8","ip_address":"10.55.0.3"}],"id":"3daee4be-e098-4048-ad61-74984105b62c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:05:ca:00","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a11ed7c5-f2f7-4b9b-af42-4385a49eeadd","name":"","admin_state_up":true,"network_id":"a11ed7c5-f2f7-4b9b-af42-4385a49eeadd","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:09:23Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:09:25Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"39969161-2ccc-4cf4-a8ed-5dc21eae11d8","ip_address":"10.55.0.2"}],"id":"e70d3ef2-ebf6-4df9-bd27-ecb5359ee2b4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a7:3e:a8","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a11ed7c5-f2f7-4b9b-af42-4385a49eeadd","name":"","admin_state_up":true,"network_id":"a11ed7c5-f2f7-4b9b-af42-4385a49eeadd","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:09:23Z","binding:vnic_type":"normal"}]} 2018-06-29 17:09:58,657 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=a11ed7c5-f2f7-4b9b-af42-4385a49eeadd used request id req-103c9e9e-4aad-490c-8c4a-6613d6da79eb 2018-06-29 17:09:58,661 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/servers/c6595799-4513-4d90-991e-56c7b3defc50/os-volume_attachments/942906b7-92cf-4b0e-9e6e-dd89aa9ec91c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}337199ca8372ef2a6cd12e6be710c70e3d271703" 2018-06-29 17:10:00,157 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 17:09:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1b31cd6d-cfa9-4713-9abb-6f9d266cc9b1 x-compute-request-id: req-1b31cd6d-cfa9-4713-9abb-6f9d266cc9b1 Content-Length: 0 Content-Type: application/json 2018-06-29 17:10:00,157 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/c6595799-4513-4d90-991e-56c7b3defc50/os-volume_attachments/942906b7-92cf-4b0e-9e6e-dd89aa9ec91c used request id req-1b31cd6d-cfa9-4713-9abb-6f9d266cc9b1 2018-06-29 17:10:00,158 - create_instance - INFO - Deleting Port with ID - 140d9ec4-a3ba-461f-ae03-a3547365ec16 2018-06-29 17:10:00,158 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-port 2018-06-29 17:10:00,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/ports/140d9ec4-a3ba-461f-ae03-a3547365ec16 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1af931efcf8f3d85ecbaa8596f077428676a60bd" 2018-06-29 17:10:00,746 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d8fbf6e0-3aa7-4f21-b2fb-56770d5b292a Date: Fri, 29 Jun 2018 17:10:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 17:10:00,746 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/ports/140d9ec4-a3ba-461f-ae03-a3547365ec16 used request id req-d8fbf6e0-3aa7-4f21-b2fb-56770d5b292a 2018-06-29 17:10:00,746 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-vm_inst 2018-06-29 17:10:00,748 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/servers/c6595799-4513-4d90-991e-56c7b3defc50 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1af931efcf8f3d85ecbaa8596f077428676a60bd" 2018-06-29 17:10:01,084 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 17:10:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-54621d87-7939-4fa2-b9da-b7071b3db4f6 x-compute-request-id: req-54621d87-7939-4fa2-b9da-b7071b3db4f6 Content-Type: application/json 2018-06-29 17:10:01,084 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/c6595799-4513-4d90-991e-56c7b3defc50 used request id req-54621d87-7939-4fa2-b9da-b7071b3db4f6 2018-06-29 17:10:01,084 - create_instance - INFO - Checking deletion status 2018-06-29 17:10:01,087 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/c6595799-4513-4d90-991e-56c7b3defc50 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1af931efcf8f3d85ecbaa8596f077428676a60bd" 2018-06-29 17:10:01,530 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:10: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-9732b59b-46ba-4ebb-b257-3c1b6b1879bf x-compute-request-id: req-9732b59b-46ba-4ebb-b257-3c1b6b1879bf Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:03:10", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c6595799-4513-4d90-991e-56c7b3defc50", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c6595799-4513-4d90-991e-56c7b3defc50", "rel": "bookmark"}], "image": {"id": "7a70b115-5a38-47b3-9214-d56a9ca41ceb", "links": [{"href": "http://172.30.9.30:8774/images/7a70b115-5a38-47b3-9214-d56a9ca41ceb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2018-06-29T17:01:41.000000", "flavor": {"id": "ef41c384-362a-4ca2-929c-4c31493c5c8f", "links": [{"href": "http://172.30.9.30:8774/flavors/ef41c384-362a-4ca2-929c-4c31493c5c8f", "rel": "bookmark"}]}, "id": "c6595799-4513-4d90-991e-56c7b3defc50", "user_id": "52a397aa2e1c435594f313aaae1020e1", "OS-DCF: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-29T17:10:00Z", "hostId": "fe4b6a584f9cd944814267acc8ec1e49614b8a92bc6474b77f1e86a4", "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-631614cc-f7d0-417d-b674-38601245e35b-vm_inst", "created": "2018-06-29T17:09:36Z", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "os-extended-volumes:volumes_attached": [{"id": "942906b7-92cf-4b0e-9e6e-dd89aa9ec91c"}], "metadata": {}}} 2018-06-29 17:10:01,530 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c6595799-4513-4d90-991e-56c7b3defc50 used request id req-9732b59b-46ba-4ebb-b257-3c1b6b1879bf 2018-06-29 17:10:01,530 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-vm_inst] is - ACTIVE 2018-06-29 17:10:01,530 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-06-29 17:10:04,534 - create_instance - DEBUG - VM status query timeout in 296.550888062 2018-06-29 17:10:04,537 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/c6595799-4513-4d90-991e-56c7b3defc50 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1af931efcf8f3d85ecbaa8596f077428676a60bd" 2018-06-29 17:10:04,585 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 29 Jun 2018 17:10: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-2bb1b43d-4caa-4ca7-8576-75fcf321b0ae x-compute-request-id: req-2bb1b43d-4caa-4ca7-8576-75fcf321b0ae Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance c6595799-4513-4d90-991e-56c7b3defc50 could not be found.", "code": 404}} 2018-06-29 17:10:04,585 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c6595799-4513-4d90-991e-56c7b3defc50 used request id req-2bb1b43d-4caa-4ca7-8576-75fcf321b0ae 2018-06-29 17:10:04,585 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance c6595799-4513-4d90-991e-56c7b3defc50 could not be found. (HTTP 404) (Request-ID: req-2bb1b43d-4caa-4ca7-8576-75fcf321b0ae) 2018-06-29 17:10:04,585 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-vm_inst 2018-06-29 17:10:04,589 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/942906b7-92cf-4b0e-9e6e-dd89aa9ec91c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-852f8349-e28a-49bd-85ae-35ab89bfcec7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be4275b71252aab1c10b0e99656e43232bf47bb2" 2018-06-29 17:10:05,501 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:10:04 GMT Server: Apache x-compute-request-id: req-31cb3413-031c-4a58-a570-d08af0175b58 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-31cb3413-031c-4a58-a570-d08af0175b58 Content-Encoding: gzip Content-Length: 524 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/942906b7-92cf-4b0e-9e6e-dd89aa9ec91c", "rel": "self"}, {"href": "http://172.30.9.30:8776/d375e46f6f2b472db41ca16f2fc59215/volumes/942906b7-92cf-4b0e-9e6e-dd89aa9ec91c", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-06-29T17:10:02.000000", "replication_status": null, "snapshot_id": null, "id": "942906b7-92cf-4b0e-9e6e-dd89aa9ec91c", "size": 1, "user_id": "52a397aa2e1c435594f313aaae1020e1", "os-vol-tenant-attr:tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "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-631614cc-f7d0-417d-b674-38601245e35b", "bootable": "false", "created_at": "2018-06-29T17:09:25.000000", "volume_type": null}} 2018-06-29 17:10:05,501 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/942906b7-92cf-4b0e-9e6e-dd89aa9ec91c used request id req-31cb3413-031c-4a58-a570-d08af0175b58 2018-06-29 17:10:05,501 - create_volume - DEBUG - Instance status is - available 2018-06-29 17:10:05,502 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b 2018-06-29 17:10:05,502 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b 2018-06-29 17:10:05,504 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/942906b7-92cf-4b0e-9e6e-dd89aa9ec91c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-852f8349-e28a-49bd-85ae-35ab89bfcec7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be4275b71252aab1c10b0e99656e43232bf47bb2" 2018-06-29 17:10:05,609 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 17:10:05 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-bf95f3f2-f410-47ef-9947-772d975e3d6b 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 17:10:05,609 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/942906b7-92cf-4b0e-9e6e-dd89aa9ec91c used request id req-bf95f3f2-f410-47ef-9947-772d975e3d6b 2018-06-29 17:10:05,612 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/942906b7-92cf-4b0e-9e6e-dd89aa9ec91c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-852f8349-e28a-49bd-85ae-35ab89bfcec7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be4275b71252aab1c10b0e99656e43232bf47bb2" 2018-06-29 17:10:05,674 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:10:05 GMT Server: Apache x-compute-request-id: req-19e04ec8-6f4b-4674-bb78-05e1e4855425 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-19e04ec8-6f4b-4674-bb78-05e1e4855425 Content-Encoding: gzip Content-Length: 526 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/942906b7-92cf-4b0e-9e6e-dd89aa9ec91c", "rel": "self"}, {"href": "http://172.30.9.30:8776/d375e46f6f2b472db41ca16f2fc59215/volumes/942906b7-92cf-4b0e-9e6e-dd89aa9ec91c", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-06-29T17:10:05.000000", "replication_status": null, "snapshot_id": null, "id": "942906b7-92cf-4b0e-9e6e-dd89aa9ec91c", "size": 1, "user_id": "52a397aa2e1c435594f313aaae1020e1", "os-vol-tenant-attr:tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "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-631614cc-f7d0-417d-b674-38601245e35b", "bootable": "false", "created_at": "2018-06-29T17:09:25.000000", "volume_type": null}} 2018-06-29 17:10:05,674 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/942906b7-92cf-4b0e-9e6e-dd89aa9ec91c used request id req-19e04ec8-6f4b-4674-bb78-05e1e4855425 2018-06-29 17:10:05,674 - create_volume - DEBUG - Instance status is - deleting 2018-06-29 17:10:05,674 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-06-29 17:10:08,678 - create_volume - DEBUG - Volume status query timeout in 56.9319000244 2018-06-29 17:10:08,681 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/942906b7-92cf-4b0e-9e6e-dd89aa9ec91c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-852f8349-e28a-49bd-85ae-35ab89bfcec7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be4275b71252aab1c10b0e99656e43232bf47bb2" 2018-06-29 17:10:08,970 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 29 Jun 2018 17:10:08 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-0cd7043f-9394-4f2a-84b6-f3b5e699fd9e x-openstack-request-id: req-0cd7043f-9394-4f2a-84b6-f3b5e699fd9e Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 942906b7-92cf-4b0e-9e6e-dd89aa9ec91c could not be found.", "code": 404}} 2018-06-29 17:10:08,970 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/942906b7-92cf-4b0e-9e6e-dd89aa9ec91c used request id req-0cd7043f-9394-4f2a-84b6-f3b5e699fd9e 2018-06-29 17:10:08,970 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 942906b7-92cf-4b0e-9e6e-dd89aa9ec91c could not be found. (HTTP 404) (Request-ID: req-0cd7043f-9394-4f2a-84b6-f3b5e699fd9e) 2018-06-29 17:10:08,971 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b 2018-06-29 17:10:08,974 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/ef41c384-362a-4ca2-929c-4c31493c5c8f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89c47a2b18755a55089411fa4650ce379e3e2f62" 2018-06-29 17:10:09,032 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 17:10:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0898a64b-967f-4ebc-bf9a-c03f87e56559 x-compute-request-id: req-0898a64b-967f-4ebc-bf9a-c03f87e56559 Content-Length: 0 Content-Type: application/json 2018-06-29 17:10:09,033 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/ef41c384-362a-4ca2-929c-4c31493c5c8f used request id req-0898a64b-967f-4ebc-bf9a-c03f87e56559 2018-06-29 17:10:09,034 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-subnet 2018-06-29 17:10:09,034 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-subnet 2018-06-29 17:10:09,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/39969161-2ccc-4cf4-a8ed-5dc21eae11d8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09bf0b52a02754fb6590829794f9b12246662c50" 2018-06-29 17:10:11,291 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-80ef6cb6-b58c-4fa8-9f02-6fd3b91e8fc1 Date: Fri, 29 Jun 2018 17:10:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 17:10:11,291 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/39969161-2ccc-4cf4-a8ed-5dc21eae11d8 used request id req-80ef6cb6-b58c-4fa8-9f02-6fd3b91e8fc1 2018-06-29 17:10:11,291 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-net 2018-06-29 17:10:11,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/a11ed7c5-f2f7-4b9b-af42-4385a49eeadd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09bf0b52a02754fb6590829794f9b12246662c50" 2018-06-29 17:10:12,696 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-49be0bd3-a194-4b2d-afc2-c23837083a84 Date: Fri, 29 Jun 2018 17:10:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 17:10:12,696 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/a11ed7c5-f2f7-4b9b-af42-4385a49eeadd used request id req-49be0bd3-a194-4b2d-afc2-c23837083a84 2018-06-29 17:10:12,697 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-631614cc-f7d0-417d-b674-38601245e35b-image 2018-06-29 17:10:12,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/7a70b115-5a38-47b3-9214-d56a9ca41ceb -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4b9d8ea56ab0671880e34648d33877d07c8d9b69" 2018-06-29 17:10:13,189 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b43c9a36-57ed-4129-8bfb-cf3492736fe9 Date: Fri, 29 Jun 2018 17:10:13 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 17:10:13,190 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/7a70b115-5a38-47b3-9214-d56a9ca41ceb used request id req-b43c9a36-57ed-4129-8bfb-cf3492736fe9 2018-06-29 17:10:13,192 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 17:10:13,194 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:10:13,195 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:10:13,603 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:10:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["SwiQJnNkRFCOpajXvS10vg"], "issued_at": "2018-06-29T17:10:13.000000Z"}} 2018-06-29 17:10:13,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}b5b97c14d49917db8111d25ca40409a2cb5b4aec" 2018-06-29 17:10:13,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:10:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-533f9950-2af0-4527-8011-a5cf8ca6e1fc 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:10:13,683 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-533f9950-2af0-4527-8011-a5cf8ca6e1fc 2018-06-29 17:10:13,684 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 17:10:13,689 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5b97c14d49917db8111d25ca40409a2cb5b4aec" 2018-06-29 17:10:13,887 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:10:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ba70f2de-8d74-4786-92b0-4cdbc8c8ebae x-compute-request-id: req-ba70f2de-8d74-4786-92b0-4cdbc8c8ebae Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-06-29 17:10:13,888 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-ba70f2de-8d74-4786-92b0-4cdbc8c8ebae 2018-06-29 17:10:13,891 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5b97c14d49917db8111d25ca40409a2cb5b4aec" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-66a7e71b-1e9a-47d7-b4c9-55103dcce5caname", "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 17:10:13,936 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:10: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-b0359b4f-9fe7-41c7-8430-b1b410a85cb0 x-compute-request-id: req-b0359b4f-9fe7-41c7-8430-b1b410a85cb0 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateFlavorTests-66a7e71b-1e9a-47d7-b4c9-55103dcce5caname", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/855095db-76e3-4713-b42b-e5d99750892d", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/855095db-76e3-4713-b42b-e5d99750892d", "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": "855095db-76e3-4713-b42b-e5d99750892d"}} 2018-06-29 17:10:13,936 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-b0359b4f-9fe7-41c7-8430-b1b410a85cb0 2018-06-29 17:10:13,936 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:10:14,335 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:10:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["HW4yNBUHTnGOJPhZ7kFNNA"], "issued_at": "2018-06-29T17:10:14.000000Z"}} 2018-06-29 17:10:14,339 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/855095db-76e3-4713-b42b-e5d99750892d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2497501876ac1a881f8cdcc79cb25155d847a6b8" 2018-06-29 17:10:14,537 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:10: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-46fb98f1-55a3-4e0c-b774-59c602a8b887 x-compute-request-id: req-46fb98f1-55a3-4e0c-b774-59c602a8b887 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateFlavorTests-66a7e71b-1e9a-47d7-b4c9-55103dcce5caname", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/855095db-76e3-4713-b42b-e5d99750892d", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/855095db-76e3-4713-b42b-e5d99750892d", "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": "855095db-76e3-4713-b42b-e5d99750892d"}} 2018-06-29 17:10:14,538 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/855095db-76e3-4713-b42b-e5d99750892d used request id req-46fb98f1-55a3-4e0c-b774-59c602a8b887 2018-06-29 17:10:14,541 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/855095db-76e3-4713-b42b-e5d99750892d/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2497501876ac1a881f8cdcc79cb25155d847a6b8" 2018-06-29 17:10:14,563 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:10: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-f9346e9e-501c-47ae-b17b-cab4c07e3871 x-compute-request-id: req-f9346e9e-501c-47ae-b17b-cab4c07e3871 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-06-29 17:10:14,564 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/855095db-76e3-4713-b42b-e5d99750892d/os-extra_specs used request id req-f9346e9e-501c-47ae-b17b-cab4c07e3871 2018-06-29 17:10:14,566 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/855095db-76e3-4713-b42b-e5d99750892d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5b97c14d49917db8111d25ca40409a2cb5b4aec" 2018-06-29 17:10:14,607 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 17:10: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-34a2c96e-3a33-4ea0-8b08-46e682f6e3d4 x-compute-request-id: req-34a2c96e-3a33-4ea0-8b08-46e682f6e3d4 Content-Length: 0 Content-Type: application/json 2018-06-29 17:10:14,607 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/855095db-76e3-4713-b42b-e5d99750892d used request id req-34a2c96e-3a33-4ea0-8b08-46e682f6e3d4 2018-06-29 17:10:14,610 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2497501876ac1a881f8cdcc79cb25155d847a6b8" 2018-06-29 17:10:14,767 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:10: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-0e04d1b9-953f-4bec-9e31-097d417a641b x-compute-request-id: req-0e04d1b9-953f-4bec-9e31-097d417a641b Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-06-29 17:10:14,767 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-0e04d1b9-953f-4bec-9e31-097d417a641b 2018-06-29 17:10:14,769 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 17:10:14,770 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:10:14,771 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:10:15,168 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:10:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["EkkHNI_FR7OKH3ilkjIA4A"], "issued_at": "2018-06-29T17:10:15.000000Z"}} 2018-06-29 17:10:15,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}e41c76f6adace47d8f2c07948f20cb0b7dd63281" 2018-06-29 17:10:15,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:10:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-086ee9dc-c1c4-4e7b-83b4-620b83b601d5 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:10:15,264 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-086ee9dc-c1c4-4e7b-83b4-620b83b601d5 2018-06-29 17:10:15,265 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 17:10:15,270 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e41c76f6adace47d8f2c07948f20cb0b7dd63281" 2018-06-29 17:10:15,470 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:10:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e1ab8962-9560-446a-8b60-81f223c99bd4 x-compute-request-id: req-e1ab8962-9560-446a-8b60-81f223c99bd4 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-06-29 17:10:15,470 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-e1ab8962-9560-446a-8b60-81f223c99bd4 2018-06-29 17:10:15,474 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e41c76f6adace47d8f2c07948f20cb0b7dd63281" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-0e235405-9931-43c1-9e0f-86981c8bc464name", "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 17:10:15,535 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:10: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-880dbb8f-31ea-4ced-9fd9-1cc9906243dc x-compute-request-id: req-880dbb8f-31ea-4ced-9fd9-1cc9906243dc Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateFlavorTests-0e235405-9931-43c1-9e0f-86981c8bc464name", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/f8615e0b-c81c-403c-a57b-55c3823734ab", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/f8615e0b-c81c-403c-a57b-55c3823734ab", "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": "f8615e0b-c81c-403c-a57b-55c3823734ab"}} 2018-06-29 17:10:15,535 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-880dbb8f-31ea-4ced-9fd9-1cc9906243dc 2018-06-29 17:10:15,536 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:10:15,943 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:10:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["Y40ag9OVQZ61hqW51RJX3A"], "issued_at": "2018-06-29T17:10:15.000000Z"}} 2018-06-29 17:10:15,946 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/f8615e0b-c81c-403c-a57b-55c3823734ab -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce428369673c21a49f5cd3c9df0b34928a39e87a" 2018-06-29 17:10:16,141 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:10: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-cc33d1c3-f26f-4e04-ad11-492c21ff292c x-compute-request-id: req-cc33d1c3-f26f-4e04-ad11-492c21ff292c Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateFlavorTests-0e235405-9931-43c1-9e0f-86981c8bc464name", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/f8615e0b-c81c-403c-a57b-55c3823734ab", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/f8615e0b-c81c-403c-a57b-55c3823734ab", "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": "f8615e0b-c81c-403c-a57b-55c3823734ab"}} 2018-06-29 17:10:16,141 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/f8615e0b-c81c-403c-a57b-55c3823734ab used request id req-cc33d1c3-f26f-4e04-ad11-492c21ff292c 2018-06-29 17:10:16,144 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/f8615e0b-c81c-403c-a57b-55c3823734ab/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce428369673c21a49f5cd3c9df0b34928a39e87a" 2018-06-29 17:10:16,164 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:10:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8bd5044c-e479-464c-9030-716075a55461 x-compute-request-id: req-8bd5044c-e479-464c-9030-716075a55461 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-06-29 17:10:16,164 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/f8615e0b-c81c-403c-a57b-55c3823734ab/os-extra_specs used request id req-8bd5044c-e479-464c-9030-716075a55461 2018-06-29 17:10:16,167 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/f8615e0b-c81c-403c-a57b-55c3823734ab -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce428369673c21a49f5cd3c9df0b34928a39e87a" 2018-06-29 17:10:16,200 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 17:10:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5166eb88-b74b-4a22-a37c-67e69f5c4ede x-compute-request-id: req-5166eb88-b74b-4a22-a37c-67e69f5c4ede Content-Length: 0 Content-Type: application/json 2018-06-29 17:10:16,200 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/f8615e0b-c81c-403c-a57b-55c3823734ab used request id req-5166eb88-b74b-4a22-a37c-67e69f5c4ede 2018-06-29 17:10:16,203 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce428369673c21a49f5cd3c9df0b34928a39e87a" 2018-06-29 17:10:16,221 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:10:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-92e0b741-783c-47eb-a833-b4bbc28cb677 x-compute-request-id: req-92e0b741-783c-47eb-a833-b4bbc28cb677 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-06-29 17:10:16,222 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-92e0b741-783c-47eb-a833-b4bbc28cb677 2018-06-29 17:10:16,224 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/f8615e0b-c81c-403c-a57b-55c3823734ab -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e41c76f6adace47d8f2c07948f20cb0b7dd63281" 2018-06-29 17:10:16,241 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 29 Jun 2018 17:10:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d40cb635-4681-4106-817d-0e11904300e4 x-compute-request-id: req-d40cb635-4681-4106-817d-0e11904300e4 Content-Length: 109 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor f8615e0b-c81c-403c-a57b-55c3823734ab could not be found.", "code": 404}} 2018-06-29 17:10:16,241 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/f8615e0b-c81c-403c-a57b-55c3823734ab used request id req-d40cb635-4681-4106-817d-0e11904300e4 2018-06-29 17:10:16,243 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 17:10:16,244 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:10:16,244 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:10:16,651 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:10:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["iGASlj1VRlyXTe1lqCQgRQ"], "issued_at": "2018-06-29T17:10:16.000000Z"}} 2018-06-29 17:10:16,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}f860d2f383a8ae018a3a237381dc1f8d0796a7cc" 2018-06-29 17:10:16,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:10:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f02fcee0-b347-4135-af4e-55e59d69124a 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:10:16,737 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-f02fcee0-b347-4135-af4e-55e59d69124a 2018-06-29 17:10:16,738 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 17:10:16,742 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f860d2f383a8ae018a3a237381dc1f8d0796a7cc" 2018-06-29 17:10:16,943 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:10:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-60aad82c-7d2b-4300-8632-781bf216d196 x-compute-request-id: req-60aad82c-7d2b-4300-8632-781bf216d196 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-06-29 17:10:16,943 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-60aad82c-7d2b-4300-8632-781bf216d196 2018-06-29 17:10:16,947 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f860d2f383a8ae018a3a237381dc1f8d0796a7cc" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-f941df9f-e96a-4485-a49b-5d3e43380161name", "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 17:10:17,008 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:10: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-382dbe88-7003-4682-b8ea-47d532083f69 x-compute-request-id: req-382dbe88-7003-4682-b8ea-47d532083f69 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateFlavorTests-f941df9f-e96a-4485-a49b-5d3e43380161name", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/a81cb8aa-8f30-409d-ab1f-3c837b2cf5fc", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/a81cb8aa-8f30-409d-ab1f-3c837b2cf5fc", "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": "a81cb8aa-8f30-409d-ab1f-3c837b2cf5fc"}} 2018-06-29 17:10:17,009 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-382dbe88-7003-4682-b8ea-47d532083f69 2018-06-29 17:10:17,009 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:10:17,406 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:10:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["KW-G1y82RcSCuijIdnkklg"], "issued_at": "2018-06-29T17:10:17.000000Z"}} 2018-06-29 17:10:17,408 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/a81cb8aa-8f30-409d-ab1f-3c837b2cf5fc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34e105b0b4467c7fbcb80e1b172feb63215e8fb1" 2018-06-29 17:10:17,601 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:10:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b9c217ec-ec98-436d-8c01-337160e8d874 x-compute-request-id: req-b9c217ec-ec98-436d-8c01-337160e8d874 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateFlavorTests-f941df9f-e96a-4485-a49b-5d3e43380161name", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/a81cb8aa-8f30-409d-ab1f-3c837b2cf5fc", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/a81cb8aa-8f30-409d-ab1f-3c837b2cf5fc", "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": "a81cb8aa-8f30-409d-ab1f-3c837b2cf5fc"}} 2018-06-29 17:10:17,602 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/a81cb8aa-8f30-409d-ab1f-3c837b2cf5fc used request id req-b9c217ec-ec98-436d-8c01-337160e8d874 2018-06-29 17:10:17,604 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/a81cb8aa-8f30-409d-ab1f-3c837b2cf5fc/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34e105b0b4467c7fbcb80e1b172feb63215e8fb1" 2018-06-29 17:10:17,624 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:10: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-8cec1936-376a-43df-a03e-c0399175f60e x-compute-request-id: req-8cec1936-376a-43df-a03e-c0399175f60e Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-06-29 17:10:17,624 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/a81cb8aa-8f30-409d-ab1f-3c837b2cf5fc/os-extra_specs used request id req-8cec1936-376a-43df-a03e-c0399175f60e 2018-06-29 17:10:17,627 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/a81cb8aa-8f30-409d-ab1f-3c837b2cf5fc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f860d2f383a8ae018a3a237381dc1f8d0796a7cc" 2018-06-29 17:10:17,654 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 17:10: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-12e9d45f-a461-42da-ba80-e9e7ae0604cc x-compute-request-id: req-12e9d45f-a461-42da-ba80-e9e7ae0604cc Content-Length: 0 Content-Type: application/json 2018-06-29 17:10:17,654 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/a81cb8aa-8f30-409d-ab1f-3c837b2cf5fc used request id req-12e9d45f-a461-42da-ba80-e9e7ae0604cc 2018-06-29 17:10:17,656 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 17:10:17,657 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:10:17,657 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:10:18,080 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:10:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["lTqasLWBSqiTzpoAbJ9UZg"], "issued_at": "2018-06-29T17:10:18.000000Z"}} 2018-06-29 17:10:18,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}cae223d0417f1bda3cd695dedbeb33f63e2e0936" 2018-06-29 17:10:18,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:10:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e0e4a8a-3289-481b-a6aa-fc4f564fe37e 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:10:18,166 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-1e0e4a8a-3289-481b-a6aa-fc4f564fe37e 2018-06-29 17:10:18,167 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 17:10:18,171 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cae223d0417f1bda3cd695dedbeb33f63e2e0936" 2018-06-29 17:10:18,381 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:10: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-353c171b-dcc5-4a0c-ae68-5ed5a31bc105 x-compute-request-id: req-353c171b-dcc5-4a0c-ae68-5ed5a31bc105 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-06-29 17:10:18,381 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-353c171b-dcc5-4a0c-ae68-5ed5a31bc105 2018-06-29 17:10:18,384 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cae223d0417f1bda3cd695dedbeb33f63e2e0936" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-12cef6ff-2a56-4c76-b0ba-90630681e788name", "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 17:10:18,448 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:10: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-27360f69-28ab-4e48-b459-b000eedb58a7 x-compute-request-id: req-27360f69-28ab-4e48-b459-b000eedb58a7 Content-Encoding: gzip Content-Length: 305 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateFlavorTests-12cef6ff-2a56-4c76-b0ba-90630681e788name", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/263601ef-4869-46ad-865f-a5220f61e786", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/263601ef-4869-46ad-865f-a5220f61e786", "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": "263601ef-4869-46ad-865f-a5220f61e786"}} 2018-06-29 17:10:18,448 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-27360f69-28ab-4e48-b459-b000eedb58a7 2018-06-29 17:10:18,449 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:10:18,852 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:10:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["0Tn3hJqORS6QjkqIK_vhxw"], "issued_at": "2018-06-29T17:10:18.000000Z"}} 2018-06-29 17:10:18,855 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/263601ef-4869-46ad-865f-a5220f61e786 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ba53156a1a793521e902119b2b71cd93441fcc4" 2018-06-29 17:10:19,048 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:10: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-705db252-3b46-4d60-b4cc-f78e8a441604 x-compute-request-id: req-705db252-3b46-4d60-b4cc-f78e8a441604 Content-Encoding: gzip Content-Length: 305 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateFlavorTests-12cef6ff-2a56-4c76-b0ba-90630681e788name", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/263601ef-4869-46ad-865f-a5220f61e786", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/263601ef-4869-46ad-865f-a5220f61e786", "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": "263601ef-4869-46ad-865f-a5220f61e786"}} 2018-06-29 17:10:19,048 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/263601ef-4869-46ad-865f-a5220f61e786 used request id req-705db252-3b46-4d60-b4cc-f78e8a441604 2018-06-29 17:10:19,051 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/263601ef-4869-46ad-865f-a5220f61e786/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ba53156a1a793521e902119b2b71cd93441fcc4" 2018-06-29 17:10:19,071 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:10:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ac5d2c41-4629-4443-b700-72c22bdbc847 x-compute-request-id: req-ac5d2c41-4629-4443-b700-72c22bdbc847 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-06-29 17:10:19,071 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/263601ef-4869-46ad-865f-a5220f61e786/os-extra_specs used request id req-ac5d2c41-4629-4443-b700-72c22bdbc847 2018-06-29 17:10:19,074 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/263601ef-4869-46ad-865f-a5220f61e786 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ba53156a1a793521e902119b2b71cd93441fcc4" 2018-06-29 17:10:19,110 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 17:10:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6bd6a050-8602-49a4-ae50-5089e5899ca9 x-compute-request-id: req-6bd6a050-8602-49a4-ae50-5089e5899ca9 Content-Length: 0 Content-Type: application/json 2018-06-29 17:10:19,110 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/263601ef-4869-46ad-865f-a5220f61e786 used request id req-6bd6a050-8602-49a4-ae50-5089e5899ca9 2018-06-29 17:10:19,113 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ba53156a1a793521e902119b2b71cd93441fcc4" 2018-06-29 17:10:19,131 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:10:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a98f1320-49ed-4b68-9402-f3a8e3b6d7d7 x-compute-request-id: req-a98f1320-49ed-4b68-9402-f3a8e3b6d7d7 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-06-29 17:10:19,132 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-a98f1320-49ed-4b68-9402-f3a8e3b6d7d7 2018-06-29 17:10:19,134 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/263601ef-4869-46ad-865f-a5220f61e786 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cae223d0417f1bda3cd695dedbeb33f63e2e0936" 2018-06-29 17:10:19,149 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 29 Jun 2018 17:10:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-eac84fdd-f1bf-444f-977d-6a0a1c349652 x-compute-request-id: req-eac84fdd-f1bf-444f-977d-6a0a1c349652 Content-Length: 109 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor 263601ef-4869-46ad-865f-a5220f61e786 could not be found.", "code": 404}} 2018-06-29 17:10:19,150 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/263601ef-4869-46ad-865f-a5220f61e786 used request id req-eac84fdd-f1bf-444f-977d-6a0a1c349652 2018-06-29 17:10:19,151 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 17:10:19,152 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:10:19,152 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:10:19,653 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:10:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["Vj3CsEarTRSN0sM1dRdoQw"], "issued_at": "2018-06-29T17:10:19.000000Z"}} 2018-06-29 17:10:19,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}05a9174b92ea8a204bfea78e46258d4f03e29c4f" 2018-06-29 17:10:19,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:10:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33967c3d-f0c9-4f5d-949d-f7d930c1975d 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:10:19,737 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-33967c3d-f0c9-4f5d-949d-f7d930c1975d 2018-06-29 17:10:19,738 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 17:10:19,743 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05a9174b92ea8a204bfea78e46258d4f03e29c4f" 2018-06-29 17:10:20,050 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:10:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b88c359e-fa6c-4e3d-ad1b-6ff190b4106f x-compute-request-id: req-b88c359e-fa6c-4e3d-ad1b-6ff190b4106f Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-06-29 17:10:20,050 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-b88c359e-fa6c-4e3d-ad1b-6ff190b4106f 2018-06-29 17:10:20,053 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05a9174b92ea8a204bfea78e46258d4f03e29c4f" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-7ec0603b-650c-4cd8-966c-97f045543deaname", "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 17:10:20,090 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:10:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-78ebe88d-2b1f-4fe8-a53c-464c88389e2e x-compute-request-id: req-78ebe88d-2b1f-4fe8-a53c-464c88389e2e Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateFlavorTests-7ec0603b-650c-4cd8-966c-97f045543deaname", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/77bffa03-afbc-47f0-8cf2-83383ad71bbe", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/77bffa03-afbc-47f0-8cf2-83383ad71bbe", "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": "77bffa03-afbc-47f0-8cf2-83383ad71bbe"}} 2018-06-29 17:10:20,090 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-78ebe88d-2b1f-4fe8-a53c-464c88389e2e 2018-06-29 17:10:20,091 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:10:20,508 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:10:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["TBT1RfhTRiiEe0RO5-2qOQ"], "issued_at": "2018-06-29T17:10:20.000000Z"}} 2018-06-29 17:10:20,511 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/77bffa03-afbc-47f0-8cf2-83383ad71bbe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11e66564c1dc822dbd880ad20eb316b0976582ca" 2018-06-29 17:10:20,703 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:10:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d4e5b8c0-ddc9-4249-ab18-b648a6c572f2 x-compute-request-id: req-d4e5b8c0-ddc9-4249-ab18-b648a6c572f2 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateFlavorTests-7ec0603b-650c-4cd8-966c-97f045543deaname", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/77bffa03-afbc-47f0-8cf2-83383ad71bbe", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/77bffa03-afbc-47f0-8cf2-83383ad71bbe", "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": "77bffa03-afbc-47f0-8cf2-83383ad71bbe"}} 2018-06-29 17:10:20,703 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/77bffa03-afbc-47f0-8cf2-83383ad71bbe used request id req-d4e5b8c0-ddc9-4249-ab18-b648a6c572f2 2018-06-29 17:10:20,706 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/77bffa03-afbc-47f0-8cf2-83383ad71bbe/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11e66564c1dc822dbd880ad20eb316b0976582ca" 2018-06-29 17:10:20,728 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:10:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cf1340be-8837-4dda-bfa2-87f078724684 x-compute-request-id: req-cf1340be-8837-4dda-bfa2-87f078724684 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-06-29 17:10:20,728 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/77bffa03-afbc-47f0-8cf2-83383ad71bbe/os-extra_specs used request id req-cf1340be-8837-4dda-bfa2-87f078724684 2018-06-29 17:10:20,729 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:10:20,729 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:10:21,131 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:10:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["TnONxcFeTU-g6n5Mp_nQEQ"], "issued_at": "2018-06-29T17:10:21.000000Z"}} 2018-06-29 17:10:21,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}a9f4ec69a789336399df6192c6a30c6643f00de7" 2018-06-29 17:10:21,294 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:10:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e783506f-1a88-442d-9e67-61b6f3ffec31 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:10:21,294 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-e783506f-1a88-442d-9e67-61b6f3ffec31 2018-06-29 17:10:21,295 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 17:10:21,299 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9f4ec69a789336399df6192c6a30c6643f00de7" 2018-06-29 17:10:21,493 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:10: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-f25ea171-c77f-4615-bfec-ef5a31fd936f x-compute-request-id: req-f25ea171-c77f-4615-bfec-ef5a31fd936f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"flavors": [{"id": "77bffa03-afbc-47f0-8cf2-83383ad71bbe", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/77bffa03-afbc-47f0-8cf2-83383ad71bbe", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/77bffa03-afbc-47f0-8cf2-83383ad71bbe", "rel": "bookmark"}], "name": "CreateFlavorTests-7ec0603b-650c-4cd8-966c-97f045543deaname"}]} 2018-06-29 17:10:21,493 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-f25ea171-c77f-4615-bfec-ef5a31fd936f 2018-06-29 17:10:21,496 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/77bffa03-afbc-47f0-8cf2-83383ad71bbe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9f4ec69a789336399df6192c6a30c6643f00de7" 2018-06-29 17:10:21,516 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:10: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-ad626368-5659-411c-b4b0-f5449bc3d806 x-compute-request-id: req-ad626368-5659-411c-b4b0-f5449bc3d806 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateFlavorTests-7ec0603b-650c-4cd8-966c-97f045543deaname", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/77bffa03-afbc-47f0-8cf2-83383ad71bbe", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/77bffa03-afbc-47f0-8cf2-83383ad71bbe", "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": "77bffa03-afbc-47f0-8cf2-83383ad71bbe"}} 2018-06-29 17:10:21,516 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/77bffa03-afbc-47f0-8cf2-83383ad71bbe used request id req-ad626368-5659-411c-b4b0-f5449bc3d806 2018-06-29 17:10:21,516 - create_flavor - INFO - Found flavor with name - CreateFlavorTests-7ec0603b-650c-4cd8-966c-97f045543deaname 2018-06-29 17:10:21,519 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/77bffa03-afbc-47f0-8cf2-83383ad71bbe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05a9174b92ea8a204bfea78e46258d4f03e29c4f" 2018-06-29 17:10:21,553 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 17:10:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d597502f-844f-4cc4-b187-576a1e1e2e99 x-compute-request-id: req-d597502f-844f-4cc4-b187-576a1e1e2e99 Content-Length: 0 Content-Type: application/json 2018-06-29 17:10:21,553 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/77bffa03-afbc-47f0-8cf2-83383ad71bbe used request id req-d597502f-844f-4cc4-b187-576a1e1e2e99 2018-06-29 17:10:21,554 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-06-29 17:10:21,554 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:10:21,555 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:10:21,964 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:10:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["-1g0TkF7Su2VVSbAwwWOjw"], "issued_at": "2018-06-29T17:10:21.000000Z"}} 2018-06-29 17:10:21,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}0e9723f1f2db67faef518b045c0831dae8aaca88" 2018-06-29 17:10:21,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:10:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7526592c-3640-4190-9bd5-36ca6926a03d 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:10:21,979 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-7526592c-3640-4190-9bd5-36ca6926a03d 2018-06-29 17:10:21,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0e9723f1f2db67faef518b045c0831dae8aaca88" 2018-06-29 17:10:22,172 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 176 Content-Type: application/json X-Openstack-Request-Id: req-88cec300-3640-4bb4-bb1e-60885a017ed6 Date: Fri, 29 Jun 2018 17:10:22 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-image"} 2018-06-29 17:10:22,173 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-image used request id req-88cec300-3640-4bb4-bb1e-60885a017ed6 2018-06-29 17:10:22,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0e9723f1f2db67faef518b045c0831dae8aaca88" 2018-06-29 17:10:22,363 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-e1213fbb-1cec-4a0d-9734-83a952e31388 Date: Fri, 29 Jun 2018 17:10:22 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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 17:10:22,363 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-e1213fbb-1cec-4a0d-9734-83a952e31388 2018-06-29 17:10:22,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0e9723f1f2db67faef518b045c0831dae8aaca88" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-image"}' 2018-06-29 17:10:22,768 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 635 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/924a074d-e307-44b9-8173-b76bc62e0941 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-6a9c4605-61dd-4b85-9f0f-201f6d57d312 Date: Fri, 29 Jun 2018 17:10:22 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-image", "tags": [], "container_format": "bare", "created_at": "2018-06-29T17:10:22Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-06-29T17:10:22Z", "visibility": "shared", "locations": [], "self": "/v2/images/924a074d-e307-44b9-8173-b76bc62e0941", "min_disk": 0, "protected": false, "id": "924a074d-e307-44b9-8173-b76bc62e0941", "file": "/v2/images/924a074d-e307-44b9-8173-b76bc62e0941/file", "checksum": null, "owner": "d375e46f6f2b472db41ca16f2fc59215", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 17:10:22,768 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-6a9c4605-61dd-4b85-9f0f-201f6d57d312 2018-06-29 17:10:22,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/924a074d-e307-44b9-8173-b76bc62e0941/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0e9723f1f2db67faef518b045c0831dae8aaca88" -d '' 2018-06-29 17:10:24,086 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-49b3362a-911e-4ef6-9940-66b3a79e13b3 Date: Fri, 29 Jun 2018 17:10:24 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-06-29 17:10:24,086 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/924a074d-e307-44b9-8173-b76bc62e0941/file used request id req-49b3362a-911e-4ef6-9940-66b3a79e13b3 2018-06-29 17:10:24,087 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-06-29 17:10:24,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/924a074d-e307-44b9-8173-b76bc62e0941 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0e9723f1f2db67faef518b045c0831dae8aaca88" 2018-06-29 17:10:24,278 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-5f59e081-1be2-41d3-a113-ff37ed102a6d Date: Fri, 29 Jun 2018 17:10:24 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-image", "tags": [], "container_format": "bare", "created_at": "2018-06-29T17:10:22Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-06-29T17:10:23Z", "visibility": "shared", "locations": [{"url": "rbd://0e8aacea-dc23-4cff-98e1-fd5fa38d6bcf/images/924a074d-e307-44b9-8173-b76bc62e0941/snap", "metadata": {}}], "self": "/v2/images/924a074d-e307-44b9-8173-b76bc62e0941", "min_disk": 0, "protected": false, "id": "924a074d-e307-44b9-8173-b76bc62e0941", "file": "/v2/images/924a074d-e307-44b9-8173-b76bc62e0941/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d375e46f6f2b472db41ca16f2fc59215", "direct_url": "rbd://0e8aacea-dc23-4cff-98e1-fd5fa38d6bcf/images/924a074d-e307-44b9-8173-b76bc62e0941/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 17:10:24,278 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/924a074d-e307-44b9-8173-b76bc62e0941 used request id req-5f59e081-1be2-41d3-a113-ff37ed102a6d 2018-06-29 17:10:24,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0e9723f1f2db67faef518b045c0831dae8aaca88" 2018-06-29 17:10:24,467 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-50f29570-030e-4f45-b6f2-50251ece111d Date: Fri, 29 Jun 2018 17:10:24 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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 17:10:24,467 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-50f29570-030e-4f45-b6f2-50251ece111d 2018-06-29 17:10:24,470 - create_image - INFO - Created image with name - HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-image 2018-06-29 17:10:24,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/924a074d-e307-44b9-8173-b76bc62e0941 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0e9723f1f2db67faef518b045c0831dae8aaca88" 2018-06-29 17:10:24,490 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-c68a0d1e-b922-4356-aab3-fccfc252a69f Date: Fri, 29 Jun 2018 17:10:24 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-image", "tags": [], "container_format": "bare", "created_at": "2018-06-29T17:10:22Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-06-29T17:10:23Z", "visibility": "shared", "locations": [{"url": "rbd://0e8aacea-dc23-4cff-98e1-fd5fa38d6bcf/images/924a074d-e307-44b9-8173-b76bc62e0941/snap", "metadata": {}}], "self": "/v2/images/924a074d-e307-44b9-8173-b76bc62e0941", "min_disk": 0, "protected": false, "id": "924a074d-e307-44b9-8173-b76bc62e0941", "file": "/v2/images/924a074d-e307-44b9-8173-b76bc62e0941/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d375e46f6f2b472db41ca16f2fc59215", "direct_url": "rbd://0e8aacea-dc23-4cff-98e1-fd5fa38d6bcf/images/924a074d-e307-44b9-8173-b76bc62e0941/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 17:10:24,490 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/924a074d-e307-44b9-8173-b76bc62e0941 used request id req-c68a0d1e-b922-4356-aab3-fccfc252a69f 2018-06-29 17:10:24,490 - create_image - DEBUG - Instance status is - active 2018-06-29 17:10:24,490 - create_image - DEBUG - Image is active with name - HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-image 2018-06-29 17:10:24,491 - create_image - INFO - Image is now active with name - HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-image 2018-06-29 17:10:24,491 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:10:24,491 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:10:24,897 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:10:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["dQH2N7M_R6azS7ePpgLCzw"], "issued_at": "2018-06-29T17:10:24.000000Z"}} 2018-06-29 17:10:24,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}7e1214d724f0adef9703af32706cf2074cc3a6b5" 2018-06-29 17:10:24,985 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:10:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f3a7809-d39d-4c35-a33f-dc56fef00b49 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:10:24,985 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-1f3a7809-d39d-4c35-a33f-dc56fef00b49 2018-06-29 17:10:24,986 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 17:10:24,991 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e1214d724f0adef9703af32706cf2074cc3a6b5" 2018-06-29 17:10:25,170 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:10:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-aa438144-de44-4279-b583-780422c5ed64 x-compute-request-id: req-aa438144-de44-4279-b583-780422c5ed64 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-06-29 17:10:25,170 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-aa438144-de44-4279-b583-780422c5ed64 2018-06-29 17:10:25,174 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e1214d724f0adef9703af32706cf2074cc3a6b5" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-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 17:10:25,212 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:10:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b12e2bfc-6c6c-4690-8f15-f4bf9bc12286 x-compute-request-id: req-b12e2bfc-6c6c-4690-8f15-f4bf9bc12286 Content-Encoding: gzip Content-Length: 325 Content-Type: application/json RESP BODY: {"flavor": {"name": "HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-flavor", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/455ebb56-3be2-4d56-86d7-bb768ee12a00", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/455ebb56-3be2-4d56-86d7-bb768ee12a00", "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": "455ebb56-3be2-4d56-86d7-bb768ee12a00"}} 2018-06-29 17:10:25,212 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-b12e2bfc-6c6c-4690-8f15-f4bf9bc12286 2018-06-29 17:10:25,214 - heat_utils - DEBUG - Retrieving Heat Client 2018-06-29 17:10:25,240 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:10:25,656 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:10:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["IrUu-hGMSomg78JFp6KJGA"], "issued_at": "2018-06-29T17:10:25.000000Z"}} 2018-06-29 17:10:25,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90e8d0784c9acac06eb042f5916a27cb86222af9" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-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-ce9e3e14-1846-4b0c-9363-0051fc40435c-net", "inst_name": "HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-flavor"}}' 2018-06-29 17:10:28,860 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 29 Jun 2018 17:10:25 GMT Server: Apache x-openstack-request-id: req-cab1b029-b060-42ec-bdf1-762c4d29a250 Location: http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1/f9cb00a5-4762-447b-9691-d1c4e03e10a6 Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "f9cb00a5-4762-447b-9691-d1c4e03e10a6", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1/f9cb00a5-4762-447b-9691-d1c4e03e10a6", "rel": "self"}]}} 2018-06-29 17:10:28,860 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks used request id req-cab1b029-b060-42ec-bdf1-762c4d29a250 2018-06-29 17:10:28,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/f9cb00a5-4762-447b-9691-d1c4e03e10a6 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90e8d0784c9acac06eb042f5916a27cb86222af9" 2018-06-29 17:10:29,591 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 17:10:28 GMT Server: Apache x-openstack-request-id: req-67fffd2f-ea43-4b2f-89d4-28b8111f2f6f Location: http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1/f9cb00a5-4762-447b-9691-d1c4e03e10a6 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1/f9cb00a5-4762-447b-9691-d1c4e03e10a6;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 17:10:30,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:10:29 GMT Server: Apache x-openstack-request-id: req-c8096c57-ad51-4c8b-ae48-e8b591a503ab 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": "d375e46f6f2b472db41ca16f2fc59215", "OS::stack_id": "f9cb00a5-4762-447b-9691-d1c4e03e10a6", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-image", "inst_name": "HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1", "stack_user_project_id": "8814412bdaa443a4a5a56889e9c06ac5", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T17:10:28Z", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1/f9cb00a5-4762-447b-9691-d1c4e03e10a6", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f9cb00a5-4762-447b-9691-d1c4e03e10a6", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 17:10:30,375 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1/f9cb00a5-4762-447b-9691-d1c4e03e10a6 used request id req-c8096c57-ad51-4c8b-ae48-e8b591a503ab 2018-06-29 17:10:30,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks?stack_name=HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90e8d0784c9acac06eb042f5916a27cb86222af9" 2018-06-29 17:10:31,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:10:30 GMT Server: Apache x-openstack-request-id: req-648046da-7648-4905-9522-6b9fe0d17fb8 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-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1", "stack_user_project_id": "8814412bdaa443a4a5a56889e9c06ac5", "deletion_time": null, "creation_time": "2018-06-29T17:10:28Z", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1/f9cb00a5-4762-447b-9691-d1c4e03e10a6", "rel": "self"}], "updated_time": null, "project": "d375e46f6f2b472db41ca16f2fc59215", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "f9cb00a5-4762-447b-9691-d1c4e03e10a6", "tags": null}]} 2018-06-29 17:10:31,312 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks?stack_name=HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1 used request id req-648046da-7648-4905-9522-6b9fe0d17fb8 2018-06-29 17:10:31,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks?stack_name=HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90e8d0784c9acac06eb042f5916a27cb86222af9" 2018-06-29 17:10:32,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:10:31 GMT Server: Apache x-openstack-request-id: req-1cbd4ddc-487e-4a70-9ef9-eec64c855c88 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-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1", "stack_user_project_id": "8814412bdaa443a4a5a56889e9c06ac5", "deletion_time": null, "creation_time": "2018-06-29T17:10:28Z", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1/f9cb00a5-4762-447b-9691-d1c4e03e10a6", "rel": "self"}], "updated_time": null, "project": "d375e46f6f2b472db41ca16f2fc59215", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "f9cb00a5-4762-447b-9691-d1c4e03e10a6", "tags": null}]} 2018-06-29 17:10:32,075 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks?stack_name=HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1 used request id req-1cbd4ddc-487e-4a70-9ef9-eec64c855c88 2018-06-29 17:10:32,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/f9cb00a5-4762-447b-9691-d1c4e03e10a6 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90e8d0784c9acac06eb042f5916a27cb86222af9" 2018-06-29 17:10:32,800 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 17:10:32 GMT Server: Apache x-openstack-request-id: req-7b054af3-c8db-4142-807c-ce8ba39bf85f Location: http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1/f9cb00a5-4762-447b-9691-d1c4e03e10a6 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1/f9cb00a5-4762-447b-9691-d1c4e03e10a6;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 17:10:32,926 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:10:32 GMT Server: Apache x-openstack-request-id: req-614bed73-280c-46d0-b75a-f8c0fb2fa391 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": "d375e46f6f2b472db41ca16f2fc59215", "OS::stack_id": "f9cb00a5-4762-447b-9691-d1c4e03e10a6", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-image", "inst_name": "HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1", "stack_user_project_id": "8814412bdaa443a4a5a56889e9c06ac5", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T17:10:28Z", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1/f9cb00a5-4762-447b-9691-d1c4e03e10a6", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f9cb00a5-4762-447b-9691-d1c4e03e10a6", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 17:10:32,926 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1/f9cb00a5-4762-447b-9691-d1c4e03e10a6 used request id req-614bed73-280c-46d0-b75a-f8c0fb2fa391 2018-06-29 17:10:32,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/f9cb00a5-4762-447b-9691-d1c4e03e10a6/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90e8d0784c9acac06eb042f5916a27cb86222af9" 2018-06-29 17:10:33,675 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 17:10:32 GMT Server: Apache x-openstack-request-id: req-42f5295a-257b-4fae-8e40-2b21a9196311 Location: http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1/f9cb00a5-4762-447b-9691-d1c4e03e10a6/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1/f9cb00a5-4762-447b-9691-d1c4e03e10a6/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 17:10:34,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:10:33 GMT Server: Apache x-openstack-request-id: req-4afd4521-cb9d-44f6-aab5-d0a12d3e7c76 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 568 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1/f9cb00a5-4762-447b-9691-d1c4e03e10a6/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1/f9cb00a5-4762-447b-9691-d1c4e03e10a6", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-06-29T17:10:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T17:10:28Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "39136ade-0a13-43df-936c-e0c097dfd6f7", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1/f9cb00a5-4762-447b-9691-d1c4e03e10a6/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1/f9cb00a5-4762-447b-9691-d1c4e03e10a6", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-06-29T17:10:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T17:10:28Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "73b67858-227e-4968-9535-ef58ec52801c", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1/f9cb00a5-4762-447b-9691-d1c4e03e10a6/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1/f9cb00a5-4762-447b-9691-d1c4e03e10a6", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-06-29T17:10:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T17:10:28Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "fea23663-ecbc-415b-97d3-f6cf605e3d7f", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1/f9cb00a5-4762-447b-9691-d1c4e03e10a6/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1/f9cb00a5-4762-447b-9691-d1c4e03e10a6", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-06-29T17:10:28Z", "resource_status": "CREATE_IN_PROGRESS", "updated_time": "2018-06-29T17:10:28Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "", "resource_type": "OS::Nova::Server"}]} 2018-06-29 17:10:34,569 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1/f9cb00a5-4762-447b-9691-d1c4e03e10a6/resources used request id req-4afd4521-cb9d-44f6-aab5-d0a12d3e7c76 2018-06-29 17:10:34,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/f9cb00a5-4762-447b-9691-d1c4e03e10a6 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90e8d0784c9acac06eb042f5916a27cb86222af9" 2018-06-29 17:10:34,645 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 17:10:34 GMT Server: Apache x-openstack-request-id: req-6662046f-2581-4016-85aa-077b8e83ace2 Location: http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1/f9cb00a5-4762-447b-9691-d1c4e03e10a6 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1/f9cb00a5-4762-447b-9691-d1c4e03e10a6;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 17:10:35,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:10:34 GMT Server: Apache x-openstack-request-id: req-bb92c002-40d0-4bfb-b5f5-0c68e0c94d56 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": "d375e46f6f2b472db41ca16f2fc59215", "OS::stack_id": "f9cb00a5-4762-447b-9691-d1c4e03e10a6", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-image", "inst_name": "HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1", "stack_user_project_id": "8814412bdaa443a4a5a56889e9c06ac5", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T17:10:28Z", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1/f9cb00a5-4762-447b-9691-d1c4e03e10a6", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f9cb00a5-4762-447b-9691-d1c4e03e10a6", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 17:10:35,324 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1/f9cb00a5-4762-447b-9691-d1c4e03e10a6 used request id req-bb92c002-40d0-4bfb-b5f5-0c68e0c94d56 2018-06-29 17:10:35,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/f9cb00a5-4762-447b-9691-d1c4e03e10a6 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90e8d0784c9acac06eb042f5916a27cb86222af9" 2018-06-29 17:10:35,566 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 17:10:35 GMT Server: Apache x-openstack-request-id: req-acbb67e7-d2eb-461d-a8c4-25a8d12caf55 Location: http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1/f9cb00a5-4762-447b-9691-d1c4e03e10a6 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1/f9cb00a5-4762-447b-9691-d1c4e03e10a6;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 17:10:36,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:10:35 GMT Server: Apache x-openstack-request-id: req-9c146286-5fbc-4a33-a456-3aa8345eac30 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": "d375e46f6f2b472db41ca16f2fc59215", "OS::stack_id": "f9cb00a5-4762-447b-9691-d1c4e03e10a6", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-image", "inst_name": "HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1", "stack_user_project_id": "8814412bdaa443a4a5a56889e9c06ac5", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T17:10:28Z", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1/f9cb00a5-4762-447b-9691-d1c4e03e10a6", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f9cb00a5-4762-447b-9691-d1c4e03e10a6", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 17:10:36,376 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1/f9cb00a5-4762-447b-9691-d1c4e03e10a6 used request id req-9c146286-5fbc-4a33-a456-3aa8345eac30 2018-06-29 17:10:39,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/f9cb00a5-4762-447b-9691-d1c4e03e10a6 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90e8d0784c9acac06eb042f5916a27cb86222af9" 2018-06-29 17:10:40,090 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 17:10:39 GMT Server: Apache x-openstack-request-id: req-5a24ff1b-0c6a-4ea4-8613-59c61897e4ee Location: http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1/f9cb00a5-4762-447b-9691-d1c4e03e10a6 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1/f9cb00a5-4762-447b-9691-d1c4e03e10a6;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 17:10:40,776 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:10:40 GMT Server: Apache x-openstack-request-id: req-304e7607-f754-4d8e-999f-0f04ffa16554 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": "d375e46f6f2b472db41ca16f2fc59215", "OS::stack_id": "f9cb00a5-4762-447b-9691-d1c4e03e10a6", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-image", "inst_name": "HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1", "stack_user_project_id": "8814412bdaa443a4a5a56889e9c06ac5", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T17:10:28Z", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1/f9cb00a5-4762-447b-9691-d1c4e03e10a6", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f9cb00a5-4762-447b-9691-d1c4e03e10a6", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 17:10:40,776 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1/f9cb00a5-4762-447b-9691-d1c4e03e10a6 used request id req-304e7607-f754-4d8e-999f-0f04ffa16554 2018-06-29 17:10:43,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/f9cb00a5-4762-447b-9691-d1c4e03e10a6 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90e8d0784c9acac06eb042f5916a27cb86222af9" 2018-06-29 17:10:44,523 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 17:10:43 GMT Server: Apache x-openstack-request-id: req-fe8325d4-54a8-487b-9c01-b6c311e4ab14 Location: http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1/f9cb00a5-4762-447b-9691-d1c4e03e10a6 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1/f9cb00a5-4762-447b-9691-d1c4e03e10a6;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 17:10:45,336 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:10:44 GMT Server: Apache x-openstack-request-id: req-90f339f7-3108-4afe-9285-61443e32d8e0 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": "d375e46f6f2b472db41ca16f2fc59215", "OS::stack_id": "f9cb00a5-4762-447b-9691-d1c4e03e10a6", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-image", "inst_name": "HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1", "stack_user_project_id": "8814412bdaa443a4a5a56889e9c06ac5", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T17:10:28Z", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1/f9cb00a5-4762-447b-9691-d1c4e03e10a6", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f9cb00a5-4762-447b-9691-d1c4e03e10a6", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 17:10:45,337 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1/f9cb00a5-4762-447b-9691-d1c4e03e10a6 used request id req-90f339f7-3108-4afe-9285-61443e32d8e0 2018-06-29 17:10:48,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/f9cb00a5-4762-447b-9691-d1c4e03e10a6 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90e8d0784c9acac06eb042f5916a27cb86222af9" 2018-06-29 17:10:49,100 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 17:10:48 GMT Server: Apache x-openstack-request-id: req-fe8ac355-f0de-4287-9028-9b45f9d9d0f0 Location: http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1/f9cb00a5-4762-447b-9691-d1c4e03e10a6 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1/f9cb00a5-4762-447b-9691-d1c4e03e10a6;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 17:10:49,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:10:49 GMT Server: Apache x-openstack-request-id: req-30e804e0-fef4-4e01-80b8-362d3ba24cb7 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": "d375e46f6f2b472db41ca16f2fc59215", "OS::stack_id": "f9cb00a5-4762-447b-9691-d1c4e03e10a6", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-image", "inst_name": "HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1", "stack_user_project_id": "8814412bdaa443a4a5a56889e9c06ac5", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-06-29T17:10:28Z", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1/f9cb00a5-4762-447b-9691-d1c4e03e10a6", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "f9cb00a5-4762-447b-9691-d1c4e03e10a6", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 17:10:49,837 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1/f9cb00a5-4762-447b-9691-d1c4e03e10a6 used request id req-30e804e0-fef4-4e01-80b8-362d3ba24cb7 2018-06-29 17:10:49,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/f9cb00a5-4762-447b-9691-d1c4e03e10a6/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90e8d0784c9acac06eb042f5916a27cb86222af9" 2018-06-29 17:10:50,567 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 17:10:49 GMT Server: Apache x-openstack-request-id: req-8e675650-a942-403e-be5b-b2e0bce08997 Location: http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1/f9cb00a5-4762-447b-9691-d1c4e03e10a6/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1/f9cb00a5-4762-447b-9691-d1c4e03e10a6/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 17:10:50,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:10:50 GMT Server: Apache x-openstack-request-id: req-3d42d3ba-8fe8-4fa6-9b74-9fb433fc7875 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.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1/f9cb00a5-4762-447b-9691-d1c4e03e10a6/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1/f9cb00a5-4762-447b-9691-d1c4e03e10a6", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-06-29T17:10:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T17:10:28Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "39136ade-0a13-43df-936c-e0c097dfd6f7", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1/f9cb00a5-4762-447b-9691-d1c4e03e10a6/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1/f9cb00a5-4762-447b-9691-d1c4e03e10a6", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-06-29T17:10:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T17:10:28Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "73b67858-227e-4968-9535-ef58ec52801c", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1/f9cb00a5-4762-447b-9691-d1c4e03e10a6/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1/f9cb00a5-4762-447b-9691-d1c4e03e10a6", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-06-29T17:10:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T17:10:28Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "fea23663-ecbc-415b-97d3-f6cf605e3d7f", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1/f9cb00a5-4762-447b-9691-d1c4e03e10a6/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1/f9cb00a5-4762-447b-9691-d1c4e03e10a6", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-06-29T17:10:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T17:10:28Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "9422b009-3f88-459e-ba1a-3263bce23ef0", "resource_type": "OS::Nova::Server"}]} 2018-06-29 17:10:50,694 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1/f9cb00a5-4762-447b-9691-d1c4e03e10a6/resources used request id req-3d42d3ba-8fe8-4fa6-9b74-9fb433fc7875 2018-06-29 17:10:50,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=fea23663-ecbc-415b-97d3-f6cf605e3d7f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90e8d0784c9acac06eb042f5916a27cb86222af9" 2018-06-29 17:10:50,965 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-c91d5289-3154-4b5a-adbf-34465e64d3e3 Date: Fri, 29 Jun 2018 17:10:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"fea23663-ecbc-415b-97d3-f6cf605e3d7f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["73b67858-227e-4968-9535-ef58ec52801c"],"description":"","tags":[],"updated_at":"2018-06-29T17:10:31Z","provider:segmentation_id":45,"name":"HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:10:29Z","provider:network_type":"vxlan"}]} 2018-06-29 17:10:50,966 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=fea23663-ecbc-415b-97d3-f6cf605e3d7f used request id req-c91d5289-3154-4b5a-adbf-34465e64d3e3 2018-06-29 17:10:50,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=fea23663-ecbc-415b-97d3-f6cf605e3d7f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90e8d0784c9acac06eb042f5916a27cb86222af9" 2018-06-29 17:10:51,043 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-72d6e08c-e9b0-48dc-9998-b4b5d6b435ac Date: Fri, 29 Jun 2018 17:10:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fea23663-ecbc-415b-97d3-f6cf605e3d7f","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:10:31Z","dns_nameservers":[],"updated_at":"2018-06-29T17:10:31Z","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":"d375e46f6f2b472db41ca16f2fc59215","id":"73b67858-227e-4968-9535-ef58ec52801c","subnetpool_id":null,"name":"HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-subnet"}]} 2018-06-29 17:10:51,043 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=fea23663-ecbc-415b-97d3-f6cf605e3d7f used request id req-72d6e08c-e9b0-48dc-9998-b4b5d6b435ac 2018-06-29 17:10:51,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=fea23663-ecbc-415b-97d3-f6cf605e3d7f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90e8d0784c9acac06eb042f5916a27cb86222af9" 2018-06-29 17:10:51,097 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-0182b5ef-7c15-4d32-a281-0b9e276bb026 Date: Fri, 29 Jun 2018 17:10:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fea23663-ecbc-415b-97d3-f6cf605e3d7f","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:10:31Z","dns_nameservers":[],"updated_at":"2018-06-29T17:10:31Z","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":"d375e46f6f2b472db41ca16f2fc59215","id":"73b67858-227e-4968-9535-ef58ec52801c","subnetpool_id":null,"name":"HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-subnet"}]} 2018-06-29 17:10:51,097 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=fea23663-ecbc-415b-97d3-f6cf605e3d7f used request id req-0182b5ef-7c15-4d32-a281-0b9e276bb026 2018-06-29 17:10:51,098 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 17:10:51,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}90e8d0784c9acac06eb042f5916a27cb86222af9" 2018-06-29 17:10:51,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:10:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da348534-c650-47c6-9eb8-18cd45b33e3c 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:10:51,185 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-da348534-c650-47c6-9eb8-18cd45b33e3c 2018-06-29 17:10:51,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/f9cb00a5-4762-447b-9691-d1c4e03e10a6/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90e8d0784c9acac06eb042f5916a27cb86222af9" 2018-06-29 17:10:51,928 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 17:10:51 GMT Server: Apache x-openstack-request-id: req-32d7cf29-de5c-4117-a6a2-a21457e037db Location: http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1/f9cb00a5-4762-447b-9691-d1c4e03e10a6/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1/f9cb00a5-4762-447b-9691-d1c4e03e10a6/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 17:10:52,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:10:51 GMT Server: Apache x-openstack-request-id: req-ec2f937a-7148-4284-9de0-86c54eda5145 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.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1/f9cb00a5-4762-447b-9691-d1c4e03e10a6/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1/f9cb00a5-4762-447b-9691-d1c4e03e10a6", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-06-29T17:10:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T17:10:28Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "39136ade-0a13-43df-936c-e0c097dfd6f7", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1/f9cb00a5-4762-447b-9691-d1c4e03e10a6/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1/f9cb00a5-4762-447b-9691-d1c4e03e10a6", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-06-29T17:10:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T17:10:28Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "73b67858-227e-4968-9535-ef58ec52801c", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1/f9cb00a5-4762-447b-9691-d1c4e03e10a6/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1/f9cb00a5-4762-447b-9691-d1c4e03e10a6", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-06-29T17:10:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T17:10:28Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "fea23663-ecbc-415b-97d3-f6cf605e3d7f", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1/f9cb00a5-4762-447b-9691-d1c4e03e10a6/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1/f9cb00a5-4762-447b-9691-d1c4e03e10a6", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-06-29T17:10:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T17:10:28Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "9422b009-3f88-459e-ba1a-3263bce23ef0", "resource_type": "OS::Nova::Server"}]} 2018-06-29 17:10:52,722 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1/f9cb00a5-4762-447b-9691-d1c4e03e10a6/resources used request id req-ec2f937a-7148-4284-9de0-86c54eda5145 2018-06-29 17:10:52,726 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/9422b009-3f88-459e-ba1a-3263bce23ef0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90e8d0784c9acac06eb042f5916a27cb86222af9" 2018-06-29 17:10:53,426 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:10: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-a9ef098a-cea6-4264-b577-3538294678da x-compute-request-id: req-a9ef098a-cea6-4264-b577-3538294678da Content-Encoding: gzip Content-Length: 825 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:f2:b4", "version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/9422b009-3f88-459e-ba1a-3263bce23ef0", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/9422b009-3f88-459e-ba1a-3263bce23ef0", "rel": "bookmark"}], "image": {"id": "924a074d-e307-44b9-8173-b76bc62e0941", "links": [{"href": "http://172.30.9.30:8774/images/924a074d-e307-44b9-8173-b76bc62e0941", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": "2018-06-29T17:02:43.000000", "flavor": {"id": "455ebb56-3be2-4d56-86d7-bb768ee12a00", "links": [{"href": "http://172.30.9.30:8774/flavors/455ebb56-3be2-4d56-86d7-bb768ee12a00", "rel": "bookmark"}]}, "id": "9422b009-3f88-459e-ba1a-3263bce23ef0", "security_groups": [{"name": "default"}], "user_id": "52a397aa2e1c435594f313aaae1020e1", "OS-DCF: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-29T17:10:45Z", "hostId": "fe4b6a584f9cd944814267acc8ec1e49614b8a92bc6474b77f1e86a4", "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-ce9e3e14-1846-4b0c-9363-0051fc40435c-inst", "created": "2018-06-29T17:10:37Z", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 17:10:53,427 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/9422b009-3f88-459e-ba1a-3263bce23ef0 used request id req-a9ef098a-cea6-4264-b577-3538294678da 2018-06-29 17:10:53,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90e8d0784c9acac06eb042f5916a27cb86222af9" 2018-06-29 17:10:53,518 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-fa6af81e-2e72-4f4a-8138-28b07550cbf5 Date: Fri, 29 Jun 2018 17:10:53 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"fea23663-ecbc-415b-97d3-f6cf605e3d7f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["73b67858-227e-4968-9535-ef58ec52801c"],"description":"","tags":[],"updated_at":"2018-06-29T17:10:31Z","provider:segmentation_id":45,"name":"HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:10:29Z","provider:network_type":"vxlan"}]} 2018-06-29 17:10:53,518 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-net used request id req-fa6af81e-2e72-4f4a-8138-28b07550cbf5 2018-06-29 17:10:53,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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 17:10:53,526 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 17:10:53 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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 17:10:53,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90e8d0784c9acac06eb042f5916a27cb86222af9" 2018-06-29 17:10:53,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:10:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f12814e9-195c-4189-bc41-02c3b69617d7 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.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}} 2018-06-29 17:10:53,613 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 used request id req-f12814e9-195c-4189-bc41-02c3b69617d7 2018-06-29 17:10:53,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=fea23663-ecbc-415b-97d3-f6cf605e3d7f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90e8d0784c9acac06eb042f5916a27cb86222af9" 2018-06-29 17:10:53,663 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-51a0895c-d224-4256-9637-c2fe99885094 Date: Fri, 29 Jun 2018 17:10:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fea23663-ecbc-415b-97d3-f6cf605e3d7f","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:10:31Z","dns_nameservers":[],"updated_at":"2018-06-29T17:10:31Z","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":"d375e46f6f2b472db41ca16f2fc59215","id":"73b67858-227e-4968-9535-ef58ec52801c","subnetpool_id":null,"name":"HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-subnet"}]} 2018-06-29 17:10:53,663 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=fea23663-ecbc-415b-97d3-f6cf605e3d7f used request id req-51a0895c-d224-4256-9637-c2fe99885094 2018-06-29 17:10:53,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=fea23663-ecbc-415b-97d3-f6cf605e3d7f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90e8d0784c9acac06eb042f5916a27cb86222af9" 2018-06-29 17:10:53,716 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3562 X-Openstack-Request-Id: req-c9f480f5-9268-4d8a-ad96-8bcbb370ee64 Date: Fri, 29 Jun 2018 17:10:53 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:10:36Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"73b67858-227e-4968-9535-ef58ec52801c","ip_address":"10.0.0.4"}],"id":"08c85990-805b-42f4-9158-db3f8da62139","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bf:6c:51","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-fea23663-ecbc-415b-97d3-f6cf605e3d7f","name":"","admin_state_up":true,"network_id":"fea23663-ecbc-415b-97d3-f6cf605e3d7f","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:10:33Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:10:45Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"73b67858-227e-4968-9535-ef58ec52801c","ip_address":"10.0.0.10"}],"id":"39136ade-0a13-43df-936c-e0c097dfd6f7","security_groups":["80203172-2d27-4ac0-ba1b-ce925c9da636"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:69:f2:b4","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"9422b009-3f88-459e-ba1a-3263bce23ef0","name":"HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1-server1_port-q2fe5dqy7wlu","admin_state_up":true,"network_id":"fea23663-ecbc-415b-97d3-f6cf605e3d7f","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:10:33Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:10:35Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"73b67858-227e-4968-9535-ef58ec52801c","ip_address":"10.0.0.3"}],"id":"55c30d67-f134-4013-9dc0-8c55dd401069","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:30:dd:7f","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-fea23663-ecbc-415b-97d3-f6cf605e3d7f","name":"","admin_state_up":true,"network_id":"fea23663-ecbc-415b-97d3-f6cf605e3d7f","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:10:32Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:10:35Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"73b67858-227e-4968-9535-ef58ec52801c","ip_address":"10.0.0.2"}],"id":"a4653096-9834-47b5-b352-6f7c5805bff5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:30:33:d0","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-fea23663-ecbc-415b-97d3-f6cf605e3d7f","name":"","admin_state_up":true,"network_id":"fea23663-ecbc-415b-97d3-f6cf605e3d7f","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:10:31Z","binding:vnic_type":"normal"}]} 2018-06-29 17:10:53,717 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=fea23663-ecbc-415b-97d3-f6cf605e3d7f used request id req-c9f480f5-9268-4d8a-ad96-8bcbb370ee64 2018-06-29 17:10:53,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/f9cb00a5-4762-447b-9691-d1c4e03e10a6/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90e8d0784c9acac06eb042f5916a27cb86222af9" 2018-06-29 17:10:53,795 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 17:10:53 GMT Server: Apache x-openstack-request-id: req-214ab7ac-f00a-4dad-8fd4-df6829344a09 Location: http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1/f9cb00a5-4762-447b-9691-d1c4e03e10a6/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1/f9cb00a5-4762-447b-9691-d1c4e03e10a6/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 17:10:53,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:10:53 GMT Server: Apache x-openstack-request-id: req-a2048995-a873-43b5-b88f-ca580705fb9d 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.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1/f9cb00a5-4762-447b-9691-d1c4e03e10a6/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1/f9cb00a5-4762-447b-9691-d1c4e03e10a6", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-06-29T17:10:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T17:10:28Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "39136ade-0a13-43df-936c-e0c097dfd6f7", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1/f9cb00a5-4762-447b-9691-d1c4e03e10a6/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1/f9cb00a5-4762-447b-9691-d1c4e03e10a6", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-06-29T17:10:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T17:10:28Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "73b67858-227e-4968-9535-ef58ec52801c", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1/f9cb00a5-4762-447b-9691-d1c4e03e10a6/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1/f9cb00a5-4762-447b-9691-d1c4e03e10a6", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-06-29T17:10:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T17:10:28Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "fea23663-ecbc-415b-97d3-f6cf605e3d7f", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1/f9cb00a5-4762-447b-9691-d1c4e03e10a6/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1/f9cb00a5-4762-447b-9691-d1c4e03e10a6", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-06-29T17:10:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T17:10:28Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "9422b009-3f88-459e-ba1a-3263bce23ef0", "resource_type": "OS::Nova::Server"}]} 2018-06-29 17:10:53,925 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1/f9cb00a5-4762-447b-9691-d1c4e03e10a6/resources used request id req-a2048995-a873-43b5-b88f-ca580705fb9d 2018-06-29 17:10:53,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/f9cb00a5-4762-447b-9691-d1c4e03e10a6 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90e8d0784c9acac06eb042f5916a27cb86222af9" 2018-06-29 17:10:54,003 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 17:10:53 GMT Server: Apache x-openstack-request-id: req-01f5b6f1-9fc2-40e3-817d-00f830244e1c Location: http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1/f9cb00a5-4762-447b-9691-d1c4e03e10a6 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1/f9cb00a5-4762-447b-9691-d1c4e03e10a6;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 17:10:54,133 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 17:10:54 GMT Server: Apache x-openstack-request-id: req-9dc6aaa4-9bee-497c-b43a-42c1b5baeb95 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 17:10:54,134 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-stack1/f9cb00a5-4762-447b-9691-d1c4e03e10a6 used request id req-9dc6aaa4-9bee-497c-b43a-42c1b5baeb95 2018-06-29 17:10:54,134 - glance_utils - INFO - Deleting image named - HeatUtilsCreateSimpleStackTests-ce9e3e14-1846-4b0c-9363-0051fc40435c-image 2018-06-29 17:10:54,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/924a074d-e307-44b9-8173-b76bc62e0941 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0e9723f1f2db67faef518b045c0831dae8aaca88" 2018-06-29 17:10:55,075 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1a5ce403-5328-495b-9efb-31cd8c510e65 Date: Fri, 29 Jun 2018 17:10:55 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 17:10:55,075 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/924a074d-e307-44b9-8173-b76bc62e0941 used request id req-1a5ce403-5328-495b-9efb-31cd8c510e65 2018-06-29 17:10:55,079 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/455ebb56-3be2-4d56-86d7-bb768ee12a00 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e1214d724f0adef9703af32706cf2074cc3a6b5" 2018-06-29 17:10:55,124 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 17:10: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-40d0f174-02d7-4464-ae81-bb05bea90bc0 x-compute-request-id: req-40d0f174-02d7-4464-ae81-bb05bea90bc0 Content-Length: 0 Content-Type: application/json 2018-06-29 17:10:55,124 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/455ebb56-3be2-4d56-86d7-bb768ee12a00 used request id req-40d0f174-02d7-4464-ae81-bb05bea90bc0 2018-06-29 17:10:55,126 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-06-29 17:10:55,126 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:10:55,127 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:10:55,520 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:10:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["VqeBbIv1QbmE8AAa3Cl-gw"], "issued_at": "2018-06-29T17:10:55.000000Z"}} 2018-06-29 17:10:55,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}77e252e0fd789b3570da53994a87c179cc46db86" 2018-06-29 17:10:55,616 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:10:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a778beb-34af-49f4-adbe-a023e85a6d60 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:10:55,616 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-2a778beb-34af-49f4-adbe-a023e85a6d60 2018-06-29 17:10:55,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}77e252e0fd789b3570da53994a87c179cc46db86" 2018-06-29 17:10:55,855 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 176 Content-Type: application/json X-Openstack-Request-Id: req-a44e7728-bfdb-42e9-ad21-ddc0261cf07b Date: Fri, 29 Jun 2018 17:10:55 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-image"} 2018-06-29 17:10:55,855 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-image used request id req-a44e7728-bfdb-42e9-ad21-ddc0261cf07b 2018-06-29 17:10:55,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}77e252e0fd789b3570da53994a87c179cc46db86" 2018-06-29 17:10:56,050 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-d65a3825-4a99-4244-93e5-a48e90518f9d Date: Fri, 29 Jun 2018 17:10:56 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 17:10:56,050 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-d65a3825-4a99-4244-93e5-a48e90518f9d 2018-06-29 17:10:56,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}77e252e0fd789b3570da53994a87c179cc46db86" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-image"}' 2018-06-29 17:10:56,306 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 635 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/b58d190b-61d6-4740-b8ae-4ccc880d7fdb Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-7ff486b7-d09e-45fd-a020-7707d7d06801 Date: Fri, 29 Jun 2018 17:10:56 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-image", "tags": [], "container_format": "bare", "created_at": "2018-06-29T17:10:56Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-06-29T17:10:56Z", "visibility": "shared", "locations": [], "self": "/v2/images/b58d190b-61d6-4740-b8ae-4ccc880d7fdb", "min_disk": 0, "protected": false, "id": "b58d190b-61d6-4740-b8ae-4ccc880d7fdb", "file": "/v2/images/b58d190b-61d6-4740-b8ae-4ccc880d7fdb/file", "checksum": null, "owner": "d375e46f6f2b472db41ca16f2fc59215", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 17:10:56,306 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-7ff486b7-d09e-45fd-a020-7707d7d06801 2018-06-29 17:10:56,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/b58d190b-61d6-4740-b8ae-4ccc880d7fdb/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}77e252e0fd789b3570da53994a87c179cc46db86" -d '' 2018-06-29 17:10:58,523 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a55742db-b947-45b7-b300-3e7d3448d9ba Date: Fri, 29 Jun 2018 17:10:58 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 17:10:58,523 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/b58d190b-61d6-4740-b8ae-4ccc880d7fdb/file used request id req-a55742db-b947-45b7-b300-3e7d3448d9ba 2018-06-29 17:10:58,523 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-06-29 17:10:58,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/b58d190b-61d6-4740-b8ae-4ccc880d7fdb -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}77e252e0fd789b3570da53994a87c179cc46db86" 2018-06-29 17:10:59,199 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-514196a3-b7ef-4380-acea-19d18e89ddd4 Date: Fri, 29 Jun 2018 17:10:59 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-image", "tags": [], "container_format": "bare", "created_at": "2018-06-29T17:10:56Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-06-29T17:10:58Z", "visibility": "shared", "locations": [{"url": "rbd://0e8aacea-dc23-4cff-98e1-fd5fa38d6bcf/images/b58d190b-61d6-4740-b8ae-4ccc880d7fdb/snap", "metadata": {}}], "self": "/v2/images/b58d190b-61d6-4740-b8ae-4ccc880d7fdb", "min_disk": 0, "protected": false, "id": "b58d190b-61d6-4740-b8ae-4ccc880d7fdb", "file": "/v2/images/b58d190b-61d6-4740-b8ae-4ccc880d7fdb/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d375e46f6f2b472db41ca16f2fc59215", "direct_url": "rbd://0e8aacea-dc23-4cff-98e1-fd5fa38d6bcf/images/b58d190b-61d6-4740-b8ae-4ccc880d7fdb/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 17:10:59,199 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/b58d190b-61d6-4740-b8ae-4ccc880d7fdb used request id req-514196a3-b7ef-4380-acea-19d18e89ddd4 2018-06-29 17:10:59,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}77e252e0fd789b3570da53994a87c179cc46db86" 2018-06-29 17:10:59,385 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-bb3ac768-72ed-4f6f-b2e9-c2c625d0bb74 Date: Fri, 29 Jun 2018 17:10: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 17:10:59,385 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-bb3ac768-72ed-4f6f-b2e9-c2c625d0bb74 2018-06-29 17:10:59,388 - create_image - INFO - Created image with name - HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-image 2018-06-29 17:10:59,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/b58d190b-61d6-4740-b8ae-4ccc880d7fdb -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}77e252e0fd789b3570da53994a87c179cc46db86" 2018-06-29 17:10:59,583 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-83f525fa-f900-4ce8-be47-2cd163c01924 Date: Fri, 29 Jun 2018 17:10:59 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-image", "tags": [], "container_format": "bare", "created_at": "2018-06-29T17:10:56Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-06-29T17:10:58Z", "visibility": "shared", "locations": [{"url": "rbd://0e8aacea-dc23-4cff-98e1-fd5fa38d6bcf/images/b58d190b-61d6-4740-b8ae-4ccc880d7fdb/snap", "metadata": {}}], "self": "/v2/images/b58d190b-61d6-4740-b8ae-4ccc880d7fdb", "min_disk": 0, "protected": false, "id": "b58d190b-61d6-4740-b8ae-4ccc880d7fdb", "file": "/v2/images/b58d190b-61d6-4740-b8ae-4ccc880d7fdb/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d375e46f6f2b472db41ca16f2fc59215", "direct_url": "rbd://0e8aacea-dc23-4cff-98e1-fd5fa38d6bcf/images/b58d190b-61d6-4740-b8ae-4ccc880d7fdb/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 17:10:59,584 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/b58d190b-61d6-4740-b8ae-4ccc880d7fdb used request id req-83f525fa-f900-4ce8-be47-2cd163c01924 2018-06-29 17:10:59,584 - create_image - DEBUG - Instance status is - active 2018-06-29 17:10:59,584 - create_image - DEBUG - Image is active with name - HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-image 2018-06-29 17:10:59,585 - create_image - INFO - Image is now active with name - HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-image 2018-06-29 17:10:59,585 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:10:59,586 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:10:59,977 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:10:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["L0fhnDS6TGGVzxtBzFGWAQ"], "issued_at": "2018-06-29T17:10:59.000000Z"}} 2018-06-29 17:10:59,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}09357d52523aeabf7864dcc8ed9f50e656a5f977" 2018-06-29 17:10:59,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:10:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-099ede07-8742-40b1-abd1-806f4a9de5bf 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:10:59,990 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-099ede07-8742-40b1-abd1-806f4a9de5bf 2018-06-29 17:10:59,991 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 17:10:59,996 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09357d52523aeabf7864dcc8ed9f50e656a5f977" 2018-06-29 17:11:00,185 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:10: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-f5ea3348-c34b-4bd9-ab49-7d064e81c8b7 x-compute-request-id: req-f5ea3348-c34b-4bd9-ab49-7d064e81c8b7 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-06-29 17:11:00,185 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-f5ea3348-c34b-4bd9-ab49-7d064e81c8b7 2018-06-29 17:11:00,188 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09357d52523aeabf7864dcc8ed9f50e656a5f977" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-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 17:11:00,268 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:11: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-a33dbd4c-fa81-46aa-aa80-56c43c24372f x-compute-request-id: req-a33dbd4c-fa81-46aa-aa80-56c43c24372f Content-Encoding: gzip Content-Length: 325 Content-Type: application/json RESP BODY: {"flavor": {"name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-flavor", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/c2932e1e-de7e-4492-a0f9-c39ed406b49c", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/c2932e1e-de7e-4492-a0f9-c39ed406b49c", "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": "c2932e1e-de7e-4492-a0f9-c39ed406b49c"}} 2018-06-29 17:11:00,268 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-a33dbd4c-fa81-46aa-aa80-56c43c24372f 2018-06-29 17:11:00,269 - heat_utils - DEBUG - Retrieving Heat Client 2018-06-29 17:11:00,295 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:11:00,705 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:11:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["fJodEubGRDuLJK96SdhZvw"], "issued_at": "2018-06-29T17:11:00.000000Z"}} 2018-06-29 17:11:00,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0498eee29549f4009bd7f89505372dd5a783fafb" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-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-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-net", "inst_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-flavor"}}' 2018-06-29 17:11:03,916 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 29 Jun 2018 17:11:00 GMT Server: Apache x-openstack-request-id: req-2608d1fb-7b39-4658-9bbb-9d95fa7553b4 Location: http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack1/9ea6e484-3fc2-4840-9004-a3fd16ba2bfe Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "9ea6e484-3fc2-4840-9004-a3fd16ba2bfe", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack1/9ea6e484-3fc2-4840-9004-a3fd16ba2bfe", "rel": "self"}]}} 2018-06-29 17:11:03,916 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks used request id req-2608d1fb-7b39-4658-9bbb-9d95fa7553b4 2018-06-29 17:11:03,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/9ea6e484-3fc2-4840-9004-a3fd16ba2bfe -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0498eee29549f4009bd7f89505372dd5a783fafb" 2018-06-29 17:11:04,647 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 17:11:03 GMT Server: Apache x-openstack-request-id: req-8433c4fa-af82-44a3-be26-4cfda17e4145 Location: http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack1/9ea6e484-3fc2-4840-9004-a3fd16ba2bfe Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack1/9ea6e484-3fc2-4840-9004-a3fd16ba2bfe;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 17:11:04,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:11:04 GMT Server: Apache x-openstack-request-id: req-2ab6cdfe-bfd3-4b78-acde-23cdf531ef28 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": "d375e46f6f2b472db41ca16f2fc59215", "OS::stack_id": "9ea6e484-3fc2-4840-9004-a3fd16ba2bfe", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-image", "inst_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack1", "stack_user_project_id": "f84411e8b4d54144a6849116d4398235", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T17:11:03Z", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack1/9ea6e484-3fc2-4840-9004-a3fd16ba2bfe", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9ea6e484-3fc2-4840-9004-a3fd16ba2bfe", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 17:11:04,952 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack1/9ea6e484-3fc2-4840-9004-a3fd16ba2bfe used request id req-2ab6cdfe-bfd3-4b78-acde-23cdf531ef28 2018-06-29 17:11:04,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks?stack_name=HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0498eee29549f4009bd7f89505372dd5a783fafb" 2018-06-29 17:11:05,715 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:11:04 GMT Server: Apache x-openstack-request-id: req-b3deb675-3763-420c-9c7c-4433fc57ea04 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack1", "stack_user_project_id": "f84411e8b4d54144a6849116d4398235", "deletion_time": null, "creation_time": "2018-06-29T17:11:03Z", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack1/9ea6e484-3fc2-4840-9004-a3fd16ba2bfe", "rel": "self"}], "updated_time": null, "project": "d375e46f6f2b472db41ca16f2fc59215", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "9ea6e484-3fc2-4840-9004-a3fd16ba2bfe", "tags": null}]} 2018-06-29 17:11:05,715 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks?stack_name=HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack1 used request id req-b3deb675-3763-420c-9c7c-4433fc57ea04 2018-06-29 17:11:05,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks?stack_name=HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0498eee29549f4009bd7f89505372dd5a783fafb" 2018-06-29 17:11:05,960 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:11:05 GMT Server: Apache x-openstack-request-id: req-e58b0ab5-b059-4fdd-8a86-26aa6bc41d7a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack1", "stack_user_project_id": "f84411e8b4d54144a6849116d4398235", "deletion_time": null, "creation_time": "2018-06-29T17:11:03Z", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack1/9ea6e484-3fc2-4840-9004-a3fd16ba2bfe", "rel": "self"}], "updated_time": null, "project": "d375e46f6f2b472db41ca16f2fc59215", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "9ea6e484-3fc2-4840-9004-a3fd16ba2bfe", "tags": null}]} 2018-06-29 17:11:05,960 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks?stack_name=HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack1 used request id req-e58b0ab5-b059-4fdd-8a86-26aa6bc41d7a 2018-06-29 17:11:05,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/9ea6e484-3fc2-4840-9004-a3fd16ba2bfe -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0498eee29549f4009bd7f89505372dd5a783fafb" 2018-06-29 17:11:06,217 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 17:11:05 GMT Server: Apache x-openstack-request-id: req-bad1e56d-9b2d-493c-8bf0-b57252ad2ed6 Location: http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack1/9ea6e484-3fc2-4840-9004-a3fd16ba2bfe Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack1/9ea6e484-3fc2-4840-9004-a3fd16ba2bfe;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 17:11:06,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:11:06 GMT Server: Apache x-openstack-request-id: req-9a939cbf-ceef-4222-b1e5-46e3d4f367ad 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": "d375e46f6f2b472db41ca16f2fc59215", "OS::stack_id": "9ea6e484-3fc2-4840-9004-a3fd16ba2bfe", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-image", "inst_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack1", "stack_user_project_id": "f84411e8b4d54144a6849116d4398235", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T17:11:03Z", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack1/9ea6e484-3fc2-4840-9004-a3fd16ba2bfe", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9ea6e484-3fc2-4840-9004-a3fd16ba2bfe", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 17:11:06,516 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack1/9ea6e484-3fc2-4840-9004-a3fd16ba2bfe used request id req-9a939cbf-ceef-4222-b1e5-46e3d4f367ad 2018-06-29 17:11:06,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/9ea6e484-3fc2-4840-9004-a3fd16ba2bfe -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0498eee29549f4009bd7f89505372dd5a783fafb" 2018-06-29 17:11:06,813 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 17:11:06 GMT Server: Apache x-openstack-request-id: req-c0dd1286-b8ed-4089-86bf-67525bf3daf9 Location: http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack1/9ea6e484-3fc2-4840-9004-a3fd16ba2bfe Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack1/9ea6e484-3fc2-4840-9004-a3fd16ba2bfe;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 17:11:07,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:11:06 GMT Server: Apache x-openstack-request-id: req-275d6951-18a9-4c08-acb5-76ba08aaa0f0 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": "d375e46f6f2b472db41ca16f2fc59215", "OS::stack_id": "9ea6e484-3fc2-4840-9004-a3fd16ba2bfe", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-image", "inst_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack1", "stack_user_project_id": "f84411e8b4d54144a6849116d4398235", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T17:11:03Z", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack1/9ea6e484-3fc2-4840-9004-a3fd16ba2bfe", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9ea6e484-3fc2-4840-9004-a3fd16ba2bfe", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 17:11:07,051 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack1/9ea6e484-3fc2-4840-9004-a3fd16ba2bfe used request id req-275d6951-18a9-4c08-acb5-76ba08aaa0f0 2018-06-29 17:11:10,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/9ea6e484-3fc2-4840-9004-a3fd16ba2bfe -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0498eee29549f4009bd7f89505372dd5a783fafb" 2018-06-29 17:11:10,730 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 17:11:10 GMT Server: Apache x-openstack-request-id: req-1237ca0a-2bed-4832-87d1-09462b2376b9 Location: http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack1/9ea6e484-3fc2-4840-9004-a3fd16ba2bfe Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack1/9ea6e484-3fc2-4840-9004-a3fd16ba2bfe;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 17:11:10,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:11:10 GMT Server: Apache x-openstack-request-id: req-b1bead22-d3b7-474c-9524-fd39226ebc03 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": "d375e46f6f2b472db41ca16f2fc59215", "OS::stack_id": "9ea6e484-3fc2-4840-9004-a3fd16ba2bfe", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-image", "inst_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack1", "stack_user_project_id": "f84411e8b4d54144a6849116d4398235", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T17:11:03Z", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack1/9ea6e484-3fc2-4840-9004-a3fd16ba2bfe", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9ea6e484-3fc2-4840-9004-a3fd16ba2bfe", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 17:11:10,943 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack1/9ea6e484-3fc2-4840-9004-a3fd16ba2bfe used request id req-b1bead22-d3b7-474c-9524-fd39226ebc03 2018-06-29 17:11:13,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/9ea6e484-3fc2-4840-9004-a3fd16ba2bfe -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0498eee29549f4009bd7f89505372dd5a783fafb" 2018-06-29 17:11:14,131 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 17:11:13 GMT Server: Apache x-openstack-request-id: req-2f3ba018-95de-48d9-ad23-e33f90354983 Location: http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack1/9ea6e484-3fc2-4840-9004-a3fd16ba2bfe Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack1/9ea6e484-3fc2-4840-9004-a3fd16ba2bfe;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 17:11:14,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:11:14 GMT Server: Apache x-openstack-request-id: req-47d79828-6d3f-4579-be5c-9b4474156525 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": "d375e46f6f2b472db41ca16f2fc59215", "OS::stack_id": "9ea6e484-3fc2-4840-9004-a3fd16ba2bfe", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-image", "inst_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack1", "stack_user_project_id": "f84411e8b4d54144a6849116d4398235", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T17:11:03Z", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack1/9ea6e484-3fc2-4840-9004-a3fd16ba2bfe", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9ea6e484-3fc2-4840-9004-a3fd16ba2bfe", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 17:11:14,370 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack1/9ea6e484-3fc2-4840-9004-a3fd16ba2bfe used request id req-47d79828-6d3f-4579-be5c-9b4474156525 2018-06-29 17:11:17,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/9ea6e484-3fc2-4840-9004-a3fd16ba2bfe -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0498eee29549f4009bd7f89505372dd5a783fafb" 2018-06-29 17:11:18,150 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 17:11:17 GMT Server: Apache x-openstack-request-id: req-a1e0e166-cf0c-45b6-a3d6-a45e9ec2de4b Location: http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack1/9ea6e484-3fc2-4840-9004-a3fd16ba2bfe Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack1/9ea6e484-3fc2-4840-9004-a3fd16ba2bfe;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 17:11:18,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:11:18 GMT Server: Apache x-openstack-request-id: req-d5edee82-e506-4dd7-8b87-9a0a4a3974cc 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": "d375e46f6f2b472db41ca16f2fc59215", "OS::stack_id": "9ea6e484-3fc2-4840-9004-a3fd16ba2bfe", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-image", "inst_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack1", "stack_user_project_id": "f84411e8b4d54144a6849116d4398235", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T17:11:03Z", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack1/9ea6e484-3fc2-4840-9004-a3fd16ba2bfe", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9ea6e484-3fc2-4840-9004-a3fd16ba2bfe", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 17:11:18,914 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack1/9ea6e484-3fc2-4840-9004-a3fd16ba2bfe used request id req-d5edee82-e506-4dd7-8b87-9a0a4a3974cc 2018-06-29 17:11:21,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/9ea6e484-3fc2-4840-9004-a3fd16ba2bfe -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0498eee29549f4009bd7f89505372dd5a783fafb" 2018-06-29 17:11:21,951 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 17:11:21 GMT Server: Apache x-openstack-request-id: req-a05b1170-ec5d-46a0-9b47-0cdf9a4c5333 Location: http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack1/9ea6e484-3fc2-4840-9004-a3fd16ba2bfe Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack1/9ea6e484-3fc2-4840-9004-a3fd16ba2bfe;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 17:11:22,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:11:21 GMT Server: Apache x-openstack-request-id: req-5f372b69-d64f-44ff-8916-25c08fe6701e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "d375e46f6f2b472db41ca16f2fc59215", "OS::stack_id": "9ea6e484-3fc2-4840-9004-a3fd16ba2bfe", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-image", "inst_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack1", "stack_user_project_id": "f84411e8b4d54144a6849116d4398235", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-06-29T17:11:03Z", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack1/9ea6e484-3fc2-4840-9004-a3fd16ba2bfe", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "9ea6e484-3fc2-4840-9004-a3fd16ba2bfe", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 17:11:22,163 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack1/9ea6e484-3fc2-4840-9004-a3fd16ba2bfe used request id req-5f372b69-d64f-44ff-8916-25c08fe6701e 2018-06-29 17:11:22,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0498eee29549f4009bd7f89505372dd5a783fafb" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-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-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-net", "inst_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-flavor"}}' 2018-06-29 17:11:24,890 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 29 Jun 2018 17:11:22 GMT Server: Apache x-openstack-request-id: req-9fa76b8b-17b8-4afa-b4d7-894aa466da38 Location: http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2/326a54b2-23bc-4c26-8850-56f83da2cbbd Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "326a54b2-23bc-4c26-8850-56f83da2cbbd", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2/326a54b2-23bc-4c26-8850-56f83da2cbbd", "rel": "self"}]}} 2018-06-29 17:11:24,891 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks used request id req-9fa76b8b-17b8-4afa-b4d7-894aa466da38 2018-06-29 17:11:24,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/326a54b2-23bc-4c26-8850-56f83da2cbbd -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0498eee29549f4009bd7f89505372dd5a783fafb" 2018-06-29 17:11:25,103 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 17:11:24 GMT Server: Apache x-openstack-request-id: req-a1a29410-a121-4f22-bdbd-71759fbfef13 Location: http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2/326a54b2-23bc-4c26-8850-56f83da2cbbd Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2/326a54b2-23bc-4c26-8850-56f83da2cbbd;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 17:11:25,146 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:11:25 GMT Server: Apache x-openstack-request-id: req-e15cf183-e718-40b0-9ff5-0d072804f380 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 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": "d375e46f6f2b472db41ca16f2fc59215", "OS::stack_id": "326a54b2-23bc-4c26-8850-56f83da2cbbd", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-image", "inst_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2", "stack_user_project_id": "fef2e6f643904935b7faa962847fd53a", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T17:11:24Z", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2/326a54b2-23bc-4c26-8850-56f83da2cbbd", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "326a54b2-23bc-4c26-8850-56f83da2cbbd", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 17:11:25,146 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2/326a54b2-23bc-4c26-8850-56f83da2cbbd used request id req-e15cf183-e718-40b0-9ff5-0d072804f380 2018-06-29 17:11:25,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks?stack_name=HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0498eee29549f4009bd7f89505372dd5a783fafb" 2018-06-29 17:11:25,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:11:25 GMT Server: Apache x-openstack-request-id: req-afd20991-b200-455a-a9b2-c97e11631db0 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-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2", "stack_user_project_id": "fef2e6f643904935b7faa962847fd53a", "deletion_time": null, "creation_time": "2018-06-29T17:11:24Z", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2/326a54b2-23bc-4c26-8850-56f83da2cbbd", "rel": "self"}], "updated_time": null, "project": "d375e46f6f2b472db41ca16f2fc59215", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "326a54b2-23bc-4c26-8850-56f83da2cbbd", "tags": null}]} 2018-06-29 17:11:25,364 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks?stack_name=HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2 used request id req-afd20991-b200-455a-a9b2-c97e11631db0 2018-06-29 17:11:25,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks?stack_name=HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0498eee29549f4009bd7f89505372dd5a783fafb" 2018-06-29 17:11:25,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:11:25 GMT Server: Apache x-openstack-request-id: req-501f0894-f8cd-4e3b-a27a-537ba4813074 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-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2", "stack_user_project_id": "fef2e6f643904935b7faa962847fd53a", "deletion_time": null, "creation_time": "2018-06-29T17:11:24Z", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2/326a54b2-23bc-4c26-8850-56f83da2cbbd", "rel": "self"}], "updated_time": null, "project": "d375e46f6f2b472db41ca16f2fc59215", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "326a54b2-23bc-4c26-8850-56f83da2cbbd", "tags": null}]} 2018-06-29 17:11:25,578 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks?stack_name=HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2 used request id req-501f0894-f8cd-4e3b-a27a-537ba4813074 2018-06-29 17:11:25,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/326a54b2-23bc-4c26-8850-56f83da2cbbd -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0498eee29549f4009bd7f89505372dd5a783fafb" 2018-06-29 17:11:25,777 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 17:11:25 GMT Server: Apache x-openstack-request-id: req-1dffc308-4d4f-4acc-87c7-f8af84186e6f Location: http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2/326a54b2-23bc-4c26-8850-56f83da2cbbd Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2/326a54b2-23bc-4c26-8850-56f83da2cbbd;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 17:11:26,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:11:25 GMT Server: Apache x-openstack-request-id: req-10bce2a5-b8d6-485c-9140-8a9b94de5ee4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 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": "d375e46f6f2b472db41ca16f2fc59215", "OS::stack_id": "326a54b2-23bc-4c26-8850-56f83da2cbbd", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-image", "inst_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2", "stack_user_project_id": "fef2e6f643904935b7faa962847fd53a", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T17:11:24Z", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2/326a54b2-23bc-4c26-8850-56f83da2cbbd", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "326a54b2-23bc-4c26-8850-56f83da2cbbd", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 17:11:26,453 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2/326a54b2-23bc-4c26-8850-56f83da2cbbd used request id req-10bce2a5-b8d6-485c-9140-8a9b94de5ee4 2018-06-29 17:11:26,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/326a54b2-23bc-4c26-8850-56f83da2cbbd -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0498eee29549f4009bd7f89505372dd5a783fafb" 2018-06-29 17:11:27,150 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 17:11:26 GMT Server: Apache x-openstack-request-id: req-d69b6505-bdeb-4285-9989-931a22e2e880 Location: http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2/326a54b2-23bc-4c26-8850-56f83da2cbbd Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2/326a54b2-23bc-4c26-8850-56f83da2cbbd;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 17:11:27,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:11:27 GMT Server: Apache x-openstack-request-id: req-dfce2aba-5343-419a-a8af-17a30a72910d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 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": "d375e46f6f2b472db41ca16f2fc59215", "OS::stack_id": "326a54b2-23bc-4c26-8850-56f83da2cbbd", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-image", "inst_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2", "stack_user_project_id": "fef2e6f643904935b7faa962847fd53a", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T17:11:24Z", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2/326a54b2-23bc-4c26-8850-56f83da2cbbd", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "326a54b2-23bc-4c26-8850-56f83da2cbbd", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 17:11:27,899 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2/326a54b2-23bc-4c26-8850-56f83da2cbbd used request id req-dfce2aba-5343-419a-a8af-17a30a72910d 2018-06-29 17:11:30,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/326a54b2-23bc-4c26-8850-56f83da2cbbd -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0498eee29549f4009bd7f89505372dd5a783fafb" 2018-06-29 17:11:31,655 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 17:11:30 GMT Server: Apache x-openstack-request-id: req-88e25984-5a42-4023-aa8f-f33baeb5ebf8 Location: http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2/326a54b2-23bc-4c26-8850-56f83da2cbbd Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2/326a54b2-23bc-4c26-8850-56f83da2cbbd;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 17:11:32,383 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:11:31 GMT Server: Apache x-openstack-request-id: req-450db6e8-1f0d-47e3-9265-af15a58e3537 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 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": "d375e46f6f2b472db41ca16f2fc59215", "OS::stack_id": "326a54b2-23bc-4c26-8850-56f83da2cbbd", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-image", "inst_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2", "stack_user_project_id": "fef2e6f643904935b7faa962847fd53a", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T17:11:24Z", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2/326a54b2-23bc-4c26-8850-56f83da2cbbd", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "326a54b2-23bc-4c26-8850-56f83da2cbbd", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 17:11:32,383 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2/326a54b2-23bc-4c26-8850-56f83da2cbbd used request id req-450db6e8-1f0d-47e3-9265-af15a58e3537 2018-06-29 17:11:35,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/326a54b2-23bc-4c26-8850-56f83da2cbbd -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0498eee29549f4009bd7f89505372dd5a783fafb" 2018-06-29 17:11:35,416 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 17:11:35 GMT Server: Apache x-openstack-request-id: req-8ebc67fa-190a-4c88-bf33-0486045198ea Location: http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2/326a54b2-23bc-4c26-8850-56f83da2cbbd Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2/326a54b2-23bc-4c26-8850-56f83da2cbbd;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 17:11:35,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:11:35 GMT Server: Apache x-openstack-request-id: req-88c646cb-d477-46db-bc24-b471e062bbfb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 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": "d375e46f6f2b472db41ca16f2fc59215", "OS::stack_id": "326a54b2-23bc-4c26-8850-56f83da2cbbd", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-image", "inst_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2", "stack_user_project_id": "fef2e6f643904935b7faa962847fd53a", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T17:11:24Z", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2/326a54b2-23bc-4c26-8850-56f83da2cbbd", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "326a54b2-23bc-4c26-8850-56f83da2cbbd", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 17:11:35,491 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2/326a54b2-23bc-4c26-8850-56f83da2cbbd used request id req-88c646cb-d477-46db-bc24-b471e062bbfb 2018-06-29 17:11:38,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/326a54b2-23bc-4c26-8850-56f83da2cbbd -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0498eee29549f4009bd7f89505372dd5a783fafb" 2018-06-29 17:11:38,524 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 17:11:38 GMT Server: Apache x-openstack-request-id: req-3daa6ed0-147a-4512-9cd5-cb99298a1f45 Location: http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2/326a54b2-23bc-4c26-8850-56f83da2cbbd Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2/326a54b2-23bc-4c26-8850-56f83da2cbbd;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 17:11:38,735 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:11:38 GMT Server: Apache x-openstack-request-id: req-547e380a-7222-482a-938b-bda3b7edfbf6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 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": "d375e46f6f2b472db41ca16f2fc59215", "OS::stack_id": "326a54b2-23bc-4c26-8850-56f83da2cbbd", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-image", "inst_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2", "stack_user_project_id": "fef2e6f643904935b7faa962847fd53a", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T17:11:24Z", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2/326a54b2-23bc-4c26-8850-56f83da2cbbd", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "326a54b2-23bc-4c26-8850-56f83da2cbbd", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 17:11:38,735 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2/326a54b2-23bc-4c26-8850-56f83da2cbbd used request id req-547e380a-7222-482a-938b-bda3b7edfbf6 2018-06-29 17:11:41,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/326a54b2-23bc-4c26-8850-56f83da2cbbd -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0498eee29549f4009bd7f89505372dd5a783fafb" 2018-06-29 17:11:41,770 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 17:11:41 GMT Server: Apache x-openstack-request-id: req-f936f86b-f44d-46ab-9041-b2fc2a1c347c Location: http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2/326a54b2-23bc-4c26-8850-56f83da2cbbd Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2/326a54b2-23bc-4c26-8850-56f83da2cbbd;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 17:11:41,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:11:41 GMT Server: Apache x-openstack-request-id: req-670efc88-3cad-4b14-9006-918e016bb828 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 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": "d375e46f6f2b472db41ca16f2fc59215", "OS::stack_id": "326a54b2-23bc-4c26-8850-56f83da2cbbd", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-image", "inst_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2", "stack_user_project_id": "fef2e6f643904935b7faa962847fd53a", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T17:11:24Z", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2/326a54b2-23bc-4c26-8850-56f83da2cbbd", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "326a54b2-23bc-4c26-8850-56f83da2cbbd", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 17:11:41,813 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2/326a54b2-23bc-4c26-8850-56f83da2cbbd used request id req-670efc88-3cad-4b14-9006-918e016bb828 2018-06-29 17:11:44,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/326a54b2-23bc-4c26-8850-56f83da2cbbd -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0498eee29549f4009bd7f89505372dd5a783fafb" 2018-06-29 17:11:44,847 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 17:11:44 GMT Server: Apache x-openstack-request-id: req-85fb3c35-75c4-46b9-ad18-a7b6a326b4c5 Location: http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2/326a54b2-23bc-4c26-8850-56f83da2cbbd Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2/326a54b2-23bc-4c26-8850-56f83da2cbbd;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 17:11:44,891 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:11:44 GMT Server: Apache x-openstack-request-id: req-47b51c49-7d3a-420a-9766-76b40bf01ea6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 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": "d375e46f6f2b472db41ca16f2fc59215", "OS::stack_id": "326a54b2-23bc-4c26-8850-56f83da2cbbd", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-image", "inst_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2", "stack_user_project_id": "fef2e6f643904935b7faa962847fd53a", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T17:11:24Z", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2/326a54b2-23bc-4c26-8850-56f83da2cbbd", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "326a54b2-23bc-4c26-8850-56f83da2cbbd", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 17:11:44,891 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2/326a54b2-23bc-4c26-8850-56f83da2cbbd used request id req-47b51c49-7d3a-420a-9766-76b40bf01ea6 2018-06-29 17:11:47,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/326a54b2-23bc-4c26-8850-56f83da2cbbd -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0498eee29549f4009bd7f89505372dd5a783fafb" 2018-06-29 17:11:47,925 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 17:11:47 GMT Server: Apache x-openstack-request-id: req-d9c4d8ca-4d50-474b-888d-f2b927158f01 Location: http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2/326a54b2-23bc-4c26-8850-56f83da2cbbd Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2/326a54b2-23bc-4c26-8850-56f83da2cbbd;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 17:11:48,000 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:11:47 GMT Server: Apache x-openstack-request-id: req-6e108796-1a81-42f3-a467-9a66ab153882 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 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": "d375e46f6f2b472db41ca16f2fc59215", "OS::stack_id": "326a54b2-23bc-4c26-8850-56f83da2cbbd", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-image", "inst_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2", "stack_user_project_id": "fef2e6f643904935b7faa962847fd53a", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T17:11:24Z", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2/326a54b2-23bc-4c26-8850-56f83da2cbbd", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "326a54b2-23bc-4c26-8850-56f83da2cbbd", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 17:11:48,000 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2/326a54b2-23bc-4c26-8850-56f83da2cbbd used request id req-6e108796-1a81-42f3-a467-9a66ab153882 2018-06-29 17:11:51,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/326a54b2-23bc-4c26-8850-56f83da2cbbd -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0498eee29549f4009bd7f89505372dd5a783fafb" 2018-06-29 17:11:51,035 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 17:11:51 GMT Server: Apache x-openstack-request-id: req-fd7dcb03-4956-4cf7-9222-e4e6961247a1 Location: http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2/326a54b2-23bc-4c26-8850-56f83da2cbbd Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2/326a54b2-23bc-4c26-8850-56f83da2cbbd;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 17:11:51,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:11:51 GMT Server: Apache x-openstack-request-id: req-5cfed6a0-ace3-41bf-b6a8-3a511bc1dc85 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 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": "d375e46f6f2b472db41ca16f2fc59215", "OS::stack_id": "326a54b2-23bc-4c26-8850-56f83da2cbbd", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-image", "inst_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2", "stack_user_project_id": "fef2e6f643904935b7faa962847fd53a", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T17:11:24Z", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2/326a54b2-23bc-4c26-8850-56f83da2cbbd", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "326a54b2-23bc-4c26-8850-56f83da2cbbd", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 17:11:51,110 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2/326a54b2-23bc-4c26-8850-56f83da2cbbd used request id req-5cfed6a0-ace3-41bf-b6a8-3a511bc1dc85 2018-06-29 17:11:54,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/326a54b2-23bc-4c26-8850-56f83da2cbbd -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0498eee29549f4009bd7f89505372dd5a783fafb" 2018-06-29 17:11:54,144 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 17:11:54 GMT Server: Apache x-openstack-request-id: req-800f43fe-ba31-4c51-8a3d-9346ac27e128 Location: http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2/326a54b2-23bc-4c26-8850-56f83da2cbbd Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2/326a54b2-23bc-4c26-8850-56f83da2cbbd;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 17:11:54,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:11:54 GMT Server: Apache x-openstack-request-id: req-207487ad-7fb0-426e-a1ba-808aa3519d8e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 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": "d375e46f6f2b472db41ca16f2fc59215", "OS::stack_id": "326a54b2-23bc-4c26-8850-56f83da2cbbd", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-image", "inst_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2", "stack_user_project_id": "fef2e6f643904935b7faa962847fd53a", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T17:11:24Z", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2/326a54b2-23bc-4c26-8850-56f83da2cbbd", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "326a54b2-23bc-4c26-8850-56f83da2cbbd", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 17:11:54,219 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2/326a54b2-23bc-4c26-8850-56f83da2cbbd used request id req-207487ad-7fb0-426e-a1ba-808aa3519d8e 2018-06-29 17:11:57,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/326a54b2-23bc-4c26-8850-56f83da2cbbd -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0498eee29549f4009bd7f89505372dd5a783fafb" 2018-06-29 17:11:57,253 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 17:11:57 GMT Server: Apache x-openstack-request-id: req-418ec6df-372c-4dd0-bc84-43abec8c97f3 Location: http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2/326a54b2-23bc-4c26-8850-56f83da2cbbd Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2/326a54b2-23bc-4c26-8850-56f83da2cbbd;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 17:11:57,487 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:11:57 GMT Server: Apache x-openstack-request-id: req-fd93b142-eb64-414e-a48e-53bc727e3980 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 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": "d375e46f6f2b472db41ca16f2fc59215", "OS::stack_id": "326a54b2-23bc-4c26-8850-56f83da2cbbd", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-image", "inst_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2", "stack_user_project_id": "fef2e6f643904935b7faa962847fd53a", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T17:11:24Z", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2/326a54b2-23bc-4c26-8850-56f83da2cbbd", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "326a54b2-23bc-4c26-8850-56f83da2cbbd", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 17:11:57,487 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2/326a54b2-23bc-4c26-8850-56f83da2cbbd used request id req-fd93b142-eb64-414e-a48e-53bc727e3980 2018-06-29 17:12:00,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/326a54b2-23bc-4c26-8850-56f83da2cbbd -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0498eee29549f4009bd7f89505372dd5a783fafb" 2018-06-29 17:12:01,233 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 17:12:00 GMT Server: Apache x-openstack-request-id: req-78ad92dc-a948-4324-8098-45ef7e119cbe Location: http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2/326a54b2-23bc-4c26-8850-56f83da2cbbd Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2/326a54b2-23bc-4c26-8850-56f83da2cbbd;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 17:12:01,276 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:12:01 GMT Server: Apache x-openstack-request-id: req-7c5d7b67-af8a-49f9-9201-bdcf4519bdee Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 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": "d375e46f6f2b472db41ca16f2fc59215", "OS::stack_id": "326a54b2-23bc-4c26-8850-56f83da2cbbd", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-image", "inst_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2", "stack_user_project_id": "fef2e6f643904935b7faa962847fd53a", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T17:11:24Z", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2/326a54b2-23bc-4c26-8850-56f83da2cbbd", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "326a54b2-23bc-4c26-8850-56f83da2cbbd", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 17:12:01,276 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2/326a54b2-23bc-4c26-8850-56f83da2cbbd used request id req-7c5d7b67-af8a-49f9-9201-bdcf4519bdee 2018-06-29 17:12:04,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/326a54b2-23bc-4c26-8850-56f83da2cbbd -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0498eee29549f4009bd7f89505372dd5a783fafb" 2018-06-29 17:12:04,309 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 17:12:04 GMT Server: Apache x-openstack-request-id: req-f82df047-ad44-4076-b7ec-8233e7e07a6b Location: http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2/326a54b2-23bc-4c26-8850-56f83da2cbbd Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2/326a54b2-23bc-4c26-8850-56f83da2cbbd;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 17:12:05,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:12:04 GMT Server: Apache x-openstack-request-id: req-8ac56a50-398f-4d77-9120-98f8026da1e5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 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": "d375e46f6f2b472db41ca16f2fc59215", "OS::stack_id": "326a54b2-23bc-4c26-8850-56f83da2cbbd", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-image", "inst_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2", "stack_user_project_id": "fef2e6f643904935b7faa962847fd53a", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T17:11:24Z", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2/326a54b2-23bc-4c26-8850-56f83da2cbbd", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "326a54b2-23bc-4c26-8850-56f83da2cbbd", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 17:12:05,028 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2/326a54b2-23bc-4c26-8850-56f83da2cbbd used request id req-8ac56a50-398f-4d77-9120-98f8026da1e5 2018-06-29 17:12:08,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/326a54b2-23bc-4c26-8850-56f83da2cbbd -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0498eee29549f4009bd7f89505372dd5a783fafb" 2018-06-29 17:12:08,248 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 17:12:08 GMT Server: Apache x-openstack-request-id: req-f6445eec-9901-47b4-8bdd-23f18752c5fe Location: http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2/326a54b2-23bc-4c26-8850-56f83da2cbbd Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2/326a54b2-23bc-4c26-8850-56f83da2cbbd;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 17:12:08,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:12:08 GMT Server: Apache x-openstack-request-id: req-7f999797-5e99-485a-bfc1-0fce4e9039dd Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 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": "d375e46f6f2b472db41ca16f2fc59215", "OS::stack_id": "326a54b2-23bc-4c26-8850-56f83da2cbbd", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-image", "inst_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2", "stack_user_project_id": "fef2e6f643904935b7faa962847fd53a", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T17:11:24Z", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2/326a54b2-23bc-4c26-8850-56f83da2cbbd", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "326a54b2-23bc-4c26-8850-56f83da2cbbd", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 17:12:08,323 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2/326a54b2-23bc-4c26-8850-56f83da2cbbd used request id req-7f999797-5e99-485a-bfc1-0fce4e9039dd 2018-06-29 17:12:11,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/326a54b2-23bc-4c26-8850-56f83da2cbbd -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0498eee29549f4009bd7f89505372dd5a783fafb" 2018-06-29 17:12:11,357 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 17:12:11 GMT Server: Apache x-openstack-request-id: req-a8814a3c-a571-4e64-af2f-28cf92a39b76 Location: http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2/326a54b2-23bc-4c26-8850-56f83da2cbbd Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2/326a54b2-23bc-4c26-8850-56f83da2cbbd;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 17:12:12,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:12:11 GMT Server: Apache x-openstack-request-id: req-d8d4807e-deb3-463c-975d-fd8c01000968 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 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": "d375e46f6f2b472db41ca16f2fc59215", "OS::stack_id": "326a54b2-23bc-4c26-8850-56f83da2cbbd", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-image", "inst_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2", "stack_user_project_id": "fef2e6f643904935b7faa962847fd53a", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T17:11:24Z", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2/326a54b2-23bc-4c26-8850-56f83da2cbbd", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "326a54b2-23bc-4c26-8850-56f83da2cbbd", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 17:12:12,101 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2/326a54b2-23bc-4c26-8850-56f83da2cbbd used request id req-d8d4807e-deb3-463c-975d-fd8c01000968 2018-06-29 17:12:15,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/326a54b2-23bc-4c26-8850-56f83da2cbbd -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0498eee29549f4009bd7f89505372dd5a783fafb" 2018-06-29 17:12:15,134 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 17:12:15 GMT Server: Apache x-openstack-request-id: req-1d4a0c9c-4301-463e-80fe-f43f84b06407 Location: http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2/326a54b2-23bc-4c26-8850-56f83da2cbbd Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2/326a54b2-23bc-4c26-8850-56f83da2cbbd;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 17:12:15,209 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:12:15 GMT Server: Apache x-openstack-request-id: req-9575c82b-bd80-4787-9ed1-ad70adb9c4e1 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": "d375e46f6f2b472db41ca16f2fc59215", "OS::stack_id": "326a54b2-23bc-4c26-8850-56f83da2cbbd", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-image", "inst_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2", "stack_user_project_id": "fef2e6f643904935b7faa962847fd53a", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-06-29T17:11:24Z", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2/326a54b2-23bc-4c26-8850-56f83da2cbbd", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "326a54b2-23bc-4c26-8850-56f83da2cbbd", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 17:12:15,210 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2/326a54b2-23bc-4c26-8850-56f83da2cbbd used request id req-9575c82b-bd80-4787-9ed1-ad70adb9c4e1 2018-06-29 17:12:15,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/9ea6e484-3fc2-4840-9004-a3fd16ba2bfe -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0498eee29549f4009bd7f89505372dd5a783fafb" 2018-06-29 17:12:15,241 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 17:12:15 GMT Server: Apache x-openstack-request-id: req-f2d2297a-2117-436d-bf11-f72f71619df6 Location: http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack1/9ea6e484-3fc2-4840-9004-a3fd16ba2bfe Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack1/9ea6e484-3fc2-4840-9004-a3fd16ba2bfe;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 17:12:15,315 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 17:12:15 GMT Server: Apache x-openstack-request-id: req-f70fe48a-2422-4103-9a22-32e508e5b10b 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 17:12:15,315 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack1/9ea6e484-3fc2-4840-9004-a3fd16ba2bfe used request id req-f70fe48a-2422-4103-9a22-32e508e5b10b 2018-06-29 17:12:15,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/326a54b2-23bc-4c26-8850-56f83da2cbbd -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0498eee29549f4009bd7f89505372dd5a783fafb" 2018-06-29 17:12:15,343 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 17:12:15 GMT Server: Apache x-openstack-request-id: req-5b216b7f-ab43-4137-8b15-c41f17b5409a Location: http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2/326a54b2-23bc-4c26-8850-56f83da2cbbd Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2/326a54b2-23bc-4c26-8850-56f83da2cbbd;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 17:12:15,386 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 17:12:15 GMT Server: Apache x-openstack-request-id: req-4b09c081-7a7e-42b7-b903-d32b764a5431 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 17:12:15,386 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-stack2/326a54b2-23bc-4c26-8850-56f83da2cbbd used request id req-4b09c081-7a7e-42b7-b903-d32b764a5431 2018-06-29 17:12:15,387 - glance_utils - INFO - Deleting image named - HeatUtilsCreateSimpleStackTests-1e4a65cf-32d1-4cf5-b374-3d3739d210f0-image 2018-06-29 17:12:15,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/b58d190b-61d6-4740-b8ae-4ccc880d7fdb -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}77e252e0fd789b3570da53994a87c179cc46db86" 2018-06-29 17:12:16,237 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a70eeb3c-bffb-4c2d-a17e-948d599e13f3 Date: Fri, 29 Jun 2018 17:12: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 17:12:16,237 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/b58d190b-61d6-4740-b8ae-4ccc880d7fdb used request id req-a70eeb3c-bffb-4c2d-a17e-948d599e13f3 2018-06-29 17:12:16,240 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/c2932e1e-de7e-4492-a0f9-c39ed406b49c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09357d52523aeabf7864dcc8ed9f50e656a5f977" 2018-06-29 17:12:16,451 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 17:12:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7003982a-c9e6-4da5-9cca-80403ba116fb x-compute-request-id: req-7003982a-c9e6-4da5-9cca-80403ba116fb Content-Length: 0 Content-Type: application/json 2018-06-29 17:12:16,451 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/c2932e1e-de7e-4492-a0f9-c39ed406b49c used request id req-7003982a-c9e6-4da5-9cca-80403ba116fb 2018-06-29 17:12:16,453 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-06-29 17:12:16,453 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:12:16,454 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:12:16,869 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:12:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["A5r3Sy8CTu2_sP3cEEpehw"], "issued_at": "2018-06-29T17:12:16.000000Z"}} 2018-06-29 17:12:16,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}eca77a401404c42edb84d3115aba462151567fad" 2018-06-29 17:12:16,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:12:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ef422b3-52d7-4f5e-b9db-4e2578c0fbeb 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:12:16,958 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-8ef422b3-52d7-4f5e-b9db-4e2578c0fbeb 2018-06-29 17:12:16,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-image1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}eca77a401404c42edb84d3115aba462151567fad" 2018-06-29 17:12:17,159 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 178 Content-Type: application/json X-Openstack-Request-Id: req-46102878-ad46-4831-86b0-b0ebb195ddd7 Date: Fri, 29 Jun 2018 17:12:17 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-image1"} 2018-06-29 17:12:17,160 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-image1 used request id req-46102878-ad46-4831-86b0-b0ebb195ddd7 2018-06-29 17:12:17,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}eca77a401404c42edb84d3115aba462151567fad" 2018-06-29 17:12:17,338 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-a6716440-30a5-49d8-91ad-d8aebb561784 Date: Fri, 29 Jun 2018 17:12:17 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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 17:12:17,338 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-a6716440-30a5-49d8-91ad-d8aebb561784 2018-06-29 17:12:17,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}eca77a401404c42edb84d3115aba462151567fad" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-image1"}' 2018-06-29 17:12:17,575 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 637 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/0d7c639a-ab74-4034-bf46-b4a1f2de850e Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-598006fd-7cf4-45cb-b382-d3d2ea0f4c8f Date: Fri, 29 Jun 2018 17:12:17 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-image1", "tags": [], "container_format": "bare", "created_at": "2018-06-29T17:12:17Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-06-29T17:12:17Z", "visibility": "shared", "locations": [], "self": "/v2/images/0d7c639a-ab74-4034-bf46-b4a1f2de850e", "min_disk": 0, "protected": false, "id": "0d7c639a-ab74-4034-bf46-b4a1f2de850e", "file": "/v2/images/0d7c639a-ab74-4034-bf46-b4a1f2de850e/file", "checksum": null, "owner": "d375e46f6f2b472db41ca16f2fc59215", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 17:12:17,575 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-598006fd-7cf4-45cb-b382-d3d2ea0f4c8f 2018-06-29 17:12:17,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/0d7c639a-ab74-4034-bf46-b4a1f2de850e/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}eca77a401404c42edb84d3115aba462151567fad" -d '' 2018-06-29 17:12:18,981 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4b009721-3c52-47dc-9038-ac6a4fbda347 Date: Fri, 29 Jun 2018 17:12:18 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 17:12:18,981 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/0d7c639a-ab74-4034-bf46-b4a1f2de850e/file used request id req-4b009721-3c52-47dc-9038-ac6a4fbda347 2018-06-29 17:12:18,982 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-06-29 17:12:18,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/0d7c639a-ab74-4034-bf46-b4a1f2de850e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}eca77a401404c42edb84d3115aba462151567fad" 2018-06-29 17:12:19,227 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-fe8269c1-68d8-4582-a934-cab79682f392 Date: Fri, 29 Jun 2018 17:12:19 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-image1", "tags": [], "container_format": "bare", "created_at": "2018-06-29T17:12:17Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-06-29T17:12:18Z", "visibility": "shared", "locations": [{"url": "rbd://0e8aacea-dc23-4cff-98e1-fd5fa38d6bcf/images/0d7c639a-ab74-4034-bf46-b4a1f2de850e/snap", "metadata": {}}], "self": "/v2/images/0d7c639a-ab74-4034-bf46-b4a1f2de850e", "min_disk": 0, "protected": false, "id": "0d7c639a-ab74-4034-bf46-b4a1f2de850e", "file": "/v2/images/0d7c639a-ab74-4034-bf46-b4a1f2de850e/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d375e46f6f2b472db41ca16f2fc59215", "direct_url": "rbd://0e8aacea-dc23-4cff-98e1-fd5fa38d6bcf/images/0d7c639a-ab74-4034-bf46-b4a1f2de850e/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 17:12:19,228 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/0d7c639a-ab74-4034-bf46-b4a1f2de850e used request id req-fe8269c1-68d8-4582-a934-cab79682f392 2018-06-29 17:12:19,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}eca77a401404c42edb84d3115aba462151567fad" 2018-06-29 17:12:19,420 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-39afeb68-21be-4778-b22f-2c073641285d Date: Fri, 29 Jun 2018 17:12:19 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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 17:12:19,420 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-39afeb68-21be-4778-b22f-2c073641285d 2018-06-29 17:12:19,423 - create_image - INFO - Created image with name - HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-image1 2018-06-29 17:12:19,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/0d7c639a-ab74-4034-bf46-b4a1f2de850e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}eca77a401404c42edb84d3115aba462151567fad" 2018-06-29 17:12:19,619 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-be993a88-c7c4-489f-a050-902e124ec14c Date: Fri, 29 Jun 2018 17:12:19 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-image1", "tags": [], "container_format": "bare", "created_at": "2018-06-29T17:12:17Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-06-29T17:12:18Z", "visibility": "shared", "locations": [{"url": "rbd://0e8aacea-dc23-4cff-98e1-fd5fa38d6bcf/images/0d7c639a-ab74-4034-bf46-b4a1f2de850e/snap", "metadata": {}}], "self": "/v2/images/0d7c639a-ab74-4034-bf46-b4a1f2de850e", "min_disk": 0, "protected": false, "id": "0d7c639a-ab74-4034-bf46-b4a1f2de850e", "file": "/v2/images/0d7c639a-ab74-4034-bf46-b4a1f2de850e/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d375e46f6f2b472db41ca16f2fc59215", "direct_url": "rbd://0e8aacea-dc23-4cff-98e1-fd5fa38d6bcf/images/0d7c639a-ab74-4034-bf46-b4a1f2de850e/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 17:12:19,620 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/0d7c639a-ab74-4034-bf46-b4a1f2de850e used request id req-be993a88-c7c4-489f-a050-902e124ec14c 2018-06-29 17:12:19,620 - create_image - DEBUG - Instance status is - active 2018-06-29 17:12:19,620 - create_image - DEBUG - Image is active with name - HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-image1 2018-06-29 17:12:19,621 - create_image - INFO - Image is now active with name - HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-image1 2018-06-29 17:12:19,621 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-06-29 17:12:19,621 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 17:12:19,622 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:12:20,022 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:12:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["gTToPS8iRM2QuQA6k9OpQQ"], "issued_at": "2018-06-29T17:12:20.000000Z"}} 2018-06-29 17:12:20,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}d393bf16f96cd5c3a66cc874d759f8d1e0ecaec5" 2018-06-29 17:12:20,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:12:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ed91036-b70f-4b24-b634-e195f98c818f 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:12:20,115 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-8ed91036-b70f-4b24-b634-e195f98c818f 2018-06-29 17:12:20,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-image2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d393bf16f96cd5c3a66cc874d759f8d1e0ecaec5" 2018-06-29 17:12:20,330 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 178 Content-Type: application/json X-Openstack-Request-Id: req-9b9d0598-a72e-4e91-b4ec-2ccf6002370d Date: Fri, 29 Jun 2018 17:12:20 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-image2"} 2018-06-29 17:12:20,331 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-image2 used request id req-9b9d0598-a72e-4e91-b4ec-2ccf6002370d 2018-06-29 17:12:20,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d393bf16f96cd5c3a66cc874d759f8d1e0ecaec5" 2018-06-29 17:12:20,527 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-6db5146a-352c-4a4d-b722-aff1209e6fc1 Date: Fri, 29 Jun 2018 17:12:20 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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 17:12:20,527 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-6db5146a-352c-4a4d-b722-aff1209e6fc1 2018-06-29 17:12:20,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d393bf16f96cd5c3a66cc874d759f8d1e0ecaec5" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-image2"}' 2018-06-29 17:12:20,969 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 637 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/7a1da87f-920a-41c9-ad86-2b0a2245ae60 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-0e738c14-10dd-4cf0-ab2c-e04e1fd29a6b Date: Fri, 29 Jun 2018 17:12:20 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-image2", "tags": [], "container_format": "bare", "created_at": "2018-06-29T17:12:20Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-06-29T17:12:20Z", "visibility": "shared", "locations": [], "self": "/v2/images/7a1da87f-920a-41c9-ad86-2b0a2245ae60", "min_disk": 0, "protected": false, "id": "7a1da87f-920a-41c9-ad86-2b0a2245ae60", "file": "/v2/images/7a1da87f-920a-41c9-ad86-2b0a2245ae60/file", "checksum": null, "owner": "d375e46f6f2b472db41ca16f2fc59215", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 17:12:20,970 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-0e738c14-10dd-4cf0-ab2c-e04e1fd29a6b 2018-06-29 17:12:20,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/7a1da87f-920a-41c9-ad86-2b0a2245ae60/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d393bf16f96cd5c3a66cc874d759f8d1e0ecaec5" -d '' 2018-06-29 17:12:22,200 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-89c7ea53-68b8-457c-8a1b-a74cdcb26bab Date: Fri, 29 Jun 2018 17:12:22 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 17:12:22,200 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/7a1da87f-920a-41c9-ad86-2b0a2245ae60/file used request id req-89c7ea53-68b8-457c-8a1b-a74cdcb26bab 2018-06-29 17:12:22,201 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-06-29 17:12:22,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/7a1da87f-920a-41c9-ad86-2b0a2245ae60 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d393bf16f96cd5c3a66cc874d759f8d1e0ecaec5" 2018-06-29 17:12:22,221 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-10566c54-2098-4af1-9b5c-cbaedfecf7ba Date: Fri, 29 Jun 2018 17:12:22 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-image2", "tags": [], "container_format": "bare", "created_at": "2018-06-29T17:12:20Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-06-29T17:12:22Z", "visibility": "shared", "locations": [{"url": "rbd://0e8aacea-dc23-4cff-98e1-fd5fa38d6bcf/images/7a1da87f-920a-41c9-ad86-2b0a2245ae60/snap", "metadata": {}}], "self": "/v2/images/7a1da87f-920a-41c9-ad86-2b0a2245ae60", "min_disk": 0, "protected": false, "id": "7a1da87f-920a-41c9-ad86-2b0a2245ae60", "file": "/v2/images/7a1da87f-920a-41c9-ad86-2b0a2245ae60/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d375e46f6f2b472db41ca16f2fc59215", "direct_url": "rbd://0e8aacea-dc23-4cff-98e1-fd5fa38d6bcf/images/7a1da87f-920a-41c9-ad86-2b0a2245ae60/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 17:12:22,221 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/7a1da87f-920a-41c9-ad86-2b0a2245ae60 used request id req-10566c54-2098-4af1-9b5c-cbaedfecf7ba 2018-06-29 17:12:22,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d393bf16f96cd5c3a66cc874d759f8d1e0ecaec5" 2018-06-29 17:12:22,425 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-3a8f41ae-87b6-45d9-85e9-8d466ab1844c Date: Fri, 29 Jun 2018 17:12:22 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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 17:12:22,425 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-3a8f41ae-87b6-45d9-85e9-8d466ab1844c 2018-06-29 17:12:22,428 - create_image - INFO - Created image with name - HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-image2 2018-06-29 17:12:22,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/7a1da87f-920a-41c9-ad86-2b0a2245ae60 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d393bf16f96cd5c3a66cc874d759f8d1e0ecaec5" 2018-06-29 17:12:22,629 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-af9422a9-8844-4e0b-85de-43f9b5fa106f Date: Fri, 29 Jun 2018 17:12:22 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-image2", "tags": [], "container_format": "bare", "created_at": "2018-06-29T17:12:20Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-06-29T17:12:22Z", "visibility": "shared", "locations": [{"url": "rbd://0e8aacea-dc23-4cff-98e1-fd5fa38d6bcf/images/7a1da87f-920a-41c9-ad86-2b0a2245ae60/snap", "metadata": {}}], "self": "/v2/images/7a1da87f-920a-41c9-ad86-2b0a2245ae60", "min_disk": 0, "protected": false, "id": "7a1da87f-920a-41c9-ad86-2b0a2245ae60", "file": "/v2/images/7a1da87f-920a-41c9-ad86-2b0a2245ae60/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d375e46f6f2b472db41ca16f2fc59215", "direct_url": "rbd://0e8aacea-dc23-4cff-98e1-fd5fa38d6bcf/images/7a1da87f-920a-41c9-ad86-2b0a2245ae60/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 17:12:22,629 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/7a1da87f-920a-41c9-ad86-2b0a2245ae60 used request id req-af9422a9-8844-4e0b-85de-43f9b5fa106f 2018-06-29 17:12:22,630 - create_image - DEBUG - Instance status is - active 2018-06-29 17:12:22,630 - create_image - DEBUG - Image is active with name - HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-image2 2018-06-29 17:12:22,630 - create_image - INFO - Image is now active with name - HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-image2 2018-06-29 17:12:22,631 - heat_utils - DEBUG - Retrieving Heat Client 2018-06-29 17:12:22,695 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:12:23,094 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:12:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["d9ijfpJmSRuVsFGiquawPQ"], "issued_at": "2018-06-29T17:12:23.000000Z"}} 2018-06-29 17:12:23,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b63e86e5bea0930b3720ebd983112e1296d1ee7" -d '{"stack_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-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-1388b149-cfb3-48f1-9f59-bc862c7a6f57-flavor2", "keypair_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-keypair", "subnet_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-subnet", "image1_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-image1", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-flavor1", "net_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-net"}}' 2018-06-29 17:12:27,651 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 29 Jun 2018 17:12:23 GMT Server: Apache x-openstack-request-id: req-1165aae4-5c24-4978-9727-3056011f67b2 Location: http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "090ee76a-235f-42b7-a455-e66915dbd58e", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e", "rel": "self"}]}} 2018-06-29 17:12:27,651 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks used request id req-1165aae4-5c24-4978-9727-3056011f67b2 2018-06-29 17:12:27,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/090ee76a-235f-42b7-a455-e66915dbd58e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b63e86e5bea0930b3720ebd983112e1296d1ee7" 2018-06-29 17:12:27,862 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 17:12:27 GMT Server: Apache x-openstack-request-id: req-820a7ec6-6dbc-4178-9b1b-c5bf79fd2e9c Location: http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 17:12:28,606 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:12:27 GMT Server: Apache x-openstack-request-id: req-0115d621-1603-42a0-9104-77a2e0d60e4c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 721 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-1388b149-cfb3-48f1-9f59-bc862c7a6f57-flavor2", "OS::project_id": "d375e46f6f2b472db41ca16f2fc59215", "OS::stack_id": "090ee76a-235f-42b7-a455-e66915dbd58e", "OS::stack_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-subnet", "net_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack", "stack_user_project_id": "9f5b1812dd794c20b3cda12e5e5a6456", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T17:12:26Z", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "090ee76a-235f-42b7-a455-e66915dbd58e", "outputs": [{"output_value": null, "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-06-29 17:12:28,606 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e used request id req-0115d621-1603-42a0-9104-77a2e0d60e4c 2018-06-29 17:12:28,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/090ee76a-235f-42b7-a455-e66915dbd58e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b63e86e5bea0930b3720ebd983112e1296d1ee7" 2018-06-29 17:12:28,807 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 17:12:28 GMT Server: Apache x-openstack-request-id: req-05ed9f05-fa4f-4aad-bddb-c2ee1fb9dc7f Location: http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 17:12:29,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:12:28 GMT Server: Apache x-openstack-request-id: req-ce879592-2e96-4b76-b4b6-23136712c9d3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 721 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-1388b149-cfb3-48f1-9f59-bc862c7a6f57-flavor2", "OS::project_id": "d375e46f6f2b472db41ca16f2fc59215", "OS::stack_id": "090ee76a-235f-42b7-a455-e66915dbd58e", "OS::stack_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-subnet", "net_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack", "stack_user_project_id": "9f5b1812dd794c20b3cda12e5e5a6456", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T17:12:26Z", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "090ee76a-235f-42b7-a455-e66915dbd58e", "outputs": [{"output_value": null, "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-06-29 17:12:29,050 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e used request id req-ce879592-2e96-4b76-b4b6-23136712c9d3 2018-06-29 17:12:32,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/090ee76a-235f-42b7-a455-e66915dbd58e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b63e86e5bea0930b3720ebd983112e1296d1ee7" 2018-06-29 17:12:32,268 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 17:12:32 GMT Server: Apache x-openstack-request-id: req-08a83401-bd85-4ec6-97cd-89cc9ee7c80d Location: http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 17:12:32,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:12:32 GMT Server: Apache x-openstack-request-id: req-39048ab6-b99b-4b74-a6a9-639af3bafeaa Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 721 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-1388b149-cfb3-48f1-9f59-bc862c7a6f57-flavor2", "OS::project_id": "d375e46f6f2b472db41ca16f2fc59215", "OS::stack_id": "090ee76a-235f-42b7-a455-e66915dbd58e", "OS::stack_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-subnet", "net_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack", "stack_user_project_id": "9f5b1812dd794c20b3cda12e5e5a6456", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T17:12:26Z", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "090ee76a-235f-42b7-a455-e66915dbd58e", "outputs": [{"output_value": null, "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-06-29 17:12:32,505 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e used request id req-39048ab6-b99b-4b74-a6a9-639af3bafeaa 2018-06-29 17:12:35,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/090ee76a-235f-42b7-a455-e66915dbd58e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b63e86e5bea0930b3720ebd983112e1296d1ee7" 2018-06-29 17:12:35,539 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 17:12:35 GMT Server: Apache x-openstack-request-id: req-835ba0d4-2eb5-4779-b676-41ba6d760d74 Location: http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 17:12:35,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:12:35 GMT Server: Apache x-openstack-request-id: req-f7dbfbe1-0044-45be-85fb-59557c5b0322 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2073 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-flavor2", "OS::project_id": "d375e46f6f2b472db41ca16f2fc59215", "OS::stack_id": "090ee76a-235f-42b7-a455-e66915dbd58e", "OS::stack_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-subnet", "net_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack", "stack_user_project_id": "9f5b1812dd794c20b3cda12e5e5a6456", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T17:12:26Z", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "090ee76a-235f-42b7-a455-e66915dbd58e", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA3II0NPf8kilWHlwH8EIr2iQwLIEMeJr/wyKdM5xMu8s32OW0\npN3fWisGtaFKl3sPFRd/1uIIhKxrVejMlCq5neJ9k81CTp+UNNnnrudaelJShTHX\nDXPrCkeIBKVgBmzEzcyKhaY0aoOkTup5VelsiRRrKeR/lbLbRowNCHggPtLyyIw5\nQDkE/HLtX9Zh7FCAZ4+94SydH24qxIJj/gT2LPqTgPULAYZBncqJknShxNiPprjM\nQboWBneGg6XLX7OrNfgtM7DRwwicJRjeUelstwP+LMYenzKgyLoWlIIaVR6DkU5h\nUmNQdP1GKJtUEx/+YnyV8uOzUU0uQ4eNMgiSEwIDAQABAoIBAQCnFbXvaPUl31KV\nAJE3WTyXN5KVNle3z2L7fm/1mnp+VdcEb9H4lvJWBYI5AHVf4OwlxD+nGHDx7yAJ\n4bOaleE+JE+ZPg//OWX4wiCO5FknlNdYe9KDLBGuIVOMia8AT0y00EcqTC0thIBt\nF7hHA++s0x78iFqwmO0UQKzjfPqZ/p+7kA0IOekkUESFI0heXb4/ILlWlZ5cJXqg\njMdD9HKYF7/cYRA3Op0YULTrj+NcoyLUpbI9xsDxeBhUT1qtMF3Xdd3I1hYbZfrE\n6deOWOR+KKINq40QeoVIds1ouvqFznAYnhXKxxbwHWEoyNnGPJO21+SbRfEV3T3K\nDTTvo3R5AoGBAPJkU1EcfXU3ZgEDWf+C6ywn/k/3GfrkP1tilUNMURirKaIa+1Mq\ncEIbgjzPrmsMUa2rpLFChZKvfbRsaK3G8fNVlHq5jyMN4wcVwdsXnK7KBMGt+v2B\nI275KoCtMmrK2Crto+zrgtJr4xd9LjFduK2jMAmPZGOafDLWvYFJ/n9NAoGBAOjj\nXsdXTh7wCDZbN/5UzjfK4ZhFzx3s3dQxL/R5fgL7eJLPkvkGkNlXKmtZpBZFg0Lr\nY4Aoxr7mu37vnNeBHr4xRn9Bx/z3LxZnRK2um68ETDT2SCIM48DXOeWtSGZw7ANO\nQmfxSyTJ1NVthz0JGdVpwE4eX8aCtiLHJhzPm2bfAoGBAIGEDejHOloJkd10twAK\nKjLb481CkYU3tIrV8D+XZbWyr3pIxIW5pWYNYNexeNcGLBaKImP80XaBgr+HNZ+1\nL87/qWiyAcOPRgGhJIY25aeXllcO6Y/PEunXBVjgMpJRdJPriq2rYamhsCP65VXH\naEiPa7mP/uohv79CctvEd9H5AoGBAJraPLY9phNKNZu3EcdKKojMnS68FFjonCOw\nxRtBAXoILgcogKiXJg9uNyWESGgKtpnznIimFGjxUPC5cMeW8pMyfpa1bb4Vujii\nV/dIp/o62FVLAXGqsnISakv+6ao8IaKdEei9d+KxVZTIrGj4OTY/iAApkDOVzHfZ\nhc0YelNvAoGAEwgkn9KzNes7j26yKgwfnkavWv9ODJifT+QpXA69KV9tB16X0r4T\n2mfqKVcnHzrEL7l3wWsqtOJKo+KTdcnoIwz2doaz6dDClkSuoE5rVyLHP6F+zTm0\nUlEm5J/ZTKYwNEsT3hO2tvDwDBcveIlSludbkQf4PdMbkJPKuQy78P8=\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 17:12:35,894 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e used request id req-f7dbfbe1-0044-45be-85fb-59557c5b0322 2018-06-29 17:12:38,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/090ee76a-235f-42b7-a455-e66915dbd58e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b63e86e5bea0930b3720ebd983112e1296d1ee7" 2018-06-29 17:12:39,121 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 17:12:38 GMT Server: Apache x-openstack-request-id: req-7d876f79-976a-437a-8100-ea5551a934c9 Location: http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 17:12:39,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:12:39 GMT Server: Apache x-openstack-request-id: req-90cb762e-052a-4168-9bea-13d7e14c8198 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2073 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-flavor2", "OS::project_id": "d375e46f6f2b472db41ca16f2fc59215", "OS::stack_id": "090ee76a-235f-42b7-a455-e66915dbd58e", "OS::stack_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-subnet", "net_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack", "stack_user_project_id": "9f5b1812dd794c20b3cda12e5e5a6456", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T17:12:26Z", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "090ee76a-235f-42b7-a455-e66915dbd58e", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA3II0NPf8kilWHlwH8EIr2iQwLIEMeJr/wyKdM5xMu8s32OW0\npN3fWisGtaFKl3sPFRd/1uIIhKxrVejMlCq5neJ9k81CTp+UNNnnrudaelJShTHX\nDXPrCkeIBKVgBmzEzcyKhaY0aoOkTup5VelsiRRrKeR/lbLbRowNCHggPtLyyIw5\nQDkE/HLtX9Zh7FCAZ4+94SydH24qxIJj/gT2LPqTgPULAYZBncqJknShxNiPprjM\nQboWBneGg6XLX7OrNfgtM7DRwwicJRjeUelstwP+LMYenzKgyLoWlIIaVR6DkU5h\nUmNQdP1GKJtUEx/+YnyV8uOzUU0uQ4eNMgiSEwIDAQABAoIBAQCnFbXvaPUl31KV\nAJE3WTyXN5KVNle3z2L7fm/1mnp+VdcEb9H4lvJWBYI5AHVf4OwlxD+nGHDx7yAJ\n4bOaleE+JE+ZPg//OWX4wiCO5FknlNdYe9KDLBGuIVOMia8AT0y00EcqTC0thIBt\nF7hHA++s0x78iFqwmO0UQKzjfPqZ/p+7kA0IOekkUESFI0heXb4/ILlWlZ5cJXqg\njMdD9HKYF7/cYRA3Op0YULTrj+NcoyLUpbI9xsDxeBhUT1qtMF3Xdd3I1hYbZfrE\n6deOWOR+KKINq40QeoVIds1ouvqFznAYnhXKxxbwHWEoyNnGPJO21+SbRfEV3T3K\nDTTvo3R5AoGBAPJkU1EcfXU3ZgEDWf+C6ywn/k/3GfrkP1tilUNMURirKaIa+1Mq\ncEIbgjzPrmsMUa2rpLFChZKvfbRsaK3G8fNVlHq5jyMN4wcVwdsXnK7KBMGt+v2B\nI275KoCtMmrK2Crto+zrgtJr4xd9LjFduK2jMAmPZGOafDLWvYFJ/n9NAoGBAOjj\nXsdXTh7wCDZbN/5UzjfK4ZhFzx3s3dQxL/R5fgL7eJLPkvkGkNlXKmtZpBZFg0Lr\nY4Aoxr7mu37vnNeBHr4xRn9Bx/z3LxZnRK2um68ETDT2SCIM48DXOeWtSGZw7ANO\nQmfxSyTJ1NVthz0JGdVpwE4eX8aCtiLHJhzPm2bfAoGBAIGEDejHOloJkd10twAK\nKjLb481CkYU3tIrV8D+XZbWyr3pIxIW5pWYNYNexeNcGLBaKImP80XaBgr+HNZ+1\nL87/qWiyAcOPRgGhJIY25aeXllcO6Y/PEunXBVjgMpJRdJPriq2rYamhsCP65VXH\naEiPa7mP/uohv79CctvEd9H5AoGBAJraPLY9phNKNZu3EcdKKojMnS68FFjonCOw\nxRtBAXoILgcogKiXJg9uNyWESGgKtpnznIimFGjxUPC5cMeW8pMyfpa1bb4Vujii\nV/dIp/o62FVLAXGqsnISakv+6ao8IaKdEei9d+KxVZTIrGj4OTY/iAApkDOVzHfZ\nhc0YelNvAoGAEwgkn9KzNes7j26yKgwfnkavWv9ODJifT+QpXA69KV9tB16X0r4T\n2mfqKVcnHzrEL7l3wWsqtOJKo+KTdcnoIwz2doaz6dDClkSuoE5rVyLHP6F+zTm0\nUlEm5J/ZTKYwNEsT3hO2tvDwDBcveIlSludbkQf4PdMbkJPKuQy78P8=\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 17:12:39,472 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e used request id req-90cb762e-052a-4168-9bea-13d7e14c8198 2018-06-29 17:12:42,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/090ee76a-235f-42b7-a455-e66915dbd58e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b63e86e5bea0930b3720ebd983112e1296d1ee7" 2018-06-29 17:12:42,507 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 17:12:42 GMT Server: Apache x-openstack-request-id: req-0959c74b-93dd-44db-ac4c-473c54c41671 Location: http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 17:12:42,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:12:42 GMT Server: Apache x-openstack-request-id: req-a0033ad1-edb0-45b0-aacd-dba5e44e9b25 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2073 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-flavor2", "OS::project_id": "d375e46f6f2b472db41ca16f2fc59215", "OS::stack_id": "090ee76a-235f-42b7-a455-e66915dbd58e", "OS::stack_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-subnet", "net_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack", "stack_user_project_id": "9f5b1812dd794c20b3cda12e5e5a6456", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T17:12:26Z", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "090ee76a-235f-42b7-a455-e66915dbd58e", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA3II0NPf8kilWHlwH8EIr2iQwLIEMeJr/wyKdM5xMu8s32OW0\npN3fWisGtaFKl3sPFRd/1uIIhKxrVejMlCq5neJ9k81CTp+UNNnnrudaelJShTHX\nDXPrCkeIBKVgBmzEzcyKhaY0aoOkTup5VelsiRRrKeR/lbLbRowNCHggPtLyyIw5\nQDkE/HLtX9Zh7FCAZ4+94SydH24qxIJj/gT2LPqTgPULAYZBncqJknShxNiPprjM\nQboWBneGg6XLX7OrNfgtM7DRwwicJRjeUelstwP+LMYenzKgyLoWlIIaVR6DkU5h\nUmNQdP1GKJtUEx/+YnyV8uOzUU0uQ4eNMgiSEwIDAQABAoIBAQCnFbXvaPUl31KV\nAJE3WTyXN5KVNle3z2L7fm/1mnp+VdcEb9H4lvJWBYI5AHVf4OwlxD+nGHDx7yAJ\n4bOaleE+JE+ZPg//OWX4wiCO5FknlNdYe9KDLBGuIVOMia8AT0y00EcqTC0thIBt\nF7hHA++s0x78iFqwmO0UQKzjfPqZ/p+7kA0IOekkUESFI0heXb4/ILlWlZ5cJXqg\njMdD9HKYF7/cYRA3Op0YULTrj+NcoyLUpbI9xsDxeBhUT1qtMF3Xdd3I1hYbZfrE\n6deOWOR+KKINq40QeoVIds1ouvqFznAYnhXKxxbwHWEoyNnGPJO21+SbRfEV3T3K\nDTTvo3R5AoGBAPJkU1EcfXU3ZgEDWf+C6ywn/k/3GfrkP1tilUNMURirKaIa+1Mq\ncEIbgjzPrmsMUa2rpLFChZKvfbRsaK3G8fNVlHq5jyMN4wcVwdsXnK7KBMGt+v2B\nI275KoCtMmrK2Crto+zrgtJr4xd9LjFduK2jMAmPZGOafDLWvYFJ/n9NAoGBAOjj\nXsdXTh7wCDZbN/5UzjfK4ZhFzx3s3dQxL/R5fgL7eJLPkvkGkNlXKmtZpBZFg0Lr\nY4Aoxr7mu37vnNeBHr4xRn9Bx/z3LxZnRK2um68ETDT2SCIM48DXOeWtSGZw7ANO\nQmfxSyTJ1NVthz0JGdVpwE4eX8aCtiLHJhzPm2bfAoGBAIGEDejHOloJkd10twAK\nKjLb481CkYU3tIrV8D+XZbWyr3pIxIW5pWYNYNexeNcGLBaKImP80XaBgr+HNZ+1\nL87/qWiyAcOPRgGhJIY25aeXllcO6Y/PEunXBVjgMpJRdJPriq2rYamhsCP65VXH\naEiPa7mP/uohv79CctvEd9H5AoGBAJraPLY9phNKNZu3EcdKKojMnS68FFjonCOw\nxRtBAXoILgcogKiXJg9uNyWESGgKtpnznIimFGjxUPC5cMeW8pMyfpa1bb4Vujii\nV/dIp/o62FVLAXGqsnISakv+6ao8IaKdEei9d+KxVZTIrGj4OTY/iAApkDOVzHfZ\nhc0YelNvAoGAEwgkn9KzNes7j26yKgwfnkavWv9ODJifT+QpXA69KV9tB16X0r4T\n2mfqKVcnHzrEL7l3wWsqtOJKo+KTdcnoIwz2doaz6dDClkSuoE5rVyLHP6F+zTm0\nUlEm5J/ZTKYwNEsT3hO2tvDwDBcveIlSludbkQf4PdMbkJPKuQy78P8=\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 17:12:42,876 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e used request id req-a0033ad1-edb0-45b0-aacd-dba5e44e9b25 2018-06-29 17:12:45,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/090ee76a-235f-42b7-a455-e66915dbd58e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b63e86e5bea0930b3720ebd983112e1296d1ee7" 2018-06-29 17:12:45,916 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 17:12:45 GMT Server: Apache x-openstack-request-id: req-aa055f73-81bb-4b76-a8c1-7ebcba507614 Location: http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 17:12:46,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:12:45 GMT Server: Apache x-openstack-request-id: req-b27b63fe-c0fa-4d98-bec5-04c2ca1ecf09 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2073 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-flavor2", "OS::project_id": "d375e46f6f2b472db41ca16f2fc59215", "OS::stack_id": "090ee76a-235f-42b7-a455-e66915dbd58e", "OS::stack_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-subnet", "net_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack", "stack_user_project_id": "9f5b1812dd794c20b3cda12e5e5a6456", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T17:12:26Z", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "090ee76a-235f-42b7-a455-e66915dbd58e", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA3II0NPf8kilWHlwH8EIr2iQwLIEMeJr/wyKdM5xMu8s32OW0\npN3fWisGtaFKl3sPFRd/1uIIhKxrVejMlCq5neJ9k81CTp+UNNnnrudaelJShTHX\nDXPrCkeIBKVgBmzEzcyKhaY0aoOkTup5VelsiRRrKeR/lbLbRowNCHggPtLyyIw5\nQDkE/HLtX9Zh7FCAZ4+94SydH24qxIJj/gT2LPqTgPULAYZBncqJknShxNiPprjM\nQboWBneGg6XLX7OrNfgtM7DRwwicJRjeUelstwP+LMYenzKgyLoWlIIaVR6DkU5h\nUmNQdP1GKJtUEx/+YnyV8uOzUU0uQ4eNMgiSEwIDAQABAoIBAQCnFbXvaPUl31KV\nAJE3WTyXN5KVNle3z2L7fm/1mnp+VdcEb9H4lvJWBYI5AHVf4OwlxD+nGHDx7yAJ\n4bOaleE+JE+ZPg//OWX4wiCO5FknlNdYe9KDLBGuIVOMia8AT0y00EcqTC0thIBt\nF7hHA++s0x78iFqwmO0UQKzjfPqZ/p+7kA0IOekkUESFI0heXb4/ILlWlZ5cJXqg\njMdD9HKYF7/cYRA3Op0YULTrj+NcoyLUpbI9xsDxeBhUT1qtMF3Xdd3I1hYbZfrE\n6deOWOR+KKINq40QeoVIds1ouvqFznAYnhXKxxbwHWEoyNnGPJO21+SbRfEV3T3K\nDTTvo3R5AoGBAPJkU1EcfXU3ZgEDWf+C6ywn/k/3GfrkP1tilUNMURirKaIa+1Mq\ncEIbgjzPrmsMUa2rpLFChZKvfbRsaK3G8fNVlHq5jyMN4wcVwdsXnK7KBMGt+v2B\nI275KoCtMmrK2Crto+zrgtJr4xd9LjFduK2jMAmPZGOafDLWvYFJ/n9NAoGBAOjj\nXsdXTh7wCDZbN/5UzjfK4ZhFzx3s3dQxL/R5fgL7eJLPkvkGkNlXKmtZpBZFg0Lr\nY4Aoxr7mu37vnNeBHr4xRn9Bx/z3LxZnRK2um68ETDT2SCIM48DXOeWtSGZw7ANO\nQmfxSyTJ1NVthz0JGdVpwE4eX8aCtiLHJhzPm2bfAoGBAIGEDejHOloJkd10twAK\nKjLb481CkYU3tIrV8D+XZbWyr3pIxIW5pWYNYNexeNcGLBaKImP80XaBgr+HNZ+1\nL87/qWiyAcOPRgGhJIY25aeXllcO6Y/PEunXBVjgMpJRdJPriq2rYamhsCP65VXH\naEiPa7mP/uohv79CctvEd9H5AoGBAJraPLY9phNKNZu3EcdKKojMnS68FFjonCOw\nxRtBAXoILgcogKiXJg9uNyWESGgKtpnznIimFGjxUPC5cMeW8pMyfpa1bb4Vujii\nV/dIp/o62FVLAXGqsnISakv+6ao8IaKdEei9d+KxVZTIrGj4OTY/iAApkDOVzHfZ\nhc0YelNvAoGAEwgkn9KzNes7j26yKgwfnkavWv9ODJifT+QpXA69KV9tB16X0r4T\n2mfqKVcnHzrEL7l3wWsqtOJKo+KTdcnoIwz2doaz6dDClkSuoE5rVyLHP6F+zTm0\nUlEm5J/ZTKYwNEsT3hO2tvDwDBcveIlSludbkQf4PdMbkJPKuQy78P8=\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 17:12:46,043 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e used request id req-b27b63fe-c0fa-4d98-bec5-04c2ca1ecf09 2018-06-29 17:12:49,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/090ee76a-235f-42b7-a455-e66915dbd58e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b63e86e5bea0930b3720ebd983112e1296d1ee7" 2018-06-29 17:12:49,078 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 17:12:49 GMT Server: Apache x-openstack-request-id: req-b1c2b846-bb93-4f3f-a463-298b80e6e8f1 Location: http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 17:12:49,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:12:49 GMT Server: Apache x-openstack-request-id: req-8ecdc6cf-dd5a-4db0-9291-472378012e35 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2073 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-flavor2", "OS::project_id": "d375e46f6f2b472db41ca16f2fc59215", "OS::stack_id": "090ee76a-235f-42b7-a455-e66915dbd58e", "OS::stack_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-subnet", "net_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack", "stack_user_project_id": "9f5b1812dd794c20b3cda12e5e5a6456", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T17:12:26Z", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "090ee76a-235f-42b7-a455-e66915dbd58e", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA3II0NPf8kilWHlwH8EIr2iQwLIEMeJr/wyKdM5xMu8s32OW0\npN3fWisGtaFKl3sPFRd/1uIIhKxrVejMlCq5neJ9k81CTp+UNNnnrudaelJShTHX\nDXPrCkeIBKVgBmzEzcyKhaY0aoOkTup5VelsiRRrKeR/lbLbRowNCHggPtLyyIw5\nQDkE/HLtX9Zh7FCAZ4+94SydH24qxIJj/gT2LPqTgPULAYZBncqJknShxNiPprjM\nQboWBneGg6XLX7OrNfgtM7DRwwicJRjeUelstwP+LMYenzKgyLoWlIIaVR6DkU5h\nUmNQdP1GKJtUEx/+YnyV8uOzUU0uQ4eNMgiSEwIDAQABAoIBAQCnFbXvaPUl31KV\nAJE3WTyXN5KVNle3z2L7fm/1mnp+VdcEb9H4lvJWBYI5AHVf4OwlxD+nGHDx7yAJ\n4bOaleE+JE+ZPg//OWX4wiCO5FknlNdYe9KDLBGuIVOMia8AT0y00EcqTC0thIBt\nF7hHA++s0x78iFqwmO0UQKzjfPqZ/p+7kA0IOekkUESFI0heXb4/ILlWlZ5cJXqg\njMdD9HKYF7/cYRA3Op0YULTrj+NcoyLUpbI9xsDxeBhUT1qtMF3Xdd3I1hYbZfrE\n6deOWOR+KKINq40QeoVIds1ouvqFznAYnhXKxxbwHWEoyNnGPJO21+SbRfEV3T3K\nDTTvo3R5AoGBAPJkU1EcfXU3ZgEDWf+C6ywn/k/3GfrkP1tilUNMURirKaIa+1Mq\ncEIbgjzPrmsMUa2rpLFChZKvfbRsaK3G8fNVlHq5jyMN4wcVwdsXnK7KBMGt+v2B\nI275KoCtMmrK2Crto+zrgtJr4xd9LjFduK2jMAmPZGOafDLWvYFJ/n9NAoGBAOjj\nXsdXTh7wCDZbN/5UzjfK4ZhFzx3s3dQxL/R5fgL7eJLPkvkGkNlXKmtZpBZFg0Lr\nY4Aoxr7mu37vnNeBHr4xRn9Bx/z3LxZnRK2um68ETDT2SCIM48DXOeWtSGZw7ANO\nQmfxSyTJ1NVthz0JGdVpwE4eX8aCtiLHJhzPm2bfAoGBAIGEDejHOloJkd10twAK\nKjLb481CkYU3tIrV8D+XZbWyr3pIxIW5pWYNYNexeNcGLBaKImP80XaBgr+HNZ+1\nL87/qWiyAcOPRgGhJIY25aeXllcO6Y/PEunXBVjgMpJRdJPriq2rYamhsCP65VXH\naEiPa7mP/uohv79CctvEd9H5AoGBAJraPLY9phNKNZu3EcdKKojMnS68FFjonCOw\nxRtBAXoILgcogKiXJg9uNyWESGgKtpnznIimFGjxUPC5cMeW8pMyfpa1bb4Vujii\nV/dIp/o62FVLAXGqsnISakv+6ao8IaKdEei9d+KxVZTIrGj4OTY/iAApkDOVzHfZ\nhc0YelNvAoGAEwgkn9KzNes7j26yKgwfnkavWv9ODJifT+QpXA69KV9tB16X0r4T\n2mfqKVcnHzrEL7l3wWsqtOJKo+KTdcnoIwz2doaz6dDClkSuoE5rVyLHP6F+zTm0\nUlEm5J/ZTKYwNEsT3hO2tvDwDBcveIlSludbkQf4PdMbkJPKuQy78P8=\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 17:12:49,426 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e used request id req-8ecdc6cf-dd5a-4db0-9291-472378012e35 2018-06-29 17:12:52,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/090ee76a-235f-42b7-a455-e66915dbd58e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b63e86e5bea0930b3720ebd983112e1296d1ee7" 2018-06-29 17:12:52,461 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 17:12:52 GMT Server: Apache x-openstack-request-id: req-4087648c-7f5e-438a-98bf-cd355fc9a323 Location: http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 17:12:52,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:12:52 GMT Server: Apache x-openstack-request-id: req-404b68ef-ccea-45ed-a8fa-22ad886d154c 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-1388b149-cfb3-48f1-9f59-bc862c7a6f57-flavor2", "OS::project_id": "d375e46f6f2b472db41ca16f2fc59215", "OS::stack_id": "090ee76a-235f-42b7-a455-e66915dbd58e", "OS::stack_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-subnet", "net_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack", "stack_user_project_id": "9f5b1812dd794c20b3cda12e5e5a6456", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-06-29T17:12:26Z", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "090ee76a-235f-42b7-a455-e66915dbd58e", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA3II0NPf8kilWHlwH8EIr2iQwLIEMeJr/wyKdM5xMu8s32OW0\npN3fWisGtaFKl3sPFRd/1uIIhKxrVejMlCq5neJ9k81CTp+UNNnnrudaelJShTHX\nDXPrCkeIBKVgBmzEzcyKhaY0aoOkTup5VelsiRRrKeR/lbLbRowNCHggPtLyyIw5\nQDkE/HLtX9Zh7FCAZ4+94SydH24qxIJj/gT2LPqTgPULAYZBncqJknShxNiPprjM\nQboWBneGg6XLX7OrNfgtM7DRwwicJRjeUelstwP+LMYenzKgyLoWlIIaVR6DkU5h\nUmNQdP1GKJtUEx/+YnyV8uOzUU0uQ4eNMgiSEwIDAQABAoIBAQCnFbXvaPUl31KV\nAJE3WTyXN5KVNle3z2L7fm/1mnp+VdcEb9H4lvJWBYI5AHVf4OwlxD+nGHDx7yAJ\n4bOaleE+JE+ZPg//OWX4wiCO5FknlNdYe9KDLBGuIVOMia8AT0y00EcqTC0thIBt\nF7hHA++s0x78iFqwmO0UQKzjfPqZ/p+7kA0IOekkUESFI0heXb4/ILlWlZ5cJXqg\njMdD9HKYF7/cYRA3Op0YULTrj+NcoyLUpbI9xsDxeBhUT1qtMF3Xdd3I1hYbZfrE\n6deOWOR+KKINq40QeoVIds1ouvqFznAYnhXKxxbwHWEoyNnGPJO21+SbRfEV3T3K\nDTTvo3R5AoGBAPJkU1EcfXU3ZgEDWf+C6ywn/k/3GfrkP1tilUNMURirKaIa+1Mq\ncEIbgjzPrmsMUa2rpLFChZKvfbRsaK3G8fNVlHq5jyMN4wcVwdsXnK7KBMGt+v2B\nI275KoCtMmrK2Crto+zrgtJr4xd9LjFduK2jMAmPZGOafDLWvYFJ/n9NAoGBAOjj\nXsdXTh7wCDZbN/5UzjfK4ZhFzx3s3dQxL/R5fgL7eJLPkvkGkNlXKmtZpBZFg0Lr\nY4Aoxr7mu37vnNeBHr4xRn9Bx/z3LxZnRK2um68ETDT2SCIM48DXOeWtSGZw7ANO\nQmfxSyTJ1NVthz0JGdVpwE4eX8aCtiLHJhzPm2bfAoGBAIGEDejHOloJkd10twAK\nKjLb481CkYU3tIrV8D+XZbWyr3pIxIW5pWYNYNexeNcGLBaKImP80XaBgr+HNZ+1\nL87/qWiyAcOPRgGhJIY25aeXllcO6Y/PEunXBVjgMpJRdJPriq2rYamhsCP65VXH\naEiPa7mP/uohv79CctvEd9H5AoGBAJraPLY9phNKNZu3EcdKKojMnS68FFjonCOw\nxRtBAXoILgcogKiXJg9uNyWESGgKtpnznIimFGjxUPC5cMeW8pMyfpa1bb4Vujii\nV/dIp/o62FVLAXGqsnISakv+6ao8IaKdEei9d+KxVZTIrGj4OTY/iAApkDOVzHfZ\nhc0YelNvAoGAEwgkn9KzNes7j26yKgwfnkavWv9ODJifT+QpXA69KV9tB16X0r4T\n2mfqKVcnHzrEL7l3wWsqtOJKo+KTdcnoIwz2doaz6dDClkSuoE5rVyLHP6F+zTm0\nUlEm5J/ZTKYwNEsT3hO2tvDwDBcveIlSludbkQf4PdMbkJPKuQy78P8=\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 17:12:52,588 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e used request id req-404b68ef-ccea-45ed-a8fa-22ad886d154c 2018-06-29 17:12:52,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/090ee76a-235f-42b7-a455-e66915dbd58e/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b63e86e5bea0930b3720ebd983112e1296d1ee7" 2018-06-29 17:12:52,791 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 17:12:52 GMT Server: Apache x-openstack-request-id: req-e49deb19-2da8-4f2f-ab76-4bf0d0571841 Location: http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 17:12:53,039 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:12:52 GMT Server: Apache x-openstack-request-id: req-b5dc84c2-ce7e-41d0-9a58-11206378f8f5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 985 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-06-29T17:12:27Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T17:12:27Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "cb18dcec-4340-4ecc-b719-4c1c9ec9f684", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-06-29T17:12:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T17:12:28Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "7951274f-691c-466b-a014-1a4e1ddaf1d9", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e/resources/network", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-06-29T17:12:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T17:12:28Z", "required_by": ["subnet", "vm2", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "2f87dab3-089a-49c7-bc03-04c50d5e9367", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-06-29T17:12:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T17:12:28Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "354bc064-17e3-46c2-b961-0ccbd9836052", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-06-29T17:12:27Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T17:12:27Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "6edea188-d656-4601-ab1f-4581fa5e4520", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-06-29T17:12:27Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T17:12:27Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "50", "resource_type": "OS::Nova::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-06-29T17:12:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T17:12:28Z", "required_by": ["vm2", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-06-29T17:12:27Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T17:12:27Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "66085b62-b53f-4b59-a32e-6c14a2b3e22b:subnet_id=24038860-17c8-4070-ae68-855a66b86429", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-06-29T17:12:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T17:12:28Z", "required_by": ["management_router_interface", "vm2", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "24038860-17c8-4070-ae68-855a66b86429", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-06-29T17:12:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T17:12:28Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "66085b62-b53f-4b59-a32e-6c14a2b3e22b", "resource_type": "OS::Neutron::Router"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-06-29T17:12:27Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T17:12:27Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "1457ed6c-143d-423f-a66b-ef46337009ba", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-06-29T17:12:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T17:12:28Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "09beedab-6b1e-4405-ab1b-40f97af518c9", "resource_type": "OS::Nova::Server"}]} 2018-06-29 17:12:53,040 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e/resources used request id req-b5dc84c2-ce7e-41d0-9a58-11206378f8f5 2018-06-29 17:12:53,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/090ee76a-235f-42b7-a455-e66915dbd58e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b63e86e5bea0930b3720ebd983112e1296d1ee7" 2018-06-29 17:12:53,230 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 17:12:53 GMT Server: Apache x-openstack-request-id: req-3954ebd3-a731-427c-b039-dbe157e245e0 Location: http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 17:12:53,522 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:12:53 GMT Server: Apache x-openstack-request-id: req-faad6c25-23c1-4250-a818-e804af1e9233 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-1388b149-cfb3-48f1-9f59-bc862c7a6f57-flavor2", "OS::project_id": "d375e46f6f2b472db41ca16f2fc59215", "OS::stack_id": "090ee76a-235f-42b7-a455-e66915dbd58e", "OS::stack_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-subnet", "net_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack", "stack_user_project_id": "9f5b1812dd794c20b3cda12e5e5a6456", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-06-29T17:12:26Z", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "090ee76a-235f-42b7-a455-e66915dbd58e", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA3II0NPf8kilWHlwH8EIr2iQwLIEMeJr/wyKdM5xMu8s32OW0\npN3fWisGtaFKl3sPFRd/1uIIhKxrVejMlCq5neJ9k81CTp+UNNnnrudaelJShTHX\nDXPrCkeIBKVgBmzEzcyKhaY0aoOkTup5VelsiRRrKeR/lbLbRowNCHggPtLyyIw5\nQDkE/HLtX9Zh7FCAZ4+94SydH24qxIJj/gT2LPqTgPULAYZBncqJknShxNiPprjM\nQboWBneGg6XLX7OrNfgtM7DRwwicJRjeUelstwP+LMYenzKgyLoWlIIaVR6DkU5h\nUmNQdP1GKJtUEx/+YnyV8uOzUU0uQ4eNMgiSEwIDAQABAoIBAQCnFbXvaPUl31KV\nAJE3WTyXN5KVNle3z2L7fm/1mnp+VdcEb9H4lvJWBYI5AHVf4OwlxD+nGHDx7yAJ\n4bOaleE+JE+ZPg//OWX4wiCO5FknlNdYe9KDLBGuIVOMia8AT0y00EcqTC0thIBt\nF7hHA++s0x78iFqwmO0UQKzjfPqZ/p+7kA0IOekkUESFI0heXb4/ILlWlZ5cJXqg\njMdD9HKYF7/cYRA3Op0YULTrj+NcoyLUpbI9xsDxeBhUT1qtMF3Xdd3I1hYbZfrE\n6deOWOR+KKINq40QeoVIds1ouvqFznAYnhXKxxbwHWEoyNnGPJO21+SbRfEV3T3K\nDTTvo3R5AoGBAPJkU1EcfXU3ZgEDWf+C6ywn/k/3GfrkP1tilUNMURirKaIa+1Mq\ncEIbgjzPrmsMUa2rpLFChZKvfbRsaK3G8fNVlHq5jyMN4wcVwdsXnK7KBMGt+v2B\nI275KoCtMmrK2Crto+zrgtJr4xd9LjFduK2jMAmPZGOafDLWvYFJ/n9NAoGBAOjj\nXsdXTh7wCDZbN/5UzjfK4ZhFzx3s3dQxL/R5fgL7eJLPkvkGkNlXKmtZpBZFg0Lr\nY4Aoxr7mu37vnNeBHr4xRn9Bx/z3LxZnRK2um68ETDT2SCIM48DXOeWtSGZw7ANO\nQmfxSyTJ1NVthz0JGdVpwE4eX8aCtiLHJhzPm2bfAoGBAIGEDejHOloJkd10twAK\nKjLb481CkYU3tIrV8D+XZbWyr3pIxIW5pWYNYNexeNcGLBaKImP80XaBgr+HNZ+1\nL87/qWiyAcOPRgGhJIY25aeXllcO6Y/PEunXBVjgMpJRdJPriq2rYamhsCP65VXH\naEiPa7mP/uohv79CctvEd9H5AoGBAJraPLY9phNKNZu3EcdKKojMnS68FFjonCOw\nxRtBAXoILgcogKiXJg9uNyWESGgKtpnznIimFGjxUPC5cMeW8pMyfpa1bb4Vujii\nV/dIp/o62FVLAXGqsnISakv+6ao8IaKdEei9d+KxVZTIrGj4OTY/iAApkDOVzHfZ\nhc0YelNvAoGAEwgkn9KzNes7j26yKgwfnkavWv9ODJifT+QpXA69KV9tB16X0r4T\n2mfqKVcnHzrEL7l3wWsqtOJKo+KTdcnoIwz2doaz6dDClkSuoE5rVyLHP6F+zTm0\nUlEm5J/ZTKYwNEsT3hO2tvDwDBcveIlSludbkQf4PdMbkJPKuQy78P8=\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 17:12:53,522 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e used request id req-faad6c25-23c1-4250-a818-e804af1e9233 2018-06-29 17:12:53,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/090ee76a-235f-42b7-a455-e66915dbd58e/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b63e86e5bea0930b3720ebd983112e1296d1ee7" 2018-06-29 17:12:53,717 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 17:12:53 GMT Server: Apache x-openstack-request-id: req-f1733dd1-4baa-4bb6-b051-6316ce875661 Location: http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 17:12:53,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:12:53 GMT Server: Apache x-openstack-request-id: req-2bd0a32a-ffbf-4545-bbe4-33a3e05b76ed Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 985 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-06-29T17:12:27Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T17:12:27Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "cb18dcec-4340-4ecc-b719-4c1c9ec9f684", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-06-29T17:12:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T17:12:28Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "7951274f-691c-466b-a014-1a4e1ddaf1d9", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e/resources/network", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-06-29T17:12:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T17:12:28Z", "required_by": ["subnet", "vm2", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "2f87dab3-089a-49c7-bc03-04c50d5e9367", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-06-29T17:12:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T17:12:28Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "354bc064-17e3-46c2-b961-0ccbd9836052", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-06-29T17:12:27Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T17:12:27Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "6edea188-d656-4601-ab1f-4581fa5e4520", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-06-29T17:12:27Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T17:12:27Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "50", "resource_type": "OS::Nova::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-06-29T17:12:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T17:12:28Z", "required_by": ["vm2", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-06-29T17:12:27Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T17:12:27Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "66085b62-b53f-4b59-a32e-6c14a2b3e22b:subnet_id=24038860-17c8-4070-ae68-855a66b86429", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-06-29T17:12:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T17:12:28Z", "required_by": ["management_router_interface", "vm2", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "24038860-17c8-4070-ae68-855a66b86429", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-06-29T17:12:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T17:12:28Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "66085b62-b53f-4b59-a32e-6c14a2b3e22b", "resource_type": "OS::Neutron::Router"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-06-29T17:12:27Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T17:12:27Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "1457ed6c-143d-423f-a66b-ef46337009ba", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-06-29T17:12:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T17:12:28Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "09beedab-6b1e-4405-ab1b-40f97af518c9", "resource_type": "OS::Nova::Server"}]} 2018-06-29 17:12:53,796 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e/resources used request id req-2bd0a32a-ffbf-4545-bbe4-33a3e05b76ed 2018-06-29 17:12:53,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=2f87dab3-089a-49c7-bc03-04c50d5e9367 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b63e86e5bea0930b3720ebd983112e1296d1ee7" 2018-06-29 17:12:53,890 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-78441f0a-73bc-45f3-b266-d3e6cf840f24 Date: Fri, 29 Jun 2018 17:12:53 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"2f87dab3-089a-49c7-bc03-04c50d5e9367","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["24038860-17c8-4070-ae68-855a66b86429"],"description":"","tags":[],"updated_at":"2018-06-29T17:12:33Z","provider:segmentation_id":50,"name":"HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:12:31Z","provider:network_type":"vxlan"}]} 2018-06-29 17:12:53,890 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=2f87dab3-089a-49c7-bc03-04c50d5e9367 used request id req-78441f0a-73bc-45f3-b266-d3e6cf840f24 2018-06-29 17:12:53,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=2f87dab3-089a-49c7-bc03-04c50d5e9367 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b63e86e5bea0930b3720ebd983112e1296d1ee7" 2018-06-29 17:12:53,949 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-95d2cbe5-bf7b-4625-b162-26f5eb296b86 Date: Fri, 29 Jun 2018 17:12:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2f87dab3-089a-49c7-bc03-04c50d5e9367","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:12:33Z","dns_nameservers":[],"updated_at":"2018-06-29T17:12:33Z","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":"d375e46f6f2b472db41ca16f2fc59215","id":"24038860-17c8-4070-ae68-855a66b86429","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-subnet"}]} 2018-06-29 17:12:53,949 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=2f87dab3-089a-49c7-bc03-04c50d5e9367 used request id req-95d2cbe5-bf7b-4625-b162-26f5eb296b86 2018-06-29 17:12:53,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=2f87dab3-089a-49c7-bc03-04c50d5e9367 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b63e86e5bea0930b3720ebd983112e1296d1ee7" 2018-06-29 17:12:54,159 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-f3dedafe-bba5-4c75-9924-4af0e91d06ab Date: Fri, 29 Jun 2018 17:12:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2f87dab3-089a-49c7-bc03-04c50d5e9367","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:12:33Z","dns_nameservers":[],"updated_at":"2018-06-29T17:12:33Z","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":"d375e46f6f2b472db41ca16f2fc59215","id":"24038860-17c8-4070-ae68-855a66b86429","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-subnet"}]} 2018-06-29 17:12:54,160 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=2f87dab3-089a-49c7-bc03-04c50d5e9367 used request id req-f3dedafe-bba5-4c75-9924-4af0e91d06ab 2018-06-29 17:12:54,160 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 17:12:54,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}2b63e86e5bea0930b3720ebd983112e1296d1ee7" 2018-06-29 17:12:54,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:12:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e713eb3-601d-4163-b144-60660f0247ea 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:12:54,250 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-8e713eb3-601d-4163-b144-60660f0247ea 2018-06-29 17:12:54,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/090ee76a-235f-42b7-a455-e66915dbd58e/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b63e86e5bea0930b3720ebd983112e1296d1ee7" 2018-06-29 17:12:54,462 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 17:12:54 GMT Server: Apache x-openstack-request-id: req-258f011f-81bd-42b1-8ef4-6fe276818ccb Location: http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 17:12:54,778 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:12:54 GMT Server: Apache x-openstack-request-id: req-5d042fe5-1903-4f9a-8c9c-5796484f5681 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 985 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-06-29T17:12:27Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T17:12:27Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "cb18dcec-4340-4ecc-b719-4c1c9ec9f684", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-06-29T17:12:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T17:12:28Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "7951274f-691c-466b-a014-1a4e1ddaf1d9", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e/resources/network", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-06-29T17:12:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T17:12:28Z", "required_by": ["subnet", "vm2", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "2f87dab3-089a-49c7-bc03-04c50d5e9367", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-06-29T17:12:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T17:12:28Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "354bc064-17e3-46c2-b961-0ccbd9836052", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-06-29T17:12:27Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T17:12:27Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "6edea188-d656-4601-ab1f-4581fa5e4520", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-06-29T17:12:27Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T17:12:27Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "50", "resource_type": "OS::Nova::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-06-29T17:12:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T17:12:28Z", "required_by": ["vm2", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-06-29T17:12:27Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T17:12:27Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "66085b62-b53f-4b59-a32e-6c14a2b3e22b:subnet_id=24038860-17c8-4070-ae68-855a66b86429", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-06-29T17:12:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T17:12:28Z", "required_by": ["management_router_interface", "vm2", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "24038860-17c8-4070-ae68-855a66b86429", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-06-29T17:12:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T17:12:28Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "66085b62-b53f-4b59-a32e-6c14a2b3e22b", "resource_type": "OS::Neutron::Router"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-06-29T17:12:27Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T17:12:27Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "1457ed6c-143d-423f-a66b-ef46337009ba", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-06-29T17:12:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T17:12:28Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "09beedab-6b1e-4405-ab1b-40f97af518c9", "resource_type": "OS::Nova::Server"}]} 2018-06-29 17:12:54,779 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e/resources used request id req-5d042fe5-1903-4f9a-8c9c-5796484f5681 2018-06-29 17:12:54,786 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/09beedab-6b1e-4405-ab1b-40f97af518c9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b63e86e5bea0930b3720ebd983112e1296d1ee7" 2018-06-29 17:12:54,788 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/1457ed6c-143d-423f-a66b-ef46337009ba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b63e86e5bea0930b3720ebd983112e1296d1ee7" 2018-06-29 17:12:55,314 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:12: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-c7f75488-fb85-4084-b69f-f6d8adf91676 x-compute-request-id: req-c7f75488-fb85-4084-b69f-f6d8adf91676 Content-Encoding: gzip Content-Length: 851 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:85:a7", "version": 4, "addr": "10.1.2.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:85:a7", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/09beedab-6b1e-4405-ab1b-40f97af518c9", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/09beedab-6b1e-4405-ab1b-40f97af518c9", "rel": "bookmark"}], "image": {"id": "0d7c639a-ab74-4034-bf46-b4a1f2de850e", "links": [{"href": "http://172.30.9.30:8774/images/0d7c639a-ab74-4034-bf46-b4a1f2de850e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000001d", "OS-SRV-USG:launched_at": "2018-06-29T17:04:42.000000", "flavor": {"id": "7951274f-691c-466b-a014-1a4e1ddaf1d9", "links": [{"href": "http://172.30.9.30:8774/flavors/7951274f-691c-466b-a014-1a4e1ddaf1d9", "rel": "bookmark"}]}, "id": "09beedab-6b1e-4405-ab1b-40f97af518c9", "security_groups": [{"name": "security_group_name"}], "user_id": "52a397aa2e1c435594f313aaae1020e1", "OS-DCF: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-29T17:12:45Z", "hostId": "fe4b6a584f9cd944814267acc8ec1e49614b8a92bc6474b77f1e86a4", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-keypair", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-inst1", "created": "2018-06-29T17:12:37Z", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 17:12:55,314 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/09beedab-6b1e-4405-ab1b-40f97af518c9 used request id req-c7f75488-fb85-4084-b69f-f6d8adf91676 2018-06-29 17:12:55,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b63e86e5bea0930b3720ebd983112e1296d1ee7" 2018-06-29 17:12:55,355 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:12: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-391348d7-4590-4997-8322-13d47dfd3e34 x-compute-request-id: req-391348d7-4590-4997-8322-13d47dfd3e34 Content-Encoding: gzip Content-Length: 833 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f3:d0:b3", "version": 4, "addr": "10.1.2.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/1457ed6c-143d-423f-a66b-ef46337009ba", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/1457ed6c-143d-423f-a66b-ef46337009ba", "rel": "bookmark"}], "image": {"id": "7a1da87f-920a-41c9-ad86-2b0a2245ae60", "links": [{"href": "http://172.30.9.30:8774/images/7a1da87f-920a-41c9-ad86-2b0a2245ae60", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000001a", "OS-SRV-USG:launched_at": "2018-06-29T17:04:42.000000", "flavor": {"id": "cb18dcec-4340-4ecc-b719-4c1c9ec9f684", "links": [{"href": "http://172.30.9.30:8774/flavors/cb18dcec-4340-4ecc-b719-4c1c9ec9f684", "rel": "bookmark"}]}, "id": "1457ed6c-143d-423f-a66b-ef46337009ba", "security_groups": [{"name": "default"}], "user_id": "52a397aa2e1c435594f313aaae1020e1", "OS-DCF: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-29T17:12:45Z", "hostId": "fe4b6a584f9cd944814267acc8ec1e49614b8a92bc6474b77f1e86a4", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-keypair", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-inst2", "created": "2018-06-29T17:12:37Z", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 17:12:55,355 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/1457ed6c-143d-423f-a66b-ef46337009ba used request id req-391348d7-4590-4997-8322-13d47dfd3e34 2018-06-29 17:12:55,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b63e86e5bea0930b3720ebd983112e1296d1ee7" 2018-06-29 17:12:55,406 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-aa56f716-3627-4610-a469-cdb6e16fc653 Date: Fri, 29 Jun 2018 17:12:55 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"2f87dab3-089a-49c7-bc03-04c50d5e9367","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["24038860-17c8-4070-ae68-855a66b86429"],"description":"","tags":[],"updated_at":"2018-06-29T17:12:33Z","provider:segmentation_id":50,"name":"HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:12:31Z","provider:network_type":"vxlan"}]} 2018-06-29 17:12:55,407 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-net used request id req-aa56f716-3627-4610-a469-cdb6e16fc653 2018-06-29 17:12:55,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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 17:12:55,415 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 17:12: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 17:12:55,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b63e86e5bea0930b3720ebd983112e1296d1ee7" 2018-06-29 17:12:55,479 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-d9a7809d-67f7-4602-84c3-3c84cc64b9c8 Date: Fri, 29 Jun 2018 17:12:55 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"2f87dab3-089a-49c7-bc03-04c50d5e9367","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","subnets":["24038860-17c8-4070-ae68-855a66b86429"],"description":"","tags":[],"updated_at":"2018-06-29T17:12:33Z","provider:segmentation_id":50,"name":"HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-net","admin_state_up":true,"tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:12:31Z","provider:network_type":"vxlan"}]} 2018-06-29 17:12:55,479 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-net used request id req-d9a7809d-67f7-4602-84c3-3c84cc64b9c8 2018-06-29 17:12:55,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b63e86e5bea0930b3720ebd983112e1296d1ee7" 2018-06-29 17:12:55,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:12:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56c127c2-c6df-4f11-8ec8-a2b85f2f1245 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.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}} 2018-06-29 17:12:55,507 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 used request id req-56c127c2-c6df-4f11-8ec8-a2b85f2f1245 2018-06-29 17:12:55,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=2f87dab3-089a-49c7-bc03-04c50d5e9367 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b63e86e5bea0930b3720ebd983112e1296d1ee7" 2018-06-29 17:12:55,566 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-3f71d6dd-b873-41e5-8d9e-9045a090afa9 Date: Fri, 29 Jun 2018 17:12:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2f87dab3-089a-49c7-bc03-04c50d5e9367","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:12:33Z","dns_nameservers":[],"updated_at":"2018-06-29T17:12:33Z","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":"d375e46f6f2b472db41ca16f2fc59215","id":"24038860-17c8-4070-ae68-855a66b86429","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-subnet"}]} 2018-06-29 17:12:55,566 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=2f87dab3-089a-49c7-bc03-04c50d5e9367 used request id req-3f71d6dd-b873-41e5-8d9e-9045a090afa9 2018-06-29 17:12:55,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=2f87dab3-089a-49c7-bc03-04c50d5e9367 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b63e86e5bea0930b3720ebd983112e1296d1ee7" 2018-06-29 17:12:55,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:12:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92687a32-30c4-474a-880f-657fcd5663be 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.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}} 2018-06-29 17:12:55,580 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 used request id req-92687a32-30c4-474a-880f-657fcd5663be 2018-06-29 17:12:55,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=2f87dab3-089a-49c7-bc03-04c50d5e9367 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b63e86e5bea0930b3720ebd983112e1296d1ee7" 2018-06-29 17:12:55,626 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5123 X-Openstack-Request-Id: req-0aa74adb-b9bf-4f80-b3ef-e1d34eceea58 Date: Fri, 29 Jun 2018 17:12:55 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:12:37Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"24038860-17c8-4070-ae68-855a66b86429","ip_address":"10.1.2.3"}],"id":"26e5e75f-708b-4eec-a8ef-561adf761131","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a9:3d:49","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-2f87dab3-089a-49c7-bc03-04c50d5e9367","name":"","admin_state_up":true,"network_id":"2f87dab3-089a-49c7-bc03-04c50d5e9367","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:12:34Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:12:45Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"24038860-17c8-4070-ae68-855a66b86429","ip_address":"10.1.2.6"}],"id":"b15d283b-05bd-4f2d-9392-2dc11c664bae","security_groups":["354bc064-17e3-46c2-b961-0ccbd9836052"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:87:85:a7","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"09beedab-6b1e-4405-ab1b-40f97af518c9","name":"","admin_state_up":true,"network_id":"2f87dab3-089a-49c7-bc03-04c50d5e9367","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:12:40Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:12:45Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"24038860-17c8-4070-ae68-855a66b86429","ip_address":"10.1.2.11"}],"id":"b6c52d14-3120-4465-8ead-a421f68b41fc","security_groups":["80203172-2d27-4ac0-ba1b-ce925c9da636"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f3:d0:b3","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"1457ed6c-143d-423f-a66b-ef46337009ba","name":"","admin_state_up":true,"network_id":"2f87dab3-089a-49c7-bc03-04c50d5e9367","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:12:40Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:12:38Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"24038860-17c8-4070-ae68-855a66b86429","ip_address":"10.1.2.4"}],"id":"d78a9b96-71cd-4d79-9ac9-826317bcda2e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:12:a9:6b","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2f87dab3-089a-49c7-bc03-04c50d5e9367","name":"","admin_state_up":true,"network_id":"2f87dab3-089a-49c7-bc03-04c50d5e9367","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:12:34Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:12:36Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"24038860-17c8-4070-ae68-855a66b86429","ip_address":"10.1.2.2"}],"id":"dd3f44d9-eda4-413c-b463-8176a6c5d259","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d5:9c:c1","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-2f87dab3-089a-49c7-bc03-04c50d5e9367","name":"","admin_state_up":true,"network_id":"2f87dab3-089a-49c7-bc03-04c50d5e9367","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:12:33Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:12:35Z","device_owner":"network:router_interface","revision_number":2,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"24038860-17c8-4070-ae68-855a66b86429","ip_address":"10.1.2.1"}],"id":"e76a8cba-4a84-4eeb-bf8f-6a5aad1935e6","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:21:14:f8","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"66085b62-b53f-4b59-a32e-6c14a2b3e22b","name":"","admin_state_up":true,"network_id":"2f87dab3-089a-49c7-bc03-04c50d5e9367","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:12:34Z","binding:vnic_type":"normal"}]} 2018-06-29 17:12:55,626 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=2f87dab3-089a-49c7-bc03-04c50d5e9367 used request id req-0aa74adb-b9bf-4f80-b3ef-e1d34eceea58 2018-06-29 17:12:55,632 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-165e0777-7f7d-48fa-b5dc-7a6557705c9e Date: Fri, 29 Jun 2018 17:12:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2f87dab3-089a-49c7-bc03-04c50d5e9367","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:12:33Z","dns_nameservers":[],"updated_at":"2018-06-29T17:12:33Z","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":"d375e46f6f2b472db41ca16f2fc59215","id":"24038860-17c8-4070-ae68-855a66b86429","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-subnet"}]} 2018-06-29 17:12:55,632 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=2f87dab3-089a-49c7-bc03-04c50d5e9367 used request id req-165e0777-7f7d-48fa-b5dc-7a6557705c9e 2018-06-29 17:12:55,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=2f87dab3-089a-49c7-bc03-04c50d5e9367 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b63e86e5bea0930b3720ebd983112e1296d1ee7" 2018-06-29 17:12:55,686 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5123 X-Openstack-Request-Id: req-1b4b018c-b880-4922-94b4-b6bc16d7ac41 Date: Fri, 29 Jun 2018 17:12:55 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:12:37Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"24038860-17c8-4070-ae68-855a66b86429","ip_address":"10.1.2.3"}],"id":"26e5e75f-708b-4eec-a8ef-561adf761131","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a9:3d:49","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-2f87dab3-089a-49c7-bc03-04c50d5e9367","name":"","admin_state_up":true,"network_id":"2f87dab3-089a-49c7-bc03-04c50d5e9367","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:12:34Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:12:45Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"24038860-17c8-4070-ae68-855a66b86429","ip_address":"10.1.2.6"}],"id":"b15d283b-05bd-4f2d-9392-2dc11c664bae","security_groups":["354bc064-17e3-46c2-b961-0ccbd9836052"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:87:85:a7","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"09beedab-6b1e-4405-ab1b-40f97af518c9","name":"","admin_state_up":true,"network_id":"2f87dab3-089a-49c7-bc03-04c50d5e9367","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:12:40Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:12:45Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"24038860-17c8-4070-ae68-855a66b86429","ip_address":"10.1.2.11"}],"id":"b6c52d14-3120-4465-8ead-a421f68b41fc","security_groups":["80203172-2d27-4ac0-ba1b-ce925c9da636"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f3:d0:b3","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"1457ed6c-143d-423f-a66b-ef46337009ba","name":"","admin_state_up":true,"network_id":"2f87dab3-089a-49c7-bc03-04c50d5e9367","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:12:40Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:12:38Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"24038860-17c8-4070-ae68-855a66b86429","ip_address":"10.1.2.4"}],"id":"d78a9b96-71cd-4d79-9ac9-826317bcda2e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:12:a9:6b","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2f87dab3-089a-49c7-bc03-04c50d5e9367","name":"","admin_state_up":true,"network_id":"2f87dab3-089a-49c7-bc03-04c50d5e9367","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:12:34Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:12:36Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"24038860-17c8-4070-ae68-855a66b86429","ip_address":"10.1.2.2"}],"id":"dd3f44d9-eda4-413c-b463-8176a6c5d259","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d5:9c:c1","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-2f87dab3-089a-49c7-bc03-04c50d5e9367","name":"","admin_state_up":true,"network_id":"2f87dab3-089a-49c7-bc03-04c50d5e9367","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:12:33Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T17:12:35Z","device_owner":"network:router_interface","revision_number":2,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"24038860-17c8-4070-ae68-855a66b86429","ip_address":"10.1.2.1"}],"id":"e76a8cba-4a84-4eeb-bf8f-6a5aad1935e6","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:21:14:f8","project_id":"d375e46f6f2b472db41ca16f2fc59215","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"66085b62-b53f-4b59-a32e-6c14a2b3e22b","name":"","admin_state_up":true,"network_id":"2f87dab3-089a-49c7-bc03-04c50d5e9367","tenant_id":"d375e46f6f2b472db41ca16f2fc59215","created_at":"2018-06-29T17:12:34Z","binding:vnic_type":"normal"}]} 2018-06-29 17:12:55,687 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=2f87dab3-089a-49c7-bc03-04c50d5e9367 used request id req-1b4b018c-b880-4922-94b4-b6bc16d7ac41 2018-06-29 17:12:55,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/090ee76a-235f-42b7-a455-e66915dbd58e/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b63e86e5bea0930b3720ebd983112e1296d1ee7" 2018-06-29 17:12:55,985 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 17:12:55 GMT Server: Apache x-openstack-request-id: req-911c03f7-e9c4-4ea5-96b3-30a630fd6147 Location: http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 17:12:56,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:12:55 GMT Server: Apache x-openstack-request-id: req-25230ed6-4c37-4790-aa20-c9ad4ab39ed8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 985 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-06-29T17:12:27Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T17:12:27Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "cb18dcec-4340-4ecc-b719-4c1c9ec9f684", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-06-29T17:12:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T17:12:28Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "7951274f-691c-466b-a014-1a4e1ddaf1d9", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e/resources/network", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-06-29T17:12:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T17:12:28Z", "required_by": ["subnet", "vm2", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "2f87dab3-089a-49c7-bc03-04c50d5e9367", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-06-29T17:12:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T17:12:28Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "354bc064-17e3-46c2-b961-0ccbd9836052", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-06-29T17:12:27Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T17:12:27Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "6edea188-d656-4601-ab1f-4581fa5e4520", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-06-29T17:12:27Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T17:12:27Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "50", "resource_type": "OS::Nova::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-06-29T17:12:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T17:12:28Z", "required_by": ["vm2", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-06-29T17:12:27Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T17:12:27Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "66085b62-b53f-4b59-a32e-6c14a2b3e22b:subnet_id=24038860-17c8-4070-ae68-855a66b86429", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-06-29T17:12:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T17:12:28Z", "required_by": ["management_router_interface", "vm2", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "24038860-17c8-4070-ae68-855a66b86429", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-06-29T17:12:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T17:12:28Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "66085b62-b53f-4b59-a32e-6c14a2b3e22b", "resource_type": "OS::Neutron::Router"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-06-29T17:12:27Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T17:12:27Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "1457ed6c-143d-423f-a66b-ef46337009ba", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-06-29T17:12:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T17:12:28Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "09beedab-6b1e-4405-ab1b-40f97af518c9", "resource_type": "OS::Nova::Server"}]} 2018-06-29 17:12:56,242 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e/resources used request id req-25230ed6-4c37-4790-aa20-c9ad4ab39ed8 2018-06-29 17:12:56,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/7a1da87f-920a-41c9-ad86-2b0a2245ae60 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2b63e86e5bea0930b3720ebd983112e1296d1ee7" 2018-06-29 17:12:56,265 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-5ed9f69e-4e30-4643-9591-c6818ad6ca92 Date: Fri, 29 Jun 2018 17:12:56 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-image2", "tags": [], "container_format": "bare", "created_at": "2018-06-29T17:12:20Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-06-29T17:12:22Z", "visibility": "shared", "locations": [{"url": "rbd://0e8aacea-dc23-4cff-98e1-fd5fa38d6bcf/images/7a1da87f-920a-41c9-ad86-2b0a2245ae60/snap", "metadata": {}}], "self": "/v2/images/7a1da87f-920a-41c9-ad86-2b0a2245ae60", "min_disk": 0, "protected": false, "id": "7a1da87f-920a-41c9-ad86-2b0a2245ae60", "file": "/v2/images/7a1da87f-920a-41c9-ad86-2b0a2245ae60/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d375e46f6f2b472db41ca16f2fc59215", "direct_url": "rbd://0e8aacea-dc23-4cff-98e1-fd5fa38d6bcf/images/7a1da87f-920a-41c9-ad86-2b0a2245ae60/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 17:12:56,265 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/7a1da87f-920a-41c9-ad86-2b0a2245ae60 used request id req-5ed9f69e-4e30-4643-9591-c6818ad6ca92 2018-06-29 17:12:56,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2b63e86e5bea0930b3720ebd983112e1296d1ee7" 2018-06-29 17:12:56,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-16d3c375-4358-4194-baf3-e08cf5c14ba5 Date: Fri, 29 Jun 2018 17:12:56 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 17:12:56,428 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-16d3c375-4358-4194-baf3-e08cf5c14ba5 2018-06-29 17:12:56,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/7a1da87f-920a-41c9-ad86-2b0a2245ae60 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2b63e86e5bea0930b3720ebd983112e1296d1ee7" 2018-06-29 17:12:56,675 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-5b8df701-c743-410c-9251-dad4170687f7 Date: Fri, 29 Jun 2018 17:12:56 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-image2", "tags": [], "container_format": "bare", "created_at": "2018-06-29T17:12:20Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-06-29T17:12:22Z", "visibility": "shared", "locations": [{"url": "rbd://0e8aacea-dc23-4cff-98e1-fd5fa38d6bcf/images/7a1da87f-920a-41c9-ad86-2b0a2245ae60/snap", "metadata": {}}], "self": "/v2/images/7a1da87f-920a-41c9-ad86-2b0a2245ae60", "min_disk": 0, "protected": false, "id": "7a1da87f-920a-41c9-ad86-2b0a2245ae60", "file": "/v2/images/7a1da87f-920a-41c9-ad86-2b0a2245ae60/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d375e46f6f2b472db41ca16f2fc59215", "direct_url": "rbd://0e8aacea-dc23-4cff-98e1-fd5fa38d6bcf/images/7a1da87f-920a-41c9-ad86-2b0a2245ae60/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 17:12:56,675 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/7a1da87f-920a-41c9-ad86-2b0a2245ae60 used request id req-5b8df701-c743-410c-9251-dad4170687f7 2018-06-29 17:12:56,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/0d7c639a-ab74-4034-bf46-b4a1f2de850e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2b63e86e5bea0930b3720ebd983112e1296d1ee7" 2018-06-29 17:12:56,871 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-4bcfbd68-f6c2-475a-b290-ead3c9439ec3 Date: Fri, 29 Jun 2018 17:12:56 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-image1", "tags": [], "container_format": "bare", "created_at": "2018-06-29T17:12:17Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-06-29T17:12:18Z", "visibility": "shared", "locations": [{"url": "rbd://0e8aacea-dc23-4cff-98e1-fd5fa38d6bcf/images/0d7c639a-ab74-4034-bf46-b4a1f2de850e/snap", "metadata": {}}], "self": "/v2/images/0d7c639a-ab74-4034-bf46-b4a1f2de850e", "min_disk": 0, "protected": false, "id": "0d7c639a-ab74-4034-bf46-b4a1f2de850e", "file": "/v2/images/0d7c639a-ab74-4034-bf46-b4a1f2de850e/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d375e46f6f2b472db41ca16f2fc59215", "direct_url": "rbd://0e8aacea-dc23-4cff-98e1-fd5fa38d6bcf/images/0d7c639a-ab74-4034-bf46-b4a1f2de850e/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 17:12:56,872 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/0d7c639a-ab74-4034-bf46-b4a1f2de850e used request id req-4bcfbd68-f6c2-475a-b290-ead3c9439ec3 2018-06-29 17:12:56,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/090ee76a-235f-42b7-a455-e66915dbd58e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b63e86e5bea0930b3720ebd983112e1296d1ee7" 2018-06-29 17:12:57,062 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 17:12:56 GMT Server: Apache x-openstack-request-id: req-f6fdc981-1966-4f41-8558-7f7c45ec8a4f Location: http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 17:12:57,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:12:57 GMT Server: Apache x-openstack-request-id: req-75c53b2a-0de8-41a7-b993-303862d6f03b 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-1388b149-cfb3-48f1-9f59-bc862c7a6f57-flavor2", "OS::project_id": "d375e46f6f2b472db41ca16f2fc59215", "OS::stack_id": "090ee76a-235f-42b7-a455-e66915dbd58e", "OS::stack_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-subnet", "net_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack", "stack_user_project_id": "9f5b1812dd794c20b3cda12e5e5a6456", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-06-29T17:12:26Z", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "090ee76a-235f-42b7-a455-e66915dbd58e", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA3II0NPf8kilWHlwH8EIr2iQwLIEMeJr/wyKdM5xMu8s32OW0\npN3fWisGtaFKl3sPFRd/1uIIhKxrVejMlCq5neJ9k81CTp+UNNnnrudaelJShTHX\nDXPrCkeIBKVgBmzEzcyKhaY0aoOkTup5VelsiRRrKeR/lbLbRowNCHggPtLyyIw5\nQDkE/HLtX9Zh7FCAZ4+94SydH24qxIJj/gT2LPqTgPULAYZBncqJknShxNiPprjM\nQboWBneGg6XLX7OrNfgtM7DRwwicJRjeUelstwP+LMYenzKgyLoWlIIaVR6DkU5h\nUmNQdP1GKJtUEx/+YnyV8uOzUU0uQ4eNMgiSEwIDAQABAoIBAQCnFbXvaPUl31KV\nAJE3WTyXN5KVNle3z2L7fm/1mnp+VdcEb9H4lvJWBYI5AHVf4OwlxD+nGHDx7yAJ\n4bOaleE+JE+ZPg//OWX4wiCO5FknlNdYe9KDLBGuIVOMia8AT0y00EcqTC0thIBt\nF7hHA++s0x78iFqwmO0UQKzjfPqZ/p+7kA0IOekkUESFI0heXb4/ILlWlZ5cJXqg\njMdD9HKYF7/cYRA3Op0YULTrj+NcoyLUpbI9xsDxeBhUT1qtMF3Xdd3I1hYbZfrE\n6deOWOR+KKINq40QeoVIds1ouvqFznAYnhXKxxbwHWEoyNnGPJO21+SbRfEV3T3K\nDTTvo3R5AoGBAPJkU1EcfXU3ZgEDWf+C6ywn/k/3GfrkP1tilUNMURirKaIa+1Mq\ncEIbgjzPrmsMUa2rpLFChZKvfbRsaK3G8fNVlHq5jyMN4wcVwdsXnK7KBMGt+v2B\nI275KoCtMmrK2Crto+zrgtJr4xd9LjFduK2jMAmPZGOafDLWvYFJ/n9NAoGBAOjj\nXsdXTh7wCDZbN/5UzjfK4ZhFzx3s3dQxL/R5fgL7eJLPkvkGkNlXKmtZpBZFg0Lr\nY4Aoxr7mu37vnNeBHr4xRn9Bx/z3LxZnRK2um68ETDT2SCIM48DXOeWtSGZw7ANO\nQmfxSyTJ1NVthz0JGdVpwE4eX8aCtiLHJhzPm2bfAoGBAIGEDejHOloJkd10twAK\nKjLb481CkYU3tIrV8D+XZbWyr3pIxIW5pWYNYNexeNcGLBaKImP80XaBgr+HNZ+1\nL87/qWiyAcOPRgGhJIY25aeXllcO6Y/PEunXBVjgMpJRdJPriq2rYamhsCP65VXH\naEiPa7mP/uohv79CctvEd9H5AoGBAJraPLY9phNKNZu3EcdKKojMnS68FFjonCOw\nxRtBAXoILgcogKiXJg9uNyWESGgKtpnznIimFGjxUPC5cMeW8pMyfpa1bb4Vujii\nV/dIp/o62FVLAXGqsnISakv+6ao8IaKdEei9d+KxVZTIrGj4OTY/iAApkDOVzHfZ\nhc0YelNvAoGAEwgkn9KzNes7j26yKgwfnkavWv9ODJifT+QpXA69KV9tB16X0r4T\n2mfqKVcnHzrEL7l3wWsqtOJKo+KTdcnoIwz2doaz6dDClkSuoE5rVyLHP6F+zTm0\nUlEm5J/ZTKYwNEsT3hO2tvDwDBcveIlSludbkQf4PdMbkJPKuQy78P8=\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 17:12:57,403 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e used request id req-75c53b2a-0de8-41a7-b993-303862d6f03b 2018-06-29 17:12:57,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/090ee76a-235f-42b7-a455-e66915dbd58e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b63e86e5bea0930b3720ebd983112e1296d1ee7" 2018-06-29 17:12:57,604 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 17:12:57 GMT Server: Apache x-openstack-request-id: req-2e5a16bc-858b-420c-b3a4-b7b021ea1bef Location: http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 17:12:57,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:12:57 GMT Server: Apache x-openstack-request-id: req-00166550-48b5-4b0e-bd55-d8a7e79824bf 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-1388b149-cfb3-48f1-9f59-bc862c7a6f57-flavor2", "OS::project_id": "d375e46f6f2b472db41ca16f2fc59215", "OS::stack_id": "090ee76a-235f-42b7-a455-e66915dbd58e", "OS::stack_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-subnet", "net_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack", "stack_user_project_id": "9f5b1812dd794c20b3cda12e5e5a6456", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-06-29T17:12:26Z", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "090ee76a-235f-42b7-a455-e66915dbd58e", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA3II0NPf8kilWHlwH8EIr2iQwLIEMeJr/wyKdM5xMu8s32OW0\npN3fWisGtaFKl3sPFRd/1uIIhKxrVejMlCq5neJ9k81CTp+UNNnnrudaelJShTHX\nDXPrCkeIBKVgBmzEzcyKhaY0aoOkTup5VelsiRRrKeR/lbLbRowNCHggPtLyyIw5\nQDkE/HLtX9Zh7FCAZ4+94SydH24qxIJj/gT2LPqTgPULAYZBncqJknShxNiPprjM\nQboWBneGg6XLX7OrNfgtM7DRwwicJRjeUelstwP+LMYenzKgyLoWlIIaVR6DkU5h\nUmNQdP1GKJtUEx/+YnyV8uOzUU0uQ4eNMgiSEwIDAQABAoIBAQCnFbXvaPUl31KV\nAJE3WTyXN5KVNle3z2L7fm/1mnp+VdcEb9H4lvJWBYI5AHVf4OwlxD+nGHDx7yAJ\n4bOaleE+JE+ZPg//OWX4wiCO5FknlNdYe9KDLBGuIVOMia8AT0y00EcqTC0thIBt\nF7hHA++s0x78iFqwmO0UQKzjfPqZ/p+7kA0IOekkUESFI0heXb4/ILlWlZ5cJXqg\njMdD9HKYF7/cYRA3Op0YULTrj+NcoyLUpbI9xsDxeBhUT1qtMF3Xdd3I1hYbZfrE\n6deOWOR+KKINq40QeoVIds1ouvqFznAYnhXKxxbwHWEoyNnGPJO21+SbRfEV3T3K\nDTTvo3R5AoGBAPJkU1EcfXU3ZgEDWf+C6ywn/k/3GfrkP1tilUNMURirKaIa+1Mq\ncEIbgjzPrmsMUa2rpLFChZKvfbRsaK3G8fNVlHq5jyMN4wcVwdsXnK7KBMGt+v2B\nI275KoCtMmrK2Crto+zrgtJr4xd9LjFduK2jMAmPZGOafDLWvYFJ/n9NAoGBAOjj\nXsdXTh7wCDZbN/5UzjfK4ZhFzx3s3dQxL/R5fgL7eJLPkvkGkNlXKmtZpBZFg0Lr\nY4Aoxr7mu37vnNeBHr4xRn9Bx/z3LxZnRK2um68ETDT2SCIM48DXOeWtSGZw7ANO\nQmfxSyTJ1NVthz0JGdVpwE4eX8aCtiLHJhzPm2bfAoGBAIGEDejHOloJkd10twAK\nKjLb481CkYU3tIrV8D+XZbWyr3pIxIW5pWYNYNexeNcGLBaKImP80XaBgr+HNZ+1\nL87/qWiyAcOPRgGhJIY25aeXllcO6Y/PEunXBVjgMpJRdJPriq2rYamhsCP65VXH\naEiPa7mP/uohv79CctvEd9H5AoGBAJraPLY9phNKNZu3EcdKKojMnS68FFjonCOw\nxRtBAXoILgcogKiXJg9uNyWESGgKtpnznIimFGjxUPC5cMeW8pMyfpa1bb4Vujii\nV/dIp/o62FVLAXGqsnISakv+6ao8IaKdEei9d+KxVZTIrGj4OTY/iAApkDOVzHfZ\nhc0YelNvAoGAEwgkn9KzNes7j26yKgwfnkavWv9ODJifT+QpXA69KV9tB16X0r4T\n2mfqKVcnHzrEL7l3wWsqtOJKo+KTdcnoIwz2doaz6dDClkSuoE5rVyLHP6F+zTm0\nUlEm5J/ZTKYwNEsT3hO2tvDwDBcveIlSludbkQf4PdMbkJPKuQy78P8=\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 17:12:57,730 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e used request id req-00166550-48b5-4b0e-bd55-d8a7e79824bf 2018-06-29 17:12:57,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/090ee76a-235f-42b7-a455-e66915dbd58e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b63e86e5bea0930b3720ebd983112e1296d1ee7" 2018-06-29 17:12:57,762 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 17:12:57 GMT Server: Apache x-openstack-request-id: req-b5de5a6e-87aa-4383-bf9b-ae2aec96e3e9 Location: http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 17:12:57,837 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 17:12:57 GMT Server: Apache x-openstack-request-id: req-a854dc66-0303-479c-af47-02a7bcbfcb4e 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 17:12:57,837 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e used request id req-a854dc66-0303-479c-af47-02a7bcbfcb4e 2018-06-29 17:12:57,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/090ee76a-235f-42b7-a455-e66915dbd58e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b63e86e5bea0930b3720ebd983112e1296d1ee7" 2018-06-29 17:12:58,052 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 17:12:57 GMT Server: Apache x-openstack-request-id: req-66054b53-3fc2-4b9c-898f-3c6cab8de709 Location: http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 17:12:58,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:12:58 GMT Server: Apache x-openstack-request-id: req-b3e00164-2fd5-401a-ab03-8d604dbe126c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 775 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-1388b149-cfb3-48f1-9f59-bc862c7a6f57-flavor2", "OS::project_id": "d375e46f6f2b472db41ca16f2fc59215", "OS::stack_id": "090ee76a-235f-42b7-a455-e66915dbd58e", "OS::stack_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-subnet", "net_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack", "stack_user_project_id": "9f5b1812dd794c20b3cda12e5e5a6456", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-06-29T17:12:26Z", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-06-29T17:12:57Z", "id": "090ee76a-235f-42b7-a455-e66915dbd58e", "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 17:12:58,082 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e used request id req-b3e00164-2fd5-401a-ab03-8d604dbe126c 2018-06-29 17:13:01,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/090ee76a-235f-42b7-a455-e66915dbd58e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b63e86e5bea0930b3720ebd983112e1296d1ee7" 2018-06-29 17:13:01,119 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 17:13:01 GMT Server: Apache x-openstack-request-id: req-88c32dfd-9563-46e5-ae2d-146ad0d29256 Location: http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 17:13:01,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:13:01 GMT Server: Apache x-openstack-request-id: req-0fed60e6-22f8-4afd-8e48-0344deb172a1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 775 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-1388b149-cfb3-48f1-9f59-bc862c7a6f57-flavor2", "OS::project_id": "d375e46f6f2b472db41ca16f2fc59215", "OS::stack_id": "090ee76a-235f-42b7-a455-e66915dbd58e", "OS::stack_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-subnet", "net_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack", "stack_user_project_id": "9f5b1812dd794c20b3cda12e5e5a6456", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-06-29T17:12:26Z", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-06-29T17:12:57Z", "id": "090ee76a-235f-42b7-a455-e66915dbd58e", "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 17:13:01,163 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e used request id req-0fed60e6-22f8-4afd-8e48-0344deb172a1 2018-06-29 17:13:04,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/090ee76a-235f-42b7-a455-e66915dbd58e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b63e86e5bea0930b3720ebd983112e1296d1ee7" 2018-06-29 17:13:04,863 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 17:13:04 GMT Server: Apache x-openstack-request-id: req-74de4f9f-dbda-4d2d-a395-7d7b8fd545f1 Location: http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 17:13:05,106 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:13:04 GMT Server: Apache x-openstack-request-id: req-e92689aa-239d-4b11-92da-504169284d6c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 775 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-1388b149-cfb3-48f1-9f59-bc862c7a6f57-flavor2", "OS::project_id": "d375e46f6f2b472db41ca16f2fc59215", "OS::stack_id": "090ee76a-235f-42b7-a455-e66915dbd58e", "OS::stack_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-subnet", "net_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack", "stack_user_project_id": "9f5b1812dd794c20b3cda12e5e5a6456", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-06-29T17:12:26Z", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-06-29T17:12:57Z", "id": "090ee76a-235f-42b7-a455-e66915dbd58e", "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 17:13:05,106 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e used request id req-e92689aa-239d-4b11-92da-504169284d6c 2018-06-29 17:13:08,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/090ee76a-235f-42b7-a455-e66915dbd58e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b63e86e5bea0930b3720ebd983112e1296d1ee7" 2018-06-29 17:13:08,139 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 17:13:08 GMT Server: Apache x-openstack-request-id: req-1d259401-b8e0-4b10-bff6-8b3200e55c1e Location: http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 17:13:08,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:13:08 GMT Server: Apache x-openstack-request-id: req-2c4c4056-5db3-44f7-b44f-e20937f51087 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 685 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-flavor2", "OS::project_id": "d375e46f6f2b472db41ca16f2fc59215", "OS::stack_id": "090ee76a-235f-42b7-a455-e66915dbd58e", "OS::stack_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-subnet", "net_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack", "stack_user_project_id": "9f5b1812dd794c20b3cda12e5e5a6456", "tags": null, "creation_time": "2018-06-29T17:12:26Z", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-06-29T17:12:57Z", "id": "090ee76a-235f-42b7-a455-e66915dbd58e", "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 17:13:08,558 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-stack/090ee76a-235f-42b7-a455-e66915dbd58e used request id req-2c4c4056-5db3-44f7-b44f-e20937f51087 2018-06-29 17:13:08,558 - glance_utils - INFO - Deleting image named - HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-image1 2018-06-29 17:13:08,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/0d7c639a-ab74-4034-bf46-b4a1f2de850e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}eca77a401404c42edb84d3115aba462151567fad" 2018-06-29 17:13:09,073 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-bf798924-108d-48aa-bfb6-fd2c4f6c849b Date: Fri, 29 Jun 2018 17:13:09 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 17:13:09,074 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/0d7c639a-ab74-4034-bf46-b4a1f2de850e used request id req-bf798924-108d-48aa-bfb6-fd2c4f6c849b 2018-06-29 17:13:09,075 - glance_utils - INFO - Deleting image named - HeatUtilsCreateComplexStackTests-1388b149-cfb3-48f1-9f59-bc862c7a6f57-image2 2018-06-29 17:13:09,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/7a1da87f-920a-41c9-ad86-2b0a2245ae60 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d393bf16f96cd5c3a66cc874d759f8d1e0ecaec5" 2018-06-29 17:13:10,153 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e9496ec0-b219-4442-aed9-ab71468da10f Date: Fri, 29 Jun 2018 17:13:10 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 17:13:10,153 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/7a1da87f-920a-41c9-ad86-2b0a2245ae60 used request id req-e9496ec0-b219-4442-aed9-ab71468da10f 2018-06-29 17:13:10,156 - heat_utils - DEBUG - Retrieving Heat Client 2018-06-29 17:13:10,156 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 17:13:10,165 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:13:10,571 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:13:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["AfRv1ZiERWSJPAQfaZb45Q"], "issued_at": "2018-06-29T17:13:10.000000Z"}} 2018-06-29 17:13:10,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b984e5a0c51ced275705b8edc151178d7a8673f" -d '{"stack_name": "HeatUtilsFlavorTests-25b845c6-883b-4af6-a833-650288911deb-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 17:13:12,322 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 29 Jun 2018 17:13:10 GMT Server: Apache x-openstack-request-id: req-a9fca29f-fee1-4261-a816-e3c0265392cf Location: http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsFlavorTests-25b845c6-883b-4af6-a833-650288911deb-stack/8ec7404c-d53e-4ad3-b6e8-7f6478f78d3b Content-Length: 264 Content-Type: application/json RESP BODY: {"stack": {"id": "8ec7404c-d53e-4ad3-b6e8-7f6478f78d3b", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsFlavorTests-25b845c6-883b-4af6-a833-650288911deb-stack/8ec7404c-d53e-4ad3-b6e8-7f6478f78d3b", "rel": "self"}]}} 2018-06-29 17:13:12,322 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks used request id req-a9fca29f-fee1-4261-a816-e3c0265392cf 2018-06-29 17:13:12,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/8ec7404c-d53e-4ad3-b6e8-7f6478f78d3b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b984e5a0c51ced275705b8edc151178d7a8673f" 2018-06-29 17:13:12,625 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 17:13:12 GMT Server: Apache x-openstack-request-id: req-32af9133-b142-43ea-a757-cf81d762db16 Location: http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsFlavorTests-25b845c6-883b-4af6-a833-650288911deb-stack/8ec7404c-d53e-4ad3-b6e8-7f6478f78d3b Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsFlavorTests-25b845c6-883b-4af6-a833-650288911deb-stack/8ec7404c-d53e-4ad3-b6e8-7f6478f78d3b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 17:13:12,852 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:13:12 GMT Server: Apache x-openstack-request-id: req-f8875422-7c5c-4579-8531-5d63190608cf Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 513 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "d375e46f6f2b472db41ca16f2fc59215", "OS::stack_id": "8ec7404c-d53e-4ad3-b6e8-7f6478f78d3b", "OS::stack_name": "HeatUtilsFlavorTests-25b845c6-883b-4af6-a833-650288911deb-stack"}, "deletion_time": null, "stack_name": "HeatUtilsFlavorTests-25b845c6-883b-4af6-a833-650288911deb-stack", "stack_user_project_id": "dad163e22b844036b8ec1aac7bc76064", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-06-29T17:13:11Z", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsFlavorTests-25b845c6-883b-4af6-a833-650288911deb-stack/8ec7404c-d53e-4ad3-b6e8-7f6478f78d3b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "8ec7404c-d53e-4ad3-b6e8-7f6478f78d3b", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-06-29 17:13:12,852 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsFlavorTests-25b845c6-883b-4af6-a833-650288911deb-stack/8ec7404c-d53e-4ad3-b6e8-7f6478f78d3b used request id req-f8875422-7c5c-4579-8531-5d63190608cf 2018-06-29 17:13:12,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/8ec7404c-d53e-4ad3-b6e8-7f6478f78d3b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b984e5a0c51ced275705b8edc151178d7a8673f" 2018-06-29 17:13:13,059 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 17:13:12 GMT Server: Apache x-openstack-request-id: req-0a8b6d43-114b-4f81-812c-b820a2adade3 Location: http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsFlavorTests-25b845c6-883b-4af6-a833-650288911deb-stack/8ec7404c-d53e-4ad3-b6e8-7f6478f78d3b Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsFlavorTests-25b845c6-883b-4af6-a833-650288911deb-stack/8ec7404c-d53e-4ad3-b6e8-7f6478f78d3b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 17:13:13,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:13:13 GMT Server: Apache x-openstack-request-id: req-0494b9fc-0d3c-4dfb-acdf-c387bb068db4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 513 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "d375e46f6f2b472db41ca16f2fc59215", "OS::stack_id": "8ec7404c-d53e-4ad3-b6e8-7f6478f78d3b", "OS::stack_name": "HeatUtilsFlavorTests-25b845c6-883b-4af6-a833-650288911deb-stack"}, "deletion_time": null, "stack_name": "HeatUtilsFlavorTests-25b845c6-883b-4af6-a833-650288911deb-stack", "stack_user_project_id": "dad163e22b844036b8ec1aac7bc76064", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-06-29T17:13:11Z", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsFlavorTests-25b845c6-883b-4af6-a833-650288911deb-stack/8ec7404c-d53e-4ad3-b6e8-7f6478f78d3b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "8ec7404c-d53e-4ad3-b6e8-7f6478f78d3b", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-06-29 17:13:13,284 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsFlavorTests-25b845c6-883b-4af6-a833-650288911deb-stack/8ec7404c-d53e-4ad3-b6e8-7f6478f78d3b used request id req-0494b9fc-0d3c-4dfb-acdf-c387bb068db4 2018-06-29 17:13:13,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/8ec7404c-d53e-4ad3-b6e8-7f6478f78d3b/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b984e5a0c51ced275705b8edc151178d7a8673f" 2018-06-29 17:13:13,486 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 17:13:13 GMT Server: Apache x-openstack-request-id: req-f7a8789e-1bb3-44ee-b569-9b7c20548656 Location: http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsFlavorTests-25b845c6-883b-4af6-a833-650288911deb-stack/8ec7404c-d53e-4ad3-b6e8-7f6478f78d3b/resources Content-Length: 497 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsFlavorTests-25b845c6-883b-4af6-a833-650288911deb-stack/8ec7404c-d53e-4ad3-b6e8-7f6478f78d3b/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 17:13:13,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:13:13 GMT Server: Apache x-openstack-request-id: req-96be9f92-293f-4dc8-a611-bf0af00acf01 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsFlavorTests-25b845c6-883b-4af6-a833-650288911deb-stack/8ec7404c-d53e-4ad3-b6e8-7f6478f78d3b/resources/flavor", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsFlavorTests-25b845c6-883b-4af6-a833-650288911deb-stack/8ec7404c-d53e-4ad3-b6e8-7f6478f78d3b", "rel": "stack"}], "logical_resource_id": "flavor", "creation_time": "2018-06-29T17:13:12Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T17:13:12Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "ced05beb-fe4d-4069-a3a4-dd5609d4ef54", "resource_type": "OS::Nova::Flavor"}]} 2018-06-29 17:13:13,817 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsFlavorTests-25b845c6-883b-4af6-a833-650288911deb-stack/8ec7404c-d53e-4ad3-b6e8-7f6478f78d3b/resources used request id req-96be9f92-293f-4dc8-a611-bf0af00acf01 2018-06-29 17:13:13,820 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/ced05beb-fe4d-4069-a3a4-dd5609d4ef54 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b984e5a0c51ced275705b8edc151178d7a8673f" 2018-06-29 17:13:13,847 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:13:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4dab8c54-c9a8-4eb9-93bc-7ceb804713bd x-compute-request-id: req-4dab8c54-c9a8-4eb9-93bc-7ceb804713bd Content-Encoding: gzip Content-Length: 335 Content-Type: application/json RESP BODY: {"flavor": {"name": "HeatUtilsFlavorTests-25b845c6-883b-4af6-a833-650288911deb-stack-flavor-yjsfzhhy2u4i", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/ced05beb-fe4d-4069-a3a4-dd5609d4ef54", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/ced05beb-fe4d-4069-a3a4-dd5609d4ef54", "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": "ced05beb-fe4d-4069-a3a4-dd5609d4ef54"}} 2018-06-29 17:13:13,847 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/ced05beb-fe4d-4069-a3a4-dd5609d4ef54 used request id req-4dab8c54-c9a8-4eb9-93bc-7ceb804713bd 2018-06-29 17:13:13,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/8ec7404c-d53e-4ad3-b6e8-7f6478f78d3b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b984e5a0c51ced275705b8edc151178d7a8673f" 2018-06-29 17:13:14,039 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 17:13:13 GMT Server: Apache x-openstack-request-id: req-2a455bb3-d96c-4683-b5e6-b7ae35d736da Location: http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsFlavorTests-25b845c6-883b-4af6-a833-650288911deb-stack/8ec7404c-d53e-4ad3-b6e8-7f6478f78d3b Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsFlavorTests-25b845c6-883b-4af6-a833-650288911deb-stack/8ec7404c-d53e-4ad3-b6e8-7f6478f78d3b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 17:13:14,242 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 17:13:14 GMT Server: Apache x-openstack-request-id: req-5aec6e50-5335-4a39-b666-66691773152a 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 17:13:14,242 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsFlavorTests-25b845c6-883b-4af6-a833-650288911deb-stack/8ec7404c-d53e-4ad3-b6e8-7f6478f78d3b used request id req-5aec6e50-5335-4a39-b666-66691773152a 2018-06-29 17:13:14,244 - heat_utils - DEBUG - Retrieving Heat Client 2018-06-29 17:13:14,244 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 17:13:14,257 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:13:14,651 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:13:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["uX0Vx2dsSUWOvW75urBtYQ"], "issued_at": "2018-06-29T17:13:14.000000Z"}} 2018-06-29 17:13:14,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2aef8d9af379776b7890c07a7e50173fd84c47" -d '{"stack_name": "HeatUtilsKeypairTests-31fca463-7411-465e-ad3c-6b786e061dbb-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-31fca463-7411-465e-ad3c-6b786e061dbb-kp"}}' 2018-06-29 17:13:16,376 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 29 Jun 2018 17:13:14 GMT Server: Apache x-openstack-request-id: req-3deeef12-455d-437b-8aa1-865f93e36d83 Location: http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsKeypairTests-31fca463-7411-465e-ad3c-6b786e061dbb-stack/5c9f4849-4c75-47e4-8fc1-4c1967b11978 Content-Length: 265 Content-Type: application/json RESP BODY: {"stack": {"id": "5c9f4849-4c75-47e4-8fc1-4c1967b11978", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsKeypairTests-31fca463-7411-465e-ad3c-6b786e061dbb-stack/5c9f4849-4c75-47e4-8fc1-4c1967b11978", "rel": "self"}]}} 2018-06-29 17:13:16,376 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks used request id req-3deeef12-455d-437b-8aa1-865f93e36d83 2018-06-29 17:13:16,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/5c9f4849-4c75-47e4-8fc1-4c1967b11978 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2aef8d9af379776b7890c07a7e50173fd84c47" 2018-06-29 17:13:16,572 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 17:13:16 GMT Server: Apache x-openstack-request-id: req-4fe217f1-5a87-4de7-b261-83f6df660047 Location: http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsKeypairTests-31fca463-7411-465e-ad3c-6b786e061dbb-stack/5c9f4849-4c75-47e4-8fc1-4c1967b11978 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsKeypairTests-31fca463-7411-465e-ad3c-6b786e061dbb-stack/5c9f4849-4c75-47e4-8fc1-4c1967b11978;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 17:13:16,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:13:16 GMT Server: Apache x-openstack-request-id: req-520fc1f0-9b5b-45ed-9d64-e54d7432cb92 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1898 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": "d375e46f6f2b472db41ca16f2fc59215", "OS::stack_id": "5c9f4849-4c75-47e4-8fc1-4c1967b11978", "OS::stack_name": "HeatUtilsKeypairTests-31fca463-7411-465e-ad3c-6b786e061dbb-stack", "keypair_name": "HeatUtilsKeypairTests-31fca463-7411-465e-ad3c-6b786e061dbb-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-31fca463-7411-465e-ad3c-6b786e061dbb-stack", "stack_user_project_id": "41272037f4054b4092ef7daf6ef687a1", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T17:13:15Z", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsKeypairTests-31fca463-7411-465e-ad3c-6b786e061dbb-stack/5c9f4849-4c75-47e4-8fc1-4c1967b11978", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "5c9f4849-4c75-47e4-8fc1-4c1967b11978", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAu4OmaGaI2qXIrkYVgiP+lSyrcTXW3Y5/gIVgpdar4pCCSp6l\nMXvERpBVLP28xh7+2rXLCong0hEBIy+ElNXn+Q6LUzS7swzuWsthFSJv8EI2PFNO\n/Ly3v5N2fyGY7KMfC0NMShLNiNWw5iCPYXTu5Oc+TpQSbjYcJJx8JdQp8FthMnrW\nHjf9AGJIr7yNIT7RSjyV5CyrbJJZMNgzmL7xQOPEbaf0z7NWGUXvjuCm89rtOb8m\nbKZUJPOvCxo95S16j+TNSq+rNdndKTluD3lRvxE3tzH5mmxN66m8fkKJB2HHTwcv\n1UU/EfTKjTIBEykiwmJUq2EPB/MND6OljewpdwIDAQABAoIBADD8jp+dkckVIF0u\n3/WUs7CC7/LubsiIrpSDw6DveQ4CVJdr5JoNzFPm5umPDB7yAABhF78UEBCw8owf\noNJFI4n0G7/L+fEnwqkjkqQzz+yDT6no1ay/HH3G52EFBO9lGfoWRbrgOKOzt7gW\n7341TyerpaJfmoUCS83gt6omSCKLOlcXW0xkzWVyidnppiDaJUpNlLB/6Alez59R\nDFSLbrehLriTEjrLxg7QAgex694OGjMnyz9xf+JAFO4zqEQ06Ktn9QCQ+wnY4qgn\n15qjIABBo5rRALPljupnW316wu8bZWlbumOLGgloJtIDMCt4jKthMfZoe7LoRw2D\nAtllR1kCgYEA3lP9zj4m4OPGHXundTV2Uhj5s8LbebV+5h3qDeCe4vE/L6hMq1vi\nWTAWY/tJ171QmpJ0pdub5VuVbdCGthvg1RFXzgJPFQzNVXjrmVAZ5bw++wxWvr0v\nT7WrniLHQGm9BmchWfIcOYDSMx8SKrIk5Gj9PjP542KWY0D6A7hvZk0CgYEA1+nf\nKFNg0v2lBCBHJ0jblsQBipzQp8ZvMpFAx5HwukcXdIWxQE2z4LeDS8Od7u1sbeDA\n0INz6sK61lwbESBKMjTmnaK/9XgxcKGofbPVYwTYXppAB/9mjGx5oIFlqAOZWiBy\nF7+kFhTsOKEoIh4y0XOyuv5bT8exagIwCKuiONMCgYEAvTb+aui6betsUOtMOZSm\nfniDC1prL8onlfEfoW/pyXtIK2cw2SX6Ha2vYKgc0F9umh7K591fcHPhWPR/sb1I\nPA3mjI2qgF/E4VloKbLiV4M+lqqJqQuZmF0lEhDHQyq6lRhwafyDyOy5+IgZDf1P\nKJWx8Z6KrdrZ4t8J6OCu7oECgYEAjnVv2SKSSwQyIbPOXrwyrpoqzjNDdL931OyD\nymmfZLjNYANp/RyHp6hNh+rMxL2Agkr9zVY+YFIVhqQE89rTOacv1ihw8VxZepAf\nJLlH/OpQfLLXtq8sEVDtOxrFYQLm5tFrlgHLGQq7BW5HlaNJMmtdLQXwZ4ZBp8lD\nuiTMhyMCgYAQkAge/QUHjelV0D5r8nN5OQVDQ+eNAHlOxWCIzkcuQvWEtYSNOdqe\ngC9ouPtzYlHTovN5WSJG+2SbezPi+zkZruStAp9I2Q0Y1lDgMdDMcj1ONCptiLq/\nJD3WZnD/ZaUpFTXbqt4whvJrKw7BmvjEl2Co0ol3clbZDlFbvNb2fw==\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 17:13:16,866 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsKeypairTests-31fca463-7411-465e-ad3c-6b786e061dbb-stack/5c9f4849-4c75-47e4-8fc1-4c1967b11978 used request id req-520fc1f0-9b5b-45ed-9d64-e54d7432cb92 2018-06-29 17:13:16,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/5c9f4849-4c75-47e4-8fc1-4c1967b11978 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2aef8d9af379776b7890c07a7e50173fd84c47" 2018-06-29 17:13:17,065 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 17:13:16 GMT Server: Apache x-openstack-request-id: req-eb8b4402-9071-488c-ac68-c87f0a21a8d7 Location: http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsKeypairTests-31fca463-7411-465e-ad3c-6b786e061dbb-stack/5c9f4849-4c75-47e4-8fc1-4c1967b11978 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsKeypairTests-31fca463-7411-465e-ad3c-6b786e061dbb-stack/5c9f4849-4c75-47e4-8fc1-4c1967b11978;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 17:13:17,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:13:17 GMT Server: Apache x-openstack-request-id: req-b7accb30-f2cb-43ee-ad7a-f5881b2954ed Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1906 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": "d375e46f6f2b472db41ca16f2fc59215", "OS::stack_id": "5c9f4849-4c75-47e4-8fc1-4c1967b11978", "OS::stack_name": "HeatUtilsKeypairTests-31fca463-7411-465e-ad3c-6b786e061dbb-stack", "keypair_name": "HeatUtilsKeypairTests-31fca463-7411-465e-ad3c-6b786e061dbb-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-31fca463-7411-465e-ad3c-6b786e061dbb-stack", "stack_user_project_id": "41272037f4054b4092ef7daf6ef687a1", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-06-29T17:13:15Z", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsKeypairTests-31fca463-7411-465e-ad3c-6b786e061dbb-stack/5c9f4849-4c75-47e4-8fc1-4c1967b11978", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "5c9f4849-4c75-47e4-8fc1-4c1967b11978", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAu4OmaGaI2qXIrkYVgiP+lSyrcTXW3Y5/gIVgpdar4pCCSp6l\nMXvERpBVLP28xh7+2rXLCong0hEBIy+ElNXn+Q6LUzS7swzuWsthFSJv8EI2PFNO\n/Ly3v5N2fyGY7KMfC0NMShLNiNWw5iCPYXTu5Oc+TpQSbjYcJJx8JdQp8FthMnrW\nHjf9AGJIr7yNIT7RSjyV5CyrbJJZMNgzmL7xQOPEbaf0z7NWGUXvjuCm89rtOb8m\nbKZUJPOvCxo95S16j+TNSq+rNdndKTluD3lRvxE3tzH5mmxN66m8fkKJB2HHTwcv\n1UU/EfTKjTIBEykiwmJUq2EPB/MND6OljewpdwIDAQABAoIBADD8jp+dkckVIF0u\n3/WUs7CC7/LubsiIrpSDw6DveQ4CVJdr5JoNzFPm5umPDB7yAABhF78UEBCw8owf\noNJFI4n0G7/L+fEnwqkjkqQzz+yDT6no1ay/HH3G52EFBO9lGfoWRbrgOKOzt7gW\n7341TyerpaJfmoUCS83gt6omSCKLOlcXW0xkzWVyidnppiDaJUpNlLB/6Alez59R\nDFSLbrehLriTEjrLxg7QAgex694OGjMnyz9xf+JAFO4zqEQ06Ktn9QCQ+wnY4qgn\n15qjIABBo5rRALPljupnW316wu8bZWlbumOLGgloJtIDMCt4jKthMfZoe7LoRw2D\nAtllR1kCgYEA3lP9zj4m4OPGHXundTV2Uhj5s8LbebV+5h3qDeCe4vE/L6hMq1vi\nWTAWY/tJ171QmpJ0pdub5VuVbdCGthvg1RFXzgJPFQzNVXjrmVAZ5bw++wxWvr0v\nT7WrniLHQGm9BmchWfIcOYDSMx8SKrIk5Gj9PjP542KWY0D6A7hvZk0CgYEA1+nf\nKFNg0v2lBCBHJ0jblsQBipzQp8ZvMpFAx5HwukcXdIWxQE2z4LeDS8Od7u1sbeDA\n0INz6sK61lwbESBKMjTmnaK/9XgxcKGofbPVYwTYXppAB/9mjGx5oIFlqAOZWiBy\nF7+kFhTsOKEoIh4y0XOyuv5bT8exagIwCKuiONMCgYEAvTb+aui6betsUOtMOZSm\nfniDC1prL8onlfEfoW/pyXtIK2cw2SX6Ha2vYKgc0F9umh7K591fcHPhWPR/sb1I\nPA3mjI2qgF/E4VloKbLiV4M+lqqJqQuZmF0lEhDHQyq6lRhwafyDyOy5+IgZDf1P\nKJWx8Z6KrdrZ4t8J6OCu7oECgYEAjnVv2SKSSwQyIbPOXrwyrpoqzjNDdL931OyD\nymmfZLjNYANp/RyHp6hNh+rMxL2Agkr9zVY+YFIVhqQE89rTOacv1ihw8VxZepAf\nJLlH/OpQfLLXtq8sEVDtOxrFYQLm5tFrlgHLGQq7BW5HlaNJMmtdLQXwZ4ZBp8lD\nuiTMhyMCgYAQkAge/QUHjelV0D5r8nN5OQVDQ+eNAHlOxWCIzkcuQvWEtYSNOdqe\ngC9ouPtzYlHTovN5WSJG+2SbezPi+zkZruStAp9I2Q0Y1lDgMdDMcj1ONCptiLq/\nJD3WZnD/ZaUpFTXbqt4whvJrKw7BmvjEl2Co0ol3clbZDlFbvNb2fw==\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 17:13:17,463 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsKeypairTests-31fca463-7411-465e-ad3c-6b786e061dbb-stack/5c9f4849-4c75-47e4-8fc1-4c1967b11978 used request id req-b7accb30-f2cb-43ee-ad7a-f5881b2954ed 2018-06-29 17:13:17,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/5c9f4849-4c75-47e4-8fc1-4c1967b11978/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2aef8d9af379776b7890c07a7e50173fd84c47" 2018-06-29 17:13:17,664 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 17:13:17 GMT Server: Apache x-openstack-request-id: req-7e900230-5ee6-4e5e-b529-a7133e6e75aa Location: http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsKeypairTests-31fca463-7411-465e-ad3c-6b786e061dbb-stack/5c9f4849-4c75-47e4-8fc1-4c1967b11978/resources Content-Length: 499 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsKeypairTests-31fca463-7411-465e-ad3c-6b786e061dbb-stack/5c9f4849-4c75-47e4-8fc1-4c1967b11978/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 17:13:17,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:13:17 GMT Server: Apache x-openstack-request-id: req-d3e64db2-02c1-4d5e-8597-e72e2e639235 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.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsKeypairTests-31fca463-7411-465e-ad3c-6b786e061dbb-stack/5c9f4849-4c75-47e4-8fc1-4c1967b11978/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsKeypairTests-31fca463-7411-465e-ad3c-6b786e061dbb-stack/5c9f4849-4c75-47e4-8fc1-4c1967b11978", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-06-29T17:13:16Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T17:13:16Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsKeypairTests-31fca463-7411-465e-ad3c-6b786e061dbb-kp", "resource_type": "OS::Nova::KeyPair"}]} 2018-06-29 17:13:17,883 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsKeypairTests-31fca463-7411-465e-ad3c-6b786e061dbb-stack/5c9f4849-4c75-47e4-8fc1-4c1967b11978/resources used request id req-d3e64db2-02c1-4d5e-8597-e72e2e639235 2018-06-29 17:13:17,886 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-31fca463-7411-465e-ad3c-6b786e061dbb-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2aef8d9af379776b7890c07a7e50173fd84c47" 2018-06-29 17:13:17,904 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:13:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4fb0747a-00fe-40ba-844e-d4e17a62fb01 x-compute-request-id: req-4fb0747a-00fe-40ba-844e-d4e17a62fb01 Content-Encoding: gzip Content-Length: 570 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC7g6ZoZojapciuRhWCI/6VLKtxNdbdjn+AhWCl1qvikIJKnqUxe8RGkFUs/bzGHv7atcsKieDSEQEjL4SU1ef5DotTNLuzDO5ay2EVIm/wQjY8U078vLe/k3Z/IZjsox8LQ0xKEs2I1bDmII9hdO7k5z5OlBJuNhwknHwl1CnwW2EyetYeN/0AYkivvI0hPtFKPJXkLKtsklkw2DOYvvFA48Rtp/TPs1YZRe+O4Kbz2u05vyZsplQk868LGj3lLXqP5M1Kr6s12d0pOW4PeVG/ETe3MfmabE3rqbx+QokHYcdPBy/VRT8R9MqNMgETKSLCYlSrYQ8H8w0Po6WN7Cl3 Generated-by-Nova", "user_id": "52a397aa2e1c435594f313aaae1020e1", "name": "HeatUtilsKeypairTests-31fca463-7411-465e-ad3c-6b786e061dbb-kp", "deleted": false, "created_at": "2018-06-29T17:13:16.000000", "updated_at": null, "fingerprint": "4e:a3:ae:41:b7:ec:14:03:ad:b0:d1:e6:c7:d6:6f:43", "deleted_at": null, "id": 14}} 2018-06-29 17:13:17,904 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-31fca463-7411-465e-ad3c-6b786e061dbb-kp used request id req-4fb0747a-00fe-40ba-844e-d4e17a62fb01 2018-06-29 17:13:17,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/5c9f4849-4c75-47e4-8fc1-4c1967b11978 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2aef8d9af379776b7890c07a7e50173fd84c47" 2018-06-29 17:13:18,106 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 17:13:17 GMT Server: Apache x-openstack-request-id: req-38e3ca3b-d7d4-474c-a4ea-e9952870669a Location: http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsKeypairTests-31fca463-7411-465e-ad3c-6b786e061dbb-stack/5c9f4849-4c75-47e4-8fc1-4c1967b11978 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsKeypairTests-31fca463-7411-465e-ad3c-6b786e061dbb-stack/5c9f4849-4c75-47e4-8fc1-4c1967b11978;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 17:13:18,402 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:13:18 GMT Server: Apache x-openstack-request-id: req-95de48a0-fa4b-48e6-8698-4dff6ac0c307 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1906 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": "d375e46f6f2b472db41ca16f2fc59215", "OS::stack_id": "5c9f4849-4c75-47e4-8fc1-4c1967b11978", "OS::stack_name": "HeatUtilsKeypairTests-31fca463-7411-465e-ad3c-6b786e061dbb-stack", "keypair_name": "HeatUtilsKeypairTests-31fca463-7411-465e-ad3c-6b786e061dbb-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-31fca463-7411-465e-ad3c-6b786e061dbb-stack", "stack_user_project_id": "41272037f4054b4092ef7daf6ef687a1", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-06-29T17:13:15Z", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsKeypairTests-31fca463-7411-465e-ad3c-6b786e061dbb-stack/5c9f4849-4c75-47e4-8fc1-4c1967b11978", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "5c9f4849-4c75-47e4-8fc1-4c1967b11978", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAu4OmaGaI2qXIrkYVgiP+lSyrcTXW3Y5/gIVgpdar4pCCSp6l\nMXvERpBVLP28xh7+2rXLCong0hEBIy+ElNXn+Q6LUzS7swzuWsthFSJv8EI2PFNO\n/Ly3v5N2fyGY7KMfC0NMShLNiNWw5iCPYXTu5Oc+TpQSbjYcJJx8JdQp8FthMnrW\nHjf9AGJIr7yNIT7RSjyV5CyrbJJZMNgzmL7xQOPEbaf0z7NWGUXvjuCm89rtOb8m\nbKZUJPOvCxo95S16j+TNSq+rNdndKTluD3lRvxE3tzH5mmxN66m8fkKJB2HHTwcv\n1UU/EfTKjTIBEykiwmJUq2EPB/MND6OljewpdwIDAQABAoIBADD8jp+dkckVIF0u\n3/WUs7CC7/LubsiIrpSDw6DveQ4CVJdr5JoNzFPm5umPDB7yAABhF78UEBCw8owf\noNJFI4n0G7/L+fEnwqkjkqQzz+yDT6no1ay/HH3G52EFBO9lGfoWRbrgOKOzt7gW\n7341TyerpaJfmoUCS83gt6omSCKLOlcXW0xkzWVyidnppiDaJUpNlLB/6Alez59R\nDFSLbrehLriTEjrLxg7QAgex694OGjMnyz9xf+JAFO4zqEQ06Ktn9QCQ+wnY4qgn\n15qjIABBo5rRALPljupnW316wu8bZWlbumOLGgloJtIDMCt4jKthMfZoe7LoRw2D\nAtllR1kCgYEA3lP9zj4m4OPGHXundTV2Uhj5s8LbebV+5h3qDeCe4vE/L6hMq1vi\nWTAWY/tJ171QmpJ0pdub5VuVbdCGthvg1RFXzgJPFQzNVXjrmVAZ5bw++wxWvr0v\nT7WrniLHQGm9BmchWfIcOYDSMx8SKrIk5Gj9PjP542KWY0D6A7hvZk0CgYEA1+nf\nKFNg0v2lBCBHJ0jblsQBipzQp8ZvMpFAx5HwukcXdIWxQE2z4LeDS8Od7u1sbeDA\n0INz6sK61lwbESBKMjTmnaK/9XgxcKGofbPVYwTYXppAB/9mjGx5oIFlqAOZWiBy\nF7+kFhTsOKEoIh4y0XOyuv5bT8exagIwCKuiONMCgYEAvTb+aui6betsUOtMOZSm\nfniDC1prL8onlfEfoW/pyXtIK2cw2SX6Ha2vYKgc0F9umh7K591fcHPhWPR/sb1I\nPA3mjI2qgF/E4VloKbLiV4M+lqqJqQuZmF0lEhDHQyq6lRhwafyDyOy5+IgZDf1P\nKJWx8Z6KrdrZ4t8J6OCu7oECgYEAjnVv2SKSSwQyIbPOXrwyrpoqzjNDdL931OyD\nymmfZLjNYANp/RyHp6hNh+rMxL2Agkr9zVY+YFIVhqQE89rTOacv1ihw8VxZepAf\nJLlH/OpQfLLXtq8sEVDtOxrFYQLm5tFrlgHLGQq7BW5HlaNJMmtdLQXwZ4ZBp8lD\nuiTMhyMCgYAQkAge/QUHjelV0D5r8nN5OQVDQ+eNAHlOxWCIzkcuQvWEtYSNOdqe\ngC9ouPtzYlHTovN5WSJG+2SbezPi+zkZruStAp9I2Q0Y1lDgMdDMcj1ONCptiLq/\nJD3WZnD/ZaUpFTXbqt4whvJrKw7BmvjEl2Co0ol3clbZDlFbvNb2fw==\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 17:13:18,402 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsKeypairTests-31fca463-7411-465e-ad3c-6b786e061dbb-stack/5c9f4849-4c75-47e4-8fc1-4c1967b11978 used request id req-95de48a0-fa4b-48e6-8698-4dff6ac0c307 2018-06-29 17:13:18,406 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-31fca463-7411-465e-ad3c-6b786e061dbb-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2aef8d9af379776b7890c07a7e50173fd84c47" 2018-06-29 17:13:18,422 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:13: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-499150c1-ce53-4fca-b00c-04c163a2cd00 x-compute-request-id: req-499150c1-ce53-4fca-b00c-04c163a2cd00 Content-Encoding: gzip Content-Length: 570 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC7g6ZoZojapciuRhWCI/6VLKtxNdbdjn+AhWCl1qvikIJKnqUxe8RGkFUs/bzGHv7atcsKieDSEQEjL4SU1ef5DotTNLuzDO5ay2EVIm/wQjY8U078vLe/k3Z/IZjsox8LQ0xKEs2I1bDmII9hdO7k5z5OlBJuNhwknHwl1CnwW2EyetYeN/0AYkivvI0hPtFKPJXkLKtsklkw2DOYvvFA48Rtp/TPs1YZRe+O4Kbz2u05vyZsplQk868LGj3lLXqP5M1Kr6s12d0pOW4PeVG/ETe3MfmabE3rqbx+QokHYcdPBy/VRT8R9MqNMgETKSLCYlSrYQ8H8w0Po6WN7Cl3 Generated-by-Nova", "user_id": "52a397aa2e1c435594f313aaae1020e1", "name": "HeatUtilsKeypairTests-31fca463-7411-465e-ad3c-6b786e061dbb-kp", "deleted": false, "created_at": "2018-06-29T17:13:16.000000", "updated_at": null, "fingerprint": "4e:a3:ae:41:b7:ec:14:03:ad:b0:d1:e6:c7:d6:6f:43", "deleted_at": null, "id": 14}} 2018-06-29 17:13:18,422 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-31fca463-7411-465e-ad3c-6b786e061dbb-kp used request id req-499150c1-ce53-4fca-b00c-04c163a2cd00 2018-06-29 17:13:18,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/5c9f4849-4c75-47e4-8fc1-4c1967b11978 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2aef8d9af379776b7890c07a7e50173fd84c47" 2018-06-29 17:13:18,624 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 17:13:18 GMT Server: Apache x-openstack-request-id: req-206e1af4-cd43-4b39-84b6-84eb7793ed17 Location: http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsKeypairTests-31fca463-7411-465e-ad3c-6b786e061dbb-stack/5c9f4849-4c75-47e4-8fc1-4c1967b11978 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsKeypairTests-31fca463-7411-465e-ad3c-6b786e061dbb-stack/5c9f4849-4c75-47e4-8fc1-4c1967b11978;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 17:13:18,838 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 17:13:18 GMT Server: Apache x-openstack-request-id: req-1a9fd490-0168-4357-a207-96586c9045c5 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 17:13:18,838 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsKeypairTests-31fca463-7411-465e-ad3c-6b786e061dbb-stack/5c9f4849-4c75-47e4-8fc1-4c1967b11978 used request id req-1a9fd490-0168-4357-a207-96586c9045c5 2018-06-29 17:13:18,839 - heat_utils - DEBUG - Retrieving Heat Client 2018-06-29 17:13:18,853 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:13:19,269 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:13:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["awjtCi-XT6ShvlSlXzfCeg"], "issued_at": "2018-06-29T17:13:19.000000Z"}} 2018-06-29 17:13:19,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7260c6a51fc6fa6c4bc966e6b8aeff77e189f27d" -d '{"stack_name": "HeatUtilsSecurityGroupTests-36a4e110-9483-414a-bad1-a8233f7424d9-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-36a4e110-9483-414a-bad1-a8233f7424d9-sec-grp"}}' 2018-06-29 17:13:20,967 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 29 Jun 2018 17:13:19 GMT Server: Apache x-openstack-request-id: req-07ccaf0a-30ee-460d-8503-eaaf8f63ebc4 Location: http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsSecurityGroupTests-36a4e110-9483-414a-bad1-a8233f7424d9-stack/c05f4e5b-c1bf-4d7e-a5d8-b0361530e2c6 Content-Length: 271 Content-Type: application/json RESP BODY: {"stack": {"id": "c05f4e5b-c1bf-4d7e-a5d8-b0361530e2c6", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsSecurityGroupTests-36a4e110-9483-414a-bad1-a8233f7424d9-stack/c05f4e5b-c1bf-4d7e-a5d8-b0361530e2c6", "rel": "self"}]}} 2018-06-29 17:13:20,968 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks used request id req-07ccaf0a-30ee-460d-8503-eaaf8f63ebc4 2018-06-29 17:13:20,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/c05f4e5b-c1bf-4d7e-a5d8-b0361530e2c6 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7260c6a51fc6fa6c4bc966e6b8aeff77e189f27d" 2018-06-29 17:13:21,174 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 17:13:20 GMT Server: Apache x-openstack-request-id: req-1857741e-d1c5-40a3-a5c7-3974f43c1c6f Location: http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsSecurityGroupTests-36a4e110-9483-414a-bad1-a8233f7424d9-stack/c05f4e5b-c1bf-4d7e-a5d8-b0361530e2c6 Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsSecurityGroupTests-36a4e110-9483-414a-bad1-a8233f7424d9-stack/c05f4e5b-c1bf-4d7e-a5d8-b0361530e2c6;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 17:13:21,380 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:13:21 GMT Server: Apache x-openstack-request-id: req-507449b2-749f-4166-a0ff-d56925fe5951 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 519 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template for creating a single SecurityGroup\n", "parameters": {"OS::project_id": "d375e46f6f2b472db41ca16f2fc59215", "OS::stack_id": "c05f4e5b-c1bf-4d7e-a5d8-b0361530e2c6", "OS::stack_name": "HeatUtilsSecurityGroupTests-36a4e110-9483-414a-bad1-a8233f7424d9-stack", "security_group_name": "HeatUtilsSecurityGroupTests-36a4e110-9483-414a-bad1-a8233f7424d9-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-36a4e110-9483-414a-bad1-a8233f7424d9-stack", "stack_user_project_id": "be3fe7e6aa144b8f87ddea5b5127db6a", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T17:13:20Z", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsSecurityGroupTests-36a4e110-9483-414a-bad1-a8233f7424d9-stack/c05f4e5b-c1bf-4d7e-a5d8-b0361530e2c6", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c05f4e5b-c1bf-4d7e-a5d8-b0361530e2c6", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-06-29 17:13:21,380 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsSecurityGroupTests-36a4e110-9483-414a-bad1-a8233f7424d9-stack/c05f4e5b-c1bf-4d7e-a5d8-b0361530e2c6 used request id req-507449b2-749f-4166-a0ff-d56925fe5951 2018-06-29 17:13:21,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/c05f4e5b-c1bf-4d7e-a5d8-b0361530e2c6 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7260c6a51fc6fa6c4bc966e6b8aeff77e189f27d" 2018-06-29 17:13:21,569 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 17:13:21 GMT Server: Apache x-openstack-request-id: req-10641531-4b57-4b9e-a51c-34f59d560f29 Location: http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsSecurityGroupTests-36a4e110-9483-414a-bad1-a8233f7424d9-stack/c05f4e5b-c1bf-4d7e-a5d8-b0361530e2c6 Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsSecurityGroupTests-36a4e110-9483-414a-bad1-a8233f7424d9-stack/c05f4e5b-c1bf-4d7e-a5d8-b0361530e2c6;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 17:13:21,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:13:21 GMT Server: Apache x-openstack-request-id: req-6c57ebb5-0b5e-4706-afb9-c331c8992762 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 519 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template for creating a single SecurityGroup\n", "parameters": {"OS::project_id": "d375e46f6f2b472db41ca16f2fc59215", "OS::stack_id": "c05f4e5b-c1bf-4d7e-a5d8-b0361530e2c6", "OS::stack_name": "HeatUtilsSecurityGroupTests-36a4e110-9483-414a-bad1-a8233f7424d9-stack", "security_group_name": "HeatUtilsSecurityGroupTests-36a4e110-9483-414a-bad1-a8233f7424d9-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-36a4e110-9483-414a-bad1-a8233f7424d9-stack", "stack_user_project_id": "be3fe7e6aa144b8f87ddea5b5127db6a", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T17:13:20Z", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsSecurityGroupTests-36a4e110-9483-414a-bad1-a8233f7424d9-stack/c05f4e5b-c1bf-4d7e-a5d8-b0361530e2c6", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c05f4e5b-c1bf-4d7e-a5d8-b0361530e2c6", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-06-29 17:13:21,774 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsSecurityGroupTests-36a4e110-9483-414a-bad1-a8233f7424d9-stack/c05f4e5b-c1bf-4d7e-a5d8-b0361530e2c6 used request id req-6c57ebb5-0b5e-4706-afb9-c331c8992762 2018-06-29 17:13:24,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/c05f4e5b-c1bf-4d7e-a5d8-b0361530e2c6 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7260c6a51fc6fa6c4bc966e6b8aeff77e189f27d" 2018-06-29 17:13:24,809 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 17:13:24 GMT Server: Apache x-openstack-request-id: req-853a8dfa-db64-4090-918b-a71cc35dcf5e Location: http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsSecurityGroupTests-36a4e110-9483-414a-bad1-a8233f7424d9-stack/c05f4e5b-c1bf-4d7e-a5d8-b0361530e2c6 Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsSecurityGroupTests-36a4e110-9483-414a-bad1-a8233f7424d9-stack/c05f4e5b-c1bf-4d7e-a5d8-b0361530e2c6;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 17:13:25,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:13:24 GMT Server: Apache x-openstack-request-id: req-f4881564-7925-4a23-b0cd-3bfb3c616fa0 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": "d375e46f6f2b472db41ca16f2fc59215", "OS::stack_id": "c05f4e5b-c1bf-4d7e-a5d8-b0361530e2c6", "OS::stack_name": "HeatUtilsSecurityGroupTests-36a4e110-9483-414a-bad1-a8233f7424d9-stack", "security_group_name": "HeatUtilsSecurityGroupTests-36a4e110-9483-414a-bad1-a8233f7424d9-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-36a4e110-9483-414a-bad1-a8233f7424d9-stack", "stack_user_project_id": "be3fe7e6aa144b8f87ddea5b5127db6a", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-06-29T17:13:20Z", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsSecurityGroupTests-36a4e110-9483-414a-bad1-a8233f7424d9-stack/c05f4e5b-c1bf-4d7e-a5d8-b0361530e2c6", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "c05f4e5b-c1bf-4d7e-a5d8-b0361530e2c6", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-06-29 17:13:25,033 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsSecurityGroupTests-36a4e110-9483-414a-bad1-a8233f7424d9-stack/c05f4e5b-c1bf-4d7e-a5d8-b0361530e2c6 used request id req-f4881564-7925-4a23-b0cd-3bfb3c616fa0 2018-06-29 17:13:25,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/c05f4e5b-c1bf-4d7e-a5d8-b0361530e2c6/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7260c6a51fc6fa6c4bc966e6b8aeff77e189f27d" 2018-06-29 17:13:25,220 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 17:13:25 GMT Server: Apache x-openstack-request-id: req-0f5c081c-e034-4df9-8b46-ef39522030fc Location: http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsSecurityGroupTests-36a4e110-9483-414a-bad1-a8233f7424d9-stack/c05f4e5b-c1bf-4d7e-a5d8-b0361530e2c6/resources Content-Length: 511 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsSecurityGroupTests-36a4e110-9483-414a-bad1-a8233f7424d9-stack/c05f4e5b-c1bf-4d7e-a5d8-b0361530e2c6/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 17:13:25,434 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:13:25 GMT Server: Apache x-openstack-request-id: req-b7fec3de-8dc0-4d88-b00b-c8be539fd58c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 402 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsSecurityGroupTests-36a4e110-9483-414a-bad1-a8233f7424d9-stack/c05f4e5b-c1bf-4d7e-a5d8-b0361530e2c6/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsSecurityGroupTests-36a4e110-9483-414a-bad1-a8233f7424d9-stack/c05f4e5b-c1bf-4d7e-a5d8-b0361530e2c6", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-06-29T17:13:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T17:13:20Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "2b443d26-4964-475c-b70c-171ebe63b243", "resource_type": "OS::Neutron::SecurityGroup"}]} 2018-06-29 17:13:25,434 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsSecurityGroupTests-36a4e110-9483-414a-bad1-a8233f7424d9-stack/c05f4e5b-c1bf-4d7e-a5d8-b0361530e2c6/resources used request id req-b7fec3de-8dc0-4d88-b00b-c8be539fd58c 2018-06-29 17:13:25,435 - neutron_utils - INFO - Retrieving security group with ID - 2b443d26-4964-475c-b70c-171ebe63b243 2018-06-29 17:13:25,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=2b443d26-4964-475c-b70c-171ebe63b243 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7260c6a51fc6fa6c4bc966e6b8aeff77e189f27d" 2018-06-29 17:13:25,658 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1433 X-Openstack-Request-Id: req-abdf4dd7-4a48-45dd-9f57-8a8eccdf4c4c Date: Fri, 29 Jun 2018 17:13:25 GMT RESP BODY: {"security_groups": [{"description": "Test description", "tags": [], "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:13:21Z", "updated_at": "2018-06-29T17:13:23Z", "security_group_rules": [{"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-06-29T17:13:22Z", "revision_number": 0, "id": "39a9a915-dd88-4901-9c2a-cdcac39525ea", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-06-29T17:13:22Z", "security_group_id": "2b443d26-4964-475c-b70c-171ebe63b243", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d375e46f6f2b472db41ca16f2fc59215"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-06-29T17:13:23Z", "revision_number": 0, "id": "76f0dce3-cb84-4bc2-861a-a1b8bd688c7c", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-06-29T17:13:23Z", "security_group_id": "2b443d26-4964-475c-b70c-171ebe63b243", "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "port_range_min": null, "ethertype": "IPv4", "project_id": "d375e46f6f2b472db41ca16f2fc59215"}], "revision_number": 5, "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "2b443d26-4964-475c-b70c-171ebe63b243", "name": "HeatUtilsSecurityGroupTests-36a4e110-9483-414a-bad1-a8233f7424d9-sec-grp"}]} 2018-06-29 17:13:25,659 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=2b443d26-4964-475c-b70c-171ebe63b243 used request id req-abdf4dd7-4a48-45dd-9f57-8a8eccdf4c4c 2018-06-29 17:13:25,659 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2b443d26-4964-475c-b70c-171ebe63b243 2018-06-29 17:13:25,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=2b443d26-4964-475c-b70c-171ebe63b243 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7260c6a51fc6fa6c4bc966e6b8aeff77e189f27d" 2018-06-29 17:13:25,868 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-79229e28-58c1-4b3a-9a0a-890e9f80e619 Date: Fri, 29 Jun 2018 17:13:25 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-29T17:13:22Z", "security_group_id": "2b443d26-4964-475c-b70c-171ebe63b243", "port_range_min": 22, "revision_number": 0, "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:13:22Z", "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "39a9a915-dd88-4901-9c2a-cdcac39525ea"}, {"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-29T17:13:23Z", "security_group_id": "2b443d26-4964-475c-b70c-171ebe63b243", "port_range_min": null, "revision_number": 0, "tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "created_at": "2018-06-29T17:13:23Z", "project_id": "d375e46f6f2b472db41ca16f2fc59215", "id": "76f0dce3-cb84-4bc2-861a-a1b8bd688c7c"}]} 2018-06-29 17:13:25,868 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=2b443d26-4964-475c-b70c-171ebe63b243 used request id req-79229e28-58c1-4b3a-9a0a-890e9f80e619 2018-06-29 17:13:25,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/c05f4e5b-c1bf-4d7e-a5d8-b0361530e2c6 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7260c6a51fc6fa6c4bc966e6b8aeff77e189f27d" 2018-06-29 17:13:25,899 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 17:13:25 GMT Server: Apache x-openstack-request-id: req-631882dd-4405-4c29-8957-d6b3c30a2f1f Location: http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsSecurityGroupTests-36a4e110-9483-414a-bad1-a8233f7424d9-stack/c05f4e5b-c1bf-4d7e-a5d8-b0361530e2c6 Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsSecurityGroupTests-36a4e110-9483-414a-bad1-a8233f7424d9-stack/c05f4e5b-c1bf-4d7e-a5d8-b0361530e2c6;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 17:13:26,121 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 17:13:25 GMT Server: Apache x-openstack-request-id: req-965c5c91-fc7a-4a04-bbb2-67f3c3b6ddee 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 17:13:26,121 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215/stacks/HeatUtilsSecurityGroupTests-36a4e110-9483-414a-bad1-a8233f7424d9-stack/c05f4e5b-c1bf-4d7e-a5d8-b0361530e2c6 used request id req-965c5c91-fc7a-4a04-bbb2-67f3c3b6ddee 2018-06-29 17:13:26,124 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:13:26,530 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:13:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["Ihlvc5IjTN2VWDxYek_nQw"], "issued_at": "2018-06-29T17:13:26.000000Z"}} 2018-06-29 17:13:26,533 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f55d615c35adc56719bd86810b42d92b58ac8af9" -d '{"qos_specs": {"consumer": "both", "name": "CinderUtilsQoSTests-f58b0c6a-cb63-4e2d-af06-8c715d3f10ac"}}' 2018-06-29 17:13:26,786 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:13:26 GMT Server: Apache x-compute-request-id: req-306ca254-0ea0-4d32-914b-153923dcfdb1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-306ca254-0ea0-4d32-914b-153923dcfdb1 Content-Encoding: gzip Content-Length: 243 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "b2c90199-f1c1-4ec5-84af-592caabedc01", "name": "CinderUtilsQoSTests-f58b0c6a-cb63-4e2d-af06-8c715d3f10ac"}, "links": [{"href": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/qos-specs/b2c90199-f1c1-4ec5-84af-592caabedc01", "rel": "self"}, {"href": "http://172.30.9.30:8776/d375e46f6f2b472db41ca16f2fc59215/qos-specs/b2c90199-f1c1-4ec5-84af-592caabedc01", "rel": "bookmark"}]} 2018-06-29 17:13:26,786 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/qos-specs used request id req-306ca254-0ea0-4d32-914b-153923dcfdb1 2018-06-29 17:13:26,790 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-306ca254-0ea0-4d32-914b-153923dcfdb1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f55d615c35adc56719bd86810b42d92b58ac8af9" 2018-06-29 17:13:26,983 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:13:26 GMT Server: Apache x-compute-request-id: req-d578802d-29ba-4c9c-9267-0c50b358bc7c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d578802d-29ba-4c9c-9267-0c50b358bc7c Content-Encoding: gzip Content-Length: 156 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "b2c90199-f1c1-4ec5-84af-592caabedc01", "name": "CinderUtilsQoSTests-f58b0c6a-cb63-4e2d-af06-8c715d3f10ac"}]} 2018-06-29 17:13:26,984 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/qos-specs used request id req-d578802d-29ba-4c9c-9267-0c50b358bc7c 2018-06-29 17:13:26,984 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-f58b0c6a-cb63-4e2d-af06-8c715d3f10ac 2018-06-29 17:13:26,987 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/qos-specs/b2c90199-f1c1-4ec5-84af-592caabedc01?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-306ca254-0ea0-4d32-914b-153923dcfdb1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f55d615c35adc56719bd86810b42d92b58ac8af9" 2018-06-29 17:13:27,240 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 17:13:26 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-b036c4c6-bc44-49d4-a92b-02d3fcda6a5b 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 17:13:27,240 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/qos-specs/b2c90199-f1c1-4ec5-84af-592caabedc01?force=False used request id req-b036c4c6-bc44-49d4-a92b-02d3fcda6a5b 2018-06-29 17:13:27,243 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-306ca254-0ea0-4d32-914b-153923dcfdb1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f55d615c35adc56719bd86810b42d92b58ac8af9" 2018-06-29 17:13:27,453 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:13:27 GMT Server: Apache x-compute-request-id: req-73cbbc10-c709-484c-a65d-88995e970056 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-73cbbc10-c709-484c-a65d-88995e970056 Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-06-29 17:13:27,453 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/qos-specs used request id req-73cbbc10-c709-484c-a65d-88995e970056 2018-06-29 17:13:27,454 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-f58b0c6a-cb63-4e2d-af06-8c715d3f10ac 2018-06-29 17:13:27,456 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/qos-specs/b2c90199-f1c1-4ec5-84af-592caabedc01?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-306ca254-0ea0-4d32-914b-153923dcfdb1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f55d615c35adc56719bd86810b42d92b58ac8af9" 2018-06-29 17:13:27,666 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 29 Jun 2018 17:13:27 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-33f4313f-ffb5-42ce-ae60-5a055d23eba8 x-openstack-request-id: req-33f4313f-ffb5-42ce-ae60-5a055d23eba8 Content-Length: 100 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "No such QoS spec b2c90199-f1c1-4ec5-84af-592caabedc01.", "code": 404}} 2018-06-29 17:13:27,667 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/qos-specs/b2c90199-f1c1-4ec5-84af-592caabedc01?force=False used request id req-33f4313f-ffb5-42ce-ae60-5a055d23eba8 2018-06-29 17:13:27,669 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:13:28,059 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:13:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["DXPem5W9RDaQOczaFCtHgg"], "issued_at": "2018-06-29T17:13:28.000000Z"}} 2018-06-29 17:13:28,062 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0bb3cece74023cd0bd424b0f9749da7f6777b1f" -d '{"qos_specs": {"foo": "bar ", "consumer": "back-end", "name": "CinderUtilsQoSTests-e55d5de4-63f5-4699-afb0-c8c026fc02ab"}}' 2018-06-29 17:13:28,308 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:13:28 GMT Server: Apache x-compute-request-id: req-826510b0-4a94-4e9d-b2bc-b2b100b72927 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-826510b0-4a94-4e9d-b2bc-b2b100b72927 Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "back-end", "id": "00d50314-760b-4872-88ce-c61ef2c38534", "name": "CinderUtilsQoSTests-e55d5de4-63f5-4699-afb0-c8c026fc02ab"}, "links": [{"href": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/qos-specs/00d50314-760b-4872-88ce-c61ef2c38534", "rel": "self"}, {"href": "http://172.30.9.30:8776/d375e46f6f2b472db41ca16f2fc59215/qos-specs/00d50314-760b-4872-88ce-c61ef2c38534", "rel": "bookmark"}]} 2018-06-29 17:13:28,308 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/qos-specs used request id req-826510b0-4a94-4e9d-b2bc-b2b100b72927 2018-06-29 17:13:28,311 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-826510b0-4a94-4e9d-b2bc-b2b100b72927" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0bb3cece74023cd0bd424b0f9749da7f6777b1f" 2018-06-29 17:13:29,202 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:13:28 GMT Server: Apache x-compute-request-id: req-9b7244e6-fe9e-4b80-86c3-23083d1f6dbe OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9b7244e6-fe9e-4b80-86c3-23083d1f6dbe Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "back-end", "id": "00d50314-760b-4872-88ce-c61ef2c38534", "name": "CinderUtilsQoSTests-e55d5de4-63f5-4699-afb0-c8c026fc02ab"}]} 2018-06-29 17:13:29,202 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/qos-specs used request id req-9b7244e6-fe9e-4b80-86c3-23083d1f6dbe 2018-06-29 17:13:29,205 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/qos-specs/00d50314-760b-4872-88ce-c61ef2c38534 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-826510b0-4a94-4e9d-b2bc-b2b100b72927" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0bb3cece74023cd0bd424b0f9749da7f6777b1f" 2018-06-29 17:13:30,096 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:13:29 GMT Server: Apache x-compute-request-id: req-9c8b7c44-4b66-4ec5-85bb-1cc0ba97944d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9c8b7c44-4b66-4ec5-85bb-1cc0ba97944d Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "back-end", "id": "00d50314-760b-4872-88ce-c61ef2c38534", "name": "CinderUtilsQoSTests-e55d5de4-63f5-4699-afb0-c8c026fc02ab"}, "links": [{"href": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/qos-specs/00d50314-760b-4872-88ce-c61ef2c38534", "rel": "self"}, {"href": "http://172.30.9.30:8776/d375e46f6f2b472db41ca16f2fc59215/qos-specs/00d50314-760b-4872-88ce-c61ef2c38534", "rel": "bookmark"}]} 2018-06-29 17:13:30,096 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/qos-specs/00d50314-760b-4872-88ce-c61ef2c38534 used request id req-9c8b7c44-4b66-4ec5-85bb-1cc0ba97944d 2018-06-29 17:13:30,097 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-e55d5de4-63f5-4699-afb0-c8c026fc02ab 2018-06-29 17:13:30,100 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/qos-specs/00d50314-760b-4872-88ce-c61ef2c38534?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-826510b0-4a94-4e9d-b2bc-b2b100b72927" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0bb3cece74023cd0bd424b0f9749da7f6777b1f" 2018-06-29 17:13:31,037 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 17:13:30 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-4aa84454-b0d7-4d25-ad74-3d40c1103c7e 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 17:13:31,037 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/qos-specs/00d50314-760b-4872-88ce-c61ef2c38534?force=False used request id req-4aa84454-b0d7-4d25-ad74-3d40c1103c7e 2018-06-29 17:13:31,040 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:13:31,450 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:13:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["AImv9Af7TCyFb-78cXSgYA"], "issued_at": "2018-06-29T17:13:31.000000Z"}} 2018-06-29 17:13:31,453 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78f7cd77d6f9c9e8136eb2a492c38e1ca3cb40e5" -d '{"qos_specs": {"foo": "bar ", "consumer": "both", "name": "CinderUtilsQoSTests-6635ee0d-fcb3-4a1c-b5b8-8abe502c7b08"}}' 2018-06-29 17:13:31,782 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:13:31 GMT Server: Apache x-compute-request-id: req-3770de91-7819-45cd-bef5-64d48083777e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3770de91-7819-45cd-bef5-64d48083777e Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "both", "id": "5cd17178-dc77-480f-8ba2-e6d8360c6aa5", "name": "CinderUtilsQoSTests-6635ee0d-fcb3-4a1c-b5b8-8abe502c7b08"}, "links": [{"href": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/qos-specs/5cd17178-dc77-480f-8ba2-e6d8360c6aa5", "rel": "self"}, {"href": "http://172.30.9.30:8776/d375e46f6f2b472db41ca16f2fc59215/qos-specs/5cd17178-dc77-480f-8ba2-e6d8360c6aa5", "rel": "bookmark"}]} 2018-06-29 17:13:31,782 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/qos-specs used request id req-3770de91-7819-45cd-bef5-64d48083777e 2018-06-29 17:13:31,786 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3770de91-7819-45cd-bef5-64d48083777e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78f7cd77d6f9c9e8136eb2a492c38e1ca3cb40e5" 2018-06-29 17:13:31,990 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:13:31 GMT Server: Apache x-compute-request-id: req-82d08f3a-8892-48b9-839f-86da59914b7f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-82d08f3a-8892-48b9-839f-86da59914b7f Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "both", "id": "5cd17178-dc77-480f-8ba2-e6d8360c6aa5", "name": "CinderUtilsQoSTests-6635ee0d-fcb3-4a1c-b5b8-8abe502c7b08"}]} 2018-06-29 17:13:31,990 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/qos-specs used request id req-82d08f3a-8892-48b9-839f-86da59914b7f 2018-06-29 17:13:31,994 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/qos-specs/5cd17178-dc77-480f-8ba2-e6d8360c6aa5 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3770de91-7819-45cd-bef5-64d48083777e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78f7cd77d6f9c9e8136eb2a492c38e1ca3cb40e5" 2018-06-29 17:13:32,190 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:13:31 GMT Server: Apache x-compute-request-id: req-1f4fc10e-6447-4281-89d4-c8df0f89623d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1f4fc10e-6447-4281-89d4-c8df0f89623d Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "both", "id": "5cd17178-dc77-480f-8ba2-e6d8360c6aa5", "name": "CinderUtilsQoSTests-6635ee0d-fcb3-4a1c-b5b8-8abe502c7b08"}, "links": [{"href": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/qos-specs/5cd17178-dc77-480f-8ba2-e6d8360c6aa5", "rel": "self"}, {"href": "http://172.30.9.30:8776/d375e46f6f2b472db41ca16f2fc59215/qos-specs/5cd17178-dc77-480f-8ba2-e6d8360c6aa5", "rel": "bookmark"}]} 2018-06-29 17:13:32,190 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/qos-specs/5cd17178-dc77-480f-8ba2-e6d8360c6aa5 used request id req-1f4fc10e-6447-4281-89d4-c8df0f89623d 2018-06-29 17:13:32,190 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-6635ee0d-fcb3-4a1c-b5b8-8abe502c7b08 2018-06-29 17:13:32,193 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/qos-specs/5cd17178-dc77-480f-8ba2-e6d8360c6aa5?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3770de91-7819-45cd-bef5-64d48083777e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78f7cd77d6f9c9e8136eb2a492c38e1ca3cb40e5" 2018-06-29 17:13:32,431 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 17:13:32 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-55aaeb0e-e513-4387-ae90-63c982d5eeac 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 17:13:32,431 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/qos-specs/5cd17178-dc77-480f-8ba2-e6d8360c6aa5?force=False used request id req-55aaeb0e-e513-4387-ae90-63c982d5eeac 2018-06-29 17:13:32,434 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:13:32,836 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:13:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["qkm2n_UwQuSfnRt0XUW-1w"], "issued_at": "2018-06-29T17:13:32.000000Z"}} 2018-06-29 17:13:32,839 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cf275afe1a1c43d40e5bf16a41a7ca9a04f85a7" -d '{"qos_specs": {"foo": "bar ", "consumer": "front-end", "name": "CinderUtilsQoSTests-e1de9688-9944-4a2d-a489-ede047035df5"}}' 2018-06-29 17:13:33,834 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:13:32 GMT Server: Apache x-compute-request-id: req-c4840bbe-9250-4e37-8bac-8fc8c7956cae OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c4840bbe-9250-4e37-8bac-8fc8c7956cae Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "front-end", "id": "4b71f134-3aad-4af1-9562-fc4ea603aadc", "name": "CinderUtilsQoSTests-e1de9688-9944-4a2d-a489-ede047035df5"}, "links": [{"href": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/qos-specs/4b71f134-3aad-4af1-9562-fc4ea603aadc", "rel": "self"}, {"href": "http://172.30.9.30:8776/d375e46f6f2b472db41ca16f2fc59215/qos-specs/4b71f134-3aad-4af1-9562-fc4ea603aadc", "rel": "bookmark"}]} 2018-06-29 17:13:33,834 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/qos-specs used request id req-c4840bbe-9250-4e37-8bac-8fc8c7956cae 2018-06-29 17:13:33,837 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c4840bbe-9250-4e37-8bac-8fc8c7956cae" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cf275afe1a1c43d40e5bf16a41a7ca9a04f85a7" 2018-06-29 17:13:34,067 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:13:33 GMT Server: Apache x-compute-request-id: req-4830925c-867f-4b5d-90f2-68aa164d9498 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4830925c-867f-4b5d-90f2-68aa164d9498 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "front-end", "id": "4b71f134-3aad-4af1-9562-fc4ea603aadc", "name": "CinderUtilsQoSTests-e1de9688-9944-4a2d-a489-ede047035df5"}]} 2018-06-29 17:13:34,067 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/qos-specs used request id req-4830925c-867f-4b5d-90f2-68aa164d9498 2018-06-29 17:13:34,070 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/qos-specs/4b71f134-3aad-4af1-9562-fc4ea603aadc -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c4840bbe-9250-4e37-8bac-8fc8c7956cae" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cf275afe1a1c43d40e5bf16a41a7ca9a04f85a7" 2018-06-29 17:13:34,260 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:13:34 GMT Server: Apache x-compute-request-id: req-30999031-edb6-4032-892c-4f5ff101bea9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-30999031-edb6-4032-892c-4f5ff101bea9 Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "front-end", "id": "4b71f134-3aad-4af1-9562-fc4ea603aadc", "name": "CinderUtilsQoSTests-e1de9688-9944-4a2d-a489-ede047035df5"}, "links": [{"href": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/qos-specs/4b71f134-3aad-4af1-9562-fc4ea603aadc", "rel": "self"}, {"href": "http://172.30.9.30:8776/d375e46f6f2b472db41ca16f2fc59215/qos-specs/4b71f134-3aad-4af1-9562-fc4ea603aadc", "rel": "bookmark"}]} 2018-06-29 17:13:34,260 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/qos-specs/4b71f134-3aad-4af1-9562-fc4ea603aadc used request id req-30999031-edb6-4032-892c-4f5ff101bea9 2018-06-29 17:13:34,260 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-e1de9688-9944-4a2d-a489-ede047035df5 2018-06-29 17:13:34,263 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/qos-specs/4b71f134-3aad-4af1-9562-fc4ea603aadc?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c4840bbe-9250-4e37-8bac-8fc8c7956cae" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cf275afe1a1c43d40e5bf16a41a7ca9a04f85a7" 2018-06-29 17:13:34,497 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 17:13:34 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-37727ac7-896a-4af7-a0de-1b3a32ec1432 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 17:13:34,497 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/qos-specs/4b71f134-3aad-4af1-9562-fc4ea603aadc?force=False used request id req-37727ac7-896a-4af7-a0de-1b3a32ec1432 2018-06-29 17:13:34,500 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:13:34,893 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:13:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["OYFdPb-CQmu_g6xj8Iqz6Q"], "issued_at": "2018-06-29T17:13:34.000000Z"}} 2018-06-29 17:13:34,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}57886385863389324b7f280945a86482e26fe872" 2018-06-29 17:13:34,982 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:13:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f8fabe5-3ae9-484e-a0fb-827c6ac565c8 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:13:34,983 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-4f8fabe5-3ae9-484e-a0fb-827c6ac565c8 2018-06-29 17:13:34,986 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57886385863389324b7f280945a86482e26fe872" -d '{"volume": {"status": "creating", "backup_id": null, "user_id": null, "name": "CinderUtilsVolumeTests-f6b6bc54-8b0a-4d51-be84-1c3074a9744c", "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 17:13:36,204 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 17:13:34 GMT Server: Apache x-compute-request-id: req-d8a0cefb-42d9-486f-9985-7a494872916a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d8a0cefb-42d9-486f-9985-7a494872916a Content-Length: 846 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "52a397aa2e1c435594f313aaae1020e1", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/3edfd463-a6e1-4eb8-9044-fa30922eb0ad", "rel": "self"}, {"href": "http://172.30.9.30:8776/d375e46f6f2b472db41ca16f2fc59215/volumes/3edfd463-a6e1-4eb8-9044-fa30922eb0ad", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-06-29T17:13:35.000000", "description": null, "updated_at": null, "volume_type": null, "name": "CinderUtilsVolumeTests-f6b6bc54-8b0a-4d51-be84-1c3074a9744c", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "3edfd463-a6e1-4eb8-9044-fa30922eb0ad", "size": 1}} 2018-06-29 17:13:36,204 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes used request id req-d8a0cefb-42d9-486f-9985-7a494872916a 2018-06-29 17:13:36,208 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/3edfd463-a6e1-4eb8-9044-fa30922eb0ad -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d8a0cefb-42d9-486f-9985-7a494872916a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57886385863389324b7f280945a86482e26fe872" 2018-06-29 17:13:36,453 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:13:36 GMT Server: Apache x-compute-request-id: req-96ca6cd1-0297-429a-8f22-7b8e7369508b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-96ca6cd1-0297-429a-8f22-7b8e7369508b Content-Encoding: gzip Content-Length: 515 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/3edfd463-a6e1-4eb8-9044-fa30922eb0ad", "rel": "self"}, {"href": "http://172.30.9.30:8776/d375e46f6f2b472db41ca16f2fc59215/volumes/3edfd463-a6e1-4eb8-9044-fa30922eb0ad", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-06-29T17:13:36.000000", "replication_status": null, "snapshot_id": null, "id": "3edfd463-a6e1-4eb8-9044-fa30922eb0ad", "size": 1, "user_id": "52a397aa2e1c435594f313aaae1020e1", "os-vol-tenant-attr:tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "creating", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "CinderUtilsVolumeTests-f6b6bc54-8b0a-4d51-be84-1c3074a9744c", "bootable": "false", "created_at": "2018-06-29T17:13:35.000000", "volume_type": null}} 2018-06-29 17:13:36,454 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/3edfd463-a6e1-4eb8-9044-fa30922eb0ad used request id req-96ca6cd1-0297-429a-8f22-7b8e7369508b 2018-06-29 17:13:36,457 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/3edfd463-a6e1-4eb8-9044-fa30922eb0ad -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d8a0cefb-42d9-486f-9985-7a494872916a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57886385863389324b7f280945a86482e26fe872" 2018-06-29 17:13:36,697 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:13:36 GMT Server: Apache x-compute-request-id: req-93c13eaf-15f9-42a4-8dbe-78bbe678209a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-93c13eaf-15f9-42a4-8dbe-78bbe678209a Content-Encoding: gzip Content-Length: 513 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/3edfd463-a6e1-4eb8-9044-fa30922eb0ad", "rel": "self"}, {"href": "http://172.30.9.30:8776/d375e46f6f2b472db41ca16f2fc59215/volumes/3edfd463-a6e1-4eb8-9044-fa30922eb0ad", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-06-29T17:13:36.000000", "replication_status": null, "snapshot_id": null, "id": "3edfd463-a6e1-4eb8-9044-fa30922eb0ad", "size": 1, "user_id": "52a397aa2e1c435594f313aaae1020e1", "os-vol-tenant-attr:tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "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-f6b6bc54-8b0a-4d51-be84-1c3074a9744c", "bootable": "false", "created_at": "2018-06-29T17:13:35.000000", "volume_type": null}} 2018-06-29 17:13:36,697 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/3edfd463-a6e1-4eb8-9044-fa30922eb0ad used request id req-93c13eaf-15f9-42a4-8dbe-78bbe678209a 2018-06-29 17:13:36,700 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d8a0cefb-42d9-486f-9985-7a494872916a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57886385863389324b7f280945a86482e26fe872" 2018-06-29 17:13:36,939 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:13:36 GMT Server: Apache x-compute-request-id: req-bf084f26-3184-4452-944f-971aa0a8f69a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-bf084f26-3184-4452-944f-971aa0a8f69a Content-Encoding: gzip Content-Length: 513 Content-Type: application/json RESP BODY: {"volumes": [{"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/3edfd463-a6e1-4eb8-9044-fa30922eb0ad", "rel": "self"}, {"href": "http://172.30.9.30:8776/d375e46f6f2b472db41ca16f2fc59215/volumes/3edfd463-a6e1-4eb8-9044-fa30922eb0ad", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-06-29T17:13:36.000000", "replication_status": null, "snapshot_id": null, "id": "3edfd463-a6e1-4eb8-9044-fa30922eb0ad", "size": 1, "user_id": "52a397aa2e1c435594f313aaae1020e1", "os-vol-tenant-attr:tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "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-f6b6bc54-8b0a-4d51-be84-1c3074a9744c", "bootable": "false", "created_at": "2018-06-29T17:13:35.000000", "volume_type": null}]} 2018-06-29 17:13:36,939 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/detail used request id req-bf084f26-3184-4452-944f-971aa0a8f69a 2018-06-29 17:13:36,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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 17:13:36,948 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 17:13: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 17:13:36,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57886385863389324b7f280945a86482e26fe872" 2018-06-29 17:13:37,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:13:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-306e99b8-a186-483c-b7c5-c82eb2ebbcbb 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.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}} 2018-06-29 17:13:37,043 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 used request id req-306e99b8-a186-483c-b7c5-c82eb2ebbcbb 2018-06-29 17:13:37,043 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-f6b6bc54-8b0a-4d51-be84-1c3074a9744c 2018-06-29 17:13:37,046 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/3edfd463-a6e1-4eb8-9044-fa30922eb0ad -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d8a0cefb-42d9-486f-9985-7a494872916a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57886385863389324b7f280945a86482e26fe872" 2018-06-29 17:13:37,353 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 17:13:37 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e4e5fa57-c60e-46e8-99ee-db1a3b60d805 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 17:13:37,353 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/3edfd463-a6e1-4eb8-9044-fa30922eb0ad used request id req-e4e5fa57-c60e-46e8-99ee-db1a3b60d805 2018-06-29 17:13:37,355 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/3edfd463-a6e1-4eb8-9044-fa30922eb0ad -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d8a0cefb-42d9-486f-9985-7a494872916a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57886385863389324b7f280945a86482e26fe872" 2018-06-29 17:13:37,577 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 29 Jun 2018 17:13:37 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-eeaa2e24-e217-4e9e-91a3-28e6162003aa x-openstack-request-id: req-eeaa2e24-e217-4e9e-91a3-28e6162003aa Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 3edfd463-a6e1-4eb8-9044-fa30922eb0ad could not be found.", "code": 404}} 2018-06-29 17:13:37,577 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/3edfd463-a6e1-4eb8-9044-fa30922eb0ad used request id req-eeaa2e24-e217-4e9e-91a3-28e6162003aa 2018-06-29 17:13:37,580 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d8a0cefb-42d9-486f-9985-7a494872916a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57886385863389324b7f280945a86482e26fe872" 2018-06-29 17:13:37,799 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:13:37 GMT Server: Apache x-compute-request-id: req-fe4223fb-b253-44c3-b3ac-2d991bf60032 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-fe4223fb-b253-44c3-b3ac-2d991bf60032 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-06-29 17:13:37,800 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/detail used request id req-fe4223fb-b253-44c3-b3ac-2d991bf60032 2018-06-29 17:13:37,800 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-f6b6bc54-8b0a-4d51-be84-1c3074a9744c 2018-06-29 17:13:37,803 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/3edfd463-a6e1-4eb8-9044-fa30922eb0ad -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d8a0cefb-42d9-486f-9985-7a494872916a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57886385863389324b7f280945a86482e26fe872" 2018-06-29 17:13:38,690 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 29 Jun 2018 17:13:37 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-4fe09fb1-d0d1-467d-ac05-ec96345ac593 x-openstack-request-id: req-4fe09fb1-d0d1-467d-ac05-ec96345ac593 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 3edfd463-a6e1-4eb8-9044-fa30922eb0ad could not be found.", "code": 404}} 2018-06-29 17:13:38,690 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/3edfd463-a6e1-4eb8-9044-fa30922eb0ad used request id req-4fe09fb1-d0d1-467d-ac05-ec96345ac593 2018-06-29 17:13:38,693 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/3edfd463-a6e1-4eb8-9044-fa30922eb0ad -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d8a0cefb-42d9-486f-9985-7a494872916a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57886385863389324b7f280945a86482e26fe872" 2018-06-29 17:13:38,733 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 29 Jun 2018 17:13:38 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-5ed6deb2-c337-4915-a414-26dd49554be8 x-openstack-request-id: req-5ed6deb2-c337-4915-a414-26dd49554be8 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 3edfd463-a6e1-4eb8-9044-fa30922eb0ad could not be found.", "code": 404}} 2018-06-29 17:13:38,733 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/3edfd463-a6e1-4eb8-9044-fa30922eb0ad used request id req-5ed6deb2-c337-4915-a414-26dd49554be8 2018-06-29 17:13:38,735 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:13:39,147 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:13:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["vNOCnYrlQ12LmB9Hqp2ClA"], "issued_at": "2018-06-29T17:13:39.000000Z"}} 2018-06-29 17:13:39,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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}d1284b516c01bbbae00dd5cdc497329af24fb146" 2018-06-29 17:13:39,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:13:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc83ad6b-7251-416e-ab72-242256867a53 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.30:5000/v3/", "rel": "self"}]}} 2018-06-29 17:13:39,242 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-cc83ad6b-7251-416e-ab72-242256867a53 2018-06-29 17:13:39,246 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1284b516c01bbbae00dd5cdc497329af24fb146" -d '{"volume": {"status": "creating", "backup_id": null, "user_id": null, "name": "CinderUtilsVolumeTests-652d278e-2e7b-41d8-bbc2-6078d79332ab", "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 17:13:39,760 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 17:13:39 GMT Server: Apache x-compute-request-id: req-f97b78c3-a97f-43b4-8fe1-efaeb2012468 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f97b78c3-a97f-43b4-8fe1-efaeb2012468 Content-Length: 846 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "52a397aa2e1c435594f313aaae1020e1", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/bbeccebb-ea06-4569-9762-0b46b0e88cf5", "rel": "self"}, {"href": "http://172.30.9.30:8776/d375e46f6f2b472db41ca16f2fc59215/volumes/bbeccebb-ea06-4569-9762-0b46b0e88cf5", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-06-29T17:13:39.000000", "description": null, "updated_at": null, "volume_type": null, "name": "CinderUtilsVolumeTests-652d278e-2e7b-41d8-bbc2-6078d79332ab", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "bbeccebb-ea06-4569-9762-0b46b0e88cf5", "size": 1}} 2018-06-29 17:13:39,760 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes used request id req-f97b78c3-a97f-43b4-8fe1-efaeb2012468 2018-06-29 17:13:39,763 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/bbeccebb-ea06-4569-9762-0b46b0e88cf5 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f97b78c3-a97f-43b4-8fe1-efaeb2012468" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1284b516c01bbbae00dd5cdc497329af24fb146" 2018-06-29 17:13:40,683 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:13:39 GMT Server: Apache x-compute-request-id: req-780b53c5-d653-427c-89eb-d8fcabf7038a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-780b53c5-d653-427c-89eb-d8fcabf7038a Content-Encoding: gzip Content-Length: 514 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/bbeccebb-ea06-4569-9762-0b46b0e88cf5", "rel": "self"}, {"href": "http://172.30.9.30:8776/d375e46f6f2b472db41ca16f2fc59215/volumes/bbeccebb-ea06-4569-9762-0b46b0e88cf5", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-06-29T17:13:40.000000", "replication_status": null, "snapshot_id": null, "id": "bbeccebb-ea06-4569-9762-0b46b0e88cf5", "size": 1, "user_id": "52a397aa2e1c435594f313aaae1020e1", "os-vol-tenant-attr:tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "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-652d278e-2e7b-41d8-bbc2-6078d79332ab", "bootable": "false", "created_at": "2018-06-29T17:13:39.000000", "volume_type": null}} 2018-06-29 17:13:40,683 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/bbeccebb-ea06-4569-9762-0b46b0e88cf5 used request id req-780b53c5-d653-427c-89eb-d8fcabf7038a 2018-06-29 17:13:40,686 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/bbeccebb-ea06-4569-9762-0b46b0e88cf5 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f97b78c3-a97f-43b4-8fe1-efaeb2012468" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1284b516c01bbbae00dd5cdc497329af24fb146" 2018-06-29 17:13:40,920 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:13:40 GMT Server: Apache x-compute-request-id: req-fe52f2a5-0298-4f17-ba34-aaecd7493743 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-fe52f2a5-0298-4f17-ba34-aaecd7493743 Content-Encoding: gzip Content-Length: 514 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/bbeccebb-ea06-4569-9762-0b46b0e88cf5", "rel": "self"}, {"href": "http://172.30.9.30:8776/d375e46f6f2b472db41ca16f2fc59215/volumes/bbeccebb-ea06-4569-9762-0b46b0e88cf5", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-06-29T17:13:40.000000", "replication_status": null, "snapshot_id": null, "id": "bbeccebb-ea06-4569-9762-0b46b0e88cf5", "size": 1, "user_id": "52a397aa2e1c435594f313aaae1020e1", "os-vol-tenant-attr:tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "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-652d278e-2e7b-41d8-bbc2-6078d79332ab", "bootable": "false", "created_at": "2018-06-29T17:13:39.000000", "volume_type": null}} 2018-06-29 17:13:40,920 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/bbeccebb-ea06-4569-9762-0b46b0e88cf5 used request id req-fe52f2a5-0298-4f17-ba34-aaecd7493743 2018-06-29 17:13:40,923 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f97b78c3-a97f-43b4-8fe1-efaeb2012468" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1284b516c01bbbae00dd5cdc497329af24fb146" 2018-06-29 17:13:41,829 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:13:40 GMT Server: Apache x-compute-request-id: req-0278954b-7be8-443e-b6af-1776c54fcb29 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0278954b-7be8-443e-b6af-1776c54fcb29 Content-Encoding: gzip Content-Length: 514 Content-Type: application/json RESP BODY: {"volumes": [{"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/bbeccebb-ea06-4569-9762-0b46b0e88cf5", "rel": "self"}, {"href": "http://172.30.9.30:8776/d375e46f6f2b472db41ca16f2fc59215/volumes/bbeccebb-ea06-4569-9762-0b46b0e88cf5", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-06-29T17:13:40.000000", "replication_status": null, "snapshot_id": null, "id": "bbeccebb-ea06-4569-9762-0b46b0e88cf5", "size": 1, "user_id": "52a397aa2e1c435594f313aaae1020e1", "os-vol-tenant-attr:tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "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-652d278e-2e7b-41d8-bbc2-6078d79332ab", "bootable": "false", "created_at": "2018-06-29T17:13:39.000000", "volume_type": null}]} 2018-06-29 17:13:41,829 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/detail used request id req-0278954b-7be8-443e-b6af-1776c54fcb29 2018-06-29 17:13:41,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30: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 17:13:41,839 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 17:13: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 17:13:41,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1284b516c01bbbae00dd5cdc497329af24fb146" 2018-06-29 17:13:41,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:13:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9fa1e30-8d8a-4a33-a38e-84dacc965028 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.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}} 2018-06-29 17:13:41,939 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/d375e46f6f2b472db41ca16f2fc59215 used request id req-d9fa1e30-8d8a-4a33-a38e-84dacc965028 2018-06-29 17:13:41,940 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-652d278e-2e7b-41d8-bbc2-6078d79332ab 2018-06-29 17:13:41,942 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/bbeccebb-ea06-4569-9762-0b46b0e88cf5 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f97b78c3-a97f-43b4-8fe1-efaeb2012468" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1284b516c01bbbae00dd5cdc497329af24fb146" 2018-06-29 17:13:42,294 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 17:13:41 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ed89eb5c-8e08-4e4b-b2b0-dff0d99df734 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 17:13:42,294 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/bbeccebb-ea06-4569-9762-0b46b0e88cf5 used request id req-ed89eb5c-8e08-4e4b-b2b0-dff0d99df734 2018-06-29 17:13:42,297 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/bbeccebb-ea06-4569-9762-0b46b0e88cf5 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f97b78c3-a97f-43b4-8fe1-efaeb2012468" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1284b516c01bbbae00dd5cdc497329af24fb146" 2018-06-29 17:13:42,543 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:13:42 GMT Server: Apache x-compute-request-id: req-c35264c0-a8bb-45fe-a3c4-dcd55dd1e1b1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c35264c0-a8bb-45fe-a3c4-dcd55dd1e1b1 Content-Encoding: gzip Content-Length: 515 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/bbeccebb-ea06-4569-9762-0b46b0e88cf5", "rel": "self"}, {"href": "http://172.30.9.30:8776/d375e46f6f2b472db41ca16f2fc59215/volumes/bbeccebb-ea06-4569-9762-0b46b0e88cf5", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-06-29T17:13:42.000000", "replication_status": null, "snapshot_id": null, "id": "bbeccebb-ea06-4569-9762-0b46b0e88cf5", "size": 1, "user_id": "52a397aa2e1c435594f313aaae1020e1", "os-vol-tenant-attr:tenant_id": "d375e46f6f2b472db41ca16f2fc59215", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "deleting", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "CinderUtilsVolumeTests-652d278e-2e7b-41d8-bbc2-6078d79332ab", "bootable": "false", "created_at": "2018-06-29T17:13:39.000000", "volume_type": null}} 2018-06-29 17:13:42,543 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/bbeccebb-ea06-4569-9762-0b46b0e88cf5 used request id req-c35264c0-a8bb-45fe-a3c4-dcd55dd1e1b1 2018-06-29 17:13:45,550 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/bbeccebb-ea06-4569-9762-0b46b0e88cf5 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f97b78c3-a97f-43b4-8fe1-efaeb2012468" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1284b516c01bbbae00dd5cdc497329af24fb146" 2018-06-29 17:13:45,769 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 29 Jun 2018 17:13:45 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-2c8c00ed-d533-4a6d-bb05-6ff8e7d5ae15 x-openstack-request-id: req-2c8c00ed-d533-4a6d-bb05-6ff8e7d5ae15 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume bbeccebb-ea06-4569-9762-0b46b0e88cf5 could not be found.", "code": 404}} 2018-06-29 17:13:45,770 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/volumes/bbeccebb-ea06-4569-9762-0b46b0e88cf5 used request id req-2c8c00ed-d533-4a6d-bb05-6ff8e7d5ae15 2018-06-29 17:13:45,772 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:13:46,175 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:13:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["6Ibbic6XQda3hcl2bAh7kw"], "issued_at": "2018-06-29T17:13:46.000000Z"}} 2018-06-29 17:13:46,178 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}282e142420e488cbd0ea9b3140538bdab1e39d96" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsSimpleVolumeTypeTests-7eabe84a-ff53-4539-bc74-e74553e6b6f2", "description": null}}' 2018-06-29 17:13:46,410 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:13:46 GMT Server: Apache x-compute-request-id: req-d07d5428-e52e-4127-ba2f-4061e807c8a6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d07d5428-e52e-4127-ba2f-4061e807c8a6 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-7eabe84a-ff53-4539-bc74-e74553e6b6f2", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "ffd8c448-5434-411f-84dc-c224c54b329d", "description": null}} 2018-06-29 17:13:46,410 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types used request id req-d07d5428-e52e-4127-ba2f-4061e807c8a6 2018-06-29 17:13:46,414 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types?is_public=None -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d07d5428-e52e-4127-ba2f-4061e807c8a6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}282e142420e488cbd0ea9b3140538bdab1e39d96" 2018-06-29 17:13:46,602 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:13:46 GMT Server: Apache x-compute-request-id: req-b8281394-ee6a-485d-a635-40bf12a16e3b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b8281394-ee6a-485d-a635-40bf12a16e3b Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CinderUtilsSimpleVolumeTypeTests-7eabe84a-ff53-4539-bc74-e74553e6b6f2", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "ffd8c448-5434-411f-84dc-c224c54b329d", "description": null}]} 2018-06-29 17:13:46,602 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types?is_public=None used request id req-b8281394-ee6a-485d-a635-40bf12a16e3b 2018-06-29 17:13:46,605 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types/ffd8c448-5434-411f-84dc-c224c54b329d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d07d5428-e52e-4127-ba2f-4061e807c8a6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}282e142420e488cbd0ea9b3140538bdab1e39d96" 2018-06-29 17:13:46,795 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:13:46 GMT Server: Apache x-compute-request-id: req-b02fb61f-7c93-4834-818c-321280f2dd4b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b02fb61f-7c93-4834-818c-321280f2dd4b Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-7eabe84a-ff53-4539-bc74-e74553e6b6f2", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "ffd8c448-5434-411f-84dc-c224c54b329d", "description": null}} 2018-06-29 17:13:46,795 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types/ffd8c448-5434-411f-84dc-c224c54b329d used request id req-b02fb61f-7c93-4834-818c-321280f2dd4b 2018-06-29 17:13:46,798 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types/ffd8c448-5434-411f-84dc-c224c54b329d/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d07d5428-e52e-4127-ba2f-4061e807c8a6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}282e142420e488cbd0ea9b3140538bdab1e39d96" 2018-06-29 17:13:47,677 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:13:46 GMT Server: Apache x-compute-request-id: req-7a0e2062-e23b-4895-9ce3-d83136d181ef OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-7a0e2062-e23b-4895-9ce3-d83136d181ef Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-06-29 17:13:47,677 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types/ffd8c448-5434-411f-84dc-c224c54b329d/encryption used request id req-7a0e2062-e23b-4895-9ce3-d83136d181ef 2018-06-29 17:13:47,677 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-7eabe84a-ff53-4539-bc74-e74553e6b6f2 2018-06-29 17:13:47,680 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types/ffd8c448-5434-411f-84dc-c224c54b329d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d07d5428-e52e-4127-ba2f-4061e807c8a6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}282e142420e488cbd0ea9b3140538bdab1e39d96" 2018-06-29 17:13:47,938 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 17:13:47 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-aa0aedaf-3534-4f1a-9650-5b849331dd06 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 17:13:47,938 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types/ffd8c448-5434-411f-84dc-c224c54b329d used request id req-aa0aedaf-3534-4f1a-9650-5b849331dd06 2018-06-29 17:13:47,941 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types/ffd8c448-5434-411f-84dc-c224c54b329d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d07d5428-e52e-4127-ba2f-4061e807c8a6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}282e142420e488cbd0ea9b3140538bdab1e39d96" 2018-06-29 17:13:48,125 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 29 Jun 2018 17:13:47 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-3bbfec8e-0d53-4950-b9a8-129f5e63bb91 x-openstack-request-id: req-3bbfec8e-0d53-4950-b9a8-129f5e63bb91 Content-Length: 114 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type ffd8c448-5434-411f-84dc-c224c54b329d could not be found.", "code": 404}} 2018-06-29 17:13:48,125 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types/ffd8c448-5434-411f-84dc-c224c54b329d used request id req-3bbfec8e-0d53-4950-b9a8-129f5e63bb91 2018-06-29 17:13:48,126 - cinder_utils - INFO - Volume with ID [ffd8c448-5434-411f-84dc-c224c54b329d] does not exist 2018-06-29 17:13:48,126 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-7eabe84a-ff53-4539-bc74-e74553e6b6f2 2018-06-29 17:13:48,129 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types/ffd8c448-5434-411f-84dc-c224c54b329d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d07d5428-e52e-4127-ba2f-4061e807c8a6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}282e142420e488cbd0ea9b3140538bdab1e39d96" 2018-06-29 17:13:49,002 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 29 Jun 2018 17:13:48 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-91ee5691-ad18-4e7d-914d-62cf9bc01844 x-openstack-request-id: req-91ee5691-ad18-4e7d-914d-62cf9bc01844 Content-Length: 114 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type ffd8c448-5434-411f-84dc-c224c54b329d could not be found.", "code": 404}} 2018-06-29 17:13:49,002 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types/ffd8c448-5434-411f-84dc-c224c54b329d used request id req-91ee5691-ad18-4e7d-914d-62cf9bc01844 2018-06-29 17:13:49,005 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:13:49,399 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:13:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["MECJYrHCRu-Zx23gIjrZ1Q"], "issued_at": "2018-06-29T17:13:49.000000Z"}} 2018-06-29 17:13:49,402 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf444e3bc4bfbcccc23fbe52b7753e47b972ab22" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsSimpleVolumeTypeTests-235d5e8d-62f0-42e0-b28c-6e92def93c01", "description": null}}' 2018-06-29 17:13:49,634 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:13:49 GMT Server: Apache x-compute-request-id: req-33c1d3c4-7502-4f34-8191-6d49aee0754e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-33c1d3c4-7502-4f34-8191-6d49aee0754e Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-235d5e8d-62f0-42e0-b28c-6e92def93c01", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "c3ebd02d-fdfc-4103-a133-3d047489fba7", "description": null}} 2018-06-29 17:13:49,634 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types used request id req-33c1d3c4-7502-4f34-8191-6d49aee0754e 2018-06-29 17:13:49,638 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types?is_public=None -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-33c1d3c4-7502-4f34-8191-6d49aee0754e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf444e3bc4bfbcccc23fbe52b7753e47b972ab22" 2018-06-29 17:13:49,841 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:13:49 GMT Server: Apache x-compute-request-id: req-c69d987e-5c50-4e1c-8914-edc60e3c84a0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c69d987e-5c50-4e1c-8914-edc60e3c84a0 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CinderUtilsSimpleVolumeTypeTests-235d5e8d-62f0-42e0-b28c-6e92def93c01", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "c3ebd02d-fdfc-4103-a133-3d047489fba7", "description": null}]} 2018-06-29 17:13:49,841 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types?is_public=None used request id req-c69d987e-5c50-4e1c-8914-edc60e3c84a0 2018-06-29 17:13:49,844 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types/c3ebd02d-fdfc-4103-a133-3d047489fba7 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-33c1d3c4-7502-4f34-8191-6d49aee0754e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf444e3bc4bfbcccc23fbe52b7753e47b972ab22" 2018-06-29 17:13:50,048 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:13:49 GMT Server: Apache x-compute-request-id: req-ba884fcf-4dcb-4aa1-9a08-3bf7a5408ae5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ba884fcf-4dcb-4aa1-9a08-3bf7a5408ae5 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-235d5e8d-62f0-42e0-b28c-6e92def93c01", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "c3ebd02d-fdfc-4103-a133-3d047489fba7", "description": null}} 2018-06-29 17:13:50,048 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types/c3ebd02d-fdfc-4103-a133-3d047489fba7 used request id req-ba884fcf-4dcb-4aa1-9a08-3bf7a5408ae5 2018-06-29 17:13:50,051 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types/c3ebd02d-fdfc-4103-a133-3d047489fba7/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-33c1d3c4-7502-4f34-8191-6d49aee0754e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf444e3bc4bfbcccc23fbe52b7753e47b972ab22" 2018-06-29 17:13:50,235 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:13:50 GMT Server: Apache x-compute-request-id: req-6ad24b23-0f64-423f-97d8-c09ab6ec20e5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-6ad24b23-0f64-423f-97d8-c09ab6ec20e5 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-06-29 17:13:50,235 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types/c3ebd02d-fdfc-4103-a133-3d047489fba7/encryption used request id req-6ad24b23-0f64-423f-97d8-c09ab6ec20e5 2018-06-29 17:13:50,238 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types/c3ebd02d-fdfc-4103-a133-3d047489fba7 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-33c1d3c4-7502-4f34-8191-6d49aee0754e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf444e3bc4bfbcccc23fbe52b7753e47b972ab22" 2018-06-29 17:13:50,438 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:13:50 GMT Server: Apache x-compute-request-id: req-59fed3df-edea-41c1-add5-8944e1c49a85 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-59fed3df-edea-41c1-add5-8944e1c49a85 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-235d5e8d-62f0-42e0-b28c-6e92def93c01", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "c3ebd02d-fdfc-4103-a133-3d047489fba7", "description": null}} 2018-06-29 17:13:50,438 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types/c3ebd02d-fdfc-4103-a133-3d047489fba7 used request id req-59fed3df-edea-41c1-add5-8944e1c49a85 2018-06-29 17:13:50,441 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types/c3ebd02d-fdfc-4103-a133-3d047489fba7 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-33c1d3c4-7502-4f34-8191-6d49aee0754e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf444e3bc4bfbcccc23fbe52b7753e47b972ab22" 2018-06-29 17:13:50,642 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:13:50 GMT Server: Apache x-compute-request-id: req-f4043258-ae02-49ae-af5f-3d9da1c21485 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f4043258-ae02-49ae-af5f-3d9da1c21485 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-235d5e8d-62f0-42e0-b28c-6e92def93c01", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "c3ebd02d-fdfc-4103-a133-3d047489fba7", "description": null}} 2018-06-29 17:13:50,642 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types/c3ebd02d-fdfc-4103-a133-3d047489fba7 used request id req-f4043258-ae02-49ae-af5f-3d9da1c21485 2018-06-29 17:13:50,645 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types/c3ebd02d-fdfc-4103-a133-3d047489fba7/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-33c1d3c4-7502-4f34-8191-6d49aee0754e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf444e3bc4bfbcccc23fbe52b7753e47b972ab22" 2018-06-29 17:13:50,833 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:13:50 GMT Server: Apache x-compute-request-id: req-af0f08bf-bf38-43fa-9d2d-2766d8f0238d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-af0f08bf-bf38-43fa-9d2d-2766d8f0238d Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-06-29 17:13:50,833 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types/c3ebd02d-fdfc-4103-a133-3d047489fba7/encryption used request id req-af0f08bf-bf38-43fa-9d2d-2766d8f0238d 2018-06-29 17:13:50,833 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-235d5e8d-62f0-42e0-b28c-6e92def93c01 2018-06-29 17:13:50,836 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types/c3ebd02d-fdfc-4103-a133-3d047489fba7 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-33c1d3c4-7502-4f34-8191-6d49aee0754e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf444e3bc4bfbcccc23fbe52b7753e47b972ab22" 2018-06-29 17:13:50,907 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 17:13:50 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a4752988-3d5e-46c2-a51e-8283ac87c1f5 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 17:13:50,907 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types/c3ebd02d-fdfc-4103-a133-3d047489fba7 used request id req-a4752988-3d5e-46c2-a51e-8283ac87c1f5 2018-06-29 17:13:50,910 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:13:51,310 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:13:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["QEY34gcYSgeM4XWHsNlvlg"], "issued_at": "2018-06-29T17:13:51.000000Z"}} 2018-06-29 17:13:51,313 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f842c22f77cd7a87771a6036784ad3b87ea1bc0" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-368b650b-1284-49a1-bab3-c591b7283077-type", "description": null}}' 2018-06-29 17:13:51,551 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:13:51 GMT Server: Apache x-compute-request-id: req-1bebea11-ea1e-4c25-b7f5-57b742b65e70 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1bebea11-ea1e-4c25-b7f5-57b742b65e70 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-368b650b-1284-49a1-bab3-c591b7283077-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "08fec916-0320-4643-b4ba-601beeb79d33", "description": null}} 2018-06-29 17:13:51,551 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types used request id req-1bebea11-ea1e-4c25-b7f5-57b742b65e70 2018-06-29 17:13:51,554 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types/08fec916-0320-4643-b4ba-601beeb79d33/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-1bebea11-ea1e-4c25-b7f5-57b742b65e70" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f842c22f77cd7a87771a6036784ad3b87ea1bc0" -d '{"encryption": {"name": "CinderUtilsAddEncryptionTests-368b650b-1284-49a1-bab3-c591b7283077", "control_location": "back-end", "key_size": -1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}}' 2018-06-29 17:13:52,408 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Fri, 29 Jun 2018 17:13:51 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-b5542f42-2fff-4322-b78a-b6b6f325bc57 x-openstack-request-id: req-b5542f42-2fff-4322-b78a-b6b6f325bc57 Content-Length: 379 Content-Type: application/json RESP BODY: {"badRequest": {"message": "Invalid input for field/attribute encryption. Value: {u'name': u'CinderUtilsAddEncryptionTests-368b650b-1284-49a1-bab3-c591b7283077', 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 17:13:52,408 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types/08fec916-0320-4643-b4ba-601beeb79d33/encryption used request id req-b5542f42-2fff-4322-b78a-b6b6f325bc57 2018-06-29 17:13:52,408 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-368b650b-1284-49a1-bab3-c591b7283077-type 2018-06-29 17:13:52,411 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types/08fec916-0320-4643-b4ba-601beeb79d33 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1bebea11-ea1e-4c25-b7f5-57b742b65e70" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f842c22f77cd7a87771a6036784ad3b87ea1bc0" 2018-06-29 17:13:52,656 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 17:13:52 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a84ff1c0-d038-4869-9734-f0d58f294982 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 17:13:52,656 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types/08fec916-0320-4643-b4ba-601beeb79d33 used request id req-a84ff1c0-d038-4869-9734-f0d58f294982 2018-06-29 17:13:52,658 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:13:53,089 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:13:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["nyHA52ndS12WEAjK2OXkAA"], "issued_at": "2018-06-29T17:13:53.000000Z"}} 2018-06-29 17:13:53,092 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b396405d41987e887672cf736f9903b1d69e3c8" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-e0a8bfcd-e538-445c-b8d1-9a44feedeba5-type", "description": null}}' 2018-06-29 17:13:53,334 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:13:53 GMT Server: Apache x-compute-request-id: req-b930adc4-4a94-4512-8457-5ff1d6647856 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b930adc4-4a94-4512-8457-5ff1d6647856 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-e0a8bfcd-e538-445c-b8d1-9a44feedeba5-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "2c228e54-f08a-4abc-a27f-d338837af1b5", "description": null}} 2018-06-29 17:13:53,334 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types used request id req-b930adc4-4a94-4512-8457-5ff1d6647856 2018-06-29 17:13:53,337 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types/2c228e54-f08a-4abc-a27f-d338837af1b5/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-b930adc4-4a94-4512-8457-5ff1d6647856" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b396405d41987e887672cf736f9903b1d69e3c8" -d '{"encryption": {"control_location": "back-end", "provider_class": "LuksEncryptor", "name": "CinderUtilsAddEncryptionTests-e0a8bfcd-e538-445c-b8d1-9a44feedeba5", "provider": "LuksEncryptor"}}' 2018-06-29 17:13:53,517 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Fri, 29 Jun 2018 17:13:53 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-cf5badac-a67b-41c5-a48d-c1f541b80f97 x-openstack-request-id: req-cf5badac-a67b-41c5-a48d-c1f541b80f97 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-e0a8bfcd-e538-445c-b8d1-9a44feedeba5', u'provider': u'LuksEncryptor'}. Additional properties are not allowed (u'provider_class', u'name' were unexpected)", "code": 400}} 2018-06-29 17:13:53,517 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types/2c228e54-f08a-4abc-a27f-d338837af1b5/encryption used request id req-cf5badac-a67b-41c5-a48d-c1f541b80f97 2018-06-29 17:13:53,519 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-e0a8bfcd-e538-445c-b8d1-9a44feedeba5-type 2018-06-29 17:13:53,522 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types/2c228e54-f08a-4abc-a27f-d338837af1b5 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b930adc4-4a94-4512-8457-5ff1d6647856" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b396405d41987e887672cf736f9903b1d69e3c8" 2018-06-29 17:13:53,782 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 17:13:53 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-8c8fe0e3-a384-4233-8d00-fb5619d6ed5f 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 17:13:53,783 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types/2c228e54-f08a-4abc-a27f-d338837af1b5 used request id req-8c8fe0e3-a384-4233-8d00-fb5619d6ed5f 2018-06-29 17:13:53,785 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:13:54,179 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:13:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["LKDGBY3ERIe61JprO7zspw"], "issued_at": "2018-06-29T17:13:54.000000Z"}} 2018-06-29 17:13:54,182 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}104d0062eb4c9e0bf1ab328faaf2948969841654" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-40066da6-7bbb-4ab5-9969-bcedad97d911-type", "description": null}}' 2018-06-29 17:13:54,410 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:13:54 GMT Server: Apache x-compute-request-id: req-ef4eae15-346e-4fcd-8a8c-e4b42f07cfc1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ef4eae15-346e-4fcd-8a8c-e4b42f07cfc1 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-40066da6-7bbb-4ab5-9969-bcedad97d911-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "3ac3758d-9ac9-4968-b417-2e7e5ac73d25", "description": null}} 2018-06-29 17:13:54,410 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types used request id req-ef4eae15-346e-4fcd-8a8c-e4b42f07cfc1 2018-06-29 17:13:54,413 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types/3ac3758d-9ac9-4968-b417-2e7e5ac73d25/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-ef4eae15-346e-4fcd-8a8c-e4b42f07cfc1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}104d0062eb4c9e0bf1ab328faaf2948969841654" -d '{"encryption": {"control_location": "front-end", "provider_class": "foo", "name": "CinderUtilsAddEncryptionTests-40066da6-7bbb-4ab5-9969-bcedad97d911", "provider": "foo"}}' 2018-06-29 17:13:54,585 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Fri, 29 Jun 2018 17:13:54 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-7f51992f-12e7-47a4-8d01-8893cbb4e70b x-openstack-request-id: req-7f51992f-12e7-47a4-8d01-8893cbb4e70b 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-40066da6-7bbb-4ab5-9969-bcedad97d911', u'provider': u'foo'}. Additional properties are not allowed (u'provider_class', u'name' were unexpected)", "code": 400}} 2018-06-29 17:13:54,585 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types/3ac3758d-9ac9-4968-b417-2e7e5ac73d25/encryption used request id req-7f51992f-12e7-47a4-8d01-8893cbb4e70b 2018-06-29 17:13:54,585 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-40066da6-7bbb-4ab5-9969-bcedad97d911-type 2018-06-29 17:13:54,588 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types/3ac3758d-9ac9-4968-b417-2e7e5ac73d25 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ef4eae15-346e-4fcd-8a8c-e4b42f07cfc1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}104d0062eb4c9e0bf1ab328faaf2948969841654" 2018-06-29 17:13:54,832 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 17:13:54 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-7145ade0-fd51-42f2-b743-bd00ce70ee56 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 17:13:54,832 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types/3ac3758d-9ac9-4968-b417-2e7e5ac73d25 used request id req-7145ade0-fd51-42f2-b743-bd00ce70ee56 2018-06-29 17:13:54,834 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:13:55,245 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:13:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["-A1ihnCmTn-UyKZIQjuIyQ"], "issued_at": "2018-06-29T17:13:55.000000Z"}} 2018-06-29 17:13:55,248 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b92a67e2a20c494dcdc1b7d046e948351338f601" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-89cb69b3-4535-4042-a6f3-d6c99a61cbea-type", "description": null}}' 2018-06-29 17:13:55,494 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:13:55 GMT Server: Apache x-compute-request-id: req-6cf4da63-3d19-4b10-ba03-4755dcbb6e89 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6cf4da63-3d19-4b10-ba03-4755dcbb6e89 Content-Encoding: gzip Content-Length: 199 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-89cb69b3-4535-4042-a6f3-d6c99a61cbea-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "58ff42f8-df41-4958-9457-2ae709b0f008", "description": null}} 2018-06-29 17:13:55,494 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types used request id req-6cf4da63-3d19-4b10-ba03-4755dcbb6e89 2018-06-29 17:13:55,497 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types/58ff42f8-df41-4958-9457-2ae709b0f008/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-6cf4da63-3d19-4b10-ba03-4755dcbb6e89" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b92a67e2a20c494dcdc1b7d046e948351338f601" -d '{"encryption": {"name": "CinderUtilsAddEncryptionTests-89cb69b3-4535-4042-a6f3-d6c99a61cbea", "control_location": "back-end", "key_size": 1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}}' 2018-06-29 17:13:55,693 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Fri, 29 Jun 2018 17:13:55 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-a7ba7d7f-6c62-4b5f-a48f-d2b25d8b2631 x-openstack-request-id: req-a7ba7d7f-6c62-4b5f-a48f-d2b25d8b2631 Content-Length: 378 Content-Type: application/json RESP BODY: {"badRequest": {"message": "Invalid input for field/attribute encryption. Value: {u'name': u'CinderUtilsAddEncryptionTests-89cb69b3-4535-4042-a6f3-d6c99a61cbea', 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 17:13:55,693 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types/58ff42f8-df41-4958-9457-2ae709b0f008/encryption used request id req-a7ba7d7f-6c62-4b5f-a48f-d2b25d8b2631 2018-06-29 17:13:55,693 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-89cb69b3-4535-4042-a6f3-d6c99a61cbea-type 2018-06-29 17:13:55,696 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types/58ff42f8-df41-4958-9457-2ae709b0f008 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6cf4da63-3d19-4b10-ba03-4755dcbb6e89" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b92a67e2a20c494dcdc1b7d046e948351338f601" 2018-06-29 17:13:55,932 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 17:13:55 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-4e265c4d-5be0-4a32-9d23-3b7ec33e16f1 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 17:13:55,932 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types/58ff42f8-df41-4958-9457-2ae709b0f008 used request id req-4e265c4d-5be0-4a32-9d23-3b7ec33e16f1 2018-06-29 17:13:55,935 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:13:56,329 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:13:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["tc1GSJM1RUGhvKsu7KFDMA"], "issued_at": "2018-06-29T17:13:56.000000Z"}} 2018-06-29 17:13:56,332 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb3f58c0a6a7798d1ffb5b726b2e1dd3bd17fdb5" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-1a087932-ffef-47e3-add7-5ec912b9095b-qos"}}' 2018-06-29 17:13:56,556 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:13:56 GMT Server: Apache x-compute-request-id: req-c043cf17-5e4a-4b6a-90b3-57ab28422ac6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c043cf17-5e4a-4b6a-90b3-57ab28422ac6 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "153bd13a-548d-417d-b88d-4d8de0dd231d", "name": "CinderUtilsVolumeTypeCompleteTests-1a087932-ffef-47e3-add7-5ec912b9095b-qos"}, "links": [{"href": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/qos-specs/153bd13a-548d-417d-b88d-4d8de0dd231d", "rel": "self"}, {"href": "http://172.30.9.30:8776/d375e46f6f2b472db41ca16f2fc59215/qos-specs/153bd13a-548d-417d-b88d-4d8de0dd231d", "rel": "bookmark"}]} 2018-06-29 17:13:56,556 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/qos-specs used request id req-c043cf17-5e4a-4b6a-90b3-57ab28422ac6 2018-06-29 17:13:56,559 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-c043cf17-5e4a-4b6a-90b3-57ab28422ac6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb3f58c0a6a7798d1ffb5b726b2e1dd3bd17fdb5" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-1a087932-ffef-47e3-add7-5ec912b9095b", "description": null}}' 2018-06-29 17:13:57,501 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:13:56 GMT Server: Apache x-compute-request-id: req-e71e7504-d2b6-44f9-8cd3-cac1c4385eda OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e71e7504-d2b6-44f9-8cd3-cac1c4385eda Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-1a087932-ffef-47e3-add7-5ec912b9095b", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "ca249503-7b7f-47d2-b51f-3285da6d6cbf", "description": null}} 2018-06-29 17:13:57,502 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types used request id req-e71e7504-d2b6-44f9-8cd3-cac1c4385eda 2018-06-29 17:13:57,505 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types/ca249503-7b7f-47d2-b51f-3285da6d6cbf/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-c043cf17-5e4a-4b6a-90b3-57ab28422ac6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb3f58c0a6a7798d1ffb5b726b2e1dd3bd17fdb5" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2018-06-29 17:13:57,695 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Fri, 29 Jun 2018 17:13:57 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-e7f887ea-d965-4f59-bc60-c552fc4e153c x-openstack-request-id: req-e7f887ea-d965-4f59-bc60-c552fc4e153c 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 17:13:57,696 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types/ca249503-7b7f-47d2-b51f-3285da6d6cbf/encryption used request id req-e7f887ea-d965-4f59-bc60-c552fc4e153c 2018-06-29 17:13:57,696 - 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-e7f887ea-d965-4f59-bc60-c552fc4e153c) 2018-06-29 17:13:57,699 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types/ca249503-7b7f-47d2-b51f-3285da6d6cbf -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c043cf17-5e4a-4b6a-90b3-57ab28422ac6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb3f58c0a6a7798d1ffb5b726b2e1dd3bd17fdb5" 2018-06-29 17:13:57,885 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:13:57 GMT Server: Apache x-compute-request-id: req-76d097bb-5bdc-4c16-a54a-4e05c5b155cc OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-76d097bb-5bdc-4c16-a54a-4e05c5b155cc Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-1a087932-ffef-47e3-add7-5ec912b9095b", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "ca249503-7b7f-47d2-b51f-3285da6d6cbf", "description": null}} 2018-06-29 17:13:57,885 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types/ca249503-7b7f-47d2-b51f-3285da6d6cbf used request id req-76d097bb-5bdc-4c16-a54a-4e05c5b155cc 2018-06-29 17:13:57,888 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types/ca249503-7b7f-47d2-b51f-3285da6d6cbf/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c043cf17-5e4a-4b6a-90b3-57ab28422ac6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb3f58c0a6a7798d1ffb5b726b2e1dd3bd17fdb5" 2018-06-29 17:13:58,093 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:13:57 GMT Server: Apache x-compute-request-id: req-63567022-7c40-4a67-a42b-e44c193ac968 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-63567022-7c40-4a67-a42b-e44c193ac968 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-06-29 17:13:58,093 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types/ca249503-7b7f-47d2-b51f-3285da6d6cbf/encryption used request id req-63567022-7c40-4a67-a42b-e44c193ac968 2018-06-29 17:13:58,094 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-1a087932-ffef-47e3-add7-5ec912b9095b 2018-06-29 17:13:58,097 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types/ca249503-7b7f-47d2-b51f-3285da6d6cbf -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c043cf17-5e4a-4b6a-90b3-57ab28422ac6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb3f58c0a6a7798d1ffb5b726b2e1dd3bd17fdb5" 2018-06-29 17:13:58,354 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 17:13:58 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-18686c77-4a3e-4f70-8ba5-ddf731d854cf 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 17:13:58,354 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types/ca249503-7b7f-47d2-b51f-3285da6d6cbf used request id req-18686c77-4a3e-4f70-8ba5-ddf731d854cf 2018-06-29 17:13:58,354 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-1a087932-ffef-47e3-add7-5ec912b9095b-qos 2018-06-29 17:13:58,357 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/qos-specs/153bd13a-548d-417d-b88d-4d8de0dd231d?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c043cf17-5e4a-4b6a-90b3-57ab28422ac6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb3f58c0a6a7798d1ffb5b726b2e1dd3bd17fdb5" 2018-06-29 17:13:58,584 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 17:13:58 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d8b305d1-3c81-49e3-8505-130b3d877853 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 17:13:58,584 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/qos-specs/153bd13a-548d-417d-b88d-4d8de0dd231d?force=False used request id req-d8b305d1-3c81-49e3-8505-130b3d877853 2018-06-29 17:13:58,587 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:13:58,991 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:13:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["GR7eM6tjRPCogWI8baoDIQ"], "issued_at": "2018-06-29T17:13:58.000000Z"}} 2018-06-29 17:13:58,994 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46d6df3b90b0e6949ec3c2c48459c971531e0ee9" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-5f7c07c7-c062-4f7e-8db4-d74599c77bac-qos"}}' 2018-06-29 17:13:59,235 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:13:58 GMT Server: Apache x-compute-request-id: req-27b0ee7c-6cc7-43a6-81e0-47de53a8e14f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-27b0ee7c-6cc7-43a6-81e0-47de53a8e14f Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "2b4dcd8e-680a-4533-bfe7-e080db43c3d3", "name": "CinderUtilsVolumeTypeCompleteTests-5f7c07c7-c062-4f7e-8db4-d74599c77bac-qos"}, "links": [{"href": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/qos-specs/2b4dcd8e-680a-4533-bfe7-e080db43c3d3", "rel": "self"}, {"href": "http://172.30.9.30:8776/d375e46f6f2b472db41ca16f2fc59215/qos-specs/2b4dcd8e-680a-4533-bfe7-e080db43c3d3", "rel": "bookmark"}]} 2018-06-29 17:13:59,235 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/qos-specs used request id req-27b0ee7c-6cc7-43a6-81e0-47de53a8e14f 2018-06-29 17:13:59,238 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-27b0ee7c-6cc7-43a6-81e0-47de53a8e14f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46d6df3b90b0e6949ec3c2c48459c971531e0ee9" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-5f7c07c7-c062-4f7e-8db4-d74599c77bac", "description": null}}' 2018-06-29 17:13:59,472 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:13:59 GMT Server: Apache x-compute-request-id: req-505f512b-6ed3-4570-98b7-34889a263ddb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-505f512b-6ed3-4570-98b7-34889a263ddb Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-5f7c07c7-c062-4f7e-8db4-d74599c77bac", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "751045db-cb0d-41bb-ad18-b6e841a7ea5f", "description": null}} 2018-06-29 17:13:59,472 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types used request id req-505f512b-6ed3-4570-98b7-34889a263ddb 2018-06-29 17:13:59,475 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-27b0ee7c-6cc7-43a6-81e0-47de53a8e14f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46d6df3b90b0e6949ec3c2c48459c971531e0ee9" 2018-06-29 17:13:59,663 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:13:59 GMT Server: Apache x-compute-request-id: req-d089514d-b9b3-43ee-a8d1-7dfce1cbe82a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d089514d-b9b3-43ee-a8d1-7dfce1cbe82a Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "2b4dcd8e-680a-4533-bfe7-e080db43c3d3", "name": "CinderUtilsVolumeTypeCompleteTests-5f7c07c7-c062-4f7e-8db4-d74599c77bac-qos"}]} 2018-06-29 17:13:59,664 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/qos-specs used request id req-d089514d-b9b3-43ee-a8d1-7dfce1cbe82a 2018-06-29 17:13:59,667 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/qos-specs/None/associate?vol_type_id=751045db-cb0d-41bb-ad18-b6e841a7ea5f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-27b0ee7c-6cc7-43a6-81e0-47de53a8e14f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46d6df3b90b0e6949ec3c2c48459c971531e0ee9" 2018-06-29 17:13:59,870 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 29 Jun 2018 17:13:59 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-a41ca4a4-edd4-493e-b9ca-7853828c5b3d x-openstack-request-id: req-a41ca4a4-edd4-493e-b9ca-7853828c5b3d Content-Length: 68 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "No such QoS spec None.", "code": 404}} 2018-06-29 17:13:59,870 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/qos-specs/None/associate?vol_type_id=751045db-cb0d-41bb-ad18-b6e841a7ea5f used request id req-a41ca4a4-edd4-493e-b9ca-7853828c5b3d 2018-06-29 17:13:59,870 - cinder_utils - WARNING - Unable to locate qos_spec named foo - No such QoS spec None. (HTTP 404) (Request-ID: req-a41ca4a4-edd4-493e-b9ca-7853828c5b3d) 2018-06-29 17:13:59,871 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-5f7c07c7-c062-4f7e-8db4-d74599c77bac 2018-06-29 17:13:59,873 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types/751045db-cb0d-41bb-ad18-b6e841a7ea5f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-27b0ee7c-6cc7-43a6-81e0-47de53a8e14f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46d6df3b90b0e6949ec3c2c48459c971531e0ee9" 2018-06-29 17:14:00,177 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 17:13:59 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-fae71bb1-9489-48eb-a2d3-6130bce77401 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 17:14:00,178 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types/751045db-cb0d-41bb-ad18-b6e841a7ea5f used request id req-fae71bb1-9489-48eb-a2d3-6130bce77401 2018-06-29 17:14:00,178 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-5f7c07c7-c062-4f7e-8db4-d74599c77bac-qos 2018-06-29 17:14:00,183 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/qos-specs/2b4dcd8e-680a-4533-bfe7-e080db43c3d3?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-27b0ee7c-6cc7-43a6-81e0-47de53a8e14f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46d6df3b90b0e6949ec3c2c48459c971531e0ee9" 2018-06-29 17:14:00,404 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 17:14:00 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-dba8f37a-0666-4ffa-b78f-797de884555d 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 17:14:00,405 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/qos-specs/2b4dcd8e-680a-4533-bfe7-e080db43c3d3?force=False used request id req-dba8f37a-0666-4ffa-b78f-797de884555d 2018-06-29 17:14:00,407 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:14:00,902 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:14:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["_9VnOrKRRpq6kjkCxlMSpQ"], "issued_at": "2018-06-29T17:14:00.000000Z"}} 2018-06-29 17:14:00,905 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1370276b6f4457558a7d71864ddf2b78f0ba55a" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-0bce1794-4428-4195-abef-89503344677d-qos"}}' 2018-06-29 17:14:01,120 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:14:00 GMT Server: Apache x-compute-request-id: req-0648befe-29d3-4470-83e8-64fe3dfbf47c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0648befe-29d3-4470-83e8-64fe3dfbf47c Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "0934a5d8-53cd-482b-bc5b-4aa2ef6d6fbe", "name": "CinderUtilsVolumeTypeCompleteTests-0bce1794-4428-4195-abef-89503344677d-qos"}, "links": [{"href": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/qos-specs/0934a5d8-53cd-482b-bc5b-4aa2ef6d6fbe", "rel": "self"}, {"href": "http://172.30.9.30:8776/d375e46f6f2b472db41ca16f2fc59215/qos-specs/0934a5d8-53cd-482b-bc5b-4aa2ef6d6fbe", "rel": "bookmark"}]} 2018-06-29 17:14:01,121 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/qos-specs used request id req-0648befe-29d3-4470-83e8-64fe3dfbf47c 2018-06-29 17:14:01,123 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-0648befe-29d3-4470-83e8-64fe3dfbf47c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1370276b6f4457558a7d71864ddf2b78f0ba55a" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-0bce1794-4428-4195-abef-89503344677d", "description": null}}' 2018-06-29 17:14:01,362 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:14:01 GMT Server: Apache x-compute-request-id: req-dc65b8e9-d7e0-49e8-a45a-6b8abcbebcaf OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-dc65b8e9-d7e0-49e8-a45a-6b8abcbebcaf Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-0bce1794-4428-4195-abef-89503344677d", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "4721d1a2-f5ba-49b8-93f1-e4e3c5c2e64e", "description": null}} 2018-06-29 17:14:01,362 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types used request id req-dc65b8e9-d7e0-49e8-a45a-6b8abcbebcaf 2018-06-29 17:14:01,365 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0648befe-29d3-4470-83e8-64fe3dfbf47c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1370276b6f4457558a7d71864ddf2b78f0ba55a" 2018-06-29 17:14:01,557 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:14:01 GMT Server: Apache x-compute-request-id: req-08a3b088-de03-44ae-8a76-2315b8a135e4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-08a3b088-de03-44ae-8a76-2315b8a135e4 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "0934a5d8-53cd-482b-bc5b-4aa2ef6d6fbe", "name": "CinderUtilsVolumeTypeCompleteTests-0bce1794-4428-4195-abef-89503344677d-qos"}]} 2018-06-29 17:14:01,557 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/qos-specs used request id req-08a3b088-de03-44ae-8a76-2315b8a135e4 2018-06-29 17:14:01,561 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/qos-specs/0934a5d8-53cd-482b-bc5b-4aa2ef6d6fbe/associate?vol_type_id=4721d1a2-f5ba-49b8-93f1-e4e3c5c2e64e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0648befe-29d3-4470-83e8-64fe3dfbf47c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1370276b6f4457558a7d71864ddf2b78f0ba55a" 2018-06-29 17:14:01,796 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 17:14:01 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f69d9c36-46d9-4aa5-a784-b7132590ca25 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 17:14:01,796 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/qos-specs/0934a5d8-53cd-482b-bc5b-4aa2ef6d6fbe/associate?vol_type_id=4721d1a2-f5ba-49b8-93f1-e4e3c5c2e64e used request id req-f69d9c36-46d9-4aa5-a784-b7132590ca25 2018-06-29 17:14:01,796 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-0bce1794-4428-4195-abef-89503344677d 2018-06-29 17:14:01,799 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types/4721d1a2-f5ba-49b8-93f1-e4e3c5c2e64e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0648befe-29d3-4470-83e8-64fe3dfbf47c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1370276b6f4457558a7d71864ddf2b78f0ba55a" 2018-06-29 17:14:02,046 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 17:14:01 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-06b2dc99-f5c3-419b-8c76-3ec8c1cdc82d 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 17:14:02,046 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types/4721d1a2-f5ba-49b8-93f1-e4e3c5c2e64e used request id req-06b2dc99-f5c3-419b-8c76-3ec8c1cdc82d 2018-06-29 17:14:02,046 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-0bce1794-4428-4195-abef-89503344677d-qos 2018-06-29 17:14:02,049 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/qos-specs/0934a5d8-53cd-482b-bc5b-4aa2ef6d6fbe?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0648befe-29d3-4470-83e8-64fe3dfbf47c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1370276b6f4457558a7d71864ddf2b78f0ba55a" 2018-06-29 17:14:02,290 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 17:14:02 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c1e7ad16-0528-4489-bacd-50069a8926c1 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 17:14:02,290 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/qos-specs/0934a5d8-53cd-482b-bc5b-4aa2ef6d6fbe?force=False used request id req-c1e7ad16-0528-4489-bacd-50069a8926c1 2018-06-29 17:14:02,292 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-06-29 17:14:02,709 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b9f110df41b4dfa96b7be528e7cdade", "name": "admin"}], "expires_at": "2018-06-29T18:14:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d375e46f6f2b472db41ca16f2fc59215", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a79afc4091c4020ad95afc95b55b388"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "692b780e9b9743bcbccc7fc1a2eac8c6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6e024e2771d4a2b96ba9c5021ec56f8"}], "type": "cloudformation", "id": "032a382d4d1c484593f9c411ce1d1c81", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4c254c3c04c42c2960ff372c0909865"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b18eb380141f4f9aa94f9589c5a18061"}, {"url": "http://192.30.9.9:8776/v2/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8d17ad49e2c4ab6b48fb6f2cdb99279"}], "type": "volumev2", "id": "03e9b2cf1c4e41d78b98f4fd1fcfc70c", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "770b06558a9a4c3a8a7ac2d14b8812d3"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a8156abd314314b0223ff105a86537"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e91f335bd3934313a220b5e83f467e63"}], "type": "compute", "id": "12a16304fba54d8790ae24be180662a4", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "447c00f04d9b4529834613f78a5e8931"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b13c4367cdec4d1f9ef9e8a6b55a1b5d"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3c3f0915a99412085e6ffe16178de7d"}], "type": "placement", "id": "43b33f18e62d4874968a40c1cac7d2c3", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0150548e6563497597f06e2a5c1e0f80"}, {"url": "http://172.30.9.30:8080/v1/AUTH_d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2d7710554d47aea21251027f01730d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7cbd7f2a8fb41a09a899f4e70949438"}], "type": "object-store", "id": "47fd18ec5af04901b08d6b335da622a4", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "4c1bbb4b7f924aca995a1a75fd88ba57", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11db8b7a67f74fb89ffbf515e40a1e74"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4da5eaecf8cf4057860f0d94003656fa"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "516e34472a724c67959f14075bcb110d"}], "type": "alarming", "id": "604579b4f76e49a7b207e3a31a607e38", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eafe74b72b1495695937bb502ec7183"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60e1bbf85bf64d4eae482f755e9593ca"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b77cd06ed094896a3dca27fb2584c9b"}], "type": "image", "id": "6d6baf22846b49a09924a617111f7a7f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "070bfaf9bb784b598dbc0f6e0d485b30"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b8a00a3018a47f2a7a6cf8ca3074f3b"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7df741350c4e47c991a2d6d73220c653"}], "type": "event", "id": "a3a6970be685486e818a57f0d2a835ee", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "31cc172229ea451e968a5d3ddf85f311"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e6c1b761ad744fd9457efb298f67e07"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6293c210a3234887ab48251240204ecf"}], "type": "identity", "id": "a5ea3b08f4bb43f5940e5dcfb8ef0914", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4027571469c944888d31bab6ee5a05af"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5af5903de64e4197b5ef3d75eeac1f94"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9f69403a4c84db6964116d5693ddcab"}], "type": "metric", "id": "bffe95b2df0041dcb446b17a8926efb7", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32827a45bb14419897f0172da644e9fc"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5623bc10935b464d9495634e64954151"}, {"url": "http://192.30.9.9:8776/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6cb8aad7d0a4f4fb48c91e8790fab04"}], "type": "volume", "id": "c369b4d3cbdf495d9003fc1f05464903", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46814e2a9905417aacf771b68dbfc707"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "737ba5e9326f46aa810310d791ed30b4"}, {"url": "http://192.30.9.9:8004/v1/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c7ed690c48f44500aae0fa33de41bf44"}], "type": "orchestration", "id": "dd27d5140ce0407fbdd5a8ef29740a3a", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2fc052fd5be04eb59befc9b9d6e9c177"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "920e8833ed59404da85f3a4182021ab9"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4bea842e80e4be0b8c404c5ada96b43"}], "type": "network", "id": "e0f89a374a6147faaf52a37c381d5685", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c1eb1b3bb7045a0b3ba39679ffe1e28"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db16771c1614d358613c40f5dcff5a6"}, {"url": "http://192.30.9.9:8776/v3/d375e46f6f2b472db41ca16f2fc59215", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c946f7ada60449e898349943b0839c67"}], "type": "volumev3", "id": "e863729ef9504412af12713bf00a3331", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "52a397aa2e1c435594f313aaae1020e1"}, "audit_ids": ["U0ztvwC7QRawf2gCwie9HA"], "issued_at": "2018-06-29T17:14:02.000000Z"}} 2018-06-29 17:14:02,712 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3811492e0db788eea42413e54c7bd1e36b9a2339" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-18978f9a-efd4-4b69-b1f5-699838561206-qos"}}' 2018-06-29 17:14:02,926 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:14:02 GMT Server: Apache x-compute-request-id: req-f9266c25-cfd5-44d0-ac31-478c40a24ec6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f9266c25-cfd5-44d0-ac31-478c40a24ec6 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "7f8b35bc-907c-43e1-90ce-8ca5521e5191", "name": "CinderUtilsVolumeTypeCompleteTests-18978f9a-efd4-4b69-b1f5-699838561206-qos"}, "links": [{"href": "http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/qos-specs/7f8b35bc-907c-43e1-90ce-8ca5521e5191", "rel": "self"}, {"href": "http://172.30.9.30:8776/d375e46f6f2b472db41ca16f2fc59215/qos-specs/7f8b35bc-907c-43e1-90ce-8ca5521e5191", "rel": "bookmark"}]} 2018-06-29 17:14:02,926 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/qos-specs used request id req-f9266c25-cfd5-44d0-ac31-478c40a24ec6 2018-06-29 17:14:02,929 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-f9266c25-cfd5-44d0-ac31-478c40a24ec6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3811492e0db788eea42413e54c7bd1e36b9a2339" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-18978f9a-efd4-4b69-b1f5-699838561206", "description": null}}' 2018-06-29 17:14:03,160 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:14:02 GMT Server: Apache x-compute-request-id: req-b7e0d275-a0b4-4f2d-8adb-643f0cf422b0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b7e0d275-a0b4-4f2d-8adb-643f0cf422b0 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-18978f9a-efd4-4b69-b1f5-699838561206", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "361430db-2fef-43fe-be0e-94330710fdbb", "description": null}} 2018-06-29 17:14:03,160 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types used request id req-b7e0d275-a0b4-4f2d-8adb-643f0cf422b0 2018-06-29 17:14:03,163 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types/361430db-2fef-43fe-be0e-94330710fdbb/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-f9266c25-cfd5-44d0-ac31-478c40a24ec6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3811492e0db788eea42413e54c7bd1e36b9a2339" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2018-06-29 17:14:03,341 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Fri, 29 Jun 2018 17:14:03 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-2cf21980-8946-4786-86cf-75e21bd285d0 x-openstack-request-id: req-2cf21980-8946-4786-86cf-75e21bd285d0 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 17:14:03,341 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types/361430db-2fef-43fe-be0e-94330710fdbb/encryption used request id req-2cf21980-8946-4786-86cf-75e21bd285d0 2018-06-29 17:14:03,341 - 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-2cf21980-8946-4786-86cf-75e21bd285d0) 2018-06-29 17:14:03,344 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f9266c25-cfd5-44d0-ac31-478c40a24ec6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3811492e0db788eea42413e54c7bd1e36b9a2339" 2018-06-29 17:14:03,533 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:14:03 GMT Server: Apache x-compute-request-id: req-d3f97fc9-2222-483e-b7b5-01b8f75fb23b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d3f97fc9-2222-483e-b7b5-01b8f75fb23b Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "7f8b35bc-907c-43e1-90ce-8ca5521e5191", "name": "CinderUtilsVolumeTypeCompleteTests-18978f9a-efd4-4b69-b1f5-699838561206-qos"}]} 2018-06-29 17:14:03,533 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/qos-specs used request id req-d3f97fc9-2222-483e-b7b5-01b8f75fb23b 2018-06-29 17:14:03,537 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/qos-specs/7f8b35bc-907c-43e1-90ce-8ca5521e5191/associate?vol_type_id=361430db-2fef-43fe-be0e-94330710fdbb -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f9266c25-cfd5-44d0-ac31-478c40a24ec6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3811492e0db788eea42413e54c7bd1e36b9a2339" 2018-06-29 17:14:03,776 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 17:14:03 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-cf0d583f-2766-4dd7-ad46-42c11970d849 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 17:14:03,776 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/qos-specs/7f8b35bc-907c-43e1-90ce-8ca5521e5191/associate?vol_type_id=361430db-2fef-43fe-be0e-94330710fdbb used request id req-cf0d583f-2766-4dd7-ad46-42c11970d849 2018-06-29 17:14:03,779 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types/361430db-2fef-43fe-be0e-94330710fdbb -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f9266c25-cfd5-44d0-ac31-478c40a24ec6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3811492e0db788eea42413e54c7bd1e36b9a2339" 2018-06-29 17:14:03,980 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:14:03 GMT Server: Apache x-compute-request-id: req-92132fa6-8c28-4410-950e-2332292bcb1f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-92132fa6-8c28-4410-950e-2332292bcb1f Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-18978f9a-efd4-4b69-b1f5-699838561206", "qos_specs_id": "7f8b35bc-907c-43e1-90ce-8ca5521e5191", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "361430db-2fef-43fe-be0e-94330710fdbb", "description": null}} 2018-06-29 17:14:03,980 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types/361430db-2fef-43fe-be0e-94330710fdbb used request id req-92132fa6-8c28-4410-950e-2332292bcb1f 2018-06-29 17:14:03,983 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types/361430db-2fef-43fe-be0e-94330710fdbb/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f9266c25-cfd5-44d0-ac31-478c40a24ec6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3811492e0db788eea42413e54c7bd1e36b9a2339" 2018-06-29 17:14:04,185 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 17:14:03 GMT Server: Apache x-compute-request-id: req-1b46e280-a6e7-4d4b-9d7f-04975c421f77 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-1b46e280-a6e7-4d4b-9d7f-04975c421f77 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-06-29 17:14:04,185 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types/361430db-2fef-43fe-be0e-94330710fdbb/encryption used request id req-1b46e280-a6e7-4d4b-9d7f-04975c421f77 2018-06-29 17:14:04,186 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-18978f9a-efd4-4b69-b1f5-699838561206 2018-06-29 17:14:04,189 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types/361430db-2fef-43fe-be0e-94330710fdbb -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f9266c25-cfd5-44d0-ac31-478c40a24ec6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3811492e0db788eea42413e54c7bd1e36b9a2339" 2018-06-29 17:14:04,514 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 17:14:04 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-13c18fb8-bebe-4677-83ef-ec5ba608e1c3 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 17:14:04,514 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/types/361430db-2fef-43fe-be0e-94330710fdbb used request id req-13c18fb8-bebe-4677-83ef-ec5ba608e1c3 2018-06-29 17:14:04,514 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-18978f9a-efd4-4b69-b1f5-699838561206-qos 2018-06-29 17:14:04,517 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/qos-specs/7f8b35bc-907c-43e1-90ce-8ca5521e5191?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f9266c25-cfd5-44d0-ac31-478c40a24ec6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3811492e0db788eea42413e54c7bd1e36b9a2339" 2018-06-29 17:14:04,730 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 17:14:04 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-b01f1b04-3642-4452-9637-85e2c3c4b911 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 17:14:04,730 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/d375e46f6f2b472db41ca16f2fc59215/qos-specs/7f8b35bc-907c-43e1-90ce-8ca5521e5191?force=False used request id req-b01f1b04-3642-4452-9637-85e2c3c4b911 2018-06-29 17:14:04,732 - 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-e0a8bfcd-e538-445c-b8d1-9a44feedeba5', u'provider': u'LuksEncryptor'}. Additional properties are not allowed (u'provider_class', u'name' were unexpected) (HTTP 400) (Request-ID: req-cf5badac-a67b-41c5-a48d-c1f541b80f97) ====================================================================== 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-40066da6-7bbb-4ab5-9969-bcedad97d911', u'provider': u'foo'}. Additional properties are not allowed (u'provider_class', u'name' were unexpected) (HTTP 400) (Request-ID: req-7f51992f-12e7-47a4-8d01-8893cbb4e70b) ====================================================================== 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-89cb69b3-4535-4042-a6f3-d6c99a61cbea', 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-a7ba7d7f-6c62-4b5f-a48f-d2b25d8b2631) ====================================================================== 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 770.421s FAILED (failures=2, errors=3) 2018-06-29 17:14:04,898 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-06-29 17:14:04,898 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 12:50 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-06-29 17:14:04,902 - xtesting.ci.run_tests - ERROR - The test case 'api_check' failed. 2018-06-29 17:14:04,902 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:06 | PASS | | api_check | functest | healthcheck | 12:50 | 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 17:14:04,911 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR