2018-06-29 05:25:17,081 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-136 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-06-29 05:25:17,083 - 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.23,192.30.9.4 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=o1i01bMGIY4jED9vTgWoOL64F 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=cd9dbb674f044f3998e73a09e2cc2f57 export OS_TENANT_NAME=admin export OS_REGION_NAME=regionOne 2018-06-29 05:25:17,083 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-06-29 05:25:17,084 - 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 05:25:17,085 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-06-29 05:25:17,085 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-06-29 05:25:17,396 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-06-29 05:25:17,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-06-29 05:25:17,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-06-29 05:25:17,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-06-29 05:25:17,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-06-29 05:25:17,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-06-29 05:25:17,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-06-29 05:25:17,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-06-29 05:25:17,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-06-29 05:25:17,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-06-29 05:25:17,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-06-29 05:25:17,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-06-29 05:25:17,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-06-29 05:25:17,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-06-29 05:25:17,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-06-29 05:25:17,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-06-29 05:25:17,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-06-29 05:25:17,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-06-29 05:25:17,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-06-29 05:25:17,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-06-29 05:25:17,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-06-29 05:25:17,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-06-29 05:25:17,416 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-aggregates 2018-06-29 05:25:17,416 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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 05:25:17,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:25:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8958a80d-33f9-4dd9-815e-1995f2380903 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:25:17,424 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-8958a80d-33f9-4dd9-815e-1995f2380903 2018-06-29 05:25:17,425 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:25:17,819 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:25:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["QHkfF0GxRFaHXonUIda48A"], "issued_at": "2018-06-29T05:25:17.000000Z"}} 2018-06-29 05:25:17,822 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}8698a1595b11b13ae550856ffaa054d1e46b6ce3" 2018-06-29 05:25:18,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:25: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-f42f9ed0-2a62-4ce9-ab5e-c0742206a3f2 x-compute-request-id: req-f42f9ed0-2a62-4ce9-ab5e-c0742206a3f2 Content-Length: 18 Content-Type: application/json RESP BODY: {"aggregates": []} 2018-06-29 05:25:18,595 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-aggregates used request id req-f42f9ed0-2a62-4ce9-ab5e-c0742206a3f2 2018-06-29 05:25:18,595 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-aggregates in 1.17869305611s 2018-06-29 05:25:18,595 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-aggregates used request id req-f42f9ed0-2a62-4ce9-ab5e-c0742206a3f2 2018-06-29 05:25:18,595 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_aggregates: [] 2018-06-29 05:25:18,598 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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 05:25:18,604 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 05:25:18 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 05:25:18,605 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-06-29 05:25:18,608 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}8698a1595b11b13ae550856ffaa054d1e46b6ce3" 2018-06-29 05:25:18,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:25:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a08c95f-292f-410b-a4cb-860ec1c6189f Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.23:5000/v3/domains/909964a4d3a8414dbee4bfb57523ee33"}, "tags": [], "enabled": true, "id": "909964a4d3a8414dbee4bfb57523ee33", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-06-29 05:25:18,708 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-6a08c95f-292f-410b-a4cb-860ec1c6189f 2018-06-29 05:25:18,708 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.10355591774s 2018-06-29 05:25:18,709 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-6a08c95f-292f-410b-a4cb-860ec1c6189f 2018-06-29 05:25:18,710 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_domains: [Munch({'description': u'', 'enabled': True, 'id': u'909964a4d3a8414dbee4bfb57523ee33', 'name': u'heat_stack'}), Munch({'description': u'The default domain', 'enabled': True, 'id': u'default', 'name': u'Default'})] 2018-06-29 05:25:18,713 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-06-29 05:25:18,716 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}8698a1595b11b13ae550856ffaa054d1e46b6ce3" 2018-06-29 05:25:18,815 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:25:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8084bb5-4460-49b1-a725-39711cdc1d99 Content-Encoding: gzip Content-Length: 1966 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/02658d3603284e7d848c202ce3854880"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "adfc97c877a043e3af2d324dc360f635", "id": "02658d3603284e7d848c202ce3854880"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/02c8233a39224afb881b4b4ace7523e3"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f756df481c754ba19c0c8c1801dd5e84", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/069adbf98de0497598781810638a3f42"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "60ae6ae0f6734ddf883a916a1376aa78", "id": "069adbf98de0497598781810638a3f42"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/0fa38a41e7644046b127310facda48c6"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b277c3242c7f488889dd1f8ca0b74d94", "id": "0fa38a41e7644046b127310facda48c6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/1431c72f42ff4ea19664c6d7808cbe86"}, "url": "http://172.30.9.23:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "adfc97c877a043e3af2d324dc360f635", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/1d698a11fe6f4d55ba674871c3448414"}, "url": "http://172.30.9.23:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/28ae97305caa4232a6cc4ef2172204a5"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b00ec9103c59425b9e9e039ef5711fc2", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/37fddc2aaf0b486793484aa06dfbd224"}, "url": "http://172.30.9.23:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b00ec9103c59425b9e9e039ef5711fc2", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/38da0535162146079bfb57ce78b81902"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a6c61eb7273a430aa050ee7f6519c09b", "id": "38da0535162146079bfb57ce78b81902"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/3a779b1c0fd84793bdebd022d1d7625c"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "554f5b8d6b934b8b80a3b32c2397b565", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/440bc60fdf7e4ca085a03cfad49b06cb"}, "url": "http://172.30.9.23:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f756df481c754ba19c0c8c1801dd5e84", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/4dcb3defa7c0406ba5561feb19cecd4d"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "fdd6618e36734858b9b5fcf3ad505686", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/5604c80734624819a059ed89bbdb3886"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "19a642c8705342b4a736ff27bebd7cac", "id": "5604c80734624819a059ed89bbdb3886"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/577fa7d0b1884f20a0771a15e16a9449"}, "url": "http://172.30.9.23:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "37e6e3e452314e8db5bff830515c85c3", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/58ca5af70e2744b9b8c33642cb9b0cdd"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "adfc97c877a043e3af2d324dc360f635", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/5df35e61f9f641578c2e8552cd24545d"}, "url": "http://172.30.9.23:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "60ae6ae0f6734ddf883a916a1376aa78", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/6bc00869fad5433f8546c5040157718d"}, "url": "http://172.30.9.23:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "627c1d1368dc4ec881aa100133986ce3", "id": "6bc00869fad5433f8546c5040157718d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/6c110397139e4d62bd2328c8b1aae9c4"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b00ec9103c59425b9e9e039ef5711fc2", "id": "6c110397139e4d62bd2328c8b1aae9c4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/7400cb1e1d314177a476e08ace4af974"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "627c1d1368dc4ec881aa100133986ce3", "id": "7400cb1e1d314177a476e08ace4af974"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/7464061e8e9049c5a56510c3e1e7710f"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "37e6e3e452314e8db5bff830515c85c3", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/775f69e7a8a841d2902cc9697b7598e4"}, "url": "http://172.30.9.23:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b277c3242c7f488889dd1f8ca0b74d94", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/7b9bcd89aa234bcaa02926314d16cb22"}, "url": "http://12.0.0.26:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/7f1122e248254960adde09aaafca383e"}, "url": "http://172.30.9.23:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "fdd6618e36734858b9b5fcf3ad505686", "id": "7f1122e248254960adde09aaafca383e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/870185dd4070434eba98b64cf12725b6"}, "url": "http://172.30.9.23:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a6c61eb7273a430aa050ee7f6519c09b", "id": "870185dd4070434eba98b64cf12725b6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/8bcd4837fbbf40e38d15880febd7dc08"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "60ae6ae0f6734ddf883a916a1376aa78", "id": "8bcd4837fbbf40e38d15880febd7dc08"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/90d3ae370c0b41a99fd10e7eedfd2fb0"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "37e6e3e452314e8db5bff830515c85c3", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/93088d0c3df446b5a1dbb6a291fdbc9f"}, "url": "http://192.30.9.4:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9f29c43d76f14760addec481af87d26a", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/9a171fcd850640438518becd806b44d6"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4aecb52e1fcd4465a6170acad5b87267", "id": "9a171fcd850640438518becd806b44d6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/9ac95dc1cae24d8ba52d1731e5ec06f8"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "19a642c8705342b4a736ff27bebd7cac", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/9b18328f37f148108e2a3991da645a85"}, "url": "http://12.0.0.26:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "id": "9b18328f37f148108e2a3991da645a85"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/9eb520fb6896438abdd7aab242637c92"}, "url": "http://172.30.9.23:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4aecb52e1fcd4465a6170acad5b87267", "id": "9eb520fb6896438abdd7aab242637c92"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/9f19a970790d4b69b72bddce4991e7fd"}, "url": "http://172.30.9.23:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "554f5b8d6b934b8b80a3b32c2397b565", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/a51bbeff8d374514b6589a659d1159ce"}, "url": "http://192.30.9.4:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9f29c43d76f14760addec481af87d26a", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/adfd75477f824711b81a4fd5b12f4e38"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4aecb52e1fcd4465a6170acad5b87267", "id": "adfd75477f824711b81a4fd5b12f4e38"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/c08adf0032d645e89d04697859b58cf0"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a6c61eb7273a430aa050ee7f6519c09b", "id": "c08adf0032d645e89d04697859b58cf0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/c5672c6bf9e3446f8e67650db9aa2b8c"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f756df481c754ba19c0c8c1801dd5e84", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/d9fd1d669caf47f59b36c32cafd3bf8e"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b277c3242c7f488889dd1f8ca0b74d94", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/e5542cb06f9b434c995f8e5429721c28"}, "url": "http://172.30.9.23:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "19a642c8705342b4a736ff27bebd7cac", "id": "e5542cb06f9b434c995f8e5429721c28"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/f7d774b3b1b248e593688b237f5c66d3"}, "url": "http://172.30.9.23:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9f29c43d76f14760addec481af87d26a", "id": "f7d774b3b1b248e593688b237f5c66d3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/fad21335f5d24361886fc1e3f51e038a"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "627c1d1368dc4ec881aa100133986ce3", "id": "fad21335f5d24361886fc1e3f51e038a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/fcee572983174db386877da1ef09bd9e"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "554f5b8d6b934b8b80a3b32c2397b565", "id": "fcee572983174db386877da1ef09bd9e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/fcf5b858b4924578900ce7d10ed776df"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "fdd6618e36734858b9b5fcf3ad505686", "id": "fcf5b858b4924578900ce7d10ed776df"}], "links": {"self": "http://172.30.9.23:5000/v3/endpoints", "previous": null, "next": null}} 2018-06-29 05:25:18,815 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/endpoints used request id req-b8084bb5-4460-49b1-a725-39711cdc1d99 2018-06-29 05:25:18,815 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.1018409729s 2018-06-29 05:25:18,816 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/endpoints used request id req-b8084bb5-4460-49b1-a725-39711cdc1d99 2018-06-29 05:25:18,823 - 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.23:5000/v3/endpoints/02658d3603284e7d848c202ce3854880'}, u'url': u'http://192.30.9.4:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'adfc97c877a043e3af2d324dc360f635', u'id': u'02658d3603284e7d848c202ce3854880'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/02c8233a39224afb881b4b4ace7523e3'}, u'url': u'http://192.30.9.4:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'f756df481c754ba19c0c8c1801dd5e84', u'id': u'02c8233a39224afb881b4b4ace7523e3'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/069adbf98de0497598781810638a3f42'}, u'url': u'http://192.30.9.4:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'60ae6ae0f6734ddf883a916a1376aa78', u'id': u'069adbf98de0497598781810638a3f42'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/0fa38a41e7644046b127310facda48c6'}, u'url': u'http://192.30.9.4:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'b277c3242c7f488889dd1f8ca0b74d94', u'id': u'0fa38a41e7644046b127310facda48c6'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/1431c72f42ff4ea19664c6d7808cbe86'}, u'url': u'http://172.30.9.23:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'adfc97c877a043e3af2d324dc360f635', u'id': u'1431c72f42ff4ea19664c6d7808cbe86'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/1d698a11fe6f4d55ba674871c3448414'}, u'url': u'http://172.30.9.23:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'9f3b2c2f4cf044d38d5e2848398c1ef0', u'id': u'1d698a11fe6f4d55ba674871c3448414'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/28ae97305caa4232a6cc4ef2172204a5'}, u'url': u'http://192.30.9.4:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'b00ec9103c59425b9e9e039ef5711fc2', u'id': u'28ae97305caa4232a6cc4ef2172204a5'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/37fddc2aaf0b486793484aa06dfbd224'}, u'url': u'http://172.30.9.23:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'b00ec9103c59425b9e9e039ef5711fc2', u'id': u'37fddc2aaf0b486793484aa06dfbd224'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/38da0535162146079bfb57ce78b81902'}, u'url': u'http://192.30.9.4:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'a6c61eb7273a430aa050ee7f6519c09b', u'id': u'38da0535162146079bfb57ce78b81902'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/3a779b1c0fd84793bdebd022d1d7625c'}, u'url': u'http://192.30.9.4:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'554f5b8d6b934b8b80a3b32c2397b565', u'id': u'3a779b1c0fd84793bdebd022d1d7625c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/440bc60fdf7e4ca085a03cfad49b06cb'}, u'url': u'http://172.30.9.23:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'f756df481c754ba19c0c8c1801dd5e84', u'id': u'440bc60fdf7e4ca085a03cfad49b06cb'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/4dcb3defa7c0406ba5561feb19cecd4d'}, u'url': u'http://192.30.9.4:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'fdd6618e36734858b9b5fcf3ad505686', u'id': u'4dcb3defa7c0406ba5561feb19cecd4d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/5604c80734624819a059ed89bbdb3886'}, u'url': u'http://192.30.9.4:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'19a642c8705342b4a736ff27bebd7cac', u'id': u'5604c80734624819a059ed89bbdb3886'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/577fa7d0b1884f20a0771a15e16a9449'}, u'url': u'http://172.30.9.23:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'37e6e3e452314e8db5bff830515c85c3', u'id': u'577fa7d0b1884f20a0771a15e16a9449'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/58ca5af70e2744b9b8c33642cb9b0cdd'}, u'url': u'http://192.30.9.4:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'adfc97c877a043e3af2d324dc360f635', u'id': u'58ca5af70e2744b9b8c33642cb9b0cdd'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/5df35e61f9f641578c2e8552cd24545d'}, u'url': u'http://172.30.9.23:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'60ae6ae0f6734ddf883a916a1376aa78', u'id': u'5df35e61f9f641578c2e8552cd24545d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/6bc00869fad5433f8546c5040157718d'}, u'url': u'http://172.30.9.23:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'627c1d1368dc4ec881aa100133986ce3', u'id': u'6bc00869fad5433f8546c5040157718d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/6c110397139e4d62bd2328c8b1aae9c4'}, u'url': u'http://192.30.9.4:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'b00ec9103c59425b9e9e039ef5711fc2', u'id': u'6c110397139e4d62bd2328c8b1aae9c4'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/7400cb1e1d314177a476e08ace4af974'}, u'url': u'http://192.30.9.4:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'627c1d1368dc4ec881aa100133986ce3', u'id': u'7400cb1e1d314177a476e08ace4af974'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/7464061e8e9049c5a56510c3e1e7710f'}, u'url': u'http://192.30.9.4:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'37e6e3e452314e8db5bff830515c85c3', u'id': u'7464061e8e9049c5a56510c3e1e7710f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/775f69e7a8a841d2902cc9697b7598e4'}, u'url': u'http://172.30.9.23:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'b277c3242c7f488889dd1f8ca0b74d94', u'id': u'775f69e7a8a841d2902cc9697b7598e4'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/7b9bcd89aa234bcaa02926314d16cb22'}, u'url': u'http://12.0.0.26:8080', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'9f3b2c2f4cf044d38d5e2848398c1ef0', u'id': u'7b9bcd89aa234bcaa02926314d16cb22'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/7f1122e248254960adde09aaafca383e'}, u'url': u'http://172.30.9.23:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'fdd6618e36734858b9b5fcf3ad505686', u'id': u'7f1122e248254960adde09aaafca383e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/870185dd4070434eba98b64cf12725b6'}, u'url': u'http://172.30.9.23:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'a6c61eb7273a430aa050ee7f6519c09b', u'id': u'870185dd4070434eba98b64cf12725b6'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/8bcd4837fbbf40e38d15880febd7dc08'}, u'url': u'http://192.30.9.4:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'60ae6ae0f6734ddf883a916a1376aa78', u'id': u'8bcd4837fbbf40e38d15880febd7dc08'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/90d3ae370c0b41a99fd10e7eedfd2fb0'}, u'url': u'http://192.30.9.4:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'37e6e3e452314e8db5bff830515c85c3', u'id': u'90d3ae370c0b41a99fd10e7eedfd2fb0'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/93088d0c3df446b5a1dbb6a291fdbc9f'}, u'url': u'http://192.30.9.4:35357', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'9f29c43d76f14760addec481af87d26a', u'id': u'93088d0c3df446b5a1dbb6a291fdbc9f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/9a171fcd850640438518becd806b44d6'}, u'url': u'http://192.30.9.4:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'4aecb52e1fcd4465a6170acad5b87267', u'id': u'9a171fcd850640438518becd806b44d6'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/9ac95dc1cae24d8ba52d1731e5ec06f8'}, u'url': u'http://192.30.9.4:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'19a642c8705342b4a736ff27bebd7cac', u'id': u'9ac95dc1cae24d8ba52d1731e5ec06f8'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/9b18328f37f148108e2a3991da645a85'}, u'url': u'http://12.0.0.26:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'9f3b2c2f4cf044d38d5e2848398c1ef0', u'id': u'9b18328f37f148108e2a3991da645a85'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/9eb520fb6896438abdd7aab242637c92'}, u'url': u'http://172.30.9.23:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'4aecb52e1fcd4465a6170acad5b87267', u'id': u'9eb520fb6896438abdd7aab242637c92'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/9f19a970790d4b69b72bddce4991e7fd'}, u'url': u'http://172.30.9.23:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'554f5b8d6b934b8b80a3b32c2397b565', u'id': u'9f19a970790d4b69b72bddce4991e7fd'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/a51bbeff8d374514b6589a659d1159ce'}, u'url': u'http://192.30.9.4:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'9f29c43d76f14760addec481af87d26a', u'id': u'a51bbeff8d374514b6589a659d1159ce'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/adfd75477f824711b81a4fd5b12f4e38'}, u'url': u'http://192.30.9.4:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'4aecb52e1fcd4465a6170acad5b87267', u'id': u'adfd75477f824711b81a4fd5b12f4e38'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/c08adf0032d645e89d04697859b58cf0'}, u'url': u'http://192.30.9.4:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'a6c61eb7273a430aa050ee7f6519c09b', u'id': u'c08adf0032d645e89d04697859b58cf0'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/c5672c6bf9e3446f8e67650db9aa2b8c'}, u'url': u'http://192.30.9.4:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'f756df481c754ba19c0c8c1801dd5e84', u'id': u'c5672c6bf9e3446f8e67650db9aa2b8c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/d9fd1d669caf47f59b36c32cafd3bf8e'}, u'url': u'http://192.30.9.4:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'b277c3242c7f488889dd1f8ca0b74d94', u'id': u'd9fd1d669caf47f59b36c32cafd3bf8e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/e5542cb06f9b434c995f8e5429721c28'}, u'url': u'http://172.30.9.23:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'19a642c8705342b4a736ff27bebd7cac', u'id': u'e5542cb06f9b434c995f8e5429721c28'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/f7d774b3b1b248e593688b237f5c66d3'}, u'url': u'http://172.30.9.23:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'9f29c43d76f14760addec481af87d26a', u'id': u'f7d774b3b1b248e593688b237f5c66d3'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/fad21335f5d24361886fc1e3f51e038a'}, u'url': u'http://192.30.9.4:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'627c1d1368dc4ec881aa100133986ce3', u'id': u'fad21335f5d24361886fc1e3f51e038a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/fcee572983174db386877da1ef09bd9e'}, u'url': u'http://192.30.9.4:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'554f5b8d6b934b8b80a3b32c2397b565', u'id': u'fcee572983174db386877da1ef09bd9e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/fcf5b858b4924578900ce7d10ed776df'}, u'url': u'http://192.30.9.4:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'fdd6618e36734858b9b5fcf3ad505686', u'id': u'fcf5b858b4924578900ce7d10ed776df'})] 2018-06-29 05:25:18,824 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.extensions 2018-06-29 05:25:18,826 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}8698a1595b11b13ae550856ffaa054d1e46b6ce3" 2018-06-29 05:25:18,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:25: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-a577ec18-e957-4976-a995-32bdd66a2732 x-compute-request-id: req-a577ec18-e957-4976-a995-32bdd66a2732 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 05:25:18,943 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/extensions used request id req-a577ec18-e957-4976-a995-32bdd66a2732 2018-06-29 05:25:18,943 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.extensions in 0.119302034378s 2018-06-29 05:25:18,944 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/extensions used request id req-a577ec18-e957-4976-a995-32bdd66a2732 2018-06-29 05:25:18,958 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-floating-ip-pools 2018-06-29 05:25:18,961 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}8698a1595b11b13ae550856ffaa054d1e46b6ce3" 2018-06-29 05:25:20,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:25: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-3e33e06b-9da0-4cd3-8fab-0b2d16a6d469 x-compute-request-id: req-3e33e06b-9da0-4cd3-8fab-0b2d16a6d469 Content-Length: 45 Content-Type: application/json RESP BODY: {"floating_ip_pools": [{"name": "external"}]} 2018-06-29 05:25:20,911 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-floating-ip-pools used request id req-3e33e06b-9da0-4cd3-8fab-0b2d16a6d469 2018-06-29 05:25:20,911 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-floating-ip-pools in 1.95255184174s 2018-06-29 05:25:20,911 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-floating-ip-pools used request id req-3e33e06b-9da0-4cd3-8fab-0b2d16a6d469 2018-06-29 05:25:20,912 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ip_pools: [{'name': u'external'}] 2018-06-29 05:25:20,917 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-06-29 05:25:20,917 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}8698a1595b11b13ae550856ffaa054d1e46b6ce3" 2018-06-29 05:25:22,027 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-c801c95b-8619-471e-ae88-ae1f834c535f Date: Fri, 29 Jun 2018 05:25:22 GMT RESP BODY: {"floatingips": []} 2018-06-29 05:25:22,028 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-c801c95b-8619-471e-ae88-ae1f834c535f 2018-06-29 05:25:22,028 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 1.11079001427s 2018-06-29 05:25:22,028 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-c801c95b-8619-471e-ae88-ae1f834c535f 2018-06-29 05:25:22,028 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ips: [] 2018-06-29 05:25:22,029 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-06-29 05:25:22,031 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}8698a1595b11b13ae550856ffaa054d1e46b6ce3" 2018-06-29 05:25:22,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:25: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-1dd4136c-6a79-480b-802d-81ca08e82fe8 x-compute-request-id: req-1dd4136c-6a79-480b-802d-81ca08e82fe8 Content-Encoding: gzip Content-Length: 735 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 434}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX-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-0.opnfvlf.org", "disabled_reason": null, "id": 437}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX-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 05:25:22,185 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-1dd4136c-6a79-480b-802d-81ca08e82fe8 2018-06-29 05:25:22,186 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.156908035278s 2018-06-29 05:25:22,186 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-1dd4136c-6a79-480b-802d-81ca08e82fe8 2018-06-29 05:25:22,187 - 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-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': 2, u'service': {u'host': u'overcloud-novacompute-1.opnfvlf.org', u'disabled_reason': None, u'id': 434}, u'vcpus_used': 0, u'hypervisor_type': u'QEMU', u'local_gb_used': 0, u'vcpus': 16, u'memory_mb_used': 4096, u'memory_mb': 32502, u'current_workload': 0, u'state': u'up', u'running_vms': 0}), Munch({u'status': u'enabled', u'host_ip': u'192.30.9.6', 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': 5, u'service': {u'host': u'overcloud-novacompute-0.opnfvlf.org', u'disabled_reason': None, u'id': 437}, 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 05:25:22,187 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-keypairs 2018-06-29 05:25:22,190 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}8698a1595b11b13ae550856ffaa054d1e46b6ce3" 2018-06-29 05:25:22,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:25:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-44c4b543-a75d-4046-b305-2098cad0832a x-compute-request-id: req-44c4b543-a75d-4046-b305-2098cad0832a Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-06-29 05:25:22,232 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-44c4b543-a75d-4046-b305-2098cad0832a 2018-06-29 05:25:22,232 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-keypairs in 0.0448949337006s 2018-06-29 05:25:22,233 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-44c4b543-a75d-4046-b305-2098cad0832a 2018-06-29 05:25:22,233 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_keypairs: [] 2018-06-29 05:25:22,233 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-06-29 05:25:22,234 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}8698a1595b11b13ae550856ffaa054d1e46b6ce3" 2018-06-29 05:25:23,279 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-70f2a095-eb96-4ce1-8bca-27768f550b7d Date: Fri, 29 Jun 2018 05:25:23 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"0e7f481a-c789-4462-9911-1581b2370e23","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"114a8cdc27184b288a7cbb609b5a20e9","l2_adjacency":true,"status":"ACTIVE","subnets":["cd8f9778-98be-4853-8c25-c3a09bf1702e"],"description":"","tags":[],"updated_at":"2018-06-29T05:22:35Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"114a8cdc27184b288a7cbb609b5a20e9","created_at":"2018-06-29T05:22:28Z","provider:network_type":"flat"}]} 2018-06-29 05:25:23,279 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-70f2a095-eb96-4ce1-8bca-27768f550b7d 2018-06-29 05:25:23,279 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.04587101936s 2018-06-29 05:25:23,279 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-70f2a095-eb96-4ce1-8bca-27768f550b7d 2018-06-29 05:25:23,280 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_networks: [Munch({u'status': u'ACTIVE', u'subnets': [u'cd8f9778-98be-4853-8c25-c3a09bf1702e'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-06-29T05:22:35Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'mtu': 1500, u'id': u'0e7f481a-c789-4462-9911-1581b2370e23', u'provider:segmentation_id': None, u'router:external': True, u'availability_zone_hints': [], u'availability_zones': [u'nova'], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'external', u'created_at': u'2018-06-29T05:22:28Z', u'provider:network_type': u'flat', u'tenant_id': u'114a8cdc27184b288a7cbb609b5a20e9', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'114a8cdc27184b288a7cbb609b5a20e9', u'l2_adjacency': True})] 2018-06-29 05:25:23,280 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-06-29 05:25:23,281 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}8698a1595b11b13ae550856ffaa054d1e46b6ce3" 2018-06-29 05:25:24,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-f8f15978-71af-4c8c-be4e-07f4d116bcc4 Date: Fri, 29 Jun 2018 05:25:24 GMT RESP BODY: {"ports":[]} 2018-06-29 05:25:24,289 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json used request id req-f8f15978-71af-4c8c-be4e-07f4d116bcc4 2018-06-29 05:25:24,289 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 1.00850296021s 2018-06-29 05:25:24,289 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json used request id req-f8f15978-71af-4c8c-be4e-07f4d116bcc4 2018-06-29 05:25:24,289 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_ports: [] 2018-06-29 05:25:24,293 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-06-29 05:25:24,296 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}8698a1595b11b13ae550856ffaa054d1e46b6ce3" 2018-06-29 05:25:24,383 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:25:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-445b0a2d-7f6f-4e8f-972f-75ef9e9e3895 Content-Encoding: gzip Content-Length: 727 Content-Type: application/json RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "114a8cdc27184b288a7cbb609b5a20e9"}}, "role": {"id": "717fbf971879477fa2e582732bd31427"}, "user": {"id": "2e7f1d6ac62a43baaddff6528926384f"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/114a8cdc27184b288a7cbb609b5a20e9/users/2e7f1d6ac62a43baaddff6528926384f/roles/717fbf971879477fa2e582732bd31427"}}, {"scope": {"project": {"id": "114a8cdc27184b288a7cbb609b5a20e9"}}, "role": {"id": "717fbf971879477fa2e582732bd31427"}, "user": {"id": "44d808c34960473a8370c82a0a0e4dbb"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/114a8cdc27184b288a7cbb609b5a20e9/users/44d808c34960473a8370c82a0a0e4dbb/roles/717fbf971879477fa2e582732bd31427"}}, {"scope": {"project": {"id": "114a8cdc27184b288a7cbb609b5a20e9"}}, "role": {"id": "19d73f80b5b344bfb9d61349360934cf"}, "user": {"id": "54cb3861713b412895c8758a60bf2d2f"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/114a8cdc27184b288a7cbb609b5a20e9/users/54cb3861713b412895c8758a60bf2d2f/roles/19d73f80b5b344bfb9d61349360934cf"}}, {"scope": {"project": {"id": "114a8cdc27184b288a7cbb609b5a20e9"}}, "role": {"id": "717fbf971879477fa2e582732bd31427"}, "user": {"id": "54cb3861713b412895c8758a60bf2d2f"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/114a8cdc27184b288a7cbb609b5a20e9/users/54cb3861713b412895c8758a60bf2d2f/roles/717fbf971879477fa2e582732bd31427"}}, {"scope": {"project": {"id": "114a8cdc27184b288a7cbb609b5a20e9"}}, "role": {"id": "717fbf971879477fa2e582732bd31427"}, "user": {"id": "7b94a956c8574fdfaa8c9e1719909e73"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/114a8cdc27184b288a7cbb609b5a20e9/users/7b94a956c8574fdfaa8c9e1719909e73/roles/717fbf971879477fa2e582732bd31427"}}, {"scope": {"project": {"id": "114a8cdc27184b288a7cbb609b5a20e9"}}, "role": {"id": "717fbf971879477fa2e582732bd31427"}, "user": {"id": "8951ed4ff13a4aac914c5c9d06decbdf"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/114a8cdc27184b288a7cbb609b5a20e9/users/8951ed4ff13a4aac914c5c9d06decbdf/roles/717fbf971879477fa2e582732bd31427"}}, {"scope": {"project": {"id": "114a8cdc27184b288a7cbb609b5a20e9"}}, "role": {"id": "717fbf971879477fa2e582732bd31427"}, "user": {"id": "aa987e7e8f6148a49640656daf64e8dc"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/114a8cdc27184b288a7cbb609b5a20e9/users/aa987e7e8f6148a49640656daf64e8dc/roles/717fbf971879477fa2e582732bd31427"}}, {"scope": {"project": {"id": "114a8cdc27184b288a7cbb609b5a20e9"}}, "role": {"id": "717fbf971879477fa2e582732bd31427"}, "user": {"id": "b2847bfa6561418b8e69807fe6ca0664"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/114a8cdc27184b288a7cbb609b5a20e9/users/b2847bfa6561418b8e69807fe6ca0664/roles/717fbf971879477fa2e582732bd31427"}}, {"scope": {"project": {"id": "114a8cdc27184b288a7cbb609b5a20e9"}}, "role": {"id": "717fbf971879477fa2e582732bd31427"}, "user": {"id": "bf3e4cb4ac1c43cc918067145f183131"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/114a8cdc27184b288a7cbb609b5a20e9/users/bf3e4cb4ac1c43cc918067145f183131/roles/717fbf971879477fa2e582732bd31427"}}, {"scope": {"project": {"id": "cd9dbb674f044f3998e73a09e2cc2f57"}}, "role": {"id": "717fbf971879477fa2e582732bd31427"}, "user": {"id": "c13100c6fdf740938502979241e10e11"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57/users/c13100c6fdf740938502979241e10e11/roles/717fbf971879477fa2e582732bd31427"}}, {"scope": {"project": {"id": "114a8cdc27184b288a7cbb609b5a20e9"}}, "role": {"id": "717fbf971879477fa2e582732bd31427"}, "user": {"id": "da2608adf98e42d4aa462d180f540a14"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/114a8cdc27184b288a7cbb609b5a20e9/users/da2608adf98e42d4aa462d180f540a14/roles/717fbf971879477fa2e582732bd31427"}}, {"scope": {"project": {"id": "114a8cdc27184b288a7cbb609b5a20e9"}}, "role": {"id": "717fbf971879477fa2e582732bd31427"}, "user": {"id": "e4c2c1ce32f74522aa400fd1ec290e18"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/114a8cdc27184b288a7cbb609b5a20e9/users/e4c2c1ce32f74522aa400fd1ec290e18/roles/717fbf971879477fa2e582732bd31427"}}, {"scope": {"project": {"id": "114a8cdc27184b288a7cbb609b5a20e9"}}, "role": {"id": "717fbf971879477fa2e582732bd31427"}, "user": {"id": "f7d48087d8954b058ae2cb14652803e3"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/114a8cdc27184b288a7cbb609b5a20e9/users/f7d48087d8954b058ae2cb14652803e3/roles/717fbf971879477fa2e582732bd31427"}}, {"scope": {"project": {"id": "114a8cdc27184b288a7cbb609b5a20e9"}}, "role": {"id": "717fbf971879477fa2e582732bd31427"}, "user": {"id": "fbe7c63206634d47a119de5a17405df5"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/114a8cdc27184b288a7cbb609b5a20e9/users/fbe7c63206634d47a119de5a17405df5/roles/717fbf971879477fa2e582732bd31427"}}, {"scope": {"domain": {"id": "909964a4d3a8414dbee4bfb57523ee33"}}, "role": {"id": "717fbf971879477fa2e582732bd31427"}, "user": {"id": "8692a24e39ee4e4582315312080b68e8"}, "links": {"assignment": "http://172.30.9.23:5000/v3/domains/909964a4d3a8414dbee4bfb57523ee33/users/8692a24e39ee4e4582315312080b68e8/roles/717fbf971879477fa2e582732bd31427"}}, {"scope": {"system": {"all": true}}, "role": {"id": "717fbf971879477fa2e582732bd31427"}, "user": {"id": "c13100c6fdf740938502979241e10e11"}, "links": {"assignment": "http://172.30.9.23:5000/v3/system/users/c13100c6fdf740938502979241e10e11/roles/717fbf971879477fa2e582732bd31427"}}], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments", "previous": null, "next": null}} 2018-06-29 05:25:24,383 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments used request id req-445b0a2d-7f6f-4e8f-972f-75ef9e9e3895 2018-06-29 05:25:24,383 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0902969837189s 2018-06-29 05:25:24,384 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments used request id req-445b0a2d-7f6f-4e8f-972f-75ef9e9e3895 2018-06-29 05:25:24,387 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_role_assignments: [Munch({'project': u'114a8cdc27184b288a7cbb609b5a20e9', 'id': u'717fbf971879477fa2e582732bd31427', 'user': u'2e7f1d6ac62a43baaddff6528926384f'}), Munch({'project': u'114a8cdc27184b288a7cbb609b5a20e9', 'id': u'717fbf971879477fa2e582732bd31427', 'user': u'44d808c34960473a8370c82a0a0e4dbb'}), Munch({'project': u'114a8cdc27184b288a7cbb609b5a20e9', 'id': u'19d73f80b5b344bfb9d61349360934cf', 'user': u'54cb3861713b412895c8758a60bf2d2f'}), Munch({'project': u'114a8cdc27184b288a7cbb609b5a20e9', 'id': u'717fbf971879477fa2e582732bd31427', 'user': u'54cb3861713b412895c8758a60bf2d2f'}), Munch({'project': u'114a8cdc27184b288a7cbb609b5a20e9', 'id': u'717fbf971879477fa2e582732bd31427', 'user': u'7b94a956c8574fdfaa8c9e1719909e73'}), Munch({'project': u'114a8cdc27184b288a7cbb609b5a20e9', 'id': u'717fbf971879477fa2e582732bd31427', 'user': u'8951ed4ff13a4aac914c5c9d06decbdf'}), Munch({'project': u'114a8cdc27184b288a7cbb609b5a20e9', 'id': u'717fbf971879477fa2e582732bd31427', 'user': u'aa987e7e8f6148a49640656daf64e8dc'}), Munch({'project': u'114a8cdc27184b288a7cbb609b5a20e9', 'id': u'717fbf971879477fa2e582732bd31427', 'user': u'b2847bfa6561418b8e69807fe6ca0664'}), Munch({'project': u'114a8cdc27184b288a7cbb609b5a20e9', 'id': u'717fbf971879477fa2e582732bd31427', 'user': u'bf3e4cb4ac1c43cc918067145f183131'}), Munch({'project': u'cd9dbb674f044f3998e73a09e2cc2f57', 'id': u'717fbf971879477fa2e582732bd31427', 'user': u'c13100c6fdf740938502979241e10e11'}), Munch({'project': u'114a8cdc27184b288a7cbb609b5a20e9', 'id': u'717fbf971879477fa2e582732bd31427', 'user': u'da2608adf98e42d4aa462d180f540a14'}), Munch({'project': u'114a8cdc27184b288a7cbb609b5a20e9', 'id': u'717fbf971879477fa2e582732bd31427', 'user': u'e4c2c1ce32f74522aa400fd1ec290e18'}), Munch({'project': u'114a8cdc27184b288a7cbb609b5a20e9', 'id': u'717fbf971879477fa2e582732bd31427', 'user': u'f7d48087d8954b058ae2cb14652803e3'}), Munch({'project': u'114a8cdc27184b288a7cbb609b5a20e9', 'id': u'717fbf971879477fa2e582732bd31427', 'user': u'fbe7c63206634d47a119de5a17405df5'}), Munch({'domain': u'909964a4d3a8414dbee4bfb57523ee33', 'id': u'717fbf971879477fa2e582732bd31427', 'user': u'8692a24e39ee4e4582315312080b68e8'}), Munch({'id': u'717fbf971879477fa2e582732bd31427', 'user': u'c13100c6fdf740938502979241e10e11'})] 2018-06-29 05:25:24,391 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-06-29 05:25:24,394 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}8698a1595b11b13ae550856ffaa054d1e46b6ce3" 2018-06-29 05:25:24,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:25:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-deefab9e-16c7-4b07-a8e3-4066a69472b1 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "19d73f80b5b344bfb9d61349360934cf", "links": {"self": "http://172.30.9.23:5000/v3/roles/19d73f80b5b344bfb9d61349360934cf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "3e31d7f88da14e96a7f6569ea6c8c4a2", "links": {"self": "http://172.30.9.23:5000/v3/roles/3e31d7f88da14e96a7f6569ea6c8c4a2"}, "name": "swiftoperator"}, {"domain_id": null, "id": "717fbf971879477fa2e582732bd31427", "links": {"self": "http://172.30.9.23:5000/v3/roles/717fbf971879477fa2e582732bd31427"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa3ed44aae904d6dae0b4b166fd06676", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa3ed44aae904d6dae0b4b166fd06676"}, "name": "heat_stack_user"}]} 2018-06-29 05:25:24,589 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-deefab9e-16c7-4b07-a8e3-4066a69472b1 2018-06-29 05:25:24,589 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.198466062546s 2018-06-29 05:25:24,589 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-deefab9e-16c7-4b07-a8e3-4066a69472b1 2018-06-29 05:25:24,591 - 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'ResellerAdmin', 'id': u'19d73f80b5b344bfb9d61349360934cf'}), 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'3e31d7f88da14e96a7f6569ea6c8c4a2'}), 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'717fbf971879477fa2e582732bd31427'}), 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'aa3ed44aae904d6dae0b4b166fd06676'})] 2018-06-29 05:25:24,591 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-06-29 05:25:24,592 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}8698a1595b11b13ae550856ffaa054d1e46b6ce3" 2018-06-29 05:25:25,692 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-93d63cbc-912e-4ddd-b7a4-557515e66988 Date: Fri, 29 Jun 2018 05:25:25 GMT RESP BODY: {"routers": []} 2018-06-29 05:25:25,693 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-93d63cbc-912e-4ddd-b7a4-557515e66988 2018-06-29 05:25:25,693 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 1.10141682625s 2018-06-29 05:25:25,693 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-93d63cbc-912e-4ddd-b7a4-557515e66988 2018-06-29 05:25:25,693 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_routers: [] 2018-06-29 05:25:25,694 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-06-29 05:25:25,696 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}8698a1595b11b13ae550856ffaa054d1e46b6ce3" 2018-06-29 05:25:25,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:25: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-84b890a5-3b06-42a1-9552-ac290a5776af x-compute-request-id: req-84b890a5-3b06-42a1-9552-ac290a5776af Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-06-29 05:25:25,922 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-84b890a5-3b06-42a1-9552-ac290a5776af 2018-06-29 05:25:25,922 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.228651046753s 2018-06-29 05:25:25,923 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-84b890a5-3b06-42a1-9552-ac290a5776af 2018-06-29 05:25:25,923 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_servers: [] 2018-06-29 05:25:25,926 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-06-29 05:25:25,929 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.4: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 05:25:25,936 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 05:25: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://192.30.9.4: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.4:35357/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 05:25:25,937 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.4: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}8698a1595b11b13ae550856ffaa054d1e46b6ce3" 2018-06-29 05:25:26,104 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:25:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7610845e-1bdd-40a9-b0fc-1c007f0cac16 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"services": [{"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.4:35357/v3/services/19a642c8705342b4a736ff27bebd7cac"}, "enabled": true, "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.4:35357/v3/services/37e6e3e452314e8db5bff830515c85c3"}, "enabled": true, "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.4:35357/v3/services/4aecb52e1fcd4465a6170acad5b87267"}, "enabled": true, "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.4:35357/v3/services/554f5b8d6b934b8b80a3b32c2397b565"}, "enabled": true, "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.4:35357/v3/services/60ae6ae0f6734ddf883a916a1376aa78"}, "enabled": true, "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.4:35357/v3/services/627c1d1368dc4ec881aa100133986ce3"}, "enabled": true, "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.4:35357/v3/services/810e2ec4a8ee4c8ab0acf5740e620a31"}, "enabled": true, "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.4:35357/v3/services/9f29c43d76f14760addec481af87d26a"}, "enabled": true, "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.4:35357/v3/services/9f3b2c2f4cf044d38d5e2848398c1ef0"}, "enabled": true, "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.4:35357/v3/services/a6c61eb7273a430aa050ee7f6519c09b"}, "enabled": true, "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.4:35357/v3/services/adfc97c877a043e3af2d324dc360f635"}, "enabled": true, "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.4:35357/v3/services/b00ec9103c59425b9e9e039ef5711fc2"}, "enabled": true, "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.4:35357/v3/services/b277c3242c7f488889dd1f8ca0b74d94"}, "enabled": true, "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.4:35357/v3/services/f756df481c754ba19c0c8c1801dd5e84"}, "enabled": true, "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.4:35357/v3/services/fdd6618e36734858b9b5fcf3ad505686"}, "enabled": true, "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "links": {"self": "http://192.30.9.4:35357/v3/services", "previous": null, "next": null}} 2018-06-29 05:25:26,104 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-7610845e-1bdd-40a9-b0fc-1c007f0cac16 2018-06-29 05:25:26,104 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.177857875824s 2018-06-29 05:25:26,104 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-7610845e-1bdd-40a9-b0fc-1c007f0cac16 2018-06-29 05:25:26,109 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_services: [Munch({'description': u'OpenStack Alarming Service', 'service_type': u'alarming', 'type': u'alarming', 'enabled': True, 'id': u'19a642c8705342b4a736ff27bebd7cac', 'name': u'aodh'}), Munch({'description': u'Openstack Orchestration Service', 'service_type': u'orchestration', 'type': u'orchestration', 'enabled': True, 'id': u'37e6e3e452314e8db5bff830515c85c3', 'name': u'heat'}), Munch({'description': u'Cinder Service v2', 'service_type': u'volumev2', 'type': u'volumev2', 'enabled': True, 'id': u'4aecb52e1fcd4465a6170acad5b87267', 'name': u'cinderv2'}), Munch({'description': u'Cinder Service v3', 'service_type': u'volumev3', 'type': u'volumev3', 'enabled': True, 'id': u'554f5b8d6b934b8b80a3b32c2397b565', 'name': u'cinderv3'}), Munch({'description': u'OpenStack Event Service', 'service_type': u'event', 'type': u'event', 'enabled': True, 'id': u'60ae6ae0f6734ddf883a916a1376aa78', 'name': u'panko'}), Munch({'description': u'OpenStack Image Service', 'service_type': u'image', 'type': u'image', 'enabled': True, 'id': u'627c1d1368dc4ec881aa100133986ce3', 'name': u'glance'}), Munch({'description': u'Openstack Metering Service', 'service_type': u'metering', 'type': u'metering', 'enabled': True, 'id': u'810e2ec4a8ee4c8ab0acf5740e620a31', 'name': u'ceilometer'}), Munch({'description': u'OpenStack Identity Service', 'service_type': u'identity', 'type': u'identity', 'enabled': True, 'id': u'9f29c43d76f14760addec481af87d26a', 'name': u'keystone'}), Munch({'description': u'Openstack Object-Store Service', 'service_type': u'object-store', 'type': u'object-store', 'enabled': True, 'id': u'9f3b2c2f4cf044d38d5e2848398c1ef0', 'name': u'swift'}), Munch({'description': u'Openstack Compute Service', 'service_type': u'compute', 'type': u'compute', 'enabled': True, 'id': u'a6c61eb7273a430aa050ee7f6519c09b', 'name': u'nova'}), Munch({'description': u'OpenStack Metric Service', 'service_type': u'metric', 'type': u'metric', 'enabled': True, 'id': u'adfc97c877a043e3af2d324dc360f635', 'name': u'gnocchi'}), Munch({'description': u'Openstack Placement Service', 'service_type': u'placement', 'type': u'placement', 'enabled': True, 'id': u'b00ec9103c59425b9e9e039ef5711fc2', 'name': u'placement'}), Munch({'description': u'Openstack Cloudformation Service', 'service_type': u'cloudformation', 'type': u'cloudformation', 'enabled': True, 'id': u'b277c3242c7f488889dd1f8ca0b74d94', 'name': u'heat-cfn'}), Munch({'description': u'Neutron Networking Service', 'service_type': u'network', 'type': u'network', 'enabled': True, 'id': u'f756df481c754ba19c0c8c1801dd5e84', 'name': u'neutron'}), Munch({'description': u'Cinder Service', 'service_type': u'volume', 'type': u'volume', 'enabled': True, 'id': u'fdd6618e36734858b9b5fcf3ad505686', 'name': u'cinder'})] 2018-06-29 05:25:26,110 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-06-29 05:25:26,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}8698a1595b11b13ae550856ffaa054d1e46b6ce3" 2018-06-29 05:25:27,143 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-b546c356-611c-403f-ba4b-f906b9c6b40b Date: Fri, 29 Jun 2018 05:25:27 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:22:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"cd8f9778-98be-4853-8c25-c3a09bf1702e","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"114a8cdc27184b288a7cbb609b5a20e9","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"0e7f481a-c789-4462-9911-1581b2370e23","tenant_id":"114a8cdc27184b288a7cbb609b5a20e9","created_at":"2018-06-29T05:22:35Z","ip_version":4}]} 2018-06-29 05:25:27,143 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-b546c356-611c-403f-ba4b-f906b9c6b40b 2018-06-29 05:25:27,143 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 1.03299212456s 2018-06-29 05:25:27,143 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-b546c356-611c-403f-ba4b-f906b9c6b40b 2018-06-29 05:25:27,144 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_subnets: [Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-06-29T05:22:35Z', 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'cd8f9778-98be-4853-8c25-c3a09bf1702e', u'subnetpool_id': None, u'service_types': [], u'name': u'external-subnet', u'enable_dhcp': False, u'segment_id': None, u'network_id': u'0e7f481a-c789-4462-9911-1581b2370e23', u'tenant_id': u'114a8cdc27184b288a7cbb609b5a20e9', u'created_at': u'2018-06-29T05:22:35Z', u'dns_nameservers': [], u'gateway_ip': u'172.30.9.1', u'ip_version': 4, u'project_id': u'114a8cdc27184b288a7cbb609b5a20e9'})] 2018-06-29 05:25:27,257 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-06-29 05:25:27,258 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:10 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-06-29 05:25:27,261 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-06-29 05:25:27,887 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-06-29 05:25:27,887 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-06-29 05:25:27,887 - openstack_tests - INFO - OS Credentials = > 2018-06-29 05:25:27,887 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:27,888 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:25:28,372 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:25:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["sqFiwzuwQNOz_fftsp7siw"], "issued_at": "2018-06-29T05:25:28.000000Z"}} 2018-06-29 05:25:28,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29626bcf118ec6542f9747c8488ade00cacedbd2" 2018-06-29 05:25:29,437 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-071c77c8-113c-40f5-91ce-57d3c339e1a0 Date: Fri, 29 Jun 2018 05:25:29 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"0e7f481a-c789-4462-9911-1581b2370e23","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"114a8cdc27184b288a7cbb609b5a20e9","l2_adjacency":true,"status":"ACTIVE","subnets":["cd8f9778-98be-4853-8c25-c3a09bf1702e"],"description":"","tags":[],"updated_at":"2018-06-29T05:22:35Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"114a8cdc27184b288a7cbb609b5a20e9","created_at":"2018-06-29T05:22:28Z","provider:network_type":"flat"}]} 2018-06-29 05:25:29,437 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?router%3Aexternal=True used request id req-071c77c8-113c-40f5-91ce-57d3c339e1a0 2018-06-29 05:25:29,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=0e7f481a-c789-4462-9911-1581b2370e23 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29626bcf118ec6542f9747c8488ade00cacedbd2" 2018-06-29 05:25:30,393 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-91bd9557-4c20-4923-8e0c-7d4c0b34efd0 Date: Fri, 29 Jun 2018 05:25:30 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:22:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"cd8f9778-98be-4853-8c25-c3a09bf1702e","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"114a8cdc27184b288a7cbb609b5a20e9","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"0e7f481a-c789-4462-9911-1581b2370e23","tenant_id":"114a8cdc27184b288a7cbb609b5a20e9","created_at":"2018-06-29T05:22:35Z","ip_version":4}]} 2018-06-29 05:25:30,393 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=0e7f481a-c789-4462-9911-1581b2370e23 used request id req-91bd9557-4c20-4923-8e0c-7d4c0b34efd0 2018-06-29 05:25:30,394 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-06-29 05:25:30,395 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,396 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,397 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,397 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,398 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,399 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,400 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,401 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,401 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,402 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,403 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,403 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,404 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,405 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,406 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,407 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,407 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,408 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,408 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,409 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,410 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,411 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,411 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,412 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,412 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,413 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,414 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,415 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,415 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,416 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,416 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,417 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,418 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,419 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,419 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,420 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,421 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,421 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,422 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,423 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,423 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,424 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,424 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,425 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,426 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,426 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,427 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,428 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,428 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,429 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,429 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,430 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,430 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,432 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,433 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,433 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,434 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,434 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,435 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,436 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,436 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,437 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,437 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,438 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,439 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,439 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,440 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,441 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,441 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,442 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,443 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,443 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,444 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,444 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,445 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,445 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,446 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,447 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,447 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,448 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,449 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,449 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,450 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,451 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,451 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,452 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,452 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,453 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,454 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,454 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,455 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,456 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,456 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,457 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,457 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,458 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,458 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,459 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,459 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,460 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:30,474 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to url/v3/auth/tokens 2018-06-29 05:25:30,475 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:25:30,955 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:25:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["TrL3z2B7QDij5uEybFQeVw"], "issued_at": "2018-06-29T05:25:30.000000Z"}} 2018-06-29 05:25:30,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&name=foo -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4de1ae1072c616d1dea39d0549f42307a39757f9" 2018-06-29 05:25:31,678 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 87 Content-Type: application/json X-Openstack-Request-Id: req-0070cc6e-92e6-486c-b512-495b67abd913 Date: Fri, 29 Jun 2018 05:25:31 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20&name=foo"} 2018-06-29 05:25:31,679 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&name=foo used request id req-0070cc6e-92e6-486c-b512-495b67abd913 2018-06-29 05:25:31,679 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:31,680 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to url/v3/auth/tokens 2018-06-29 05:25:31,680 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:25:32,182 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:25:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["taN4CXx2TxezmTrAEbrKnw"], "issued_at": "2018-06-29T05:25:32.000000Z"}} 2018-06-29 05:25:32,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}e6670ec5dc1129578f38d656e343e84d1781500f" 2018-06-29 05:25:32,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:25:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5f06a30-af34-471f-8960-6a65e98f3a69 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:25:32,271 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-f5f06a30-af34-471f-8960-6a65e98f3a69 2018-06-29 05:25:32,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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 05:25:32,280 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 05:25:32 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 05:25:32,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6670ec5dc1129578f38d656e343e84d1781500f" 2018-06-29 05:25:32,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:25:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56c760b2-cb46-40d4-9454-606071913dac Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/2e7f1d6ac62a43baaddff6528926384f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e7f1d6ac62a43baaddff6528926384f", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/44d808c34960473a8370c82a0a0e4dbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "44d808c34960473a8370c82a0a0e4dbb", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/54cb3861713b412895c8758a60bf2d2f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "54cb3861713b412895c8758a60bf2d2f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/7b94a956c8574fdfaa8c9e1719909e73"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b94a956c8574fdfaa8c9e1719909e73", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/8692a24e39ee4e4582315312080b68e8"}, "domain_id": "909964a4d3a8414dbee4bfb57523ee33", "enabled": true, "options": {}, "id": "8692a24e39ee4e4582315312080b68e8", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/8951ed4ff13a4aac914c5c9d06decbdf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8951ed4ff13a4aac914c5c9d06decbdf", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/aa987e7e8f6148a49640656daf64e8dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa987e7e8f6148a49640656daf64e8dc", "email": "nova@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/b2847bfa6561418b8e69807fe6ca0664"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b2847bfa6561418b8e69807fe6ca0664", "email": "swift@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/bf3e4cb4ac1c43cc918067145f183131"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bf3e4cb4ac1c43cc918067145f183131", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/c13100c6fdf740938502979241e10e11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c13100c6fdf740938502979241e10e11", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/da2608adf98e42d4aa462d180f540a14"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da2608adf98e42d4aa462d180f540a14", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/e4c2c1ce32f74522aa400fd1ec290e18"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4c2c1ce32f74522aa400fd1ec290e18", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/f7d48087d8954b058ae2cb14652803e3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f7d48087d8954b058ae2cb14652803e3", "email": "panko@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/fbe7c63206634d47a119de5a17405df5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe7c63206634d47a119de5a17405df5", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-06-29 05:25:32,467 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-56c760b2-cb46-40d4-9454-606071913dac 2018-06-29 05:25:32,468 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:32,469 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to url/v3/auth/tokens 2018-06-29 05:25:32,469 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:25:32,930 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:25:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["FIEjoQqhSbmAeG4Ao4sE3Q"], "issued_at": "2018-06-29T05:25:32.000000Z"}} 2018-06-29 05:25:32,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1974ae5e939c83bed0cbbd4e2ba14929f5e261fa" 2018-06-29 05:25:33,891 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-bcddefe6-62b4-4282-b7f2-f4f32af738f5 Date: Fri, 29 Jun 2018 05:25:33 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"0e7f481a-c789-4462-9911-1581b2370e23","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"114a8cdc27184b288a7cbb609b5a20e9","l2_adjacency":true,"status":"ACTIVE","subnets":["cd8f9778-98be-4853-8c25-c3a09bf1702e"],"description":"","tags":[],"updated_at":"2018-06-29T05:22:35Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"114a8cdc27184b288a7cbb609b5a20e9","created_at":"2018-06-29T05:22:28Z","provider:network_type":"flat"}]} 2018-06-29 05:25:33,891 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks used request id req-bcddefe6-62b4-4282-b7f2-f4f32af738f5 2018-06-29 05:25:33,892 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:25:34,295 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:25:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["1yloF0V3TISYi0_Nm7UXzg"], "issued_at": "2018-06-29T05:25:34.000000Z"}} 2018-06-29 05:25:34,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e6d3b30ca980e0391176d0f9d4ec7ace3f2b769" 2018-06-29 05:25:34,550 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-cce771f7-c3e4-4c6a-a5b3-c06eef611e1b Date: Fri, 29 Jun 2018 05:25:34 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"0e7f481a-c789-4462-9911-1581b2370e23","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"114a8cdc27184b288a7cbb609b5a20e9","l2_adjacency":true,"status":"ACTIVE","subnets":["cd8f9778-98be-4853-8c25-c3a09bf1702e"],"description":"","tags":[],"updated_at":"2018-06-29T05:22:35Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"114a8cdc27184b288a7cbb609b5a20e9","created_at":"2018-06-29T05:22:28Z","provider:network_type":"flat"}]} 2018-06-29 05:25:34,551 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?router%3Aexternal=True used request id req-cce771f7-c3e4-4c6a-a5b3-c06eef611e1b 2018-06-29 05:25:34,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=0e7f481a-c789-4462-9911-1581b2370e23 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e6d3b30ca980e0391176d0f9d4ec7ace3f2b769" 2018-06-29 05:25:34,848 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-84f97581-137e-4fe0-b5d0-91ec159820bc Date: Fri, 29 Jun 2018 05:25:34 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:22:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"cd8f9778-98be-4853-8c25-c3a09bf1702e","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"114a8cdc27184b288a7cbb609b5a20e9","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"0e7f481a-c789-4462-9911-1581b2370e23","tenant_id":"114a8cdc27184b288a7cbb609b5a20e9","created_at":"2018-06-29T05:22:35Z","ip_version":4}]} 2018-06-29 05:25:34,848 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=0e7f481a-c789-4462-9911-1581b2370e23 used request id req-84f97581-137e-4fe0-b5d0-91ec159820bc 2018-06-29 05:25:34,849 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 05:25:34,849 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:34,892 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:25:34,918 - keystoneauth.session - DEBUG - Request returned failure status: 401 2018-06-29 05:25:34,918 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 05:25:34,919 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:25:35,403 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:25:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["cjrQrRdLTR-zAULq0-6lDQ"], "issued_at": "2018-06-29T05:25:35.000000Z"}} 2018-06-29 05:25:35,405 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebeb44aa78da644b2bbba0062f37a356c72b76e2" 2018-06-29 05:25:36,175 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:25:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-65b892b6-70d6-4549-8d52-e2da6b03e329 x-compute-request-id: req-65b892b6-70d6-4549-8d52-e2da6b03e329 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-06-29 05:25:36,175 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail used request id req-65b892b6-70d6-4549-8d52-e2da6b03e329 2018-06-29 05:25:36,176 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 05:25:36,177 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:25:36,651 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:25:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["HxzIM6JjSSmMfp-u0k3VtA"], "issued_at": "2018-06-29T05:25:36.000000Z"}} 2018-06-29 05:25:36,654 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7ba8fbe4c35238d2a0dc9b420c9b7d6f500110e" 2018-06-29 05:25:37,461 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:25: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-c6202f73-f19c-4037-82c4-d694c9d01b9b x-compute-request-id: req-c6202f73-f19c-4037-82c4-d694c9d01b9b Content-Encoding: gzip Content-Length: 735 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 434}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX-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-0.opnfvlf.org", "disabled_reason": null, "id": 437}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX-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 05:25:37,461 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-c6202f73-f19c-4037-82c4-d694c9d01b9b 2018-06-29 05:25:37,463 - heat_utils - DEBUG - Retrieving Heat Client 2018-06-29 05:25:37,463 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:37,470 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:25:37,499 - keystoneauth.session - DEBUG - Request returned failure status: 401 2018-06-29 05:25:37,499 - heat_utils - DEBUG - Retrieving Heat Client 2018-06-29 05:25:37,500 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:25:37,899 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:25:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["eDxAaIsUSvm0005UlXg0kw"], "issued_at": "2018-06-29T05:25:37.000000Z"}} 2018-06-29 05:25:37,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks? -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a318cb9e5d37dee6f66ea26b99f9c809f3cad407" 2018-06-29 05:25:38,652 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:25:37 GMT Server: Apache x-openstack-request-id: req-cf21a300-2066-494f-a80c-14f5d2cbfe51 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-06-29 05:25:38,652 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks used request id req-cf21a300-2066-494f-a80c-14f5d2cbfe51 2018-06-29 05:25:38,653 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:38,674 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to url/v3/auth/tokens 2018-06-29 05:25:38,675 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:25:39,158 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:25:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["yUT80nuuSA2h_elP1PrH_Q"], "issued_at": "2018-06-29T05:25:39.000000Z"}} 2018-06-29 05:25:39,161 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa81c34995ee53751feeafe1565ed67d867b27ae" 2018-06-29 05:25:40,102 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:25:39 GMT Server: Apache x-compute-request-id: req-8518201c-26b2-464a-b478-55d6776bb7ee OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-8518201c-26b2-464a-b478-55d6776bb7ee Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-06-29 05:25:40,102 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/detail used request id req-8518201c-26b2-464a-b478-55d6776bb7ee 2018-06-29 05:25:40,103 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:25:40,500 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:25:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["iypz_HS4R_Wyg3ETo240mQ"], "issued_at": "2018-06-29T05:25:40.000000Z"}} 2018-06-29 05:25:40,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}7af6ebd2d1e5788429ead6694717231a7c5f7bd5" 2018-06-29 05:25:40,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:25:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7532196b-a8c4-4bf4-9a15-dd1233275c3c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:25:40,588 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-7532196b-a8c4-4bf4-9a15-dd1233275c3c 2018-06-29 05:25:40,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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 05:25:40,661 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 05:25: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.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 05:25:40,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7af6ebd2d1e5788429ead6694717231a7c5f7bd5" 2018-06-29 05:25:40,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:25:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d9dc35e-3ce3-4647-85f6-0f65127de1c3 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-06-29 05:25:40,754 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-8d9dc35e-3ce3-4647-85f6-0f65127de1c3 2018-06-29 05:25:40,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7af6ebd2d1e5788429ead6694717231a7c5f7bd5" -d '{"project": {"enabled": true, "domain_id": "default", "name": "KeystoneUtilsTests-d43840f7-c6b3-47a3-a3f5-454733ffe918-projName"}}' 2018-06-29 05:25:40,929 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 29 Jun 2018 05:25:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-201d6a3d-9a33-47f8-9407-84929be25a44 Content-Length: 338 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/268a1ce24c884c3d9a7f72a988532924"}, "tags": [], "enabled": true, "id": "268a1ce24c884c3d9a7f72a988532924", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-d43840f7-c6b3-47a3-a3f5-454733ffe918-projName"}} 2018-06-29 05:25:40,929 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-201d6a3d-9a33-47f8-9407-84929be25a44 2018-06-29 05:25:40,930 - keystone_utils - INFO - Created project with name - KeystoneUtilsTests-d43840f7-c6b3-47a3-a3f5-454733ffe918-projName 2018-06-29 05:25:40,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-d43840f7-c6b3-47a3-a3f5-454733ffe918-projName -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7af6ebd2d1e5788429ead6694717231a7c5f7bd5" 2018-06-29 05:25:40,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:25:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27a92254-b156-4516-a8c1-14600f156fb2 Content-Encoding: gzip Content-Length: 291 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-d43840f7-c6b3-47a3-a3f5-454733ffe918-projName", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/268a1ce24c884c3d9a7f72a988532924"}, "tags": [], "enabled": true, "id": "268a1ce24c884c3d9a7f72a988532924", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-d43840f7-c6b3-47a3-a3f5-454733ffe918-projName"}]} 2018-06-29 05:25:40,959 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-d43840f7-c6b3-47a3-a3f5-454733ffe918-projName used request id req-27a92254-b156-4516-a8c1-14600f156fb2 2018-06-29 05:25:40,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7af6ebd2d1e5788429ead6694717231a7c5f7bd5" 2018-06-29 05:25:41,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:25:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69e8462b-15b7-4592-8adc-fc3b5d609d37 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-06-29 05:25:41,137 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-69e8462b-15b7-4592-8adc-fc3b5d609d37 2018-06-29 05:25:41,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7af6ebd2d1e5788429ead6694717231a7c5f7bd5" 2018-06-29 05:25:41,565 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4847 X-Openstack-Request-Id: req-91443904-9b57-4f31-9217-59cd2cae610e Date: Fri, 29 Jun 2018 05:25:41 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:25:41Z", "updated_at": "2018-06-29T05:25:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:25:41Z", "revision_number": 0, "id": "5f2e1fc0-b69f-4821-b7ed-b7a7cf968e8d", "remote_group_id": "05599e9b-c38b-4e24-963b-232d4bb634c6", "remote_ip_prefix": null, "created_at": "2018-06-29T05:25:41Z", "security_group_id": "05599e9b-c38b-4e24-963b-232d4bb634c6", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "port_range_min": null, "ethertype": "IPv4", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:25:41Z", "revision_number": 0, "id": "23f0171d-f129-49c6-b3ae-0e4bfb3da480", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:25:41Z", "security_group_id": "05599e9b-c38b-4e24-963b-232d4bb634c6", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "port_range_min": null, "ethertype": "IPv6", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:25:41Z", "revision_number": 0, "id": "a9c3ee9f-f25d-4f54-a303-1d361cc77155", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:25:41Z", "security_group_id": "05599e9b-c38b-4e24-963b-232d4bb634c6", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "port_range_min": null, "ethertype": "IPv4", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:25:41Z", "revision_number": 0, "id": "052a90d4-17d2-47d6-bd11-2613ade6a3ec", "remote_group_id": "05599e9b-c38b-4e24-963b-232d4bb634c6", "remote_ip_prefix": null, "created_at": "2018-06-29T05:25:41Z", "security_group_id": "05599e9b-c38b-4e24-963b-232d4bb634c6", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "port_range_min": null, "ethertype": "IPv6", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57"}], "revision_number": 1, "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "id": "05599e9b-c38b-4e24-963b-232d4bb634c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "114a8cdc27184b288a7cbb609b5a20e9", "created_at": "2018-06-29T05:22:27Z", "updated_at": "2018-06-29T05:22:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:22:27Z", "revision_number": 0, "id": "60c86f9b-7d30-4b4c-94c3-8054f4eb9af7", "remote_group_id": "5faaf09f-75fb-479b-ae1c-a83e9caed6b6", "remote_ip_prefix": null, "created_at": "2018-06-29T05:22:27Z", "security_group_id": "5faaf09f-75fb-479b-ae1c-a83e9caed6b6", "tenant_id": "114a8cdc27184b288a7cbb609b5a20e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "114a8cdc27184b288a7cbb609b5a20e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:22:27Z", "revision_number": 0, "id": "d2c89abb-5ef4-4093-9e94-8bf7409165ea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:22:27Z", "security_group_id": "5faaf09f-75fb-479b-ae1c-a83e9caed6b6", "tenant_id": "114a8cdc27184b288a7cbb609b5a20e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "114a8cdc27184b288a7cbb609b5a20e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:22:27Z", "revision_number": 0, "id": "9fb1d7ab-8b85-4952-848c-4db9fd8414ab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:22:27Z", "security_group_id": "5faaf09f-75fb-479b-ae1c-a83e9caed6b6", "tenant_id": "114a8cdc27184b288a7cbb609b5a20e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "114a8cdc27184b288a7cbb609b5a20e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:22:27Z", "revision_number": 0, "id": "7892cd50-31dd-4383-bb34-62dfc9b45076", "remote_group_id": "5faaf09f-75fb-479b-ae1c-a83e9caed6b6", "remote_ip_prefix": null, "created_at": "2018-06-29T05:22:27Z", "security_group_id": "5faaf09f-75fb-479b-ae1c-a83e9caed6b6", "tenant_id": "114a8cdc27184b288a7cbb609b5a20e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "114a8cdc27184b288a7cbb609b5a20e9"}], "revision_number": 1, "project_id": "114a8cdc27184b288a7cbb609b5a20e9", "id": "5faaf09f-75fb-479b-ae1c-a83e9caed6b6", "name": "default"}]} 2018-06-29 05:25:41,565 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-91443904-9b57-4f31-9217-59cd2cae610e 2018-06-29 05:25:41,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7af6ebd2d1e5788429ead6694717231a7c5f7bd5" 2018-06-29 05:25:41,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:25:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d208a92a-1231-4c6b-8e25-6c23c1e81149 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}} 2018-06-29 05:25:41,594 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 used request id req-d208a92a-1231-4c6b-8e25-6c23c1e81149 2018-06-29 05:25:41,594 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 05599e9b-c38b-4e24-963b-232d4bb634c6 2018-06-29 05:25:41,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=05599e9b-c38b-4e24-963b-232d4bb634c6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7af6ebd2d1e5788429ead6694717231a7c5f7bd5" 2018-06-29 05:25:42,486 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-56f85522-398b-4f8f-ba8f-a9b4569d18d9 Date: Fri, 29 Jun 2018 05:25:42 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "05599e9b-c38b-4e24-963b-232d4bb634c6", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T05:25:41Z", "security_group_id": "05599e9b-c38b-4e24-963b-232d4bb634c6", "port_range_min": null, "revision_number": 0, "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:25:41Z", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "id": "052a90d4-17d2-47d6-bd11-2613ade6a3ec"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T05:25:41Z", "security_group_id": "05599e9b-c38b-4e24-963b-232d4bb634c6", "port_range_min": null, "revision_number": 0, "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:25:41Z", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "id": "23f0171d-f129-49c6-b3ae-0e4bfb3da480"}, {"remote_group_id": "05599e9b-c38b-4e24-963b-232d4bb634c6", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T05:25:41Z", "security_group_id": "05599e9b-c38b-4e24-963b-232d4bb634c6", "port_range_min": null, "revision_number": 0, "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:25:41Z", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "id": "5f2e1fc0-b69f-4821-b7ed-b7a7cf968e8d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T05:25:41Z", "security_group_id": "05599e9b-c38b-4e24-963b-232d4bb634c6", "port_range_min": null, "revision_number": 0, "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:25:41Z", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "id": "a9c3ee9f-f25d-4f54-a303-1d361cc77155"}]} 2018-06-29 05:25:42,486 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=05599e9b-c38b-4e24-963b-232d4bb634c6 used request id req-56f85522-398b-4f8f-ba8f-a9b4569d18d9 2018-06-29 05:25:42,487 - neutron_utils - INFO - Deleting security group with name - default 2018-06-29 05:25:42,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/05599e9b-c38b-4e24-963b-232d4bb634c6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7af6ebd2d1e5788429ead6694717231a7c5f7bd5" 2018-06-29 05:25:43,534 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ce9e58fc-2735-4653-8643-9c2dd5417c37 Content-Length: 0 Date: Fri, 29 Jun 2018 05:25:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 05:25:43,535 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/05599e9b-c38b-4e24-963b-232d4bb634c6 used request id req-ce9e58fc-2735-4653-8643-9c2dd5417c37 2018-06-29 05:25:43,535 - keystone_utils - INFO - Deleting project with name - KeystoneUtilsTests-d43840f7-c6b3-47a3-a3f5-454733ffe918-projName 2018-06-29 05:25:43,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/268a1ce24c884c3d9a7f72a988532924 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7af6ebd2d1e5788429ead6694717231a7c5f7bd5" 2018-06-29 05:25:43,796 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 05:25:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-669f0c59-c23b-4d2a-89a3-03cac51b71a7 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 05:25:43,796 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/268a1ce24c884c3d9a7f72a988532924 used request id req-669f0c59-c23b-4d2a-89a3-03cac51b71a7 2018-06-29 05:25:43,797 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:25:44,277 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:25:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["SL_NgowKT_qflD6wTdjNuw"], "issued_at": "2018-06-29T05:25:44.000000Z"}} 2018-06-29 05:25:44,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}8cb15165e69d185c48233880018e37e986299660" 2018-06-29 05:25:44,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:25:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2cf832f9-5f9b-40e2-8e1a-d510ac9855f1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:25:44,370 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-2cf832f9-5f9b-40e2-8e1a-d510ac9855f1 2018-06-29 05:25:44,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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 05:25:44,380 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 05:25: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.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 05:25:44,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cb15165e69d185c48233880018e37e986299660" 2018-06-29 05:25:44,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:25:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4dd3f99-96b1-4b24-b8ca-2ce7fc7e58fe Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-06-29 05:25:44,566 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-c4dd3f99-96b1-4b24-b8ca-2ce7fc7e58fe 2018-06-29 05:25:45,003 - keystone_utils - INFO - Created user with name - KeystoneUtilsTests-6db3733e-945f-499a-98a8-152ad7e18747-username 2018-06-29 05:25:45,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cb15165e69d185c48233880018e37e986299660" 2018-06-29 05:25:45,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:25:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-edc83c40-afe2-4699-b377-43d6d2a5c209 Content-Encoding: gzip Content-Length: 848 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "KeystoneUtilsTests-6db3733e-945f-499a-98a8-152ad7e18747-username", "links": {"self": "http://172.30.9.23:5000/v3/users/21d748a323154a63b75d151e6f1be5c3"}, "domain_id": "default", "enabled": true, "id": "21d748a323154a63b75d151e6f1be5c3", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/2e7f1d6ac62a43baaddff6528926384f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e7f1d6ac62a43baaddff6528926384f", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/44d808c34960473a8370c82a0a0e4dbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "44d808c34960473a8370c82a0a0e4dbb", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/54cb3861713b412895c8758a60bf2d2f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "54cb3861713b412895c8758a60bf2d2f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/7b94a956c8574fdfaa8c9e1719909e73"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b94a956c8574fdfaa8c9e1719909e73", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/8692a24e39ee4e4582315312080b68e8"}, "domain_id": "909964a4d3a8414dbee4bfb57523ee33", "enabled": true, "options": {}, "id": "8692a24e39ee4e4582315312080b68e8", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/8951ed4ff13a4aac914c5c9d06decbdf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8951ed4ff13a4aac914c5c9d06decbdf", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/aa987e7e8f6148a49640656daf64e8dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa987e7e8f6148a49640656daf64e8dc", "email": "nova@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/b2847bfa6561418b8e69807fe6ca0664"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b2847bfa6561418b8e69807fe6ca0664", "email": "swift@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/bf3e4cb4ac1c43cc918067145f183131"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bf3e4cb4ac1c43cc918067145f183131", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/c13100c6fdf740938502979241e10e11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c13100c6fdf740938502979241e10e11", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/da2608adf98e42d4aa462d180f540a14"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da2608adf98e42d4aa462d180f540a14", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/e4c2c1ce32f74522aa400fd1ec290e18"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4c2c1ce32f74522aa400fd1ec290e18", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/f7d48087d8954b058ae2cb14652803e3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f7d48087d8954b058ae2cb14652803e3", "email": "panko@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/fbe7c63206634d47a119de5a17405df5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe7c63206634d47a119de5a17405df5", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-06-29 05:25:45,119 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-edc83c40-afe2-4699-b377-43d6d2a5c209 2018-06-29 05:25:45,119 - keystone_utils - INFO - Deleting user with name - KeystoneUtilsTests-6db3733e-945f-499a-98a8-152ad7e18747-username 2018-06-29 05:25:45,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/21d748a323154a63b75d151e6f1be5c3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cb15165e69d185c48233880018e37e986299660" 2018-06-29 05:25:45,378 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 05:25:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-afb618cb-3e74-41ef-8a93-f68ba0ce4dbf 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 05:25:45,378 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/21d748a323154a63b75d151e6f1be5c3 used request id req-afb618cb-3e74-41ef-8a93-f68ba0ce4dbf 2018-06-29 05:25:45,379 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:25:45,780 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:25:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["J954OISzQBGWmFhAHYopBg"], "issued_at": "2018-06-29T05:25:45.000000Z"}} 2018-06-29 05:25:45,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}8b862fa1baefae2a47c363a08a334e37e0cbd257" 2018-06-29 05:25:45,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:25:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a623fd90-6ca9-4772-9220-0c136bf5a73d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:25:45,875 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-a623fd90-6ca9-4772-9220-0c136bf5a73d 2018-06-29 05:25:45,877 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:45,878 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to url/v3/auth/tokens 2018-06-29 05:25:45,879 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:25:46,375 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:25:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["sMcPDzJdSwOAv0kIM4-89g"], "issued_at": "2018-06-29T05:25:46.000000Z"}} 2018-06-29 05:25:46,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}e0b45d679094303a43b67831c0b107c9ec9121f4" 2018-06-29 05:25:46,531 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:25:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27af368c-721a-43c8-944c-f363e629941f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:25:46,531 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-27af368c-721a-43c8-944c-f363e629941f 2018-06-29 05:25:46,532 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:46,533 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:25:46,939 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:25:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["5Gccn-kQR3uLj33ZJp6CDA"], "issued_at": "2018-06-29T05:25:46.000000Z"}} 2018-06-29 05:25:46,943 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:25:47,354 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:25:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["MaHS01H2QAuB-K2NDKynaw"], "issued_at": "2018-06-29T05:25:47.000000Z"}} 2018-06-29 05:25:47,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}169804d4479d89ac67eec79bf84437bcb14a49f1" 2018-06-29 05:25:47,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:25:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4981a60-bc90-4581-9887-c8a4b209fe2d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:25:47,505 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-f4981a60-bc90-4581-9887-c8a4b209fe2d 2018-06-29 05:25:47,507 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:47,507 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:25:47,903 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:25:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["Ge5ETBYyTJ2V1DpyqkMb_g"], "issued_at": "2018-06-29T05:25:47.000000Z"}} 2018-06-29 05:25:47,906 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:25:48,301 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:25:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["MLTX8iDqSFGTGrJ8tlhoTw"], "issued_at": "2018-06-29T05:25:48.000000Z"}} 2018-06-29 05:25:48,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}de3efc661705671b8685f28960b223fa4992ae89" 2018-06-29 05:25:48,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:25:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3b9a6e8-ec61-43be-83df-2e535e9cdeb7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:25:48,390 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b3b9a6e8-ec61-43be-83df-2e535e9cdeb7 2018-06-29 05:25:48,392 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:48,393 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:25:48,840 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:25:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["yfFVJoGVQei-DrKs38U2Xg"], "issued_at": "2018-06-29T05:25:48.000000Z"}} 2018-06-29 05:25:48,843 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:48,843 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:25:49,247 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:25:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["7dwhM9idSwG372H4CfBTfA"], "issued_at": "2018-06-29T05:25:49.000000Z"}} 2018-06-29 05:25:49,250 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:49,250 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:25:49,650 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:25:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["dNkGhRFESHeZxft-D7Bo6A"], "issued_at": "2018-06-29T05:25:49.000000Z"}} 2018-06-29 05:25:49,652 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:25:50,130 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:25:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["pAqY282gSQ2uAuUPwjAC8g"], "issued_at": "2018-06-29T05:25:50.000000Z"}} 2018-06-29 05:25:50,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}b43a020b382abab0726c5b52ec587eff67dc9c20" 2018-06-29 05:25:50,295 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:25:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ae0108d-765a-423b-b7cc-72290908d19c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:25:50,296 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-3ae0108d-765a-423b-b7cc-72290908d19c 2018-06-29 05:25:50,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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 05:25:50,305 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 05:25: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.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 05:25:50,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b43a020b382abab0726c5b52ec587eff67dc9c20" 2018-06-29 05:25:50,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:25:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b07074d-fa39-4c7f-87cf-217a542a37f6 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-06-29 05:25:50,331 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-3b07074d-fa39-4c7f-87cf-217a542a37f6 2018-06-29 05:25:50,701 - keystone_utils - INFO - Created user with name - KeystoneUtilsTests-1f0121a0-ff24-4441-ba68-7eeaebbbe137-username 2018-06-29 05:25:50,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b43a020b382abab0726c5b52ec587eff67dc9c20" 2018-06-29 05:25:50,800 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:25:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-027c086e-d6fb-4e6e-8f24-cee38ca98a13 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-06-29 05:25:50,801 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-027c086e-d6fb-4e6e-8f24-cee38ca98a13 2018-06-29 05:25:50,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b43a020b382abab0726c5b52ec587eff67dc9c20" -d '{"project": {"enabled": true, "domain_id": "default", "name": "KeystoneUtilsTests-1f0121a0-ff24-4441-ba68-7eeaebbbe137-projName"}}' 2018-06-29 05:25:50,901 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 29 Jun 2018 05:25:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aedd1db6-a26f-4cd7-b665-f81d52202b24 Content-Length: 338 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/926c84d52be34c50babfa78717ade410"}, "tags": [], "enabled": true, "id": "926c84d52be34c50babfa78717ade410", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-1f0121a0-ff24-4441-ba68-7eeaebbbe137-projName"}} 2018-06-29 05:25:50,901 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-aedd1db6-a26f-4cd7-b665-f81d52202b24 2018-06-29 05:25:50,902 - keystone_utils - INFO - Created project with name - KeystoneUtilsTests-1f0121a0-ff24-4441-ba68-7eeaebbbe137-projName 2018-06-29 05:25:50,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b43a020b382abab0726c5b52ec587eff67dc9c20" -d '{"role": {"name": "KeystoneUtilsTests-1f0121a0-ff24-4441-ba68-7eeaebbbe137-role"}}' 2018-06-29 05:25:50,997 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 29 Jun 2018 05:25:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8d44dc53-398c-47d1-8e7f-dfad13eb6228 Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "87177a1580fe47c8b8312de798d7add0", "links": {"self": "http://172.30.9.23:5000/v3/roles/87177a1580fe47c8b8312de798d7add0"}, "name": "KeystoneUtilsTests-1f0121a0-ff24-4441-ba68-7eeaebbbe137-role"}} 2018-06-29 05:25:50,997 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-8d44dc53-398c-47d1-8e7f-dfad13eb6228 2018-06-29 05:25:50,997 - keystone_utils - INFO - Created role with name - KeystoneUtilsTests-1f0121a0-ff24-4441-ba68-7eeaebbbe137-role 2018-06-29 05:25:51,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/87177a1580fe47c8b8312de798d7add0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b43a020b382abab0726c5b52ec587eff67dc9c20" 2018-06-29 05:25:51,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:25:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68b7c2ca-5e18-4b25-9945-c24e424d4bdc Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "87177a1580fe47c8b8312de798d7add0", "links": {"self": "http://172.30.9.23:5000/v3/roles/87177a1580fe47c8b8312de798d7add0"}, "name": "KeystoneUtilsTests-1f0121a0-ff24-4441-ba68-7eeaebbbe137-role"}} 2018-06-29 05:25:51,021 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/87177a1580fe47c8b8312de798d7add0 used request id req-68b7c2ca-5e18-4b25-9945-c24e424d4bdc 2018-06-29 05:25:51,021 - keystone_utils - INFO - Granting role KeystoneUtilsTests-1f0121a0-ff24-4441-ba68-7eeaebbbe137-role to project KeystoneUtilsTests-1f0121a0-ff24-4441-ba68-7eeaebbbe137-projName 2018-06-29 05:25:51,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/926c84d52be34c50babfa78717ade410/users/81f85d66294c46abbfc39ebbb255951f/roles/87177a1580fe47c8b8312de798d7add0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b43a020b382abab0726c5b52ec587eff67dc9c20" 2018-06-29 05:25:51,297 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 05:25:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-87e8df7e-05ce-4c3b-a7b2-ace574030843 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 05:25:51,298 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/926c84d52be34c50babfa78717ade410/users/81f85d66294c46abbfc39ebbb255951f/roles/87177a1580fe47c8b8312de798d7add0 used request id req-87e8df7e-05ce-4c3b-a7b2-ace574030843 2018-06-29 05:25:51,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/926c84d52be34c50babfa78717ade410/users/81f85d66294c46abbfc39ebbb255951f/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b43a020b382abab0726c5b52ec587eff67dc9c20" 2018-06-29 05:25:51,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:25:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52ebb002-9e47-47a0-b13d-0440a069dee9 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects/926c84d52be34c50babfa78717ade410/users/81f85d66294c46abbfc39ebbb255951f/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "87177a1580fe47c8b8312de798d7add0", "links": {"self": "http://172.30.9.23:5000/v3/roles/87177a1580fe47c8b8312de798d7add0"}, "name": "KeystoneUtilsTests-1f0121a0-ff24-4441-ba68-7eeaebbbe137-role"}]} 2018-06-29 05:25:51,423 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/926c84d52be34c50babfa78717ade410/users/81f85d66294c46abbfc39ebbb255951f/roles used request id req-52ebb002-9e47-47a0-b13d-0440a069dee9 2018-06-29 05:25:51,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b43a020b382abab0726c5b52ec587eff67dc9c20" 2018-06-29 05:25:52,617 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4847 X-Openstack-Request-Id: req-6b0958e2-5f9f-4b3c-b023-8b5f29433b6b Date: Fri, 29 Jun 2018 05:25:52 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "114a8cdc27184b288a7cbb609b5a20e9", "created_at": "2018-06-29T05:22:27Z", "updated_at": "2018-06-29T05:22:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:22:27Z", "revision_number": 0, "id": "9fb1d7ab-8b85-4952-848c-4db9fd8414ab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:22:27Z", "security_group_id": "5faaf09f-75fb-479b-ae1c-a83e9caed6b6", "tenant_id": "114a8cdc27184b288a7cbb609b5a20e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "114a8cdc27184b288a7cbb609b5a20e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:22:27Z", "revision_number": 0, "id": "7892cd50-31dd-4383-bb34-62dfc9b45076", "remote_group_id": "5faaf09f-75fb-479b-ae1c-a83e9caed6b6", "remote_ip_prefix": null, "created_at": "2018-06-29T05:22:27Z", "security_group_id": "5faaf09f-75fb-479b-ae1c-a83e9caed6b6", "tenant_id": "114a8cdc27184b288a7cbb609b5a20e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "114a8cdc27184b288a7cbb609b5a20e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:22:27Z", "revision_number": 0, "id": "60c86f9b-7d30-4b4c-94c3-8054f4eb9af7", "remote_group_id": "5faaf09f-75fb-479b-ae1c-a83e9caed6b6", "remote_ip_prefix": null, "created_at": "2018-06-29T05:22:27Z", "security_group_id": "5faaf09f-75fb-479b-ae1c-a83e9caed6b6", "tenant_id": "114a8cdc27184b288a7cbb609b5a20e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "114a8cdc27184b288a7cbb609b5a20e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:22:27Z", "revision_number": 0, "id": "d2c89abb-5ef4-4093-9e94-8bf7409165ea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:22:27Z", "security_group_id": "5faaf09f-75fb-479b-ae1c-a83e9caed6b6", "tenant_id": "114a8cdc27184b288a7cbb609b5a20e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "114a8cdc27184b288a7cbb609b5a20e9"}], "revision_number": 1, "project_id": "114a8cdc27184b288a7cbb609b5a20e9", "id": "5faaf09f-75fb-479b-ae1c-a83e9caed6b6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:25:52Z", "updated_at": "2018-06-29T05:25:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:25:52Z", "revision_number": 0, "id": "35138858-477b-425f-a8ed-7f247def0253", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:25:52Z", "security_group_id": "c27c85e3-ed11-4118-a507-57d8e77e0f18", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "port_range_min": null, "ethertype": "IPv6", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:25:52Z", "revision_number": 0, "id": "b5d9b3b5-8e6b-4f88-8cc7-39de8a469760", "remote_group_id": "c27c85e3-ed11-4118-a507-57d8e77e0f18", "remote_ip_prefix": null, "created_at": "2018-06-29T05:25:52Z", "security_group_id": "c27c85e3-ed11-4118-a507-57d8e77e0f18", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "port_range_min": null, "ethertype": "IPv4", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:25:52Z", "revision_number": 0, "id": "2cdbb118-24b5-42ea-90ed-23c6112f9c13", "remote_group_id": "c27c85e3-ed11-4118-a507-57d8e77e0f18", "remote_ip_prefix": null, "created_at": "2018-06-29T05:25:52Z", "security_group_id": "c27c85e3-ed11-4118-a507-57d8e77e0f18", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "port_range_min": null, "ethertype": "IPv6", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:25:52Z", "revision_number": 0, "id": "a99cb310-1337-41fc-a5ef-71c64d62a0c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:25:52Z", "security_group_id": "c27c85e3-ed11-4118-a507-57d8e77e0f18", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "port_range_min": null, "ethertype": "IPv4", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57"}], "revision_number": 1, "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "id": "c27c85e3-ed11-4118-a507-57d8e77e0f18", "name": "default"}]} 2018-06-29 05:25:52,617 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-6b0958e2-5f9f-4b3c-b023-8b5f29433b6b 2018-06-29 05:25:52,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/114a8cdc27184b288a7cbb609b5a20e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b43a020b382abab0726c5b52ec587eff67dc9c20" 2018-06-29 05:25:52,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:25:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf3d497d-5689-46c2-ae73-275d583c8ee3 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.23:5000/v3/projects/114a8cdc27184b288a7cbb609b5a20e9"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "114a8cdc27184b288a7cbb609b5a20e9", "name": "service"}} 2018-06-29 05:25:52,719 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/114a8cdc27184b288a7cbb609b5a20e9 used request id req-bf3d497d-5689-46c2-ae73-275d583c8ee3 2018-06-29 05:25:52,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b43a020b382abab0726c5b52ec587eff67dc9c20" 2018-06-29 05:25:52,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:25:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16d568b1-8416-4d27-a76c-ecc4eb36cf26 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}} 2018-06-29 05:25:52,817 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 used request id req-16d568b1-8416-4d27-a76c-ecc4eb36cf26 2018-06-29 05:25:52,818 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c27c85e3-ed11-4118-a507-57d8e77e0f18 2018-06-29 05:25:52,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=c27c85e3-ed11-4118-a507-57d8e77e0f18 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b43a020b382abab0726c5b52ec587eff67dc9c20" 2018-06-29 05:25:53,077 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-e7d1faee-9ed3-41ad-a34c-91acd49e1af2 Date: Fri, 29 Jun 2018 05:25:53 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "c27c85e3-ed11-4118-a507-57d8e77e0f18", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T05:25:52Z", "security_group_id": "c27c85e3-ed11-4118-a507-57d8e77e0f18", "port_range_min": null, "revision_number": 0, "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:25:52Z", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "id": "2cdbb118-24b5-42ea-90ed-23c6112f9c13"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T05:25:52Z", "security_group_id": "c27c85e3-ed11-4118-a507-57d8e77e0f18", "port_range_min": null, "revision_number": 0, "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:25:52Z", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "id": "35138858-477b-425f-a8ed-7f247def0253"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T05:25:52Z", "security_group_id": "c27c85e3-ed11-4118-a507-57d8e77e0f18", "port_range_min": null, "revision_number": 0, "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:25:52Z", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "id": "a99cb310-1337-41fc-a5ef-71c64d62a0c9"}, {"remote_group_id": "c27c85e3-ed11-4118-a507-57d8e77e0f18", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T05:25:52Z", "security_group_id": "c27c85e3-ed11-4118-a507-57d8e77e0f18", "port_range_min": null, "revision_number": 0, "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:25:52Z", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "id": "b5d9b3b5-8e6b-4f88-8cc7-39de8a469760"}]} 2018-06-29 05:25:53,077 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=c27c85e3-ed11-4118-a507-57d8e77e0f18 used request id req-e7d1faee-9ed3-41ad-a34c-91acd49e1af2 2018-06-29 05:25:53,078 - neutron_utils - INFO - Deleting security group with name - default 2018-06-29 05:25:53,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/c27c85e3-ed11-4118-a507-57d8e77e0f18 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b43a020b382abab0726c5b52ec587eff67dc9c20" 2018-06-29 05:25:54,252 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9878d083-5661-4466-8f1f-979c788d22a8 Content-Length: 0 Date: Fri, 29 Jun 2018 05:25:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 05:25:54,252 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/c27c85e3-ed11-4118-a507-57d8e77e0f18 used request id req-9878d083-5661-4466-8f1f-979c788d22a8 2018-06-29 05:25:54,253 - keystone_utils - INFO - Deleting project with name - KeystoneUtilsTests-1f0121a0-ff24-4441-ba68-7eeaebbbe137-projName 2018-06-29 05:25:54,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/926c84d52be34c50babfa78717ade410 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b43a020b382abab0726c5b52ec587eff67dc9c20" 2018-06-29 05:25:54,466 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 05:25:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d33764aa-6a74-48e1-9a0a-163f6f9345a8 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 05:25:54,466 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/926c84d52be34c50babfa78717ade410 used request id req-d33764aa-6a74-48e1-9a0a-163f6f9345a8 2018-06-29 05:25:54,467 - keystone_utils - INFO - Deleting user with name - KeystoneUtilsTests-1f0121a0-ff24-4441-ba68-7eeaebbbe137-username 2018-06-29 05:25:54,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/81f85d66294c46abbfc39ebbb255951f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b43a020b382abab0726c5b52ec587eff67dc9c20" 2018-06-29 05:25:54,707 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 05:25:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a98d47e6-8397-48eb-b21f-ee638d51a736 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 05:25:54,707 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/81f85d66294c46abbfc39ebbb255951f used request id req-a98d47e6-8397-48eb-b21f-ee638d51a736 2018-06-29 05:25:54,707 - keystone_utils - INFO - Deleting role with name - KeystoneUtilsTests-1f0121a0-ff24-4441-ba68-7eeaebbbe137-role 2018-06-29 05:25:54,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/87177a1580fe47c8b8312de798d7add0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b43a020b382abab0726c5b52ec587eff67dc9c20" 2018-06-29 05:25:54,865 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 05:25:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7fcb2b09-9dd1-4bfd-b2f3-df657b4d5c1b 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 05:25:54,865 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/87177a1580fe47c8b8312de798d7add0 used request id req-7fcb2b09-9dd1-4bfd-b2f3-df657b4d5c1b 2018-06-29 05:25:54,867 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:25:55,268 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:25:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["La34eddWTHmj949TBrreUA"], "issued_at": "2018-06-29T05:25:55.000000Z"}} 2018-06-29 05:25:55,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}e2ab9d0ea949939039f3c723b6d6c1648dbcb984" 2018-06-29 05:25:55,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:25:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1149ab0-3662-4dbb-8a0c-09e574569cb0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:25:55,357 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c1149ab0-3662-4dbb-8a0c-09e574569cb0 2018-06-29 05:25:55,359 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:55,359 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:25:55,755 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:25:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["4mI0spp2SmCrjeSV5Pr63g"], "issued_at": "2018-06-29T05:25:55.000000Z"}} 2018-06-29 05:25:55,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}27c8adbac594d3a25abec724e6cfbed64cfdc28c" 2018-06-29 05:25:55,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:25:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02d2440d-51bf-41c3-ad5c-d6bdaea96d0c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:25:55,850 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-02d2440d-51bf-41c3-ad5c-d6bdaea96d0c 2018-06-29 05:25:55,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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 05:25:55,859 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 05:25: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.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 05:25:55,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8adbac594d3a25abec724e6cfbed64cfdc28c" 2018-06-29 05:25:55,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:25:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1325d033-b2a8-4d16-a64e-52fc916c4111 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/2e7f1d6ac62a43baaddff6528926384f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e7f1d6ac62a43baaddff6528926384f", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/44d808c34960473a8370c82a0a0e4dbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "44d808c34960473a8370c82a0a0e4dbb", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/54cb3861713b412895c8758a60bf2d2f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "54cb3861713b412895c8758a60bf2d2f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/7b94a956c8574fdfaa8c9e1719909e73"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b94a956c8574fdfaa8c9e1719909e73", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/8692a24e39ee4e4582315312080b68e8"}, "domain_id": "909964a4d3a8414dbee4bfb57523ee33", "enabled": true, "options": {}, "id": "8692a24e39ee4e4582315312080b68e8", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/8951ed4ff13a4aac914c5c9d06decbdf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8951ed4ff13a4aac914c5c9d06decbdf", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/aa987e7e8f6148a49640656daf64e8dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa987e7e8f6148a49640656daf64e8dc", "email": "nova@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/b2847bfa6561418b8e69807fe6ca0664"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b2847bfa6561418b8e69807fe6ca0664", "email": "swift@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/bf3e4cb4ac1c43cc918067145f183131"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bf3e4cb4ac1c43cc918067145f183131", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/c13100c6fdf740938502979241e10e11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c13100c6fdf740938502979241e10e11", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/da2608adf98e42d4aa462d180f540a14"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da2608adf98e42d4aa462d180f540a14", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/e4c2c1ce32f74522aa400fd1ec290e18"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4c2c1ce32f74522aa400fd1ec290e18", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/f7d48087d8954b058ae2cb14652803e3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f7d48087d8954b058ae2cb14652803e3", "email": "panko@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/fbe7c63206634d47a119de5a17405df5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe7c63206634d47a119de5a17405df5", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-06-29 05:25:55,964 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-1325d033-b2a8-4d16-a64e-52fc916c4111 2018-06-29 05:25:55,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8adbac594d3a25abec724e6cfbed64cfdc28c" 2018-06-29 05:25:56,057 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:25:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c454920-be29-4d55-9c3e-62dbe9782f06 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-06-29 05:25:56,057 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-0c454920-be29-4d55-9c3e-62dbe9782f06 2018-06-29 05:25:56,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8adbac594d3a25abec724e6cfbed64cfdc28c" 2018-06-29 05:25:56,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:25:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1fb3e4e9-17c1-46f7-8548-ce1ad31510fe Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "19d73f80b5b344bfb9d61349360934cf", "links": {"self": "http://172.30.9.23:5000/v3/roles/19d73f80b5b344bfb9d61349360934cf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "3e31d7f88da14e96a7f6569ea6c8c4a2", "links": {"self": "http://172.30.9.23:5000/v3/roles/3e31d7f88da14e96a7f6569ea6c8c4a2"}, "name": "swiftoperator"}, {"domain_id": null, "id": "717fbf971879477fa2e582732bd31427", "links": {"self": "http://172.30.9.23:5000/v3/roles/717fbf971879477fa2e582732bd31427"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa3ed44aae904d6dae0b4b166fd06676", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa3ed44aae904d6dae0b4b166fd06676"}, "name": "heat_stack_user"}]} 2018-06-29 05:25:56,497 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-1fb3e4e9-17c1-46f7-8548-ce1ad31510fe 2018-06-29 05:25:56,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=admin -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8adbac594d3a25abec724e6cfbed64cfdc28c" 2018-06-29 05:25:56,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:25:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bef440d4-8f87-4e39-ae94-08aed2f0ad4e Content-Encoding: gzip Content-Length: 233 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=admin", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57"}, "tags": [], "enabled": true, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-06-29 05:25:56,605 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=admin used request id req-bef440d4-8f87-4e39-ae94-08aed2f0ad4e 2018-06-29 05:25:56,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users/dff6798975aa46f291c5fdd981af9433 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8adbac594d3a25abec724e6cfbed64cfdc28c" 2018-06-29 05:25:56,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:25:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a336dff5-6eea-4980-bd99-65e6885fd266 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/dff6798975aa46f291c5fdd981af9433"}, "enabled": true, "id": "dff6798975aa46f291c5fdd981af9433", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-57634715-1f97-48f-name"}} 2018-06-29 05:25:56,783 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/dff6798975aa46f291c5fdd981af9433 used request id req-a336dff5-6eea-4980-bd99-65e6885fd266 2018-06-29 05:25:56,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57/users/dff6798975aa46f291c5fdd981af9433/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8adbac594d3a25abec724e6cfbed64cfdc28c" 2018-06-29 05:25:56,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:25:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06ca734a-861a-4840-90cd-6249da2ef151 Content-Encoding: gzip Content-Length: 166 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57/users/dff6798975aa46f291c5fdd981af9433/roles", "previous": null, "next": null}, "roles": []} 2018-06-29 05:25:56,896 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57/users/dff6798975aa46f291c5fdd981af9433/roles used request id req-06ca734a-861a-4840-90cd-6249da2ef151 2018-06-29 05:25:56,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/717fbf971879477fa2e582732bd31427 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8adbac594d3a25abec724e6cfbed64cfdc28c" 2018-06-29 05:25:56,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:25:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8182ea2c-2964-4b03-99d8-11b8c3a88014 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "717fbf971879477fa2e582732bd31427", "links": {"self": "http://172.30.9.23:5000/v3/roles/717fbf971879477fa2e582732bd31427"}, "name": "admin"}} 2018-06-29 05:25:56,997 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/717fbf971879477fa2e582732bd31427 used request id req-8182ea2c-2964-4b03-99d8-11b8c3a88014 2018-06-29 05:25:56,998 - keystone_utils - INFO - Granting role admin to project admin 2018-06-29 05:25:57,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57/users/dff6798975aa46f291c5fdd981af9433/roles/717fbf971879477fa2e582732bd31427 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8adbac594d3a25abec724e6cfbed64cfdc28c" 2018-06-29 05:25:57,175 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 05:25:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5fdf19ad-266e-4543-90f0-4cda2b49031d 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 05:25:57,175 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57/users/dff6798975aa46f291c5fdd981af9433/roles/717fbf971879477fa2e582732bd31427 used request id req-5fdf19ad-266e-4543-90f0-4cda2b49031d 2018-06-29 05:25:57,176 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-57634715-1f97-48f-name 2018-06-29 05:25:57,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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 05:25:57,184 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 05:25: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.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 05:25:57,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2ab9d0ea949939039f3c723b6d6c1648dbcb984" 2018-06-29 05:25:57,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:25:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-477fd5dc-19c7-4128-a418-e21975d9fe12 Content-Encoding: gzip Content-Length: 835 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/2e7f1d6ac62a43baaddff6528926384f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e7f1d6ac62a43baaddff6528926384f", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/44d808c34960473a8370c82a0a0e4dbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "44d808c34960473a8370c82a0a0e4dbb", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/54cb3861713b412895c8758a60bf2d2f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "54cb3861713b412895c8758a60bf2d2f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/7b94a956c8574fdfaa8c9e1719909e73"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b94a956c8574fdfaa8c9e1719909e73", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/8692a24e39ee4e4582315312080b68e8"}, "domain_id": "909964a4d3a8414dbee4bfb57523ee33", "enabled": true, "options": {}, "id": "8692a24e39ee4e4582315312080b68e8", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/8951ed4ff13a4aac914c5c9d06decbdf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8951ed4ff13a4aac914c5c9d06decbdf", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/aa987e7e8f6148a49640656daf64e8dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa987e7e8f6148a49640656daf64e8dc", "email": "nova@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/b2847bfa6561418b8e69807fe6ca0664"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b2847bfa6561418b8e69807fe6ca0664", "email": "swift@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/bf3e4cb4ac1c43cc918067145f183131"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bf3e4cb4ac1c43cc918067145f183131", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/c13100c6fdf740938502979241e10e11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c13100c6fdf740938502979241e10e11", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/da2608adf98e42d4aa462d180f540a14"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da2608adf98e42d4aa462d180f540a14", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-57634715-1f97-48f-name", "links": {"self": "http://172.30.9.23:5000/v3/users/dff6798975aa46f291c5fdd981af9433"}, "domain_id": "default", "enabled": true, "id": "dff6798975aa46f291c5fdd981af9433", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/e4c2c1ce32f74522aa400fd1ec290e18"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4c2c1ce32f74522aa400fd1ec290e18", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/f7d48087d8954b058ae2cb14652803e3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f7d48087d8954b058ae2cb14652803e3", "email": "panko@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/fbe7c63206634d47a119de5a17405df5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe7c63206634d47a119de5a17405df5", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-06-29 05:25:57,300 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-477fd5dc-19c7-4128-a418-e21975d9fe12 2018-06-29 05:25:57,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2ab9d0ea949939039f3c723b6d6c1648dbcb984" 2018-06-29 05:25:57,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:25:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e36ee7d-b792-4679-9515-2b44fd6a24a6 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "19d73f80b5b344bfb9d61349360934cf", "links": {"self": "http://172.30.9.23:5000/v3/roles/19d73f80b5b344bfb9d61349360934cf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "3e31d7f88da14e96a7f6569ea6c8c4a2", "links": {"self": "http://172.30.9.23:5000/v3/roles/3e31d7f88da14e96a7f6569ea6c8c4a2"}, "name": "swiftoperator"}, {"domain_id": null, "id": "717fbf971879477fa2e582732bd31427", "links": {"self": "http://172.30.9.23:5000/v3/roles/717fbf971879477fa2e582732bd31427"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa3ed44aae904d6dae0b4b166fd06676", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa3ed44aae904d6dae0b4b166fd06676"}, "name": "heat_stack_user"}]} 2018-06-29 05:25:57,395 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-6e36ee7d-b792-4679-9515-2b44fd6a24a6 2018-06-29 05:25:57,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=admin -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2ab9d0ea949939039f3c723b6d6c1648dbcb984" 2018-06-29 05:25:57,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:25:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-166d2d66-c967-4d92-8029-1e125fefce0f Content-Encoding: gzip Content-Length: 233 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=admin", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57"}, "tags": [], "enabled": true, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-06-29 05:25:57,491 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=admin used request id req-166d2d66-c967-4d92-8029-1e125fefce0f 2018-06-29 05:25:57,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57/users/dff6798975aa46f291c5fdd981af9433/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2ab9d0ea949939039f3c723b6d6c1648dbcb984" 2018-06-29 05:25:57,616 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:25:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9d120b9-d2f9-4c3b-809d-e488ecbd325b Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57/users/dff6798975aa46f291c5fdd981af9433/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "717fbf971879477fa2e582732bd31427", "links": {"self": "http://172.30.9.23:5000/v3/roles/717fbf971879477fa2e582732bd31427"}, "name": "admin"}]} 2018-06-29 05:25:57,616 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57/users/dff6798975aa46f291c5fdd981af9433/roles used request id req-f9d120b9-d2f9-4c3b-809d-e488ecbd325b 2018-06-29 05:25:57,617 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-57634715-1f97-48f-name 2018-06-29 05:25:57,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/dff6798975aa46f291c5fdd981af9433 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c8adbac594d3a25abec724e6cfbed64cfdc28c" 2018-06-29 05:25:57,849 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 05:25:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-492d2e40-059c-4700-bcb2-eb7199b8974c 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 05:25:57,849 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/dff6798975aa46f291c5fdd981af9433 used request id req-492d2e40-059c-4700-bcb2-eb7199b8974c 2018-06-29 05:25:57,851 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:25:58,239 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:25:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["yQGbXr1oQs-w3_ZkOk9DZw"], "issued_at": "2018-06-29T05:25:58.000000Z"}} 2018-06-29 05:25:58,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}a2ca39a7652dd72752e5391d376e45302c27c362" 2018-06-29 05:25:58,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:25:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76e9dc94-6a17-4900-9173-9ec9b4f1f433 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:25:58,326 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-76e9dc94-6a17-4900-9173-9ec9b4f1f433 2018-06-29 05:25:58,327 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:25:58,328 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:25:58,740 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:25:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["I0PItcTxQmyqYVMV4HX5dg"], "issued_at": "2018-06-29T05:25:58.000000Z"}} 2018-06-29 05:25:58,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}3d983edd2d61f865c387a7f45b0cc6924f80328e" 2018-06-29 05:25:58,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:25:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-157a0ed6-95c1-450f-9120-9316e15a3546 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:25:58,826 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-157a0ed6-95c1-450f-9120-9316e15a3546 2018-06-29 05:25:58,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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 05:25:58,835 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 05:25:58 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.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 05:25:58,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d983edd2d61f865c387a7f45b0cc6924f80328e" 2018-06-29 05:25:58,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:25:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df3159c0-9ae1-4979-abba-11a693555927 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/2e7f1d6ac62a43baaddff6528926384f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e7f1d6ac62a43baaddff6528926384f", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/44d808c34960473a8370c82a0a0e4dbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "44d808c34960473a8370c82a0a0e4dbb", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/54cb3861713b412895c8758a60bf2d2f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "54cb3861713b412895c8758a60bf2d2f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/7b94a956c8574fdfaa8c9e1719909e73"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b94a956c8574fdfaa8c9e1719909e73", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/8692a24e39ee4e4582315312080b68e8"}, "domain_id": "909964a4d3a8414dbee4bfb57523ee33", "enabled": true, "options": {}, "id": "8692a24e39ee4e4582315312080b68e8", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/8951ed4ff13a4aac914c5c9d06decbdf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8951ed4ff13a4aac914c5c9d06decbdf", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/aa987e7e8f6148a49640656daf64e8dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa987e7e8f6148a49640656daf64e8dc", "email": "nova@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/b2847bfa6561418b8e69807fe6ca0664"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b2847bfa6561418b8e69807fe6ca0664", "email": "swift@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/bf3e4cb4ac1c43cc918067145f183131"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bf3e4cb4ac1c43cc918067145f183131", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/c13100c6fdf740938502979241e10e11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c13100c6fdf740938502979241e10e11", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/da2608adf98e42d4aa462d180f540a14"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da2608adf98e42d4aa462d180f540a14", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/e4c2c1ce32f74522aa400fd1ec290e18"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4c2c1ce32f74522aa400fd1ec290e18", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/f7d48087d8954b058ae2cb14652803e3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f7d48087d8954b058ae2cb14652803e3", "email": "panko@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/fbe7c63206634d47a119de5a17405df5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe7c63206634d47a119de5a17405df5", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-06-29 05:25:58,952 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-df3159c0-9ae1-4979-abba-11a693555927 2018-06-29 05:25:58,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d983edd2d61f865c387a7f45b0cc6924f80328e" 2018-06-29 05:25:59,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:25:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23d8b586-c1b1-42f4-9659-2055f14f32b4 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-06-29 05:25:59,054 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-23d8b586-c1b1-42f4-9659-2055f14f32b4 2018-06-29 05:25:59,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d983edd2d61f865c387a7f45b0cc6924f80328e" 2018-06-29 05:25:59,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:25:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d51a144a-78dd-4d55-87c3-cf7b65ecb0ae Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "19d73f80b5b344bfb9d61349360934cf", "links": {"self": "http://172.30.9.23:5000/v3/roles/19d73f80b5b344bfb9d61349360934cf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "3e31d7f88da14e96a7f6569ea6c8c4a2", "links": {"self": "http://172.30.9.23:5000/v3/roles/3e31d7f88da14e96a7f6569ea6c8c4a2"}, "name": "swiftoperator"}, {"domain_id": null, "id": "717fbf971879477fa2e582732bd31427", "links": {"self": "http://172.30.9.23:5000/v3/roles/717fbf971879477fa2e582732bd31427"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa3ed44aae904d6dae0b4b166fd06676", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa3ed44aae904d6dae0b4b166fd06676"}, "name": "heat_stack_user"}]} 2018-06-29 05:25:59,639 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-d51a144a-78dd-4d55-87c3-cf7b65ecb0ae 2018-06-29 05:25:59,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=admin -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d983edd2d61f865c387a7f45b0cc6924f80328e" 2018-06-29 05:25:59,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:25:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc1f7267-a68c-4d70-a075-065b199e6cd8 Content-Encoding: gzip Content-Length: 233 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=admin", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57"}, "tags": [], "enabled": true, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-06-29 05:25:59,830 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=admin used request id req-fc1f7267-a68c-4d70-a075-065b199e6cd8 2018-06-29 05:25:59,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users/0dbd5f36b2a74bedbf99fe02b353ab98 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d983edd2d61f865c387a7f45b0cc6924f80328e" 2018-06-29 05:25:59,942 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:25:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28f7e1d6-2b17-4576-8adc-7c87ceff16ed Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/0dbd5f36b2a74bedbf99fe02b353ab98"}, "enabled": true, "id": "0dbd5f36b2a74bedbf99fe02b353ab98", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-0aa93390-7eae-4fc-name"}} 2018-06-29 05:25:59,943 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/0dbd5f36b2a74bedbf99fe02b353ab98 used request id req-28f7e1d6-2b17-4576-8adc-7c87ceff16ed 2018-06-29 05:25:59,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57/users/0dbd5f36b2a74bedbf99fe02b353ab98/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d983edd2d61f865c387a7f45b0cc6924f80328e" 2018-06-29 05:26:00,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:25:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1845c99a-9005-4447-8846-23988cd91e2e Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57/users/0dbd5f36b2a74bedbf99fe02b353ab98/roles", "previous": null, "next": null}, "roles": []} 2018-06-29 05:26:00,064 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57/users/0dbd5f36b2a74bedbf99fe02b353ab98/roles used request id req-1845c99a-9005-4447-8846-23988cd91e2e 2018-06-29 05:26:00,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/717fbf971879477fa2e582732bd31427 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d983edd2d61f865c387a7f45b0cc6924f80328e" 2018-06-29 05:26:00,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2dea8e06-89a2-4b4d-9c39-1aba050a4f04 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "717fbf971879477fa2e582732bd31427", "links": {"self": "http://172.30.9.23:5000/v3/roles/717fbf971879477fa2e582732bd31427"}, "name": "admin"}} 2018-06-29 05:26:00,157 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/717fbf971879477fa2e582732bd31427 used request id req-2dea8e06-89a2-4b4d-9c39-1aba050a4f04 2018-06-29 05:26:00,158 - keystone_utils - INFO - Granting role admin to project admin 2018-06-29 05:26:00,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57/users/0dbd5f36b2a74bedbf99fe02b353ab98/roles/717fbf971879477fa2e582732bd31427 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d983edd2d61f865c387a7f45b0cc6924f80328e" 2018-06-29 05:26:00,345 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 05:26:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6b89e1c5-019f-42f7-b1eb-24f1821630ad 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 05:26:00,345 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57/users/0dbd5f36b2a74bedbf99fe02b353ab98/roles/717fbf971879477fa2e582732bd31427 used request id req-6b89e1c5-019f-42f7-b1eb-24f1821630ad 2018-06-29 05:26:00,345 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-0aa93390-7eae-4fc-name 2018-06-29 05:26:00,345 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-0aa93390-7eae-4fc-name 2018-06-29 05:26:00,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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 05:26:00,353 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 05:26: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.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 05:26:00,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/0dbd5f36b2a74bedbf99fe02b353ab98 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2ca39a7652dd72752e5391d376e45302c27c362" 2018-06-29 05:26:00,603 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 05:26:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8843742f-73b1-4412-b388-9bef89b1fadc 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 05:26:00,603 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/0dbd5f36b2a74bedbf99fe02b353ab98 used request id req-8843742f-73b1-4412-b388-9bef89b1fadc 2018-06-29 05:26:00,603 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-0aa93390-7eae-4fc-name 2018-06-29 05:26:00,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/0dbd5f36b2a74bedbf99fe02b353ab98 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d983edd2d61f865c387a7f45b0cc6924f80328e" 2018-06-29 05:26:00,702 - keystoneauth.session - DEBUG - RESP: [404] Date: Fri, 29 Jun 2018 05:26:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-48b30485-c350-4ff6-b0a5-c579ec0c111e Content-Length: 115 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find user: 0dbd5f36b2a74bedbf99fe02b353ab98.", "code": 404, "title": "Not Found"}} 2018-06-29 05:26:00,702 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/0dbd5f36b2a74bedbf99fe02b353ab98 used request id req-48b30485-c350-4ff6-b0a5-c579ec0c111e 2018-06-29 05:26:00,702 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-06-29 05:26:00,704 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:26:01,101 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:26:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["i0SXMjDBQZidLxsK427Kig"], "issued_at": "2018-06-29T05:26:01.000000Z"}} 2018-06-29 05:26:01,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}25a08c3211cfda4ff500e8d9f923bbba390eaab5" 2018-06-29 05:26:01,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8aff663-ecbf-4e0c-a9c1-3e76d1574901 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:26:01,182 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b8aff663-ecbf-4e0c-a9c1-3e76d1574901 2018-06-29 05:26:01,183 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:26:01,184 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:26:01,590 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:26:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["E3S0ucl2RSuIU-YqOvW-AA"], "issued_at": "2018-06-29T05:26:01.000000Z"}} 2018-06-29 05:26:01,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}f1373bdca2e7893357c8eab2773b23ba3477d0b3" 2018-06-29 05:26:01,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a4344ba-c712-4072-bf0b-ea1f8257c362 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:26:01,675 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-5a4344ba-c712-4072-bf0b-ea1f8257c362 2018-06-29 05:26:01,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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 05:26:01,684 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 05:26: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.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 05:26:01,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1373bdca2e7893357c8eab2773b23ba3477d0b3" 2018-06-29 05:26:01,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0548d7cd-ee78-4bde-a39b-6c2524aa1a6a Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/2e7f1d6ac62a43baaddff6528926384f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e7f1d6ac62a43baaddff6528926384f", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/44d808c34960473a8370c82a0a0e4dbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "44d808c34960473a8370c82a0a0e4dbb", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/54cb3861713b412895c8758a60bf2d2f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "54cb3861713b412895c8758a60bf2d2f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/7b94a956c8574fdfaa8c9e1719909e73"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b94a956c8574fdfaa8c9e1719909e73", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/8692a24e39ee4e4582315312080b68e8"}, "domain_id": "909964a4d3a8414dbee4bfb57523ee33", "enabled": true, "options": {}, "id": "8692a24e39ee4e4582315312080b68e8", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/8951ed4ff13a4aac914c5c9d06decbdf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8951ed4ff13a4aac914c5c9d06decbdf", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/aa987e7e8f6148a49640656daf64e8dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa987e7e8f6148a49640656daf64e8dc", "email": "nova@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/b2847bfa6561418b8e69807fe6ca0664"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b2847bfa6561418b8e69807fe6ca0664", "email": "swift@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/bf3e4cb4ac1c43cc918067145f183131"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bf3e4cb4ac1c43cc918067145f183131", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/c13100c6fdf740938502979241e10e11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c13100c6fdf740938502979241e10e11", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/da2608adf98e42d4aa462d180f540a14"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da2608adf98e42d4aa462d180f540a14", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/e4c2c1ce32f74522aa400fd1ec290e18"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4c2c1ce32f74522aa400fd1ec290e18", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/f7d48087d8954b058ae2cb14652803e3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f7d48087d8954b058ae2cb14652803e3", "email": "panko@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/fbe7c63206634d47a119de5a17405df5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe7c63206634d47a119de5a17405df5", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-06-29 05:26:01,795 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-0548d7cd-ee78-4bde-a39b-6c2524aa1a6a 2018-06-29 05:26:01,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1373bdca2e7893357c8eab2773b23ba3477d0b3" 2018-06-29 05:26:01,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-390d4d97-92d6-496f-bc86-7abedd488eb0 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-06-29 05:26:01,894 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-390d4d97-92d6-496f-bc86-7abedd488eb0 2018-06-29 05:26:02,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1373bdca2e7893357c8eab2773b23ba3477d0b3" 2018-06-29 05:26:02,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1206c7a-9586-44bf-8468-1b4402470416 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "19d73f80b5b344bfb9d61349360934cf", "links": {"self": "http://172.30.9.23:5000/v3/roles/19d73f80b5b344bfb9d61349360934cf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "3e31d7f88da14e96a7f6569ea6c8c4a2", "links": {"self": "http://172.30.9.23:5000/v3/roles/3e31d7f88da14e96a7f6569ea6c8c4a2"}, "name": "swiftoperator"}, {"domain_id": null, "id": "717fbf971879477fa2e582732bd31427", "links": {"self": "http://172.30.9.23:5000/v3/roles/717fbf971879477fa2e582732bd31427"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa3ed44aae904d6dae0b4b166fd06676", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa3ed44aae904d6dae0b4b166fd06676"}, "name": "heat_stack_user"}]} 2018-06-29 05:26:02,284 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-d1206c7a-9586-44bf-8468-1b4402470416 2018-06-29 05:26:02,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=admin -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1373bdca2e7893357c8eab2773b23ba3477d0b3" 2018-06-29 05:26:02,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9053093-65ff-421b-bd69-6844a1d7c43f Content-Encoding: gzip Content-Length: 233 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=admin", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57"}, "tags": [], "enabled": true, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-06-29 05:26:02,395 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=admin used request id req-b9053093-65ff-421b-bd69-6844a1d7c43f 2018-06-29 05:26:02,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users/43991dca805c4043a2176bf4e6a205f6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1373bdca2e7893357c8eab2773b23ba3477d0b3" 2018-06-29 05:26:02,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-807f9377-1324-410e-86fb-eea6c9271767 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/43991dca805c4043a2176bf4e6a205f6"}, "enabled": true, "id": "43991dca805c4043a2176bf4e6a205f6", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-36e9ada9-32aa-43f-name"}} 2018-06-29 05:26:02,503 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/43991dca805c4043a2176bf4e6a205f6 used request id req-807f9377-1324-410e-86fb-eea6c9271767 2018-06-29 05:26:02,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57/users/43991dca805c4043a2176bf4e6a205f6/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1373bdca2e7893357c8eab2773b23ba3477d0b3" 2018-06-29 05:26:02,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6005d814-36b5-4870-9f2a-f0f62a6105f7 Content-Encoding: gzip Content-Length: 166 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57/users/43991dca805c4043a2176bf4e6a205f6/roles", "previous": null, "next": null}, "roles": []} 2018-06-29 05:26:02,618 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57/users/43991dca805c4043a2176bf4e6a205f6/roles used request id req-6005d814-36b5-4870-9f2a-f0f62a6105f7 2018-06-29 05:26:02,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/717fbf971879477fa2e582732bd31427 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1373bdca2e7893357c8eab2773b23ba3477d0b3" 2018-06-29 05:26:02,717 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1034bf2-e511-4528-89c2-e0e4e62cfa9f Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "717fbf971879477fa2e582732bd31427", "links": {"self": "http://172.30.9.23:5000/v3/roles/717fbf971879477fa2e582732bd31427"}, "name": "admin"}} 2018-06-29 05:26:02,717 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/717fbf971879477fa2e582732bd31427 used request id req-d1034bf2-e511-4528-89c2-e0e4e62cfa9f 2018-06-29 05:26:02,717 - keystone_utils - INFO - Granting role admin to project admin 2018-06-29 05:26:02,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57/users/43991dca805c4043a2176bf4e6a205f6/roles/717fbf971879477fa2e582732bd31427 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1373bdca2e7893357c8eab2773b23ba3477d0b3" 2018-06-29 05:26:02,842 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 05:26:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-94524ae8-1aa6-441f-917b-e638167719fb 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 05:26:02,842 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57/users/43991dca805c4043a2176bf4e6a205f6/roles/717fbf971879477fa2e582732bd31427 used request id req-94524ae8-1aa6-441f-917b-e638167719fb 2018-06-29 05:26:02,843 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-36e9ada9-32aa-43f-name 2018-06-29 05:26:02,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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 05:26:02,851 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 05:26: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.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 05:26:02,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25a08c3211cfda4ff500e8d9f923bbba390eaab5" 2018-06-29 05:26:02,965 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55e86f09-83c9-4649-a31e-5ee8d91d6879 Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/2e7f1d6ac62a43baaddff6528926384f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e7f1d6ac62a43baaddff6528926384f", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-36e9ada9-32aa-43f-name", "links": {"self": "http://172.30.9.23:5000/v3/users/43991dca805c4043a2176bf4e6a205f6"}, "domain_id": "default", "enabled": true, "id": "43991dca805c4043a2176bf4e6a205f6", "options": {}}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/44d808c34960473a8370c82a0a0e4dbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "44d808c34960473a8370c82a0a0e4dbb", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/54cb3861713b412895c8758a60bf2d2f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "54cb3861713b412895c8758a60bf2d2f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/7b94a956c8574fdfaa8c9e1719909e73"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b94a956c8574fdfaa8c9e1719909e73", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/8692a24e39ee4e4582315312080b68e8"}, "domain_id": "909964a4d3a8414dbee4bfb57523ee33", "enabled": true, "options": {}, "id": "8692a24e39ee4e4582315312080b68e8", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/8951ed4ff13a4aac914c5c9d06decbdf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8951ed4ff13a4aac914c5c9d06decbdf", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/aa987e7e8f6148a49640656daf64e8dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa987e7e8f6148a49640656daf64e8dc", "email": "nova@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/b2847bfa6561418b8e69807fe6ca0664"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b2847bfa6561418b8e69807fe6ca0664", "email": "swift@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/bf3e4cb4ac1c43cc918067145f183131"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bf3e4cb4ac1c43cc918067145f183131", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/c13100c6fdf740938502979241e10e11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c13100c6fdf740938502979241e10e11", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/da2608adf98e42d4aa462d180f540a14"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da2608adf98e42d4aa462d180f540a14", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/e4c2c1ce32f74522aa400fd1ec290e18"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4c2c1ce32f74522aa400fd1ec290e18", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/f7d48087d8954b058ae2cb14652803e3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f7d48087d8954b058ae2cb14652803e3", "email": "panko@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/fbe7c63206634d47a119de5a17405df5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe7c63206634d47a119de5a17405df5", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-06-29 05:26:02,965 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-55e86f09-83c9-4649-a31e-5ee8d91d6879 2018-06-29 05:26:02,966 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-36e9ada9-32aa-43f-name 2018-06-29 05:26:02,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/43991dca805c4043a2176bf4e6a205f6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1373bdca2e7893357c8eab2773b23ba3477d0b3" 2018-06-29 05:26:03,155 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 05:26:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a9c07227-7e0b-4443-9d1c-cd9344a62112 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 05:26:03,155 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/43991dca805c4043a2176bf4e6a205f6 used request id req-a9c07227-7e0b-4443-9d1c-cd9344a62112 2018-06-29 05:26:03,157 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:26:03,561 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:26:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["S_AfAa-hR-uv-bsS1JxiBg"], "issued_at": "2018-06-29T05:26:03.000000Z"}} 2018-06-29 05:26:03,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}31d8542e8ec5b3155ebf34446de9399a261e8bfa" 2018-06-29 05:26:03,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d1758ef-cb86-405e-bc14-a33cb9255c4e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:26:03,653 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1d1758ef-cb86-405e-bc14-a33cb9255c4e 2018-06-29 05:26:03,654 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:26:03,655 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:26:04,039 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:26:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["JM7DEyriTJ2FsNOFsyVkiA"], "issued_at": "2018-06-29T05:26:04.000000Z"}} 2018-06-29 05:26:04,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}d6aee81b7e03f231954162c2bc2c3b6eabc9ae60" 2018-06-29 05:26:04,128 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2600450-b956-45c1-92fa-8d280701f6b5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:26:04,128 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b2600450-b956-45c1-92fa-8d280701f6b5 2018-06-29 05:26:04,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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 05:26:04,138 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 05:26: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.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 05:26:04,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6aee81b7e03f231954162c2bc2c3b6eabc9ae60" 2018-06-29 05:26:04,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4857b873-197b-4e95-ba16-2dd4b49ad667 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/2e7f1d6ac62a43baaddff6528926384f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e7f1d6ac62a43baaddff6528926384f", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/44d808c34960473a8370c82a0a0e4dbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "44d808c34960473a8370c82a0a0e4dbb", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/54cb3861713b412895c8758a60bf2d2f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "54cb3861713b412895c8758a60bf2d2f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/7b94a956c8574fdfaa8c9e1719909e73"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b94a956c8574fdfaa8c9e1719909e73", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/8692a24e39ee4e4582315312080b68e8"}, "domain_id": "909964a4d3a8414dbee4bfb57523ee33", "enabled": true, "options": {}, "id": "8692a24e39ee4e4582315312080b68e8", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/8951ed4ff13a4aac914c5c9d06decbdf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8951ed4ff13a4aac914c5c9d06decbdf", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/aa987e7e8f6148a49640656daf64e8dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa987e7e8f6148a49640656daf64e8dc", "email": "nova@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/b2847bfa6561418b8e69807fe6ca0664"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b2847bfa6561418b8e69807fe6ca0664", "email": "swift@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/bf3e4cb4ac1c43cc918067145f183131"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bf3e4cb4ac1c43cc918067145f183131", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/c13100c6fdf740938502979241e10e11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c13100c6fdf740938502979241e10e11", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/da2608adf98e42d4aa462d180f540a14"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da2608adf98e42d4aa462d180f540a14", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/e4c2c1ce32f74522aa400fd1ec290e18"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4c2c1ce32f74522aa400fd1ec290e18", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/f7d48087d8954b058ae2cb14652803e3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f7d48087d8954b058ae2cb14652803e3", "email": "panko@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/fbe7c63206634d47a119de5a17405df5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe7c63206634d47a119de5a17405df5", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-06-29 05:26:04,238 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-4857b873-197b-4e95-ba16-2dd4b49ad667 2018-06-29 05:26:04,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6aee81b7e03f231954162c2bc2c3b6eabc9ae60" 2018-06-29 05:26:04,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c597b62a-30f7-430c-b8bd-412276c6c798 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-06-29 05:26:04,342 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-c597b62a-30f7-430c-b8bd-412276c6c798 2018-06-29 05:26:04,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6aee81b7e03f231954162c2bc2c3b6eabc9ae60" 2018-06-29 05:26:04,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ea39fe5-7e65-4210-b043-e89f45a874b1 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "19d73f80b5b344bfb9d61349360934cf", "links": {"self": "http://172.30.9.23:5000/v3/roles/19d73f80b5b344bfb9d61349360934cf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "3e31d7f88da14e96a7f6569ea6c8c4a2", "links": {"self": "http://172.30.9.23:5000/v3/roles/3e31d7f88da14e96a7f6569ea6c8c4a2"}, "name": "swiftoperator"}, {"domain_id": null, "id": "717fbf971879477fa2e582732bd31427", "links": {"self": "http://172.30.9.23:5000/v3/roles/717fbf971879477fa2e582732bd31427"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa3ed44aae904d6dae0b4b166fd06676", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa3ed44aae904d6dae0b4b166fd06676"}, "name": "heat_stack_user"}]} 2018-06-29 05:26:04,847 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-8ea39fe5-7e65-4210-b043-e89f45a874b1 2018-06-29 05:26:04,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=admin -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6aee81b7e03f231954162c2bc2c3b6eabc9ae60" 2018-06-29 05:26:04,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bfe71ff6-5605-4b8a-9a7e-ca1355bd0151 Content-Encoding: gzip Content-Length: 233 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=admin", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57"}, "tags": [], "enabled": true, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-06-29 05:26:04,949 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=admin used request id req-bfe71ff6-5605-4b8a-9a7e-ca1355bd0151 2018-06-29 05:26:04,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users/9c8f5ffa8fc345bdb3cf77b45b730a8c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6aee81b7e03f231954162c2bc2c3b6eabc9ae60" 2018-06-29 05:26:05,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3cfad13c-f34e-4a84-b793-367b9df855a2 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/9c8f5ffa8fc345bdb3cf77b45b730a8c"}, "enabled": true, "id": "9c8f5ffa8fc345bdb3cf77b45b730a8c", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-7d30e3a0-72a5-4d7-name"}} 2018-06-29 05:26:05,062 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/9c8f5ffa8fc345bdb3cf77b45b730a8c used request id req-3cfad13c-f34e-4a84-b793-367b9df855a2 2018-06-29 05:26:05,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57/users/9c8f5ffa8fc345bdb3cf77b45b730a8c/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6aee81b7e03f231954162c2bc2c3b6eabc9ae60" 2018-06-29 05:26:05,173 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f32e0a2-8c03-428e-9d14-eb7a1e24f74b Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57/users/9c8f5ffa8fc345bdb3cf77b45b730a8c/roles", "previous": null, "next": null}, "roles": []} 2018-06-29 05:26:05,173 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57/users/9c8f5ffa8fc345bdb3cf77b45b730a8c/roles used request id req-2f32e0a2-8c03-428e-9d14-eb7a1e24f74b 2018-06-29 05:26:05,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/717fbf971879477fa2e582732bd31427 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6aee81b7e03f231954162c2bc2c3b6eabc9ae60" 2018-06-29 05:26:05,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64278a30-06a2-433f-9ace-bcc9e9ca4b58 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "717fbf971879477fa2e582732bd31427", "links": {"self": "http://172.30.9.23:5000/v3/roles/717fbf971879477fa2e582732bd31427"}, "name": "admin"}} 2018-06-29 05:26:05,270 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/717fbf971879477fa2e582732bd31427 used request id req-64278a30-06a2-433f-9ace-bcc9e9ca4b58 2018-06-29 05:26:05,270 - keystone_utils - INFO - Granting role admin to project admin 2018-06-29 05:26:05,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57/users/9c8f5ffa8fc345bdb3cf77b45b730a8c/roles/717fbf971879477fa2e582732bd31427 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6aee81b7e03f231954162c2bc2c3b6eabc9ae60" 2018-06-29 05:26:05,381 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 05:26:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-94a0080c-9d4e-4fc1-86b0-ed15db3eabfe 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 05:26:05,382 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57/users/9c8f5ffa8fc345bdb3cf77b45b730a8c/roles/717fbf971879477fa2e582732bd31427 used request id req-94a0080c-9d4e-4fc1-86b0-ed15db3eabfe 2018-06-29 05:26:05,382 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-7d30e3a0-72a5-4d7-name 2018-06-29 05:26:05,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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 05:26:05,390 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 05:26:05 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 05:26:05,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31d8542e8ec5b3155ebf34446de9399a261e8bfa" 2018-06-29 05:26:05,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25f9001c-8dbf-4bba-9132-ba581520d357 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/2e7f1d6ac62a43baaddff6528926384f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e7f1d6ac62a43baaddff6528926384f", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/44d808c34960473a8370c82a0a0e4dbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "44d808c34960473a8370c82a0a0e4dbb", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/54cb3861713b412895c8758a60bf2d2f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "54cb3861713b412895c8758a60bf2d2f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/7b94a956c8574fdfaa8c9e1719909e73"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b94a956c8574fdfaa8c9e1719909e73", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/8692a24e39ee4e4582315312080b68e8"}, "domain_id": "909964a4d3a8414dbee4bfb57523ee33", "enabled": true, "options": {}, "id": "8692a24e39ee4e4582315312080b68e8", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/8951ed4ff13a4aac914c5c9d06decbdf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8951ed4ff13a4aac914c5c9d06decbdf", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-7d30e3a0-72a5-4d7-name", "links": {"self": "http://172.30.9.23:5000/v3/users/9c8f5ffa8fc345bdb3cf77b45b730a8c"}, "domain_id": "default", "enabled": true, "id": "9c8f5ffa8fc345bdb3cf77b45b730a8c", "options": {}}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/aa987e7e8f6148a49640656daf64e8dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa987e7e8f6148a49640656daf64e8dc", "email": "nova@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/b2847bfa6561418b8e69807fe6ca0664"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b2847bfa6561418b8e69807fe6ca0664", "email": "swift@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/bf3e4cb4ac1c43cc918067145f183131"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bf3e4cb4ac1c43cc918067145f183131", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/c13100c6fdf740938502979241e10e11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c13100c6fdf740938502979241e10e11", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/da2608adf98e42d4aa462d180f540a14"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da2608adf98e42d4aa462d180f540a14", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/e4c2c1ce32f74522aa400fd1ec290e18"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4c2c1ce32f74522aa400fd1ec290e18", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/f7d48087d8954b058ae2cb14652803e3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f7d48087d8954b058ae2cb14652803e3", "email": "panko@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/fbe7c63206634d47a119de5a17405df5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe7c63206634d47a119de5a17405df5", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-06-29 05:26:05,504 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-25f9001c-8dbf-4bba-9132-ba581520d357 2018-06-29 05:26:05,505 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:26:05,506 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:26:05,995 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:26:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["23l1rMKZSBOlnfuMuVjWbw"], "issued_at": "2018-06-29T05:26:05.000000Z"}} 2018-06-29 05:26:05,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}9783343385c4e23f6a82bc3763bbe392d18131e7" 2018-06-29 05:26:06,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1714f63f-5b41-4065-840c-3d5701546494 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:26:06,008 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1714f63f-5b41-4065-840c-3d5701546494 2018-06-29 05:26:06,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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 05:26:06,017 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 05:26: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.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 05:26:06,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9783343385c4e23f6a82bc3763bbe392d18131e7" 2018-06-29 05:26:06,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f259bf87-f615-4381-bdfa-df7af02f262b Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/2e7f1d6ac62a43baaddff6528926384f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e7f1d6ac62a43baaddff6528926384f", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/44d808c34960473a8370c82a0a0e4dbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "44d808c34960473a8370c82a0a0e4dbb", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/54cb3861713b412895c8758a60bf2d2f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "54cb3861713b412895c8758a60bf2d2f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/7b94a956c8574fdfaa8c9e1719909e73"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b94a956c8574fdfaa8c9e1719909e73", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/8692a24e39ee4e4582315312080b68e8"}, "domain_id": "909964a4d3a8414dbee4bfb57523ee33", "enabled": true, "options": {}, "id": "8692a24e39ee4e4582315312080b68e8", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/8951ed4ff13a4aac914c5c9d06decbdf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8951ed4ff13a4aac914c5c9d06decbdf", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-7d30e3a0-72a5-4d7-name", "links": {"self": "http://172.30.9.23:5000/v3/users/9c8f5ffa8fc345bdb3cf77b45b730a8c"}, "domain_id": "default", "enabled": true, "id": "9c8f5ffa8fc345bdb3cf77b45b730a8c", "options": {}}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/aa987e7e8f6148a49640656daf64e8dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa987e7e8f6148a49640656daf64e8dc", "email": "nova@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/b2847bfa6561418b8e69807fe6ca0664"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b2847bfa6561418b8e69807fe6ca0664", "email": "swift@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/bf3e4cb4ac1c43cc918067145f183131"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bf3e4cb4ac1c43cc918067145f183131", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/c13100c6fdf740938502979241e10e11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c13100c6fdf740938502979241e10e11", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/da2608adf98e42d4aa462d180f540a14"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da2608adf98e42d4aa462d180f540a14", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/e4c2c1ce32f74522aa400fd1ec290e18"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4c2c1ce32f74522aa400fd1ec290e18", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/f7d48087d8954b058ae2cb14652803e3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f7d48087d8954b058ae2cb14652803e3", "email": "panko@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/fbe7c63206634d47a119de5a17405df5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe7c63206634d47a119de5a17405df5", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-06-29 05:26:06,132 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-f259bf87-f615-4381-bdfa-df7af02f262b 2018-06-29 05:26:06,133 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-7d30e3a0-72a5-4d7-name 2018-06-29 05:26:06,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/9c8f5ffa8fc345bdb3cf77b45b730a8c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6aee81b7e03f231954162c2bc2c3b6eabc9ae60" 2018-06-29 05:26:06,325 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 05:26:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fd5e86b5-3606-4114-b37e-f6af40a7cb2c 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 05:26:06,325 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/9c8f5ffa8fc345bdb3cf77b45b730a8c used request id req-fd5e86b5-3606-4114-b37e-f6af40a7cb2c 2018-06-29 05:26:06,327 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:26:06,721 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:26:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["1xH6vMhhR7miQ8IjjdcBpQ"], "issued_at": "2018-06-29T05:26:06.000000Z"}} 2018-06-29 05:26:06,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}a6332a76c6796cce57fc4d65107e64e4a922cf82" 2018-06-29 05:26:06,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68525a3d-6bba-48cb-b408-5812a1482155 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:26:06,736 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-68525a3d-6bba-48cb-b408-5812a1482155 2018-06-29 05:26:06,737 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:26:06,738 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:26:07,128 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:26:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["UQly2EKpRTab8YHY2AiySg"], "issued_at": "2018-06-29T05:26:07.000000Z"}} 2018-06-29 05:26:07,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}c01df50ad262584534e190c3e4f7ef06d0edd0ee" 2018-06-29 05:26:07,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-053bae2e-f617-4197-8509-0a785b5db4f8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:26:07,216 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-053bae2e-f617-4197-8509-0a785b5db4f8 2018-06-29 05:26:07,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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 05:26:07,226 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 05:26: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.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 05:26:07,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-772d4f16-d468-4cf-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01df50ad262584534e190c3e4f7ef06d0edd0ee" 2018-06-29 05:26:07,314 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a72736d-19c3-4dde-9baa-506902d2d234 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-772d4f16-d468-4cf-name", "previous": null, "next": null}, "projects": []} 2018-06-29 05:26:07,314 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-772d4f16-d468-4cf-name used request id req-8a72736d-19c3-4dde-9baa-506902d2d234 2018-06-29 05:26:07,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01df50ad262584534e190c3e4f7ef06d0edd0ee" 2018-06-29 05:26:07,411 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f0946ae-6863-4fb9-8424-5458678fc5b1 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-06-29 05:26:07,412 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-2f0946ae-6863-4fb9-8424-5458678fc5b1 2018-06-29 05:26:07,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01df50ad262584534e190c3e4f7ef06d0edd0ee" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-772d4f16-d468-4cf-name"}}' 2018-06-29 05:26:07,546 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 29 Jun 2018 05:26:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a5985895-7ac4-4bbe-91ca-88cfdc00d7a3 Content-Length: 322 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/cb769789f8074225be4dd855ee8655d7"}, "tags": [], "enabled": true, "id": "cb769789f8074225be4dd855ee8655d7", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-772d4f16-d468-4cf-name"}} 2018-06-29 05:26:07,546 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-a5985895-7ac4-4bbe-91ca-88cfdc00d7a3 2018-06-29 05:26:07,547 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-772d4f16-d468-4cf-name 2018-06-29 05:26:07,547 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-772d4f16-d468-4cf-name 2018-06-29 05:26:07,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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 05:26:07,555 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 05:26: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.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 05:26:07,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/cb769789f8074225be4dd855ee8655d7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6332a76c6796cce57fc4d65107e64e4a922cf82" 2018-06-29 05:26:07,715 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 05:26:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-31b52358-2455-4eea-89c9-188ff22fa90a 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 05:26:07,715 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/cb769789f8074225be4dd855ee8655d7 used request id req-31b52358-2455-4eea-89c9-188ff22fa90a 2018-06-29 05:26:07,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01df50ad262584534e190c3e4f7ef06d0edd0ee" 2018-06-29 05:26:08,824 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4847 X-Openstack-Request-Id: req-94d0e129-8e29-465d-a9a1-9b386de01b7a Date: Fri, 29 Jun 2018 05:26:08 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "114a8cdc27184b288a7cbb609b5a20e9", "created_at": "2018-06-29T05:22:27Z", "updated_at": "2018-06-29T05:22:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:22:27Z", "revision_number": 0, "id": "60c86f9b-7d30-4b4c-94c3-8054f4eb9af7", "remote_group_id": "5faaf09f-75fb-479b-ae1c-a83e9caed6b6", "remote_ip_prefix": null, "created_at": "2018-06-29T05:22:27Z", "security_group_id": "5faaf09f-75fb-479b-ae1c-a83e9caed6b6", "tenant_id": "114a8cdc27184b288a7cbb609b5a20e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "114a8cdc27184b288a7cbb609b5a20e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:22:27Z", "revision_number": 0, "id": "d2c89abb-5ef4-4093-9e94-8bf7409165ea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:22:27Z", "security_group_id": "5faaf09f-75fb-479b-ae1c-a83e9caed6b6", "tenant_id": "114a8cdc27184b288a7cbb609b5a20e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "114a8cdc27184b288a7cbb609b5a20e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:22:27Z", "revision_number": 0, "id": "9fb1d7ab-8b85-4952-848c-4db9fd8414ab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:22:27Z", "security_group_id": "5faaf09f-75fb-479b-ae1c-a83e9caed6b6", "tenant_id": "114a8cdc27184b288a7cbb609b5a20e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "114a8cdc27184b288a7cbb609b5a20e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:22:27Z", "revision_number": 0, "id": "7892cd50-31dd-4383-bb34-62dfc9b45076", "remote_group_id": "5faaf09f-75fb-479b-ae1c-a83e9caed6b6", "remote_ip_prefix": null, "created_at": "2018-06-29T05:22:27Z", "security_group_id": "5faaf09f-75fb-479b-ae1c-a83e9caed6b6", "tenant_id": "114a8cdc27184b288a7cbb609b5a20e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "114a8cdc27184b288a7cbb609b5a20e9"}], "revision_number": 1, "project_id": "114a8cdc27184b288a7cbb609b5a20e9", "id": "5faaf09f-75fb-479b-ae1c-a83e9caed6b6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:26:08Z", "updated_at": "2018-06-29T05:26:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:26:08Z", "revision_number": 0, "id": "2c8c050e-d35b-4db1-a30b-b11cb5603c00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:26:08Z", "security_group_id": "67fd1914-9a13-4c3f-b4a8-3292c73ccfbe", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "port_range_min": null, "ethertype": "IPv6", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:26:08Z", "revision_number": 0, "id": "d6d6dfa9-1f04-44eb-844d-255d9c892c77", "remote_group_id": "67fd1914-9a13-4c3f-b4a8-3292c73ccfbe", "remote_ip_prefix": null, "created_at": "2018-06-29T05:26:08Z", "security_group_id": "67fd1914-9a13-4c3f-b4a8-3292c73ccfbe", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "port_range_min": null, "ethertype": "IPv6", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:26:08Z", "revision_number": 0, "id": "11388e28-80d4-465b-92f8-5d12811cdd14", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:26:08Z", "security_group_id": "67fd1914-9a13-4c3f-b4a8-3292c73ccfbe", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "port_range_min": null, "ethertype": "IPv4", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:26:08Z", "revision_number": 0, "id": "045f754e-2dea-4c81-b175-f558430cb980", "remote_group_id": "67fd1914-9a13-4c3f-b4a8-3292c73ccfbe", "remote_ip_prefix": null, "created_at": "2018-06-29T05:26:08Z", "security_group_id": "67fd1914-9a13-4c3f-b4a8-3292c73ccfbe", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "port_range_min": null, "ethertype": "IPv4", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57"}], "revision_number": 1, "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "id": "67fd1914-9a13-4c3f-b4a8-3292c73ccfbe", "name": "default"}]} 2018-06-29 05:26:08,825 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-94d0e129-8e29-465d-a9a1-9b386de01b7a 2018-06-29 05:26:08,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/114a8cdc27184b288a7cbb609b5a20e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01df50ad262584534e190c3e4f7ef06d0edd0ee" 2018-06-29 05:26:08,927 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e90bb2e-1007-49df-b675-26b372f4bbd6 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.23:5000/v3/projects/114a8cdc27184b288a7cbb609b5a20e9"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "114a8cdc27184b288a7cbb609b5a20e9", "name": "service"}} 2018-06-29 05:26:08,927 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/114a8cdc27184b288a7cbb609b5a20e9 used request id req-9e90bb2e-1007-49df-b675-26b372f4bbd6 2018-06-29 05:26:08,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01df50ad262584534e190c3e4f7ef06d0edd0ee" 2018-06-29 05:26:09,023 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16de36f3-2ef2-4259-a52f-86ce1993fe1e Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}} 2018-06-29 05:26:09,023 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 used request id req-16de36f3-2ef2-4259-a52f-86ce1993fe1e 2018-06-29 05:26:09,024 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-772d4f16-d468-4cf-name 2018-06-29 05:26:09,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/cb769789f8074225be4dd855ee8655d7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01df50ad262584534e190c3e4f7ef06d0edd0ee" 2018-06-29 05:26:09,128 - keystoneauth.session - DEBUG - RESP: [404] Date: Fri, 29 Jun 2018 05:26:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fbdf56cd-1ad2-44d9-bee4-7ee05aad9036 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cb769789f8074225be4dd855ee8655d7.", "code": 404, "title": "Not Found"}} 2018-06-29 05:26:09,129 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/cb769789f8074225be4dd855ee8655d7 used request id req-fbdf56cd-1ad2-44d9-bee4-7ee05aad9036 2018-06-29 05:26:09,129 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-06-29 05:26:09,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01df50ad262584534e190c3e4f7ef06d0edd0ee" 2018-06-29 05:26:09,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-753e73d9-3fd9-4ce1-9e08-8711fb6f3994 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "19d73f80b5b344bfb9d61349360934cf", "links": {"self": "http://172.30.9.23:5000/v3/roles/19d73f80b5b344bfb9d61349360934cf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "3e31d7f88da14e96a7f6569ea6c8c4a2", "links": {"self": "http://172.30.9.23:5000/v3/roles/3e31d7f88da14e96a7f6569ea6c8c4a2"}, "name": "swiftoperator"}, {"domain_id": null, "id": "717fbf971879477fa2e582732bd31427", "links": {"self": "http://172.30.9.23:5000/v3/roles/717fbf971879477fa2e582732bd31427"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa3ed44aae904d6dae0b4b166fd06676", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa3ed44aae904d6dae0b4b166fd06676"}, "name": "heat_stack_user"}]} 2018-06-29 05:26:09,233 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-753e73d9-3fd9-4ce1-9e08-8711fb6f3994 2018-06-29 05:26:09,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6332a76c6796cce57fc4d65107e64e4a922cf82" 2018-06-29 05:26:09,329 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2eddfa24-d5f2-4fb4-9192-0e07c262fa66 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-06-29 05:26:09,330 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-2eddfa24-d5f2-4fb4-9192-0e07c262fa66 2018-06-29 05:26:09,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01df50ad262584534e190c3e4f7ef06d0edd0ee" 2018-06-29 05:26:09,439 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a8cdb0d-b0fb-4652-a49d-b26201e2aa2d Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "19d73f80b5b344bfb9d61349360934cf", "links": {"self": "http://172.30.9.23:5000/v3/roles/19d73f80b5b344bfb9d61349360934cf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "3e31d7f88da14e96a7f6569ea6c8c4a2", "links": {"self": "http://172.30.9.23:5000/v3/roles/3e31d7f88da14e96a7f6569ea6c8c4a2"}, "name": "swiftoperator"}, {"domain_id": null, "id": "717fbf971879477fa2e582732bd31427", "links": {"self": "http://172.30.9.23:5000/v3/roles/717fbf971879477fa2e582732bd31427"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa3ed44aae904d6dae0b4b166fd06676", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa3ed44aae904d6dae0b4b166fd06676"}, "name": "heat_stack_user"}]} 2018-06-29 05:26:09,439 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-4a8cdb0d-b0fb-4652-a49d-b26201e2aa2d 2018-06-29 05:26:09,440 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:26:09,852 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:26:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["sSfirFnGRLm81TkaHgsmkQ"], "issued_at": "2018-06-29T05:26:09.000000Z"}} 2018-06-29 05:26:09,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}4bc78e0ebeb6d5d8e1f316273aedd61f91a260d5" 2018-06-29 05:26:09,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-634800c3-aa7c-483b-a0dd-f1728e1fd244 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:26:09,934 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-634800c3-aa7c-483b-a0dd-f1728e1fd244 2018-06-29 05:26:09,935 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:26:09,936 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:26:10,347 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:26:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["qWQhDlrTQO6X5FjyzJ2y3g"], "issued_at": "2018-06-29T05:26:10.000000Z"}} 2018-06-29 05:26:10,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}eb3c9f5602ce523d93da446302e7a98cf61c1611" 2018-06-29 05:26:10,435 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61308dcb-e523-4a08-b743-b4c0aebf6392 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:26:10,436 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-61308dcb-e523-4a08-b743-b4c0aebf6392 2018-06-29 05:26:10,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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 05:26:10,445 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 05:26: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.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 05:26:10,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-4e5224a6-4baa-4d7-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb3c9f5602ce523d93da446302e7a98cf61c1611" 2018-06-29 05:26:10,539 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-769b172b-1405-40fa-821d-bc35b5277f2a Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-4e5224a6-4baa-4d7-name", "previous": null, "next": null}, "projects": []} 2018-06-29 05:26:10,539 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-4e5224a6-4baa-4d7-name used request id req-769b172b-1405-40fa-821d-bc35b5277f2a 2018-06-29 05:26:10,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb3c9f5602ce523d93da446302e7a98cf61c1611" 2018-06-29 05:26:10,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-414ab5f6-f77c-42ef-8522-722dd9b06a41 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-06-29 05:26:10,670 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-414ab5f6-f77c-42ef-8522-722dd9b06a41 2018-06-29 05:26:10,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb3c9f5602ce523d93da446302e7a98cf61c1611" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-4e5224a6-4baa-4d7-name"}}' 2018-06-29 05:26:10,856 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 29 Jun 2018 05:26:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6a56de1a-68e7-4185-8090-db294a5e3e83 Content-Length: 322 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/a6fb907029d644bb86ab894e98af401c"}, "tags": [], "enabled": true, "id": "a6fb907029d644bb86ab894e98af401c", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-4e5224a6-4baa-4d7-name"}} 2018-06-29 05:26:10,856 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-6a56de1a-68e7-4185-8090-db294a5e3e83 2018-06-29 05:26:10,857 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-4e5224a6-4baa-4d7-name 2018-06-29 05:26:10,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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 05:26:10,865 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 05:26: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.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 05:26:10,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-4e5224a6-4baa-4d7-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bc78e0ebeb6d5d8e1f316273aedd61f91a260d5" 2018-06-29 05:26:10,965 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-829a990a-d111-449a-bd6b-4f4889138758 Content-Encoding: gzip Content-Length: 276 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-4e5224a6-4baa-4d7-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/a6fb907029d644bb86ab894e98af401c"}, "tags": [], "enabled": true, "id": "a6fb907029d644bb86ab894e98af401c", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-4e5224a6-4baa-4d7-name"}]} 2018-06-29 05:26:10,965 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-4e5224a6-4baa-4d7-name used request id req-829a990a-d111-449a-bd6b-4f4889138758 2018-06-29 05:26:10,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bc78e0ebeb6d5d8e1f316273aedd61f91a260d5" 2018-06-29 05:26:11,059 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8612131a-6fc4-4d84-95ba-2eae46406197 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-06-29 05:26:11,059 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-8612131a-6fc4-4d84-95ba-2eae46406197 2018-06-29 05:26:11,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb3c9f5602ce523d93da446302e7a98cf61c1611" 2018-06-29 05:26:11,995 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4847 X-Openstack-Request-Id: req-39043060-80b0-40fc-934f-795e7c603e81 Date: Fri, 29 Jun 2018 05:26:11 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "114a8cdc27184b288a7cbb609b5a20e9", "created_at": "2018-06-29T05:22:27Z", "updated_at": "2018-06-29T05:22:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:22:27Z", "revision_number": 0, "id": "60c86f9b-7d30-4b4c-94c3-8054f4eb9af7", "remote_group_id": "5faaf09f-75fb-479b-ae1c-a83e9caed6b6", "remote_ip_prefix": null, "created_at": "2018-06-29T05:22:27Z", "security_group_id": "5faaf09f-75fb-479b-ae1c-a83e9caed6b6", "tenant_id": "114a8cdc27184b288a7cbb609b5a20e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "114a8cdc27184b288a7cbb609b5a20e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:22:27Z", "revision_number": 0, "id": "d2c89abb-5ef4-4093-9e94-8bf7409165ea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:22:27Z", "security_group_id": "5faaf09f-75fb-479b-ae1c-a83e9caed6b6", "tenant_id": "114a8cdc27184b288a7cbb609b5a20e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "114a8cdc27184b288a7cbb609b5a20e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:22:27Z", "revision_number": 0, "id": "9fb1d7ab-8b85-4952-848c-4db9fd8414ab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:22:27Z", "security_group_id": "5faaf09f-75fb-479b-ae1c-a83e9caed6b6", "tenant_id": "114a8cdc27184b288a7cbb609b5a20e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "114a8cdc27184b288a7cbb609b5a20e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:22:27Z", "revision_number": 0, "id": "7892cd50-31dd-4383-bb34-62dfc9b45076", "remote_group_id": "5faaf09f-75fb-479b-ae1c-a83e9caed6b6", "remote_ip_prefix": null, "created_at": "2018-06-29T05:22:27Z", "security_group_id": "5faaf09f-75fb-479b-ae1c-a83e9caed6b6", "tenant_id": "114a8cdc27184b288a7cbb609b5a20e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "114a8cdc27184b288a7cbb609b5a20e9"}], "revision_number": 1, "project_id": "114a8cdc27184b288a7cbb609b5a20e9", "id": "5faaf09f-75fb-479b-ae1c-a83e9caed6b6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:26:08Z", "updated_at": "2018-06-29T05:26:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:26:08Z", "revision_number": 0, "id": "2c8c050e-d35b-4db1-a30b-b11cb5603c00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:26:08Z", "security_group_id": "67fd1914-9a13-4c3f-b4a8-3292c73ccfbe", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "port_range_min": null, "ethertype": "IPv6", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:26:08Z", "revision_number": 0, "id": "d6d6dfa9-1f04-44eb-844d-255d9c892c77", "remote_group_id": "67fd1914-9a13-4c3f-b4a8-3292c73ccfbe", "remote_ip_prefix": null, "created_at": "2018-06-29T05:26:08Z", "security_group_id": "67fd1914-9a13-4c3f-b4a8-3292c73ccfbe", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "port_range_min": null, "ethertype": "IPv6", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:26:08Z", "revision_number": 0, "id": "11388e28-80d4-465b-92f8-5d12811cdd14", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:26:08Z", "security_group_id": "67fd1914-9a13-4c3f-b4a8-3292c73ccfbe", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "port_range_min": null, "ethertype": "IPv4", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:26:08Z", "revision_number": 0, "id": "045f754e-2dea-4c81-b175-f558430cb980", "remote_group_id": "67fd1914-9a13-4c3f-b4a8-3292c73ccfbe", "remote_ip_prefix": null, "created_at": "2018-06-29T05:26:08Z", "security_group_id": "67fd1914-9a13-4c3f-b4a8-3292c73ccfbe", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "port_range_min": null, "ethertype": "IPv4", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57"}], "revision_number": 1, "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "id": "67fd1914-9a13-4c3f-b4a8-3292c73ccfbe", "name": "default"}]} 2018-06-29 05:26:11,995 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-39043060-80b0-40fc-934f-795e7c603e81 2018-06-29 05:26:11,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/114a8cdc27184b288a7cbb609b5a20e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb3c9f5602ce523d93da446302e7a98cf61c1611" 2018-06-29 05:26:12,093 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-baaafbbd-6933-4598-adb8-b000e29e2806 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.23:5000/v3/projects/114a8cdc27184b288a7cbb609b5a20e9"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "114a8cdc27184b288a7cbb609b5a20e9", "name": "service"}} 2018-06-29 05:26:12,093 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/114a8cdc27184b288a7cbb609b5a20e9 used request id req-baaafbbd-6933-4598-adb8-b000e29e2806 2018-06-29 05:26:12,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb3c9f5602ce523d93da446302e7a98cf61c1611" 2018-06-29 05:26:12,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f71dd415-a400-491d-96c5-9056c6e7fe63 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}} 2018-06-29 05:26:12,201 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 used request id req-f71dd415-a400-491d-96c5-9056c6e7fe63 2018-06-29 05:26:12,202 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-4e5224a6-4baa-4d7-name 2018-06-29 05:26:12,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/a6fb907029d644bb86ab894e98af401c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb3c9f5602ce523d93da446302e7a98cf61c1611" 2018-06-29 05:26:12,362 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 05:26:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f55054c8-e493-400f-96ca-58dd878e5dfc 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 05:26:12,362 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/a6fb907029d644bb86ab894e98af401c used request id req-f55054c8-e493-400f-96ca-58dd878e5dfc 2018-06-29 05:26:12,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb3c9f5602ce523d93da446302e7a98cf61c1611" 2018-06-29 05:26:12,456 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c531f6bd-e452-4502-9a0a-0c43aafc882d Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "19d73f80b5b344bfb9d61349360934cf", "links": {"self": "http://172.30.9.23:5000/v3/roles/19d73f80b5b344bfb9d61349360934cf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "3e31d7f88da14e96a7f6569ea6c8c4a2", "links": {"self": "http://172.30.9.23:5000/v3/roles/3e31d7f88da14e96a7f6569ea6c8c4a2"}, "name": "swiftoperator"}, {"domain_id": null, "id": "717fbf971879477fa2e582732bd31427", "links": {"self": "http://172.30.9.23:5000/v3/roles/717fbf971879477fa2e582732bd31427"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa3ed44aae904d6dae0b4b166fd06676", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa3ed44aae904d6dae0b4b166fd06676"}, "name": "heat_stack_user"}]} 2018-06-29 05:26:12,457 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-c531f6bd-e452-4502-9a0a-0c43aafc882d 2018-06-29 05:26:12,458 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:26:12,853 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:26:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["oZjBRU84Tx2WX1xvQOwFkw"], "issued_at": "2018-06-29T05:26:12.000000Z"}} 2018-06-29 05:26:12,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}a9cac67ac81a030aa0c0e5caa8325ad7c13f7dea" 2018-06-29 05:26:13,022 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17721931-98c5-4e22-9be1-86fd256a76bd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:26:13,022 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-17721931-98c5-4e22-9be1-86fd256a76bd 2018-06-29 05:26:13,023 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:26:13,024 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:26:13,421 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:26:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["TNTX3vFSSjKV0YPIICu55Q"], "issued_at": "2018-06-29T05:26:13.000000Z"}} 2018-06-29 05:26:13,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}29a674bfc29a65fd486410e8ff8dc35729eea674" 2018-06-29 05:26:13,509 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8f4085a-5c5d-4029-a255-1f9874e6854e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:26:13,509 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d8f4085a-5c5d-4029-a255-1f9874e6854e 2018-06-29 05:26:13,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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 05:26:13,519 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 05:26: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.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 05:26:13,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-1c9a0d02-678e-4a5-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29a674bfc29a65fd486410e8ff8dc35729eea674" 2018-06-29 05:26:13,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6395b70-25ac-435f-88ac-997e40182e23 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-1c9a0d02-678e-4a5-name", "previous": null, "next": null}, "projects": []} 2018-06-29 05:26:13,615 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-1c9a0d02-678e-4a5-name used request id req-a6395b70-25ac-435f-88ac-997e40182e23 2018-06-29 05:26:13,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29a674bfc29a65fd486410e8ff8dc35729eea674" 2018-06-29 05:26:13,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da9b5a03-a4ce-4613-8940-1f1d13a0ca1e Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-06-29 05:26:13,710 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-da9b5a03-a4ce-4613-8940-1f1d13a0ca1e 2018-06-29 05:26:13,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29a674bfc29a65fd486410e8ff8dc35729eea674" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-1c9a0d02-678e-4a5-name"}}' 2018-06-29 05:26:13,840 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 29 Jun 2018 05:26:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e0b42fcb-7a1a-4e84-bec4-d30a34856f56 Content-Length: 322 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/b01511eeed3c4048af6325ab3d7060d1"}, "tags": [], "enabled": true, "id": "b01511eeed3c4048af6325ab3d7060d1", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-1c9a0d02-678e-4a5-name"}} 2018-06-29 05:26:13,840 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-e0b42fcb-7a1a-4e84-bec4-d30a34856f56 2018-06-29 05:26:13,840 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-1c9a0d02-678e-4a5-name 2018-06-29 05:26:13,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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 05:26:13,848 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 05:26: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.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 05:26:13,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-1c9a0d02-678e-4a5-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9cac67ac81a030aa0c0e5caa8325ad7c13f7dea" 2018-06-29 05:26:13,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1628812-30d4-4748-bf7b-ba784855276d Content-Encoding: gzip Content-Length: 276 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-1c9a0d02-678e-4a5-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/b01511eeed3c4048af6325ab3d7060d1"}, "tags": [], "enabled": true, "id": "b01511eeed3c4048af6325ab3d7060d1", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-1c9a0d02-678e-4a5-name"}]} 2018-06-29 05:26:13,948 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-1c9a0d02-678e-4a5-name used request id req-a1628812-30d4-4748-bf7b-ba784855276d 2018-06-29 05:26:13,948 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:26:13,949 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:26:14,342 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:26:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["ugxnvTgCTIeOROjdrZpqug"], "issued_at": "2018-06-29T05:26:14.000000Z"}} 2018-06-29 05:26:14,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}32b5e8554f3bc987e57d8df3bb9f78d9481bd532" 2018-06-29 05:26:14,428 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76dd5a6c-fd87-42d8-900f-c60dcf1e00f6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:26:14,428 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-76dd5a6c-fd87-42d8-900f-c60dcf1e00f6 2018-06-29 05:26:14,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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 05:26:14,437 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 05:26:14 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 05:26:14,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-1c9a0d02-678e-4a5-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32b5e8554f3bc987e57d8df3bb9f78d9481bd532" 2018-06-29 05:26:14,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6ef41c9-0aaf-4b9c-a812-216363edf327 Content-Encoding: gzip Content-Length: 276 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-1c9a0d02-678e-4a5-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/b01511eeed3c4048af6325ab3d7060d1"}, "tags": [], "enabled": true, "id": "b01511eeed3c4048af6325ab3d7060d1", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-1c9a0d02-678e-4a5-name"}]} 2018-06-29 05:26:14,530 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-1c9a0d02-678e-4a5-name used request id req-e6ef41c9-0aaf-4b9c-a812-216363edf327 2018-06-29 05:26:14,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9cac67ac81a030aa0c0e5caa8325ad7c13f7dea" 2018-06-29 05:26:14,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4119bd0b-dcc9-4136-b997-767bf8a5f3b0 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-06-29 05:26:14,622 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-4119bd0b-dcc9-4136-b997-767bf8a5f3b0 2018-06-29 05:26:14,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29a674bfc29a65fd486410e8ff8dc35729eea674" 2018-06-29 05:26:15,636 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4847 X-Openstack-Request-Id: req-f289a975-d36a-42d3-ad23-68b40ef21684 Date: Fri, 29 Jun 2018 05:26:15 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "114a8cdc27184b288a7cbb609b5a20e9", "created_at": "2018-06-29T05:22:27Z", "updated_at": "2018-06-29T05:22:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:22:27Z", "revision_number": 0, "id": "60c86f9b-7d30-4b4c-94c3-8054f4eb9af7", "remote_group_id": "5faaf09f-75fb-479b-ae1c-a83e9caed6b6", "remote_ip_prefix": null, "created_at": "2018-06-29T05:22:27Z", "security_group_id": "5faaf09f-75fb-479b-ae1c-a83e9caed6b6", "tenant_id": "114a8cdc27184b288a7cbb609b5a20e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "114a8cdc27184b288a7cbb609b5a20e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:22:27Z", "revision_number": 0, "id": "d2c89abb-5ef4-4093-9e94-8bf7409165ea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:22:27Z", "security_group_id": "5faaf09f-75fb-479b-ae1c-a83e9caed6b6", "tenant_id": "114a8cdc27184b288a7cbb609b5a20e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "114a8cdc27184b288a7cbb609b5a20e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:22:27Z", "revision_number": 0, "id": "9fb1d7ab-8b85-4952-848c-4db9fd8414ab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:22:27Z", "security_group_id": "5faaf09f-75fb-479b-ae1c-a83e9caed6b6", "tenant_id": "114a8cdc27184b288a7cbb609b5a20e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "114a8cdc27184b288a7cbb609b5a20e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:22:27Z", "revision_number": 0, "id": "7892cd50-31dd-4383-bb34-62dfc9b45076", "remote_group_id": "5faaf09f-75fb-479b-ae1c-a83e9caed6b6", "remote_ip_prefix": null, "created_at": "2018-06-29T05:22:27Z", "security_group_id": "5faaf09f-75fb-479b-ae1c-a83e9caed6b6", "tenant_id": "114a8cdc27184b288a7cbb609b5a20e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "114a8cdc27184b288a7cbb609b5a20e9"}], "revision_number": 1, "project_id": "114a8cdc27184b288a7cbb609b5a20e9", "id": "5faaf09f-75fb-479b-ae1c-a83e9caed6b6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:26:08Z", "updated_at": "2018-06-29T05:26:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:26:08Z", "revision_number": 0, "id": "2c8c050e-d35b-4db1-a30b-b11cb5603c00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:26:08Z", "security_group_id": "67fd1914-9a13-4c3f-b4a8-3292c73ccfbe", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "port_range_min": null, "ethertype": "IPv6", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:26:08Z", "revision_number": 0, "id": "d6d6dfa9-1f04-44eb-844d-255d9c892c77", "remote_group_id": "67fd1914-9a13-4c3f-b4a8-3292c73ccfbe", "remote_ip_prefix": null, "created_at": "2018-06-29T05:26:08Z", "security_group_id": "67fd1914-9a13-4c3f-b4a8-3292c73ccfbe", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "port_range_min": null, "ethertype": "IPv6", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:26:08Z", "revision_number": 0, "id": "11388e28-80d4-465b-92f8-5d12811cdd14", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:26:08Z", "security_group_id": "67fd1914-9a13-4c3f-b4a8-3292c73ccfbe", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "port_range_min": null, "ethertype": "IPv4", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:26:08Z", "revision_number": 0, "id": "045f754e-2dea-4c81-b175-f558430cb980", "remote_group_id": "67fd1914-9a13-4c3f-b4a8-3292c73ccfbe", "remote_ip_prefix": null, "created_at": "2018-06-29T05:26:08Z", "security_group_id": "67fd1914-9a13-4c3f-b4a8-3292c73ccfbe", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "port_range_min": null, "ethertype": "IPv4", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57"}], "revision_number": 1, "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "id": "67fd1914-9a13-4c3f-b4a8-3292c73ccfbe", "name": "default"}]} 2018-06-29 05:26:15,636 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-f289a975-d36a-42d3-ad23-68b40ef21684 2018-06-29 05:26:15,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/114a8cdc27184b288a7cbb609b5a20e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29a674bfc29a65fd486410e8ff8dc35729eea674" 2018-06-29 05:26:15,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f1b5ebc-24ee-4947-8c0f-f190ad46363f 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.23:5000/v3/projects/114a8cdc27184b288a7cbb609b5a20e9"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "114a8cdc27184b288a7cbb609b5a20e9", "name": "service"}} 2018-06-29 05:26:15,733 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/114a8cdc27184b288a7cbb609b5a20e9 used request id req-0f1b5ebc-24ee-4947-8c0f-f190ad46363f 2018-06-29 05:26:15,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29a674bfc29a65fd486410e8ff8dc35729eea674" 2018-06-29 05:26:15,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d237ba91-c1f7-4a5e-9b32-915fed4b151d Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}} 2018-06-29 05:26:15,829 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 used request id req-d237ba91-c1f7-4a5e-9b32-915fed4b151d 2018-06-29 05:26:15,830 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-1c9a0d02-678e-4a5-name 2018-06-29 05:26:15,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/b01511eeed3c4048af6325ab3d7060d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29a674bfc29a65fd486410e8ff8dc35729eea674" 2018-06-29 05:26:15,990 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 05:26:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0f96b5c8-9b41-4891-ae9c-5404e1804d16 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 05:26:15,991 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/b01511eeed3c4048af6325ab3d7060d1 used request id req-0f96b5c8-9b41-4891-ae9c-5404e1804d16 2018-06-29 05:26:15,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29a674bfc29a65fd486410e8ff8dc35729eea674" 2018-06-29 05:26:16,017 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-831c03dc-3d08-41a8-b856-8893fbff6b51 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "19d73f80b5b344bfb9d61349360934cf", "links": {"self": "http://172.30.9.23:5000/v3/roles/19d73f80b5b344bfb9d61349360934cf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "3e31d7f88da14e96a7f6569ea6c8c4a2", "links": {"self": "http://172.30.9.23:5000/v3/roles/3e31d7f88da14e96a7f6569ea6c8c4a2"}, "name": "swiftoperator"}, {"domain_id": null, "id": "717fbf971879477fa2e582732bd31427", "links": {"self": "http://172.30.9.23:5000/v3/roles/717fbf971879477fa2e582732bd31427"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa3ed44aae904d6dae0b4b166fd06676", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa3ed44aae904d6dae0b4b166fd06676"}, "name": "heat_stack_user"}]} 2018-06-29 05:26:16,017 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-831c03dc-3d08-41a8-b856-8893fbff6b51 2018-06-29 05:26:16,018 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:26:16,414 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:26:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["Vyu3Pm87QeKUx8b_48IVXw"], "issued_at": "2018-06-29T05:26:16.000000Z"}} 2018-06-29 05:26:16,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}ee150ff925b11f4718108e2c480b8801e2e0366a" 2018-06-29 05:26:16,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64a93223-6dca-41f7-b77a-7a37c888766b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:26:16,497 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-64a93223-6dca-41f7-b77a-7a37c888766b 2018-06-29 05:26:16,498 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:26:16,499 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:26:16,892 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:26:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["cFjAFnb1TJKVSyQo4cMW1Q"], "issued_at": "2018-06-29T05:26:16.000000Z"}} 2018-06-29 05:26:16,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}675a91f9075426956a56cfbe5966937e481bc057" 2018-06-29 05:26:16,976 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-debd679b-ba70-4636-8694-bcae06cc4274 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:26:16,976 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-debd679b-ba70-4636-8694-bcae06cc4274 2018-06-29 05:26:16,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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 05:26:16,985 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 05:26: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.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 05:26:16,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-6045e7d4-cb0b-401-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}675a91f9075426956a56cfbe5966937e481bc057" 2018-06-29 05:26:17,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-411405b4-7ea7-4c18-9267-f39a1b6fd6ef Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-6045e7d4-cb0b-401-name", "previous": null, "next": null}, "projects": []} 2018-06-29 05:26:17,081 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-6045e7d4-cb0b-401-name used request id req-411405b4-7ea7-4c18-9267-f39a1b6fd6ef 2018-06-29 05:26:17,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=foo -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}675a91f9075426956a56cfbe5966937e481bc057" 2018-06-29 05:26:17,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fce9cf93-27fe-490e-a23f-16dabdb0ec22 Content-Encoding: gzip Content-Length: 115 Content-Type: application/json RESP BODY: {"domains": [], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=foo", "previous": null, "next": null}} 2018-06-29 05:26:17,171 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=foo used request id req-fce9cf93-27fe-490e-a23f-16dabdb0ec22 2018-06-29 05:26:17,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}675a91f9075426956a56cfbe5966937e481bc057" -d '{"project": {"enabled": true, "domain_id": "foo", "name": "CreateProjectSuccessTests-6045e7d4-cb0b-401-name"}}' 2018-06-29 05:26:17,198 - keystoneauth.session - DEBUG - RESP: [400] Date: Fri, 29 Jun 2018 05:26:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0b8daa91-f0df-4a6e-94ee-87f9b7437fab Content-Length: 90 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find domain: foo.", "code": 400, "title": "Bad Request"}} 2018-06-29 05:26:17,198 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-0b8daa91-f0df-4a6e-94ee-87f9b7437fab 2018-06-29 05:26:17,198 - keystoneauth.session - DEBUG - Request returned failure status: 400 2018-06-29 05:26:17,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}675a91f9075426956a56cfbe5966937e481bc057" 2018-06-29 05:26:17,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-817a762a-2381-4661-9c3e-82d77ad9b9af Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "19d73f80b5b344bfb9d61349360934cf", "links": {"self": "http://172.30.9.23:5000/v3/roles/19d73f80b5b344bfb9d61349360934cf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "3e31d7f88da14e96a7f6569ea6c8c4a2", "links": {"self": "http://172.30.9.23:5000/v3/roles/3e31d7f88da14e96a7f6569ea6c8c4a2"}, "name": "swiftoperator"}, {"domain_id": null, "id": "717fbf971879477fa2e582732bd31427", "links": {"self": "http://172.30.9.23:5000/v3/roles/717fbf971879477fa2e582732bd31427"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa3ed44aae904d6dae0b4b166fd06676", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa3ed44aae904d6dae0b4b166fd06676"}, "name": "heat_stack_user"}]} 2018-06-29 05:26:17,301 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-817a762a-2381-4661-9c3e-82d77ad9b9af 2018-06-29 05:26:17,302 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:26:17,693 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:26:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["ZxT3lj0UTr-Z9PJr3hAOOQ"], "issued_at": "2018-06-29T05:26:17.000000Z"}} 2018-06-29 05:26:17,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}488e818d77de23c3cdbec5f53c8055d84bb64022" 2018-06-29 05:26:17,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5b063ab-1953-407b-8d23-e02503e769d8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:26:17,782 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-f5b063ab-1953-407b-8d23-e02503e769d8 2018-06-29 05:26:17,783 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:26:17,784 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:26:18,184 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:26:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["IwPQMKbtSe2SOMVjoRp-GA"], "issued_at": "2018-06-29T05:26:18.000000Z"}} 2018-06-29 05:26:18,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}5daecc11208f862c5158f15e17e91ead4919874c" 2018-06-29 05:26:18,266 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a247b12-0e5e-4574-8611-7dfa203dc6f8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:26:18,266 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1a247b12-0e5e-4574-8611-7dfa203dc6f8 2018-06-29 05:26:18,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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 05:26:18,276 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 05:26:18 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 05:26:18,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-188ad8d0-56d1-442-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5daecc11208f862c5158f15e17e91ead4919874c" 2018-06-29 05:26:18,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6bea677b-8cce-4d91-9412-e15dfd73a950 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-188ad8d0-56d1-442-name", "previous": null, "next": null}, "projects": []} 2018-06-29 05:26:18,367 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-188ad8d0-56d1-442-name used request id req-6bea677b-8cce-4d91-9412-e15dfd73a950 2018-06-29 05:26:18,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5daecc11208f862c5158f15e17e91ead4919874c" 2018-06-29 05:26:18,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-106302db-1da9-4192-8056-8fc51f25ed47 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-06-29 05:26:18,461 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-106302db-1da9-4192-8056-8fc51f25ed47 2018-06-29 05:26:18,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5daecc11208f862c5158f15e17e91ead4919874c" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-188ad8d0-56d1-442-name"}}' 2018-06-29 05:26:18,662 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 29 Jun 2018 05:26:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3cd459b6-1e7f-4a14-9db3-27a17bfd0e85 Content-Length: 322 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/ed20726bbd8948299d92574a0ca7d157"}, "tags": [], "enabled": true, "id": "ed20726bbd8948299d92574a0ca7d157", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-188ad8d0-56d1-442-name"}} 2018-06-29 05:26:18,662 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-3cd459b6-1e7f-4a14-9db3-27a17bfd0e85 2018-06-29 05:26:18,662 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-188ad8d0-56d1-442-name 2018-06-29 05:26:18,662 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 05:26:18,666 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-quota-sets/ed20726bbd8948299d92574a0ca7d157 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5daecc11208f862c5158f15e17e91ead4919874c" 2018-06-29 05:26:19,021 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26: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-6b138a55-20f9-4f57-8f0e-eb0910e2c61d x-compute-request-id: req-6b138a55-20f9-4f57-8f0e-eb0910e2c61d Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"quota_set": {"injected_file_content_bytes": 10240, "metadata_items": 128, "server_group_members": 10, "server_groups": 10, "ram": 51200, "floating_ips": 10, "key_pairs": 100, "id": "ed20726bbd8948299d92574a0ca7d157", "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 05:26:19,021 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-quota-sets/ed20726bbd8948299d92574a0ca7d157 used request id req-6b138a55-20f9-4f57-8f0e-eb0910e2c61d 2018-06-29 05:26:19,024 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:8774/v2.1/os-quota-sets/ed20726bbd8948299d92574a0ca7d157 -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5daecc11208f862c5158f15e17e91ead4919874c" -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 05:26:19,966 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26: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-b49372b5-42cf-443a-bbff-d5b715d7aec9 x-compute-request-id: req-b49372b5-42cf-443a-bbff-d5b715d7aec9 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 05:26:19,966 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.23:8774/v2.1/os-quota-sets/ed20726bbd8948299d92574a0ca7d157 used request id req-b49372b5-42cf-443a-bbff-d5b715d7aec9 2018-06-29 05:26:19,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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 05:26:19,974 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 05:26:19 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 05:26:19,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-188ad8d0-56d1-442-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}488e818d77de23c3cdbec5f53c8055d84bb64022" 2018-06-29 05:26:20,068 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c19d9ab-4488-4b8b-a3f7-4a20abd15c66 Content-Encoding: gzip Content-Length: 277 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-188ad8d0-56d1-442-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/ed20726bbd8948299d92574a0ca7d157"}, "tags": [], "enabled": true, "id": "ed20726bbd8948299d92574a0ca7d157", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-188ad8d0-56d1-442-name"}]} 2018-06-29 05:26:20,068 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-188ad8d0-56d1-442-name used request id req-1c19d9ab-4488-4b8b-a3f7-4a20abd15c66 2018-06-29 05:26:20,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}488e818d77de23c3cdbec5f53c8055d84bb64022" 2018-06-29 05:26:20,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7ed71ef-602d-4dd2-97a9-fbc8c4aa5654 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-06-29 05:26:20,162 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-d7ed71ef-602d-4dd2-97a9-fbc8c4aa5654 2018-06-29 05:26:20,163 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 05:26:20,166 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-quota-sets/ed20726bbd8948299d92574a0ca7d157 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}488e818d77de23c3cdbec5f53c8055d84bb64022" 2018-06-29 05:26:21,046 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26: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-3c2843d0-5b3c-4c55-8e2f-ee51588bc4dd x-compute-request-id: req-3c2843d0-5b3c-4c55-8e2f-ee51588bc4dd 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": "ed20726bbd8948299d92574a0ca7d157", "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 05:26:21,046 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-quota-sets/ed20726bbd8948299d92574a0ca7d157 used request id req-3c2843d0-5b3c-4c55-8e2f-ee51588bc4dd 2018-06-29 05:26:21,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5daecc11208f862c5158f15e17e91ead4919874c" 2018-06-29 05:26:21,267 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4847 X-Openstack-Request-Id: req-c915c030-0c0f-4f00-896b-76bb88a4690a Date: Fri, 29 Jun 2018 05:26:21 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "114a8cdc27184b288a7cbb609b5a20e9", "created_at": "2018-06-29T05:22:27Z", "updated_at": "2018-06-29T05:22:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:22:27Z", "revision_number": 0, "id": "d2c89abb-5ef4-4093-9e94-8bf7409165ea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:22:27Z", "security_group_id": "5faaf09f-75fb-479b-ae1c-a83e9caed6b6", "tenant_id": "114a8cdc27184b288a7cbb609b5a20e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "114a8cdc27184b288a7cbb609b5a20e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:22:27Z", "revision_number": 0, "id": "9fb1d7ab-8b85-4952-848c-4db9fd8414ab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:22:27Z", "security_group_id": "5faaf09f-75fb-479b-ae1c-a83e9caed6b6", "tenant_id": "114a8cdc27184b288a7cbb609b5a20e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "114a8cdc27184b288a7cbb609b5a20e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:22:27Z", "revision_number": 0, "id": "7892cd50-31dd-4383-bb34-62dfc9b45076", "remote_group_id": "5faaf09f-75fb-479b-ae1c-a83e9caed6b6", "remote_ip_prefix": null, "created_at": "2018-06-29T05:22:27Z", "security_group_id": "5faaf09f-75fb-479b-ae1c-a83e9caed6b6", "tenant_id": "114a8cdc27184b288a7cbb609b5a20e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "114a8cdc27184b288a7cbb609b5a20e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:22:27Z", "revision_number": 0, "id": "60c86f9b-7d30-4b4c-94c3-8054f4eb9af7", "remote_group_id": "5faaf09f-75fb-479b-ae1c-a83e9caed6b6", "remote_ip_prefix": null, "created_at": "2018-06-29T05:22:27Z", "security_group_id": "5faaf09f-75fb-479b-ae1c-a83e9caed6b6", "tenant_id": "114a8cdc27184b288a7cbb609b5a20e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "114a8cdc27184b288a7cbb609b5a20e9"}], "revision_number": 1, "project_id": "114a8cdc27184b288a7cbb609b5a20e9", "id": "5faaf09f-75fb-479b-ae1c-a83e9caed6b6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:26:08Z", "updated_at": "2018-06-29T05:26:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:26:08Z", "revision_number": 0, "id": "11388e28-80d4-465b-92f8-5d12811cdd14", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:26:08Z", "security_group_id": "67fd1914-9a13-4c3f-b4a8-3292c73ccfbe", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "port_range_min": null, "ethertype": "IPv4", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:26:08Z", "revision_number": 0, "id": "045f754e-2dea-4c81-b175-f558430cb980", "remote_group_id": "67fd1914-9a13-4c3f-b4a8-3292c73ccfbe", "remote_ip_prefix": null, "created_at": "2018-06-29T05:26:08Z", "security_group_id": "67fd1914-9a13-4c3f-b4a8-3292c73ccfbe", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "port_range_min": null, "ethertype": "IPv4", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:26:08Z", "revision_number": 0, "id": "2c8c050e-d35b-4db1-a30b-b11cb5603c00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:26:08Z", "security_group_id": "67fd1914-9a13-4c3f-b4a8-3292c73ccfbe", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "port_range_min": null, "ethertype": "IPv6", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:26:08Z", "revision_number": 0, "id": "d6d6dfa9-1f04-44eb-844d-255d9c892c77", "remote_group_id": "67fd1914-9a13-4c3f-b4a8-3292c73ccfbe", "remote_ip_prefix": null, "created_at": "2018-06-29T05:26:08Z", "security_group_id": "67fd1914-9a13-4c3f-b4a8-3292c73ccfbe", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "port_range_min": null, "ethertype": "IPv6", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57"}], "revision_number": 1, "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "id": "67fd1914-9a13-4c3f-b4a8-3292c73ccfbe", "name": "default"}]} 2018-06-29 05:26:21,268 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-c915c030-0c0f-4f00-896b-76bb88a4690a 2018-06-29 05:26:21,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/114a8cdc27184b288a7cbb609b5a20e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5daecc11208f862c5158f15e17e91ead4919874c" 2018-06-29 05:26:21,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-897fb9f9-d966-4ade-ac8b-d07386d347cf 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.23:5000/v3/projects/114a8cdc27184b288a7cbb609b5a20e9"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "114a8cdc27184b288a7cbb609b5a20e9", "name": "service"}} 2018-06-29 05:26:21,364 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/114a8cdc27184b288a7cbb609b5a20e9 used request id req-897fb9f9-d966-4ade-ac8b-d07386d347cf 2018-06-29 05:26:21,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5daecc11208f862c5158f15e17e91ead4919874c" 2018-06-29 05:26:21,456 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00a01004-fd44-4ed8-8aa7-afcdf6e2ef93 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}} 2018-06-29 05:26:21,457 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 used request id req-00a01004-fd44-4ed8-8aa7-afcdf6e2ef93 2018-06-29 05:26:21,458 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-188ad8d0-56d1-442-name 2018-06-29 05:26:21,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/ed20726bbd8948299d92574a0ca7d157 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5daecc11208f862c5158f15e17e91ead4919874c" 2018-06-29 05:26:21,619 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 05:26:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-142be434-2fe6-47a3-a877-586a7f486082 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 05:26:21,619 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/ed20726bbd8948299d92574a0ca7d157 used request id req-142be434-2fe6-47a3-a877-586a7f486082 2018-06-29 05:26:21,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5daecc11208f862c5158f15e17e91ead4919874c" 2018-06-29 05:26:21,714 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7a1c90f-3088-4e75-83a7-54fe3c6b12f9 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "19d73f80b5b344bfb9d61349360934cf", "links": {"self": "http://172.30.9.23:5000/v3/roles/19d73f80b5b344bfb9d61349360934cf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "3e31d7f88da14e96a7f6569ea6c8c4a2", "links": {"self": "http://172.30.9.23:5000/v3/roles/3e31d7f88da14e96a7f6569ea6c8c4a2"}, "name": "swiftoperator"}, {"domain_id": null, "id": "717fbf971879477fa2e582732bd31427", "links": {"self": "http://172.30.9.23:5000/v3/roles/717fbf971879477fa2e582732bd31427"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa3ed44aae904d6dae0b4b166fd06676", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa3ed44aae904d6dae0b4b166fd06676"}, "name": "heat_stack_user"}]} 2018-06-29 05:26:21,714 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-c7a1c90f-3088-4e75-83a7-54fe3c6b12f9 2018-06-29 05:26:21,716 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:26:22,101 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:26:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["ey8ifmjETUyv7Ue0KasIJQ"], "issued_at": "2018-06-29T05:26:22.000000Z"}} 2018-06-29 05:26:22,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}c0ab739f645a86e3fbe5fbf9af9d926d98707429" 2018-06-29 05:26:22,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e82e4e94-c0ca-48c1-b270-40d1fc0a7e30 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:26:22,194 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e82e4e94-c0ca-48c1-b270-40d1fc0a7e30 2018-06-29 05:26:22,195 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:26:22,196 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:26:22,602 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:26:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["9_EXIglUSeSmYOaUIyFFxA"], "issued_at": "2018-06-29T05:26:22.000000Z"}} 2018-06-29 05:26:22,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}74799fd28dfaedb4ab6d9d43bb406d4a8fae554c" 2018-06-29 05:26:22,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca42e44c-7045-4e4d-8c3b-3220f46d810b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:26:22,682 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-ca42e44c-7045-4e4d-8c3b-3220f46d810b 2018-06-29 05:26:22,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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 05:26:22,691 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 05:26: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.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 05:26:22,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-2d5c7513-26da-44d-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74799fd28dfaedb4ab6d9d43bb406d4a8fae554c" 2018-06-29 05:26:22,786 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3089eb7c-3c3b-4335-834e-368d369c1d04 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-2d5c7513-26da-44d-name", "previous": null, "next": null}, "projects": []} 2018-06-29 05:26:22,786 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-2d5c7513-26da-44d-name used request id req-3089eb7c-3c3b-4335-834e-368d369c1d04 2018-06-29 05:26:22,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74799fd28dfaedb4ab6d9d43bb406d4a8fae554c" 2018-06-29 05:26:22,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f13825c-ff38-46bd-9593-b86d9cd4fff6 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-06-29 05:26:22,881 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-0f13825c-ff38-46bd-9593-b86d9cd4fff6 2018-06-29 05:26:22,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74799fd28dfaedb4ab6d9d43bb406d4a8fae554c" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-2d5c7513-26da-44d-name"}}' 2018-06-29 05:26:23,058 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 29 Jun 2018 05:26:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6e3f6f3d-f233-43e0-b33c-db8617949ce8 Content-Length: 322 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/be74627e48ac483c8f32870e721c5d0c"}, "tags": [], "enabled": true, "id": "be74627e48ac483c8f32870e721c5d0c", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-2d5c7513-26da-44d-name"}} 2018-06-29 05:26:23,058 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-6e3f6f3d-f233-43e0-b33c-db8617949ce8 2018-06-29 05:26:23,058 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-2d5c7513-26da-44d-name 2018-06-29 05:26:23,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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 05:26:23,066 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 05:26: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.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 05:26:23,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-2d5c7513-26da-44d-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0ab739f645a86e3fbe5fbf9af9d926d98707429" 2018-06-29 05:26:23,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9d67d72-2e84-40de-beff-957cf14f6124 Content-Encoding: gzip Content-Length: 276 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-2d5c7513-26da-44d-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/be74627e48ac483c8f32870e721c5d0c"}, "tags": [], "enabled": true, "id": "be74627e48ac483c8f32870e721c5d0c", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-2d5c7513-26da-44d-name"}]} 2018-06-29 05:26:23,157 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-2d5c7513-26da-44d-name used request id req-b9d67d72-2e84-40de-beff-957cf14f6124 2018-06-29 05:26:23,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0ab739f645a86e3fbe5fbf9af9d926d98707429" 2018-06-29 05:26:23,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7851152-bb5a-456f-9765-3abb2955f6f2 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-06-29 05:26:23,254 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-d7851152-bb5a-456f-9765-3abb2955f6f2 2018-06-29 05:26:23,254 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 05:26:23,258 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:8774/v2.1/os-quota-sets/be74627e48ac483c8f32870e721c5d0c -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74799fd28dfaedb4ab6d9d43bb406d4a8fae554c" -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 05:26:24,406 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4a37b034-a3ba-4693-ae8a-b4b23db52aba x-compute-request-id: req-4a37b034-a3ba-4693-ae8a-b4b23db52aba 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 05:26:24,406 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.23:8774/v2.1/os-quota-sets/be74627e48ac483c8f32870e721c5d0c used request id req-4a37b034-a3ba-4693-ae8a-b4b23db52aba 2018-06-29 05:26:24,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9696/v2.0/quotas/be74627e48ac483c8f32870e721c5d0c -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74799fd28dfaedb4ab6d9d43bb406d4a8fae554c" -d '{"quota": {"subnet": 7, "network": 5, "floatingip": 25, "security_group_rule": 50, "security_group": 5, "router": 6, "port": 25}}' 2018-06-29 05:26:24,744 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 179 X-Openstack-Request-Id: req-c2772311-5ae8-444f-98cf-e1bcec42a6d5 Date: Fri, 29 Jun 2018 05:26:24 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 05:26:24,744 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/quotas/be74627e48ac483c8f32870e721c5d0c used request id req-c2772311-5ae8-444f-98cf-e1bcec42a6d5 2018-06-29 05:26:24,745 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 05:26:24,748 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-quota-sets/be74627e48ac483c8f32870e721c5d0c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74799fd28dfaedb4ab6d9d43bb406d4a8fae554c" 2018-06-29 05:26:24,963 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26: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-a7405b4c-e0f7-4260-aa8e-6d612ec220b8 x-compute-request-id: req-a7405b4c-e0f7-4260-aa8e-6d612ec220b8 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"quota_set": {"injected_file_content_bytes": 5120, "metadata_items": 64, "server_group_members": 10, "server_groups": 10, "ram": 25600, "floating_ips": 10, "key_pairs": 50, "id": "be74627e48ac483c8f32870e721c5d0c", "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 05:26:24,964 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-quota-sets/be74627e48ac483c8f32870e721c5d0c used request id req-a7405b4c-e0f7-4260-aa8e-6d612ec220b8 2018-06-29 05:26:24,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/quotas/be74627e48ac483c8f32870e721c5d0c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74799fd28dfaedb4ab6d9d43bb406d4a8fae554c" 2018-06-29 05:26:25,234 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 179 X-Openstack-Request-Id: req-b781846a-2e21-402f-8a45-af0c678da7e5 Date: Fri, 29 Jun 2018 05:26:25 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 05:26:25,235 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/quotas/be74627e48ac483c8f32870e721c5d0c used request id req-b781846a-2e21-402f-8a45-af0c678da7e5 2018-06-29 05:26:25,235 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 05:26:25,239 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-quota-sets/be74627e48ac483c8f32870e721c5d0c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0ab739f645a86e3fbe5fbf9af9d926d98707429" 2018-06-29 05:26:26,109 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26: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-ae5b391c-5a64-450a-b14e-3bb08c846d30 x-compute-request-id: req-ae5b391c-5a64-450a-b14e-3bb08c846d30 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"quota_set": {"injected_file_content_bytes": 5120, "metadata_items": 64, "server_group_members": 10, "server_groups": 10, "ram": 25600, "floating_ips": 10, "key_pairs": 50, "id": "be74627e48ac483c8f32870e721c5d0c", "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 05:26:26,109 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-quota-sets/be74627e48ac483c8f32870e721c5d0c used request id req-ae5b391c-5a64-450a-b14e-3bb08c846d30 2018-06-29 05:26:26,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/quotas/be74627e48ac483c8f32870e721c5d0c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0ab739f645a86e3fbe5fbf9af9d926d98707429" 2018-06-29 05:26:26,293 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 179 X-Openstack-Request-Id: req-d1f60a7b-9ef5-4f33-8e53-8d435ce6ccfe Date: Fri, 29 Jun 2018 05:26:26 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 05:26:26,293 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/quotas/be74627e48ac483c8f32870e721c5d0c used request id req-d1f60a7b-9ef5-4f33-8e53-8d435ce6ccfe 2018-06-29 05:26:26,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74799fd28dfaedb4ab6d9d43bb406d4a8fae554c" 2018-06-29 05:26:26,586 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4847 X-Openstack-Request-Id: req-9cc96129-90f4-465a-a5ac-9586d180b93d Date: Fri, 29 Jun 2018 05:26:26 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "114a8cdc27184b288a7cbb609b5a20e9", "created_at": "2018-06-29T05:22:27Z", "updated_at": "2018-06-29T05:22:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:22:27Z", "revision_number": 0, "id": "60c86f9b-7d30-4b4c-94c3-8054f4eb9af7", "remote_group_id": "5faaf09f-75fb-479b-ae1c-a83e9caed6b6", "remote_ip_prefix": null, "created_at": "2018-06-29T05:22:27Z", "security_group_id": "5faaf09f-75fb-479b-ae1c-a83e9caed6b6", "tenant_id": "114a8cdc27184b288a7cbb609b5a20e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "114a8cdc27184b288a7cbb609b5a20e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:22:27Z", "revision_number": 0, "id": "d2c89abb-5ef4-4093-9e94-8bf7409165ea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:22:27Z", "security_group_id": "5faaf09f-75fb-479b-ae1c-a83e9caed6b6", "tenant_id": "114a8cdc27184b288a7cbb609b5a20e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "114a8cdc27184b288a7cbb609b5a20e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:22:27Z", "revision_number": 0, "id": "9fb1d7ab-8b85-4952-848c-4db9fd8414ab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:22:27Z", "security_group_id": "5faaf09f-75fb-479b-ae1c-a83e9caed6b6", "tenant_id": "114a8cdc27184b288a7cbb609b5a20e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "114a8cdc27184b288a7cbb609b5a20e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:22:27Z", "revision_number": 0, "id": "7892cd50-31dd-4383-bb34-62dfc9b45076", "remote_group_id": "5faaf09f-75fb-479b-ae1c-a83e9caed6b6", "remote_ip_prefix": null, "created_at": "2018-06-29T05:22:27Z", "security_group_id": "5faaf09f-75fb-479b-ae1c-a83e9caed6b6", "tenant_id": "114a8cdc27184b288a7cbb609b5a20e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "114a8cdc27184b288a7cbb609b5a20e9"}], "revision_number": 1, "project_id": "114a8cdc27184b288a7cbb609b5a20e9", "id": "5faaf09f-75fb-479b-ae1c-a83e9caed6b6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:26:08Z", "updated_at": "2018-06-29T05:26:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:26:08Z", "revision_number": 0, "id": "2c8c050e-d35b-4db1-a30b-b11cb5603c00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:26:08Z", "security_group_id": "67fd1914-9a13-4c3f-b4a8-3292c73ccfbe", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "port_range_min": null, "ethertype": "IPv6", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:26:08Z", "revision_number": 0, "id": "d6d6dfa9-1f04-44eb-844d-255d9c892c77", "remote_group_id": "67fd1914-9a13-4c3f-b4a8-3292c73ccfbe", "remote_ip_prefix": null, "created_at": "2018-06-29T05:26:08Z", "security_group_id": "67fd1914-9a13-4c3f-b4a8-3292c73ccfbe", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "port_range_min": null, "ethertype": "IPv6", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:26:08Z", "revision_number": 0, "id": "11388e28-80d4-465b-92f8-5d12811cdd14", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:26:08Z", "security_group_id": "67fd1914-9a13-4c3f-b4a8-3292c73ccfbe", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "port_range_min": null, "ethertype": "IPv4", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:26:08Z", "revision_number": 0, "id": "045f754e-2dea-4c81-b175-f558430cb980", "remote_group_id": "67fd1914-9a13-4c3f-b4a8-3292c73ccfbe", "remote_ip_prefix": null, "created_at": "2018-06-29T05:26:08Z", "security_group_id": "67fd1914-9a13-4c3f-b4a8-3292c73ccfbe", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "port_range_min": null, "ethertype": "IPv4", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57"}], "revision_number": 1, "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "id": "67fd1914-9a13-4c3f-b4a8-3292c73ccfbe", "name": "default"}]} 2018-06-29 05:26:26,587 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-9cc96129-90f4-465a-a5ac-9586d180b93d 2018-06-29 05:26:26,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/114a8cdc27184b288a7cbb609b5a20e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74799fd28dfaedb4ab6d9d43bb406d4a8fae554c" 2018-06-29 05:26:26,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b98dc8d4-5502-493d-aca1-d9f0436e7631 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.23:5000/v3/projects/114a8cdc27184b288a7cbb609b5a20e9"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "114a8cdc27184b288a7cbb609b5a20e9", "name": "service"}} 2018-06-29 05:26:26,686 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/114a8cdc27184b288a7cbb609b5a20e9 used request id req-b98dc8d4-5502-493d-aca1-d9f0436e7631 2018-06-29 05:26:26,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74799fd28dfaedb4ab6d9d43bb406d4a8fae554c" 2018-06-29 05:26:26,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6bb17449-4af3-4ada-ba89-dcca50036b50 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}} 2018-06-29 05:26:26,779 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 used request id req-6bb17449-4af3-4ada-ba89-dcca50036b50 2018-06-29 05:26:26,780 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-2d5c7513-26da-44d-name 2018-06-29 05:26:26,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/be74627e48ac483c8f32870e721c5d0c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74799fd28dfaedb4ab6d9d43bb406d4a8fae554c" 2018-06-29 05:26:26,947 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 05:26:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-95ce981e-c0b4-4ee5-b2c2-e7a8cdc4f255 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 05:26:26,947 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/be74627e48ac483c8f32870e721c5d0c used request id req-95ce981e-c0b4-4ee5-b2c2-e7a8cdc4f255 2018-06-29 05:26:26,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74799fd28dfaedb4ab6d9d43bb406d4a8fae554c" 2018-06-29 05:26:27,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24679fee-317c-4fac-b69c-4a9726a45dac Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "19d73f80b5b344bfb9d61349360934cf", "links": {"self": "http://172.30.9.23:5000/v3/roles/19d73f80b5b344bfb9d61349360934cf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "3e31d7f88da14e96a7f6569ea6c8c4a2", "links": {"self": "http://172.30.9.23:5000/v3/roles/3e31d7f88da14e96a7f6569ea6c8c4a2"}, "name": "swiftoperator"}, {"domain_id": null, "id": "717fbf971879477fa2e582732bd31427", "links": {"self": "http://172.30.9.23:5000/v3/roles/717fbf971879477fa2e582732bd31427"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa3ed44aae904d6dae0b4b166fd06676", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa3ed44aae904d6dae0b4b166fd06676"}, "name": "heat_stack_user"}]} 2018-06-29 05:26:27,046 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-24679fee-317c-4fac-b69c-4a9726a45dac 2018-06-29 05:26:27,048 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:26:27,438 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:26:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["4tlsb3k5SIS38vaj4lfWcw"], "issued_at": "2018-06-29T05:26:27.000000Z"}} 2018-06-29 05:26:27,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}4516fe22378f127290c0add17768d84b325cbde9" 2018-06-29 05:26:27,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5707544f-b5fb-4e28-89c6-08725cc8e598 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:26:27,527 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-5707544f-b5fb-4e28-89c6-08725cc8e598 2018-06-29 05:26:27,528 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:26:27,529 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:26:27,931 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:26:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["VEMR_wHuSYGfUk2QCrUVrg"], "issued_at": "2018-06-29T05:26:27.000000Z"}} 2018-06-29 05:26:27,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}0edd30e220688bc8c612b35822e169c31ac3352b" 2018-06-29 05:26:28,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e91a3bc0-3a9c-4f1d-aa46-9cff3f0b87c6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:26:28,027 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e91a3bc0-3a9c-4f1d-aa46-9cff3f0b87c6 2018-06-29 05:26:28,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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 05:26:28,037 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 05:26: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.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 05:26:28,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-792eeb87-982d-4d7-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0edd30e220688bc8c612b35822e169c31ac3352b" 2018-06-29 05:26:28,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b6c31c0-3e0b-4a88-af49-54b53c2ba107 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-792eeb87-982d-4d7-name", "previous": null, "next": null}, "projects": []} 2018-06-29 05:26:28,142 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-792eeb87-982d-4d7-name used request id req-3b6c31c0-3e0b-4a88-af49-54b53c2ba107 2018-06-29 05:26:28,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0edd30e220688bc8c612b35822e169c31ac3352b" 2018-06-29 05:26:28,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25f53ee1-53e8-44cb-85f1-878a12e2748e Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-06-29 05:26:28,236 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-25f53ee1-53e8-44cb-85f1-878a12e2748e 2018-06-29 05:26:28,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0edd30e220688bc8c612b35822e169c31ac3352b" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectUserTests-792eeb87-982d-4d7-name"}}' 2018-06-29 05:26:28,365 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 29 Jun 2018 05:26:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-62200311-3a7a-4e4f-b10b-9f054ceb23ef Content-Length: 319 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/c29f183e27fa4979958c1a6ac59d9a56"}, "tags": [], "enabled": true, "id": "c29f183e27fa4979958c1a6ac59d9a56", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-792eeb87-982d-4d7-name"}} 2018-06-29 05:26:28,365 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-62200311-3a7a-4e4f-b10b-9f054ceb23ef 2018-06-29 05:26:28,365 - keystone_utils - INFO - Created project with name - CreateProjectUserTests-792eeb87-982d-4d7-name 2018-06-29 05:26:28,366 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:26:28,366 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:26:28,767 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:26:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["Jx-9FkzPQHi50OqPrekq1g"], "issued_at": "2018-06-29T05:26:28.000000Z"}} 2018-06-29 05:26:28,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}bba898b54dccc4a655917a10d71a88262b517246" 2018-06-29 05:26:28,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e95a70fb-5b04-428f-aa7d-85c38a295290 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:26:28,848 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e95a70fb-5b04-428f-aa7d-85c38a295290 2018-06-29 05:26:28,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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 05:26:28,857 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 05:26: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.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 05:26:28,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bba898b54dccc4a655917a10d71a88262b517246" 2018-06-29 05:26:28,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ffaf5c46-884a-41a4-94eb-a27cb4a5bc06 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/2e7f1d6ac62a43baaddff6528926384f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e7f1d6ac62a43baaddff6528926384f", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/44d808c34960473a8370c82a0a0e4dbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "44d808c34960473a8370c82a0a0e4dbb", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/54cb3861713b412895c8758a60bf2d2f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "54cb3861713b412895c8758a60bf2d2f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/7b94a956c8574fdfaa8c9e1719909e73"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b94a956c8574fdfaa8c9e1719909e73", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/8692a24e39ee4e4582315312080b68e8"}, "domain_id": "909964a4d3a8414dbee4bfb57523ee33", "enabled": true, "options": {}, "id": "8692a24e39ee4e4582315312080b68e8", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/8951ed4ff13a4aac914c5c9d06decbdf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8951ed4ff13a4aac914c5c9d06decbdf", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/aa987e7e8f6148a49640656daf64e8dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa987e7e8f6148a49640656daf64e8dc", "email": "nova@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/b2847bfa6561418b8e69807fe6ca0664"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b2847bfa6561418b8e69807fe6ca0664", "email": "swift@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/bf3e4cb4ac1c43cc918067145f183131"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bf3e4cb4ac1c43cc918067145f183131", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/c13100c6fdf740938502979241e10e11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c13100c6fdf740938502979241e10e11", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/da2608adf98e42d4aa462d180f540a14"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da2608adf98e42d4aa462d180f540a14", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/e4c2c1ce32f74522aa400fd1ec290e18"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4c2c1ce32f74522aa400fd1ec290e18", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/f7d48087d8954b058ae2cb14652803e3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f7d48087d8954b058ae2cb14652803e3", "email": "panko@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/fbe7c63206634d47a119de5a17405df5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe7c63206634d47a119de5a17405df5", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-06-29 05:26:28,970 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-ffaf5c46-884a-41a4-94eb-a27cb4a5bc06 2018-06-29 05:26:28,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bba898b54dccc4a655917a10d71a88262b517246" 2018-06-29 05:26:29,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2bc427a9-ab43-4a4f-aacf-6485d2a6a734 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-06-29 05:26:29,066 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-2bc427a9-ab43-4a4f-aacf-6485d2a6a734 2018-06-29 05:26:29,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bba898b54dccc4a655917a10d71a88262b517246" 2018-06-29 05:26:29,539 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-527e659e-e71a-4223-bcbf-36ee8b2c273d Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "19d73f80b5b344bfb9d61349360934cf", "links": {"self": "http://172.30.9.23:5000/v3/roles/19d73f80b5b344bfb9d61349360934cf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "3e31d7f88da14e96a7f6569ea6c8c4a2", "links": {"self": "http://172.30.9.23:5000/v3/roles/3e31d7f88da14e96a7f6569ea6c8c4a2"}, "name": "swiftoperator"}, {"domain_id": null, "id": "717fbf971879477fa2e582732bd31427", "links": {"self": "http://172.30.9.23:5000/v3/roles/717fbf971879477fa2e582732bd31427"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa3ed44aae904d6dae0b4b166fd06676", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa3ed44aae904d6dae0b4b166fd06676"}, "name": "heat_stack_user"}]} 2018-06-29 05:26:29,540 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-527e659e-e71a-4223-bcbf-36ee8b2c273d 2018-06-29 05:26:29,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateProjectUserTests-792eeb87-982d-4d7-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bba898b54dccc4a655917a10d71a88262b517246" 2018-06-29 05:26:29,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81a15974-21a8-49be-863f-6417e649efc8 Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateProjectUserTests-792eeb87-982d-4d7-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/c29f183e27fa4979958c1a6ac59d9a56"}, "tags": [], "enabled": true, "id": "c29f183e27fa4979958c1a6ac59d9a56", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-792eeb87-982d-4d7-name"}]} 2018-06-29 05:26:29,628 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateProjectUserTests-792eeb87-982d-4d7-name used request id req-81a15974-21a8-49be-863f-6417e649efc8 2018-06-29 05:26:29,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users/8275be7a14644967af900e7afa5e1015 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bba898b54dccc4a655917a10d71a88262b517246" 2018-06-29 05:26:29,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3964c9a0-c15a-4fe3-b584-c31cdcf97df1 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/8275be7a14644967af900e7afa5e1015"}, "enabled": true, "id": "8275be7a14644967af900e7afa5e1015", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-792eeb87-982d-4d7-user"}} 2018-06-29 05:26:29,736 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/8275be7a14644967af900e7afa5e1015 used request id req-3964c9a0-c15a-4fe3-b584-c31cdcf97df1 2018-06-29 05:26:29,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c29f183e27fa4979958c1a6ac59d9a56/users/8275be7a14644967af900e7afa5e1015/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bba898b54dccc4a655917a10d71a88262b517246" 2018-06-29 05:26:29,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50398378-7a2a-4a39-80c6-b59b07b99a9c Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects/c29f183e27fa4979958c1a6ac59d9a56/users/8275be7a14644967af900e7afa5e1015/roles", "previous": null, "next": null}, "roles": []} 2018-06-29 05:26:29,855 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c29f183e27fa4979958c1a6ac59d9a56/users/8275be7a14644967af900e7afa5e1015/roles used request id req-50398378-7a2a-4a39-80c6-b59b07b99a9c 2018-06-29 05:26:29,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/717fbf971879477fa2e582732bd31427 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bba898b54dccc4a655917a10d71a88262b517246" 2018-06-29 05:26:29,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2bb518b9-88dd-461d-8fce-09717acb4fa5 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "717fbf971879477fa2e582732bd31427", "links": {"self": "http://172.30.9.23:5000/v3/roles/717fbf971879477fa2e582732bd31427"}, "name": "admin"}} 2018-06-29 05:26:29,947 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/717fbf971879477fa2e582732bd31427 used request id req-2bb518b9-88dd-461d-8fce-09717acb4fa5 2018-06-29 05:26:29,948 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-792eeb87-982d-4d7-name 2018-06-29 05:26:29,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/c29f183e27fa4979958c1a6ac59d9a56/users/8275be7a14644967af900e7afa5e1015/roles/717fbf971879477fa2e582732bd31427 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bba898b54dccc4a655917a10d71a88262b517246" 2018-06-29 05:26:30,082 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 05:26:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fec8d697-e5c1-42da-a097-3465b4ee887b 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 05:26:30,083 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/c29f183e27fa4979958c1a6ac59d9a56/users/8275be7a14644967af900e7afa5e1015/roles/717fbf971879477fa2e582732bd31427 used request id req-fec8d697-e5c1-42da-a097-3465b4ee887b 2018-06-29 05:26:30,083 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-792eeb87-982d-4d7-user 2018-06-29 05:26:30,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0edd30e220688bc8c612b35822e169c31ac3352b" 2018-06-29 05:26:30,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42d14956-0262-4653-9c2e-fb56fc2ba92e Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "19d73f80b5b344bfb9d61349360934cf", "links": {"self": "http://172.30.9.23:5000/v3/roles/19d73f80b5b344bfb9d61349360934cf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "3e31d7f88da14e96a7f6569ea6c8c4a2", "links": {"self": "http://172.30.9.23:5000/v3/roles/3e31d7f88da14e96a7f6569ea6c8c4a2"}, "name": "swiftoperator"}, {"domain_id": null, "id": "717fbf971879477fa2e582732bd31427", "links": {"self": "http://172.30.9.23:5000/v3/roles/717fbf971879477fa2e582732bd31427"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa3ed44aae904d6dae0b4b166fd06676", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa3ed44aae904d6dae0b4b166fd06676"}, "name": "heat_stack_user"}]} 2018-06-29 05:26:30,180 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-42d14956-0262-4653-9c2e-fb56fc2ba92e 2018-06-29 05:26:30,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0edd30e220688bc8c612b35822e169c31ac3352b" -d '{"role": {"name": "CreateProjectUserTests-792eeb87-982d-4d7-name-role"}}' 2018-06-29 05:26:30,331 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 29 Jun 2018 05:26:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-33c19258-fe8f-4389-9602-7e7ba6320504 Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "65850af36e144028a6f074d734540901", "links": {"self": "http://172.30.9.23:5000/v3/roles/65850af36e144028a6f074d734540901"}, "name": "CreateProjectUserTests-792eeb87-982d-4d7-name-role"}} 2018-06-29 05:26:30,331 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-33c19258-fe8f-4389-9602-7e7ba6320504 2018-06-29 05:26:30,331 - keystone_utils - INFO - Created role with name - CreateProjectUserTests-792eeb87-982d-4d7-name-role 2018-06-29 05:26:30,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/65850af36e144028a6f074d734540901 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0edd30e220688bc8c612b35822e169c31ac3352b" 2018-06-29 05:26:30,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5acb856-efa6-4e47-835d-8d19b5e2c12e Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "65850af36e144028a6f074d734540901", "links": {"self": "http://172.30.9.23:5000/v3/roles/65850af36e144028a6f074d734540901"}, "name": "CreateProjectUserTests-792eeb87-982d-4d7-name-role"}} 2018-06-29 05:26:30,425 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/65850af36e144028a6f074d734540901 used request id req-e5acb856-efa6-4e47-835d-8d19b5e2c12e 2018-06-29 05:26:30,426 - keystone_utils - INFO - Granting role CreateProjectUserTests-792eeb87-982d-4d7-name-role to project CreateProjectUserTests-792eeb87-982d-4d7-name 2018-06-29 05:26:30,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/c29f183e27fa4979958c1a6ac59d9a56/users/8275be7a14644967af900e7afa5e1015/roles/65850af36e144028a6f074d734540901 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0edd30e220688bc8c612b35822e169c31ac3352b" 2018-06-29 05:26:30,495 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 05:26:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3c07f704-4a4f-49ee-a907-98fac44b4706 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 05:26:30,495 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/c29f183e27fa4979958c1a6ac59d9a56/users/8275be7a14644967af900e7afa5e1015/roles/65850af36e144028a6f074d734540901 used request id req-3c07f704-4a4f-49ee-a907-98fac44b4706 2018-06-29 05:26:30,496 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:26:30,496 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:26:30,893 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}, {"id": "65850af36e144028a6f074d734540901", "name": "CreateProjectUserTests-792eeb87-982d-4d7-name-role"}], "expires_at": "2018-06-29T06:26:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c29f183e27fa4979958c1a6ac59d9a56", "name": "CreateProjectUserTests-792eeb87-982d-4d7-name"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/c29f183e27fa4979958c1a6ac59d9a56", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/c29f183e27fa4979958c1a6ac59d9a56", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/c29f183e27fa4979958c1a6ac59d9a56", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/c29f183e27fa4979958c1a6ac59d9a56", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/c29f183e27fa4979958c1a6ac59d9a56", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/c29f183e27fa4979958c1a6ac59d9a56", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/c29f183e27fa4979958c1a6ac59d9a56", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/c29f183e27fa4979958c1a6ac59d9a56", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/c29f183e27fa4979958c1a6ac59d9a56", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_c29f183e27fa4979958c1a6ac59d9a56", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_c29f183e27fa4979958c1a6ac59d9a56", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/c29f183e27fa4979958c1a6ac59d9a56", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/c29f183e27fa4979958c1a6ac59d9a56", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/c29f183e27fa4979958c1a6ac59d9a56", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-792eeb87-982d-4d7-user", "id": "8275be7a14644967af900e7afa5e1015"}, "audit_ids": ["dtZHcC1_QpKmmVJJRRQEmw"], "issued_at": "2018-06-29T05:26:30.000000Z"}} 2018-06-29 05:26:30,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}0cebe26c710bae92b8166e8866b63d679bffb204" 2018-06-29 05:26:30,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca54eb97-e958-413d-bc82-6bc7cd62c5a6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:26:30,966 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-ca54eb97-e958-413d-bc82-6bc7cd62c5a6 2018-06-29 05:26:30,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateProjectUserTests-792eeb87-982d-4d7-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cebe26c710bae92b8166e8866b63d679bffb204" 2018-06-29 05:26:31,965 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-29da3147-3c7a-4d0a-85c2-1bc70b35158d Date: Fri, 29 Jun 2018 05:26:31 GMT RESP BODY: {"security_groups": []} 2018-06-29 05:26:31,965 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateProjectUserTests-792eeb87-982d-4d7-name&description=hello+group used request id req-29da3147-3c7a-4d0a-85c2-1bc70b35158d 2018-06-29 05:26:31,966 - OpenStackSecurityGroup - INFO - Creating security group CreateProjectUserTests-792eeb87-982d-4d7-name... 2018-06-29 05:26:31,966 - neutron_utils - INFO - Creating security group with name - CreateProjectUserTests-792eeb87-982d-4d7-name 2018-06-29 05:26:31,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cebe26c710bae92b8166e8866b63d679bffb204" -d '{"security_group": {"name": "CreateProjectUserTests-792eeb87-982d-4d7-name", "description": "hello group"}}' 2018-06-29 05:26:32,348 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1388 X-Openstack-Request-Id: req-5a1ad64f-4da3-42cf-8961-e1be7b76d27a Date: Fri, 29 Jun 2018 05:26:32 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "c29f183e27fa4979958c1a6ac59d9a56", "created_at": "2018-06-29T05:26:32Z", "updated_at": "2018-06-29T05:26:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:26:32Z", "revision_number": 0, "id": "729b6b60-465b-470b-a3c9-51b2d8cd45af", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:26:32Z", "security_group_id": "384e2cb6-883b-4fd7-b379-32184deb1156", "tenant_id": "c29f183e27fa4979958c1a6ac59d9a56", "port_range_min": null, "ethertype": "IPv6", "project_id": "c29f183e27fa4979958c1a6ac59d9a56"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:26:32Z", "revision_number": 0, "id": "f4242d09-2e89-4db2-90ff-de02129b8f21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:26:32Z", "security_group_id": "384e2cb6-883b-4fd7-b379-32184deb1156", "tenant_id": "c29f183e27fa4979958c1a6ac59d9a56", "port_range_min": null, "ethertype": "IPv4", "project_id": "c29f183e27fa4979958c1a6ac59d9a56"}], "revision_number": 1, "project_id": "c29f183e27fa4979958c1a6ac59d9a56", "id": "384e2cb6-883b-4fd7-b379-32184deb1156", "name": "CreateProjectUserTests-792eeb87-982d-4d7-name"}} 2018-06-29 05:26:32,348 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-5a1ad64f-4da3-42cf-8961-e1be7b76d27a 2018-06-29 05:26:32,348 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 384e2cb6-883b-4fd7-b379-32184deb1156 2018-06-29 05:26:32,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=384e2cb6-883b-4fd7-b379-32184deb1156 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cebe26c710bae92b8166e8866b63d679bffb204" 2018-06-29 05:26:33,317 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d0f3029b-cc82-4495-9db8-b2190e3ae8f2 Date: Fri, 29 Jun 2018 05:26:33 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T05:26:32Z", "security_group_id": "384e2cb6-883b-4fd7-b379-32184deb1156", "port_range_min": null, "revision_number": 0, "tenant_id": "c29f183e27fa4979958c1a6ac59d9a56", "created_at": "2018-06-29T05:26:32Z", "project_id": "c29f183e27fa4979958c1a6ac59d9a56", "id": "729b6b60-465b-470b-a3c9-51b2d8cd45af"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T05:26:32Z", "security_group_id": "384e2cb6-883b-4fd7-b379-32184deb1156", "port_range_min": null, "revision_number": 0, "tenant_id": "c29f183e27fa4979958c1a6ac59d9a56", "created_at": "2018-06-29T05:26:32Z", "project_id": "c29f183e27fa4979958c1a6ac59d9a56", "id": "f4242d09-2e89-4db2-90ff-de02129b8f21"}]} 2018-06-29 05:26:33,317 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=384e2cb6-883b-4fd7-b379-32184deb1156 used request id req-d0f3029b-cc82-4495-9db8-b2190e3ae8f2 2018-06-29 05:26:33,318 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 384e2cb6-883b-4fd7-b379-32184deb1156 2018-06-29 05:26:33,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=384e2cb6-883b-4fd7-b379-32184deb1156 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cebe26c710bae92b8166e8866b63d679bffb204" 2018-06-29 05:26:33,521 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-7655ae15-4abf-428e-b201-2eeb02eea3c2 Date: Fri, 29 Jun 2018 05:26:33 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T05:26:32Z", "security_group_id": "384e2cb6-883b-4fd7-b379-32184deb1156", "port_range_min": null, "revision_number": 0, "tenant_id": "c29f183e27fa4979958c1a6ac59d9a56", "created_at": "2018-06-29T05:26:32Z", "project_id": "c29f183e27fa4979958c1a6ac59d9a56", "id": "729b6b60-465b-470b-a3c9-51b2d8cd45af"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T05:26:32Z", "security_group_id": "384e2cb6-883b-4fd7-b379-32184deb1156", "port_range_min": null, "revision_number": 0, "tenant_id": "c29f183e27fa4979958c1a6ac59d9a56", "created_at": "2018-06-29T05:26:32Z", "project_id": "c29f183e27fa4979958c1a6ac59d9a56", "id": "f4242d09-2e89-4db2-90ff-de02129b8f21"}]} 2018-06-29 05:26:33,521 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=384e2cb6-883b-4fd7-b379-32184deb1156 used request id req-7655ae15-4abf-428e-b201-2eeb02eea3c2 2018-06-29 05:26:33,522 - neutron_utils - INFO - Retrieving security group with ID - 384e2cb6-883b-4fd7-b379-32184deb1156 2018-06-29 05:26:33,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=384e2cb6-883b-4fd7-b379-32184deb1156 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cebe26c710bae92b8166e8866b63d679bffb204" 2018-06-29 05:26:33,816 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-ab5e53af-95f2-4df7-b3af-a1214033af78 Date: Fri, 29 Jun 2018 05:26:33 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "c29f183e27fa4979958c1a6ac59d9a56", "created_at": "2018-06-29T05:26:32Z", "updated_at": "2018-06-29T05:26:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:26:32Z", "revision_number": 0, "id": "729b6b60-465b-470b-a3c9-51b2d8cd45af", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:26:32Z", "security_group_id": "384e2cb6-883b-4fd7-b379-32184deb1156", "tenant_id": "c29f183e27fa4979958c1a6ac59d9a56", "port_range_min": null, "ethertype": "IPv6", "project_id": "c29f183e27fa4979958c1a6ac59d9a56"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:26:32Z", "revision_number": 0, "id": "f4242d09-2e89-4db2-90ff-de02129b8f21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:26:32Z", "security_group_id": "384e2cb6-883b-4fd7-b379-32184deb1156", "tenant_id": "c29f183e27fa4979958c1a6ac59d9a56", "port_range_min": null, "ethertype": "IPv4", "project_id": "c29f183e27fa4979958c1a6ac59d9a56"}], "revision_number": 1, "project_id": "c29f183e27fa4979958c1a6ac59d9a56", "id": "384e2cb6-883b-4fd7-b379-32184deb1156", "name": "CreateProjectUserTests-792eeb87-982d-4d7-name"}]} 2018-06-29 05:26:33,816 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=384e2cb6-883b-4fd7-b379-32184deb1156 used request id req-ab5e53af-95f2-4df7-b3af-a1214033af78 2018-06-29 05:26:33,816 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 384e2cb6-883b-4fd7-b379-32184deb1156 2018-06-29 05:26:33,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=384e2cb6-883b-4fd7-b379-32184deb1156 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cebe26c710bae92b8166e8866b63d679bffb204" 2018-06-29 05:26:34,696 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-ce95dc73-34a3-47e4-a712-70f24fd81be5 Date: Fri, 29 Jun 2018 05:26:34 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-29T05:26:32Z", "security_group_id": "384e2cb6-883b-4fd7-b379-32184deb1156", "port_range_min": null, "revision_number": 0, "tenant_id": "c29f183e27fa4979958c1a6ac59d9a56", "created_at": "2018-06-29T05:26:32Z", "project_id": "c29f183e27fa4979958c1a6ac59d9a56", "id": "729b6b60-465b-470b-a3c9-51b2d8cd45af"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T05:26:32Z", "security_group_id": "384e2cb6-883b-4fd7-b379-32184deb1156", "port_range_min": null, "revision_number": 0, "tenant_id": "c29f183e27fa4979958c1a6ac59d9a56", "created_at": "2018-06-29T05:26:32Z", "project_id": "c29f183e27fa4979958c1a6ac59d9a56", "id": "f4242d09-2e89-4db2-90ff-de02129b8f21"}]} 2018-06-29 05:26:34,697 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=384e2cb6-883b-4fd7-b379-32184deb1156 used request id req-ce95dc73-34a3-47e4-a712-70f24fd81be5 2018-06-29 05:26:34,697 - neutron_utils - INFO - Retrieving security group with ID - 384e2cb6-883b-4fd7-b379-32184deb1156 2018-06-29 05:26:34,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=384e2cb6-883b-4fd7-b379-32184deb1156 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cebe26c710bae92b8166e8866b63d679bffb204" 2018-06-29 05:26:35,628 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-0299dafd-472b-4cad-8efa-3985dda4c554 Date: Fri, 29 Jun 2018 05:26:35 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "c29f183e27fa4979958c1a6ac59d9a56", "created_at": "2018-06-29T05:26:32Z", "updated_at": "2018-06-29T05:26:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:26:32Z", "revision_number": 0, "id": "729b6b60-465b-470b-a3c9-51b2d8cd45af", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:26:32Z", "security_group_id": "384e2cb6-883b-4fd7-b379-32184deb1156", "tenant_id": "c29f183e27fa4979958c1a6ac59d9a56", "port_range_min": null, "ethertype": "IPv6", "project_id": "c29f183e27fa4979958c1a6ac59d9a56"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:26:32Z", "revision_number": 0, "id": "f4242d09-2e89-4db2-90ff-de02129b8f21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:26:32Z", "security_group_id": "384e2cb6-883b-4fd7-b379-32184deb1156", "tenant_id": "c29f183e27fa4979958c1a6ac59d9a56", "port_range_min": null, "ethertype": "IPv4", "project_id": "c29f183e27fa4979958c1a6ac59d9a56"}], "revision_number": 1, "project_id": "c29f183e27fa4979958c1a6ac59d9a56", "id": "384e2cb6-883b-4fd7-b379-32184deb1156", "name": "CreateProjectUserTests-792eeb87-982d-4d7-name"}]} 2018-06-29 05:26:35,628 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=384e2cb6-883b-4fd7-b379-32184deb1156 used request id req-0299dafd-472b-4cad-8efa-3985dda4c554 2018-06-29 05:26:35,629 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 384e2cb6-883b-4fd7-b379-32184deb1156 2018-06-29 05:26:35,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=384e2cb6-883b-4fd7-b379-32184deb1156 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cebe26c710bae92b8166e8866b63d679bffb204" 2018-06-29 05:26:36,524 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2410687e-5625-44a3-9627-e2ec7a11b4d8 Date: Fri, 29 Jun 2018 05:26: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-29T05:26:32Z", "security_group_id": "384e2cb6-883b-4fd7-b379-32184deb1156", "port_range_min": null, "revision_number": 0, "tenant_id": "c29f183e27fa4979958c1a6ac59d9a56", "created_at": "2018-06-29T05:26:32Z", "project_id": "c29f183e27fa4979958c1a6ac59d9a56", "id": "729b6b60-465b-470b-a3c9-51b2d8cd45af"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T05:26:32Z", "security_group_id": "384e2cb6-883b-4fd7-b379-32184deb1156", "port_range_min": null, "revision_number": 0, "tenant_id": "c29f183e27fa4979958c1a6ac59d9a56", "created_at": "2018-06-29T05:26:32Z", "project_id": "c29f183e27fa4979958c1a6ac59d9a56", "id": "f4242d09-2e89-4db2-90ff-de02129b8f21"}]} 2018-06-29 05:26:36,524 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=384e2cb6-883b-4fd7-b379-32184deb1156 used request id req-2410687e-5625-44a3-9627-e2ec7a11b4d8 2018-06-29 05:26:36,525 - neutron_utils - INFO - Retrieving security group with ID - 384e2cb6-883b-4fd7-b379-32184deb1156 2018-06-29 05:26:36,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=384e2cb6-883b-4fd7-b379-32184deb1156 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cebe26c710bae92b8166e8866b63d679bffb204" 2018-06-29 05:26:37,496 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-aefdfadb-a09f-4961-81ee-7be351c9f265 Date: Fri, 29 Jun 2018 05:26:37 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "c29f183e27fa4979958c1a6ac59d9a56", "created_at": "2018-06-29T05:26:32Z", "updated_at": "2018-06-29T05:26:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:26:32Z", "revision_number": 0, "id": "729b6b60-465b-470b-a3c9-51b2d8cd45af", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:26:32Z", "security_group_id": "384e2cb6-883b-4fd7-b379-32184deb1156", "tenant_id": "c29f183e27fa4979958c1a6ac59d9a56", "port_range_min": null, "ethertype": "IPv6", "project_id": "c29f183e27fa4979958c1a6ac59d9a56"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:26:32Z", "revision_number": 0, "id": "f4242d09-2e89-4db2-90ff-de02129b8f21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:26:32Z", "security_group_id": "384e2cb6-883b-4fd7-b379-32184deb1156", "tenant_id": "c29f183e27fa4979958c1a6ac59d9a56", "port_range_min": null, "ethertype": "IPv4", "project_id": "c29f183e27fa4979958c1a6ac59d9a56"}], "revision_number": 1, "project_id": "c29f183e27fa4979958c1a6ac59d9a56", "id": "384e2cb6-883b-4fd7-b379-32184deb1156", "name": "CreateProjectUserTests-792eeb87-982d-4d7-name"}]} 2018-06-29 05:26:37,496 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=384e2cb6-883b-4fd7-b379-32184deb1156 used request id req-aefdfadb-a09f-4961-81ee-7be351c9f265 2018-06-29 05:26:37,496 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 384e2cb6-883b-4fd7-b379-32184deb1156 2018-06-29 05:26:37,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=384e2cb6-883b-4fd7-b379-32184deb1156 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cebe26c710bae92b8166e8866b63d679bffb204" 2018-06-29 05:26:37,693 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e6301859-690f-43ee-bf58-8802adc2f497 Date: Fri, 29 Jun 2018 05:26: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-29T05:26:32Z", "security_group_id": "384e2cb6-883b-4fd7-b379-32184deb1156", "port_range_min": null, "revision_number": 0, "tenant_id": "c29f183e27fa4979958c1a6ac59d9a56", "created_at": "2018-06-29T05:26:32Z", "project_id": "c29f183e27fa4979958c1a6ac59d9a56", "id": "729b6b60-465b-470b-a3c9-51b2d8cd45af"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T05:26:32Z", "security_group_id": "384e2cb6-883b-4fd7-b379-32184deb1156", "port_range_min": null, "revision_number": 0, "tenant_id": "c29f183e27fa4979958c1a6ac59d9a56", "created_at": "2018-06-29T05:26:32Z", "project_id": "c29f183e27fa4979958c1a6ac59d9a56", "id": "f4242d09-2e89-4db2-90ff-de02129b8f21"}]} 2018-06-29 05:26:37,693 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=384e2cb6-883b-4fd7-b379-32184deb1156 used request id req-e6301859-690f-43ee-bf58-8802adc2f497 2018-06-29 05:26:37,694 - neutron_utils - INFO - Deleting security group rule with ID - 729b6b60-465b-470b-a3c9-51b2d8cd45af 2018-06-29 05:26:37,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/729b6b60-465b-470b-a3c9-51b2d8cd45af -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cebe26c710bae92b8166e8866b63d679bffb204" 2018-06-29 05:26:37,830 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-49e0e20b-978e-4e6c-b198-fc6f841d7ae4 Content-Length: 0 Date: Fri, 29 Jun 2018 05:26:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 05:26:37,831 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/729b6b60-465b-470b-a3c9-51b2d8cd45af used request id req-49e0e20b-978e-4e6c-b198-fc6f841d7ae4 2018-06-29 05:26:37,831 - neutron_utils - INFO - Deleting security group rule with ID - f4242d09-2e89-4db2-90ff-de02129b8f21 2018-06-29 05:26:37,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/f4242d09-2e89-4db2-90ff-de02129b8f21 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cebe26c710bae92b8166e8866b63d679bffb204" 2018-06-29 05:26:38,221 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4207412f-dc36-43ec-bc28-14ba4bfc638a Content-Length: 0 Date: Fri, 29 Jun 2018 05:26:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 05:26:38,221 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/f4242d09-2e89-4db2-90ff-de02129b8f21 used request id req-4207412f-dc36-43ec-bc28-14ba4bfc638a 2018-06-29 05:26:38,222 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-792eeb87-982d-4d7-name 2018-06-29 05:26:38,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/384e2cb6-883b-4fd7-b379-32184deb1156 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cebe26c710bae92b8166e8866b63d679bffb204" 2018-06-29 05:26:38,365 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-21637776-7d97-4934-9eb6-7bf6a5b7248c Content-Length: 0 Date: Fri, 29 Jun 2018 05:26:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 05:26:38,365 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/384e2cb6-883b-4fd7-b379-32184deb1156 used request id req-21637776-7d97-4934-9eb6-7bf6a5b7248c 2018-06-29 05:26:38,366 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-792eeb87-982d-4d7-user 2018-06-29 05:26:38,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/8275be7a14644967af900e7afa5e1015 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bba898b54dccc4a655917a10d71a88262b517246" 2018-06-29 05:26:38,589 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 05:26:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b7967f25-e6ac-4978-864d-6d00ee033fde 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 05:26:38,589 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/8275be7a14644967af900e7afa5e1015 used request id req-b7967f25-e6ac-4978-864d-6d00ee033fde 2018-06-29 05:26:38,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0edd30e220688bc8c612b35822e169c31ac3352b" 2018-06-29 05:26:38,813 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-a2d14ae9-9f44-44b0-99e5-afc9c55ed518 Date: Fri, 29 Jun 2018 05:26:38 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c29f183e27fa4979958c1a6ac59d9a56", "created_at": "2018-06-29T05:26:31Z", "updated_at": "2018-06-29T05:26:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:26:31Z", "revision_number": 0, "id": "83c5842e-d04e-4877-9f0e-93832a2a049e", "remote_group_id": "0e0c60bd-7e28-4bdc-9578-9d79baab64c0", "remote_ip_prefix": null, "created_at": "2018-06-29T05:26:31Z", "security_group_id": "0e0c60bd-7e28-4bdc-9578-9d79baab64c0", "tenant_id": "c29f183e27fa4979958c1a6ac59d9a56", "port_range_min": null, "ethertype": "IPv6", "project_id": "c29f183e27fa4979958c1a6ac59d9a56"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:26:31Z", "revision_number": 0, "id": "c635a56d-f563-4078-afe3-3cdef0dd764a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:26:31Z", "security_group_id": "0e0c60bd-7e28-4bdc-9578-9d79baab64c0", "tenant_id": "c29f183e27fa4979958c1a6ac59d9a56", "port_range_min": null, "ethertype": "IPv4", "project_id": "c29f183e27fa4979958c1a6ac59d9a56"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:26:31Z", "revision_number": 0, "id": "563c1f82-bacc-4add-876c-3cf31f1a2389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:26:31Z", "security_group_id": "0e0c60bd-7e28-4bdc-9578-9d79baab64c0", "tenant_id": "c29f183e27fa4979958c1a6ac59d9a56", "port_range_min": null, "ethertype": "IPv6", "project_id": "c29f183e27fa4979958c1a6ac59d9a56"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:26:31Z", "revision_number": 0, "id": "bb75f016-700d-486f-8daf-9dc07713b191", "remote_group_id": "0e0c60bd-7e28-4bdc-9578-9d79baab64c0", "remote_ip_prefix": null, "created_at": "2018-06-29T05:26:31Z", "security_group_id": "0e0c60bd-7e28-4bdc-9578-9d79baab64c0", "tenant_id": "c29f183e27fa4979958c1a6ac59d9a56", "port_range_min": null, "ethertype": "IPv4", "project_id": "c29f183e27fa4979958c1a6ac59d9a56"}], "revision_number": 1, "project_id": "c29f183e27fa4979958c1a6ac59d9a56", "id": "0e0c60bd-7e28-4bdc-9578-9d79baab64c0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "114a8cdc27184b288a7cbb609b5a20e9", "created_at": "2018-06-29T05:22:27Z", "updated_at": "2018-06-29T05:22:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:22:27Z", "revision_number": 0, "id": "7892cd50-31dd-4383-bb34-62dfc9b45076", "remote_group_id": "5faaf09f-75fb-479b-ae1c-a83e9caed6b6", "remote_ip_prefix": null, "created_at": "2018-06-29T05:22:27Z", "security_group_id": "5faaf09f-75fb-479b-ae1c-a83e9caed6b6", "tenant_id": "114a8cdc27184b288a7cbb609b5a20e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "114a8cdc27184b288a7cbb609b5a20e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:22:27Z", "revision_number": 0, "id": "d2c89abb-5ef4-4093-9e94-8bf7409165ea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:22:27Z", "security_group_id": "5faaf09f-75fb-479b-ae1c-a83e9caed6b6", "tenant_id": "114a8cdc27184b288a7cbb609b5a20e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "114a8cdc27184b288a7cbb609b5a20e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:22:27Z", "revision_number": 0, "id": "60c86f9b-7d30-4b4c-94c3-8054f4eb9af7", "remote_group_id": "5faaf09f-75fb-479b-ae1c-a83e9caed6b6", "remote_ip_prefix": null, "created_at": "2018-06-29T05:22:27Z", "security_group_id": "5faaf09f-75fb-479b-ae1c-a83e9caed6b6", "tenant_id": "114a8cdc27184b288a7cbb609b5a20e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "114a8cdc27184b288a7cbb609b5a20e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:22:27Z", "revision_number": 0, "id": "9fb1d7ab-8b85-4952-848c-4db9fd8414ab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:22:27Z", "security_group_id": "5faaf09f-75fb-479b-ae1c-a83e9caed6b6", "tenant_id": "114a8cdc27184b288a7cbb609b5a20e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "114a8cdc27184b288a7cbb609b5a20e9"}], "revision_number": 1, "project_id": "114a8cdc27184b288a7cbb609b5a20e9", "id": "5faaf09f-75fb-479b-ae1c-a83e9caed6b6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:26:08Z", "updated_at": "2018-06-29T05:26:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:26:08Z", "revision_number": 0, "id": "11388e28-80d4-465b-92f8-5d12811cdd14", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:26:08Z", "security_group_id": "67fd1914-9a13-4c3f-b4a8-3292c73ccfbe", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "port_range_min": null, "ethertype": "IPv4", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:26:08Z", "revision_number": 0, "id": "d6d6dfa9-1f04-44eb-844d-255d9c892c77", "remote_group_id": "67fd1914-9a13-4c3f-b4a8-3292c73ccfbe", "remote_ip_prefix": null, "created_at": "2018-06-29T05:26:08Z", "security_group_id": "67fd1914-9a13-4c3f-b4a8-3292c73ccfbe", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "port_range_min": null, "ethertype": "IPv6", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:26:08Z", "revision_number": 0, "id": "045f754e-2dea-4c81-b175-f558430cb980", "remote_group_id": "67fd1914-9a13-4c3f-b4a8-3292c73ccfbe", "remote_ip_prefix": null, "created_at": "2018-06-29T05:26:08Z", "security_group_id": "67fd1914-9a13-4c3f-b4a8-3292c73ccfbe", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "port_range_min": null, "ethertype": "IPv4", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:26:08Z", "revision_number": 0, "id": "2c8c050e-d35b-4db1-a30b-b11cb5603c00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:26:08Z", "security_group_id": "67fd1914-9a13-4c3f-b4a8-3292c73ccfbe", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "port_range_min": null, "ethertype": "IPv6", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57"}], "revision_number": 1, "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "id": "67fd1914-9a13-4c3f-b4a8-3292c73ccfbe", "name": "default"}]} 2018-06-29 05:26:38,813 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-a2d14ae9-9f44-44b0-99e5-afc9c55ed518 2018-06-29 05:26:38,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c29f183e27fa4979958c1a6ac59d9a56 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0edd30e220688bc8c612b35822e169c31ac3352b" 2018-06-29 05:26:38,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3478f4e9-476c-48cc-abd6-4c702404c9b9 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/c29f183e27fa4979958c1a6ac59d9a56"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c29f183e27fa4979958c1a6ac59d9a56", "name": "CreateProjectUserTests-792eeb87-982d-4d7-name"}} 2018-06-29 05:26:38,907 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c29f183e27fa4979958c1a6ac59d9a56 used request id req-3478f4e9-476c-48cc-abd6-4c702404c9b9 2018-06-29 05:26:38,907 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0e0c60bd-7e28-4bdc-9578-9d79baab64c0 2018-06-29 05:26:38,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=0e0c60bd-7e28-4bdc-9578-9d79baab64c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0edd30e220688bc8c612b35822e169c31ac3352b" 2018-06-29 05:26:39,789 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-c51cbafe-065b-4f3d-aa42-72351e980ed6 Date: Fri, 29 Jun 2018 05:26:39 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T05:26:31Z", "security_group_id": "0e0c60bd-7e28-4bdc-9578-9d79baab64c0", "port_range_min": null, "revision_number": 0, "tenant_id": "c29f183e27fa4979958c1a6ac59d9a56", "created_at": "2018-06-29T05:26:31Z", "project_id": "c29f183e27fa4979958c1a6ac59d9a56", "id": "563c1f82-bacc-4add-876c-3cf31f1a2389"}, {"remote_group_id": "0e0c60bd-7e28-4bdc-9578-9d79baab64c0", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T05:26:31Z", "security_group_id": "0e0c60bd-7e28-4bdc-9578-9d79baab64c0", "port_range_min": null, "revision_number": 0, "tenant_id": "c29f183e27fa4979958c1a6ac59d9a56", "created_at": "2018-06-29T05:26:31Z", "project_id": "c29f183e27fa4979958c1a6ac59d9a56", "id": "83c5842e-d04e-4877-9f0e-93832a2a049e"}, {"remote_group_id": "0e0c60bd-7e28-4bdc-9578-9d79baab64c0", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T05:26:31Z", "security_group_id": "0e0c60bd-7e28-4bdc-9578-9d79baab64c0", "port_range_min": null, "revision_number": 0, "tenant_id": "c29f183e27fa4979958c1a6ac59d9a56", "created_at": "2018-06-29T05:26:31Z", "project_id": "c29f183e27fa4979958c1a6ac59d9a56", "id": "bb75f016-700d-486f-8daf-9dc07713b191"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T05:26:31Z", "security_group_id": "0e0c60bd-7e28-4bdc-9578-9d79baab64c0", "port_range_min": null, "revision_number": 0, "tenant_id": "c29f183e27fa4979958c1a6ac59d9a56", "created_at": "2018-06-29T05:26:31Z", "project_id": "c29f183e27fa4979958c1a6ac59d9a56", "id": "c635a56d-f563-4078-afe3-3cdef0dd764a"}]} 2018-06-29 05:26:39,789 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=0e0c60bd-7e28-4bdc-9578-9d79baab64c0 used request id req-c51cbafe-065b-4f3d-aa42-72351e980ed6 2018-06-29 05:26:39,790 - neutron_utils - INFO - Deleting security group with name - default 2018-06-29 05:26:39,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/0e0c60bd-7e28-4bdc-9578-9d79baab64c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0edd30e220688bc8c612b35822e169c31ac3352b" 2018-06-29 05:26:40,166 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-349ae8bc-7022-48d4-8840-a6896d7b1bcf Content-Length: 0 Date: Fri, 29 Jun 2018 05:26:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 05:26:40,166 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/0e0c60bd-7e28-4bdc-9578-9d79baab64c0 used request id req-349ae8bc-7022-48d4-8840-a6896d7b1bcf 2018-06-29 05:26:40,167 - keystone_utils - INFO - Deleting project with name - CreateProjectUserTests-792eeb87-982d-4d7-name 2018-06-29 05:26:40,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/c29f183e27fa4979958c1a6ac59d9a56 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0edd30e220688bc8c612b35822e169c31ac3352b" 2018-06-29 05:26:40,325 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 05:26:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b2176a3f-bab9-4590-a324-d1b0e40ce5b0 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 05:26:40,326 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/c29f183e27fa4979958c1a6ac59d9a56 used request id req-b2176a3f-bab9-4590-a324-d1b0e40ce5b0 2018-06-29 05:26:40,326 - keystone_utils - INFO - Deleting role with name - CreateProjectUserTests-792eeb87-982d-4d7-name-role 2018-06-29 05:26:40,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/65850af36e144028a6f074d734540901 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0edd30e220688bc8c612b35822e169c31ac3352b" 2018-06-29 05:26:40,450 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 05:26:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bf322883-c148-4f9a-8541-3ead3b160e85 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 05:26:40,450 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/65850af36e144028a6f074d734540901 used request id req-bf322883-c148-4f9a-8541-3ead3b160e85 2018-06-29 05:26:40,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0edd30e220688bc8c612b35822e169c31ac3352b" 2018-06-29 05:26:40,534 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-502461fd-4eab-4678-ac13-e0c679756822 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "19d73f80b5b344bfb9d61349360934cf", "links": {"self": "http://172.30.9.23:5000/v3/roles/19d73f80b5b344bfb9d61349360934cf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "3e31d7f88da14e96a7f6569ea6c8c4a2", "links": {"self": "http://172.30.9.23:5000/v3/roles/3e31d7f88da14e96a7f6569ea6c8c4a2"}, "name": "swiftoperator"}, {"domain_id": null, "id": "717fbf971879477fa2e582732bd31427", "links": {"self": "http://172.30.9.23:5000/v3/roles/717fbf971879477fa2e582732bd31427"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa3ed44aae904d6dae0b4b166fd06676", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa3ed44aae904d6dae0b4b166fd06676"}, "name": "heat_stack_user"}]} 2018-06-29 05:26:40,534 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-502461fd-4eab-4678-ac13-e0c679756822 2018-06-29 05:26:40,535 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:26:40,947 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:26:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["l08Q7WPvRGOQucQRLWuzug"], "issued_at": "2018-06-29T05:26:40.000000Z"}} 2018-06-29 05:26:40,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}b107c91bebbdb9f1cc33db86183db7a837c29184" 2018-06-29 05:26:41,039 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3e0ce98-01aa-47fe-aa1e-ce80a1e366fd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:26:41,039 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b3e0ce98-01aa-47fe-aa1e-ce80a1e366fd 2018-06-29 05:26:41,042 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:26:41,043 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:26:41,446 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:26:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["RSTUo69QQ86bzhr_tZ-LMQ"], "issued_at": "2018-06-29T05:26:41.000000Z"}} 2018-06-29 05:26:41,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}6b79d33e6db800521770cc0717043fafc60b0944" 2018-06-29 05:26:41,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6105920f-f454-4bb5-87fc-d3653e9056e6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:26:41,532 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-6105920f-f454-4bb5-87fc-d3653e9056e6 2018-06-29 05:26:41,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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 05:26:41,542 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 05:26: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.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 05:26:41,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-a48d08f9-b25f-4f8-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b79d33e6db800521770cc0717043fafc60b0944" 2018-06-29 05:26:41,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de1309c1-9182-4888-83c8-02d469d73cb0 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-a48d08f9-b25f-4f8-name", "previous": null, "next": null}, "projects": []} 2018-06-29 05:26:41,637 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-a48d08f9-b25f-4f8-name used request id req-de1309c1-9182-4888-83c8-02d469d73cb0 2018-06-29 05:26:41,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b79d33e6db800521770cc0717043fafc60b0944" 2018-06-29 05:26:41,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8fb707a-fa7f-4a8b-8d2a-284b4627f299 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-06-29 05:26:41,725 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-f8fb707a-fa7f-4a8b-8d2a-284b4627f299 2018-06-29 05:26:41,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b79d33e6db800521770cc0717043fafc60b0944" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectUserTests-a48d08f9-b25f-4f8-name"}}' 2018-06-29 05:26:41,858 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 29 Jun 2018 05:26:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-073aca13-3fdc-4637-a7a5-541a639d7b41 Content-Length: 319 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/eab1ea92e99a4210be33ba549ee44bb6"}, "tags": [], "enabled": true, "id": "eab1ea92e99a4210be33ba549ee44bb6", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-a48d08f9-b25f-4f8-name"}} 2018-06-29 05:26:41,858 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-073aca13-3fdc-4637-a7a5-541a639d7b41 2018-06-29 05:26:41,858 - keystone_utils - INFO - Created project with name - CreateProjectUserTests-a48d08f9-b25f-4f8-name 2018-06-29 05:26:41,859 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:26:41,859 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:26:42,250 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:26:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["FZOL0OBJTHWbHMFvG2gJ9w"], "issued_at": "2018-06-29T05:26:42.000000Z"}} 2018-06-29 05:26:42,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}8e5e2b1b0a41ab8ff44a5834c990996b49310ecb" 2018-06-29 05:26:42,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d37d47e-e88d-4d86-8775-d30935fd6b4a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:26:42,336 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-8d37d47e-e88d-4d86-8775-d30935fd6b4a 2018-06-29 05:26:42,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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 05:26:42,345 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 05:26: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.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 05:26:42,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e5e2b1b0a41ab8ff44a5834c990996b49310ecb" 2018-06-29 05:26:42,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9406553-bd27-444c-81db-eef930541224 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/2e7f1d6ac62a43baaddff6528926384f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e7f1d6ac62a43baaddff6528926384f", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/44d808c34960473a8370c82a0a0e4dbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "44d808c34960473a8370c82a0a0e4dbb", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/54cb3861713b412895c8758a60bf2d2f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "54cb3861713b412895c8758a60bf2d2f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/7b94a956c8574fdfaa8c9e1719909e73"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b94a956c8574fdfaa8c9e1719909e73", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/8692a24e39ee4e4582315312080b68e8"}, "domain_id": "909964a4d3a8414dbee4bfb57523ee33", "enabled": true, "options": {}, "id": "8692a24e39ee4e4582315312080b68e8", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/8951ed4ff13a4aac914c5c9d06decbdf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8951ed4ff13a4aac914c5c9d06decbdf", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/aa987e7e8f6148a49640656daf64e8dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa987e7e8f6148a49640656daf64e8dc", "email": "nova@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/b2847bfa6561418b8e69807fe6ca0664"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b2847bfa6561418b8e69807fe6ca0664", "email": "swift@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/bf3e4cb4ac1c43cc918067145f183131"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bf3e4cb4ac1c43cc918067145f183131", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/c13100c6fdf740938502979241e10e11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c13100c6fdf740938502979241e10e11", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/da2608adf98e42d4aa462d180f540a14"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da2608adf98e42d4aa462d180f540a14", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/e4c2c1ce32f74522aa400fd1ec290e18"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4c2c1ce32f74522aa400fd1ec290e18", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/f7d48087d8954b058ae2cb14652803e3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f7d48087d8954b058ae2cb14652803e3", "email": "panko@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/fbe7c63206634d47a119de5a17405df5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe7c63206634d47a119de5a17405df5", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-06-29 05:26:42,382 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-b9406553-bd27-444c-81db-eef930541224 2018-06-29 05:26:42,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e5e2b1b0a41ab8ff44a5834c990996b49310ecb" 2018-06-29 05:26:42,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60ad0fe0-f2ad-4ab6-90da-2ca5013ede65 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-06-29 05:26:42,477 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-60ad0fe0-f2ad-4ab6-90da-2ca5013ede65 2018-06-29 05:26:42,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e5e2b1b0a41ab8ff44a5834c990996b49310ecb" 2018-06-29 05:26:43,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fab9a077-d97a-4319-9738-3d4e85c4b66a Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "19d73f80b5b344bfb9d61349360934cf", "links": {"self": "http://172.30.9.23:5000/v3/roles/19d73f80b5b344bfb9d61349360934cf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "3e31d7f88da14e96a7f6569ea6c8c4a2", "links": {"self": "http://172.30.9.23:5000/v3/roles/3e31d7f88da14e96a7f6569ea6c8c4a2"}, "name": "swiftoperator"}, {"domain_id": null, "id": "717fbf971879477fa2e582732bd31427", "links": {"self": "http://172.30.9.23:5000/v3/roles/717fbf971879477fa2e582732bd31427"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa3ed44aae904d6dae0b4b166fd06676", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa3ed44aae904d6dae0b4b166fd06676"}, "name": "heat_stack_user"}]} 2018-06-29 05:26:43,041 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-fab9a077-d97a-4319-9738-3d4e85c4b66a 2018-06-29 05:26:43,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateProjectUserTests-a48d08f9-b25f-4f8-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e5e2b1b0a41ab8ff44a5834c990996b49310ecb" 2018-06-29 05:26:43,140 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fe020d1-cc00-4af2-b28f-03255009862a Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateProjectUserTests-a48d08f9-b25f-4f8-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/eab1ea92e99a4210be33ba549ee44bb6"}, "tags": [], "enabled": true, "id": "eab1ea92e99a4210be33ba549ee44bb6", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-a48d08f9-b25f-4f8-name"}]} 2018-06-29 05:26:43,140 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateProjectUserTests-a48d08f9-b25f-4f8-name used request id req-5fe020d1-cc00-4af2-b28f-03255009862a 2018-06-29 05:26:43,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users/f84ecfa0586448aeaf43dbca26c6e2e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e5e2b1b0a41ab8ff44a5834c990996b49310ecb" 2018-06-29 05:26:43,248 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2135d6cf-ffcb-4d25-a588-411ab2c618af Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/f84ecfa0586448aeaf43dbca26c6e2e5"}, "enabled": true, "id": "f84ecfa0586448aeaf43dbca26c6e2e5", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-a48d08f9-b25f-4f8-user1"}} 2018-06-29 05:26:43,248 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/f84ecfa0586448aeaf43dbca26c6e2e5 used request id req-2135d6cf-ffcb-4d25-a588-411ab2c618af 2018-06-29 05:26:43,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/eab1ea92e99a4210be33ba549ee44bb6/users/f84ecfa0586448aeaf43dbca26c6e2e5/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e5e2b1b0a41ab8ff44a5834c990996b49310ecb" 2018-06-29 05:26:43,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-014a6a33-abc0-4ce9-979d-2fc991ddeefe Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects/eab1ea92e99a4210be33ba549ee44bb6/users/f84ecfa0586448aeaf43dbca26c6e2e5/roles", "previous": null, "next": null}, "roles": []} 2018-06-29 05:26:43,361 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/eab1ea92e99a4210be33ba549ee44bb6/users/f84ecfa0586448aeaf43dbca26c6e2e5/roles used request id req-014a6a33-abc0-4ce9-979d-2fc991ddeefe 2018-06-29 05:26:43,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/717fbf971879477fa2e582732bd31427 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e5e2b1b0a41ab8ff44a5834c990996b49310ecb" 2018-06-29 05:26:43,457 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6641b734-f18c-4d0c-ab87-63a0c16917cb Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "717fbf971879477fa2e582732bd31427", "links": {"self": "http://172.30.9.23:5000/v3/roles/717fbf971879477fa2e582732bd31427"}, "name": "admin"}} 2018-06-29 05:26:43,458 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/717fbf971879477fa2e582732bd31427 used request id req-6641b734-f18c-4d0c-ab87-63a0c16917cb 2018-06-29 05:26:43,458 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-a48d08f9-b25f-4f8-name 2018-06-29 05:26:43,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/eab1ea92e99a4210be33ba549ee44bb6/users/f84ecfa0586448aeaf43dbca26c6e2e5/roles/717fbf971879477fa2e582732bd31427 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e5e2b1b0a41ab8ff44a5834c990996b49310ecb" 2018-06-29 05:26:43,638 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 05:26:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ac011cba-184d-4c6f-87a8-fad448228f77 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 05:26:43,638 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/eab1ea92e99a4210be33ba549ee44bb6/users/f84ecfa0586448aeaf43dbca26c6e2e5/roles/717fbf971879477fa2e582732bd31427 used request id req-ac011cba-184d-4c6f-87a8-fad448228f77 2018-06-29 05:26:43,638 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-a48d08f9-b25f-4f8-user1 2018-06-29 05:26:43,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b79d33e6db800521770cc0717043fafc60b0944" 2018-06-29 05:26:43,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ae15c2a-5b05-40b5-8c4c-9be7655beaec Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "19d73f80b5b344bfb9d61349360934cf", "links": {"self": "http://172.30.9.23:5000/v3/roles/19d73f80b5b344bfb9d61349360934cf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "3e31d7f88da14e96a7f6569ea6c8c4a2", "links": {"self": "http://172.30.9.23:5000/v3/roles/3e31d7f88da14e96a7f6569ea6c8c4a2"}, "name": "swiftoperator"}, {"domain_id": null, "id": "717fbf971879477fa2e582732bd31427", "links": {"self": "http://172.30.9.23:5000/v3/roles/717fbf971879477fa2e582732bd31427"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa3ed44aae904d6dae0b4b166fd06676", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa3ed44aae904d6dae0b4b166fd06676"}, "name": "heat_stack_user"}]} 2018-06-29 05:26:43,727 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-6ae15c2a-5b05-40b5-8c4c-9be7655beaec 2018-06-29 05:26:43,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b79d33e6db800521770cc0717043fafc60b0944" -d '{"role": {"name": "CreateProjectUserTests-a48d08f9-b25f-4f8-name-role"}}' 2018-06-29 05:26:43,903 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 29 Jun 2018 05:26:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fd28c6b1-4572-4672-9400-060cba18a16f Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e70bd6094060412eb1abb18d8fe43cff", "links": {"self": "http://172.30.9.23:5000/v3/roles/e70bd6094060412eb1abb18d8fe43cff"}, "name": "CreateProjectUserTests-a48d08f9-b25f-4f8-name-role"}} 2018-06-29 05:26:43,903 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-fd28c6b1-4572-4672-9400-060cba18a16f 2018-06-29 05:26:43,903 - keystone_utils - INFO - Created role with name - CreateProjectUserTests-a48d08f9-b25f-4f8-name-role 2018-06-29 05:26:43,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/e70bd6094060412eb1abb18d8fe43cff -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b79d33e6db800521770cc0717043fafc60b0944" 2018-06-29 05:26:43,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-548631f5-adb9-4d21-8739-ae920b42448c Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e70bd6094060412eb1abb18d8fe43cff", "links": {"self": "http://172.30.9.23:5000/v3/roles/e70bd6094060412eb1abb18d8fe43cff"}, "name": "CreateProjectUserTests-a48d08f9-b25f-4f8-name-role"}} 2018-06-29 05:26:43,998 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/e70bd6094060412eb1abb18d8fe43cff used request id req-548631f5-adb9-4d21-8739-ae920b42448c 2018-06-29 05:26:43,998 - keystone_utils - INFO - Granting role CreateProjectUserTests-a48d08f9-b25f-4f8-name-role to project CreateProjectUserTests-a48d08f9-b25f-4f8-name 2018-06-29 05:26:44,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/eab1ea92e99a4210be33ba549ee44bb6/users/f84ecfa0586448aeaf43dbca26c6e2e5/roles/e70bd6094060412eb1abb18d8fe43cff -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b79d33e6db800521770cc0717043fafc60b0944" 2018-06-29 05:26:44,183 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 05:26:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-882fa7fe-cc38-4b72-badc-11b0857d85a7 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 05:26:44,183 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/eab1ea92e99a4210be33ba549ee44bb6/users/f84ecfa0586448aeaf43dbca26c6e2e5/roles/e70bd6094060412eb1abb18d8fe43cff used request id req-882fa7fe-cc38-4b72-badc-11b0857d85a7 2018-06-29 05:26:44,183 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:26:44,184 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:26:44,585 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:26:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["AwyGYpopSdic3GeSo-TOcg"], "issued_at": "2018-06-29T05:26:44.000000Z"}} 2018-06-29 05:26:44,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}e4fa4a61e750f3842ab522d26289cb3a0a9d32d5" 2018-06-29 05:26:44,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d252579e-a778-4bb9-ab49-412fb515ef62 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:26:44,675 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d252579e-a778-4bb9-ab49-412fb515ef62 2018-06-29 05:26:44,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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 05:26:44,685 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 05:26: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.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 05:26:44,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4fa4a61e750f3842ab522d26289cb3a0a9d32d5" 2018-06-29 05:26:44,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f30670c-3d27-4e3e-8ec2-c34bddb759b5 Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/2e7f1d6ac62a43baaddff6528926384f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e7f1d6ac62a43baaddff6528926384f", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/44d808c34960473a8370c82a0a0e4dbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "44d808c34960473a8370c82a0a0e4dbb", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/54cb3861713b412895c8758a60bf2d2f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "54cb3861713b412895c8758a60bf2d2f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/7b94a956c8574fdfaa8c9e1719909e73"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b94a956c8574fdfaa8c9e1719909e73", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/8692a24e39ee4e4582315312080b68e8"}, "domain_id": "909964a4d3a8414dbee4bfb57523ee33", "enabled": true, "options": {}, "id": "8692a24e39ee4e4582315312080b68e8", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/8951ed4ff13a4aac914c5c9d06decbdf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8951ed4ff13a4aac914c5c9d06decbdf", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/aa987e7e8f6148a49640656daf64e8dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa987e7e8f6148a49640656daf64e8dc", "email": "nova@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/b2847bfa6561418b8e69807fe6ca0664"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b2847bfa6561418b8e69807fe6ca0664", "email": "swift@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/bf3e4cb4ac1c43cc918067145f183131"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bf3e4cb4ac1c43cc918067145f183131", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/c13100c6fdf740938502979241e10e11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c13100c6fdf740938502979241e10e11", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/da2608adf98e42d4aa462d180f540a14"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da2608adf98e42d4aa462d180f540a14", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/e4c2c1ce32f74522aa400fd1ec290e18"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4c2c1ce32f74522aa400fd1ec290e18", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/f7d48087d8954b058ae2cb14652803e3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f7d48087d8954b058ae2cb14652803e3", "email": "panko@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateProjectUserTests-a48d08f9-b25f-4f8-user1", "links": {"self": "http://172.30.9.23:5000/v3/users/f84ecfa0586448aeaf43dbca26c6e2e5"}, "domain_id": "default", "enabled": true, "id": "f84ecfa0586448aeaf43dbca26c6e2e5", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/fbe7c63206634d47a119de5a17405df5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe7c63206634d47a119de5a17405df5", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-06-29 05:26:44,797 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-7f30670c-3d27-4e3e-8ec2-c34bddb759b5 2018-06-29 05:26:44,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4fa4a61e750f3842ab522d26289cb3a0a9d32d5" 2018-06-29 05:26:44,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af1de9d1-5802-4da1-b5de-55e517a318d6 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-06-29 05:26:44,897 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-af1de9d1-5802-4da1-b5de-55e517a318d6 2018-06-29 05:26:45,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4fa4a61e750f3842ab522d26289cb3a0a9d32d5" 2018-06-29 05:26:45,371 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33166b3d-be03-493e-9209-5ef9f62bfe37 Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "19d73f80b5b344bfb9d61349360934cf", "links": {"self": "http://172.30.9.23:5000/v3/roles/19d73f80b5b344bfb9d61349360934cf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "3e31d7f88da14e96a7f6569ea6c8c4a2", "links": {"self": "http://172.30.9.23:5000/v3/roles/3e31d7f88da14e96a7f6569ea6c8c4a2"}, "name": "swiftoperator"}, {"domain_id": null, "id": "717fbf971879477fa2e582732bd31427", "links": {"self": "http://172.30.9.23:5000/v3/roles/717fbf971879477fa2e582732bd31427"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa3ed44aae904d6dae0b4b166fd06676", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa3ed44aae904d6dae0b4b166fd06676"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "e70bd6094060412eb1abb18d8fe43cff", "links": {"self": "http://172.30.9.23:5000/v3/roles/e70bd6094060412eb1abb18d8fe43cff"}, "name": "CreateProjectUserTests-a48d08f9-b25f-4f8-name-role"}]} 2018-06-29 05:26:45,371 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-33166b3d-be03-493e-9209-5ef9f62bfe37 2018-06-29 05:26:45,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateProjectUserTests-a48d08f9-b25f-4f8-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4fa4a61e750f3842ab522d26289cb3a0a9d32d5" 2018-06-29 05:26:45,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42035b67-5830-4488-8680-33af4a541e9f Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateProjectUserTests-a48d08f9-b25f-4f8-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/eab1ea92e99a4210be33ba549ee44bb6"}, "tags": [], "enabled": true, "id": "eab1ea92e99a4210be33ba549ee44bb6", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-a48d08f9-b25f-4f8-name"}]} 2018-06-29 05:26:45,471 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateProjectUserTests-a48d08f9-b25f-4f8-name used request id req-42035b67-5830-4488-8680-33af4a541e9f 2018-06-29 05:26:45,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users/8e8942b9050845ca81287ce73fac6259 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4fa4a61e750f3842ab522d26289cb3a0a9d32d5" 2018-06-29 05:26:45,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-584ba12c-b6e5-4e96-90e5-a1c04bb5eb26 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/8e8942b9050845ca81287ce73fac6259"}, "enabled": true, "id": "8e8942b9050845ca81287ce73fac6259", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-a48d08f9-b25f-4f8-user2"}} 2018-06-29 05:26:45,574 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/8e8942b9050845ca81287ce73fac6259 used request id req-584ba12c-b6e5-4e96-90e5-a1c04bb5eb26 2018-06-29 05:26:45,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/eab1ea92e99a4210be33ba549ee44bb6/users/8e8942b9050845ca81287ce73fac6259/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4fa4a61e750f3842ab522d26289cb3a0a9d32d5" 2018-06-29 05:26:45,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-205cde6e-1ff2-4729-962e-2be7b7a78c54 Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects/eab1ea92e99a4210be33ba549ee44bb6/users/8e8942b9050845ca81287ce73fac6259/roles", "previous": null, "next": null}, "roles": []} 2018-06-29 05:26:45,683 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/eab1ea92e99a4210be33ba549ee44bb6/users/8e8942b9050845ca81287ce73fac6259/roles used request id req-205cde6e-1ff2-4729-962e-2be7b7a78c54 2018-06-29 05:26:45,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/717fbf971879477fa2e582732bd31427 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4fa4a61e750f3842ab522d26289cb3a0a9d32d5" 2018-06-29 05:26:45,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5913c97-1106-4582-9304-e4a13abc227f Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "717fbf971879477fa2e582732bd31427", "links": {"self": "http://172.30.9.23:5000/v3/roles/717fbf971879477fa2e582732bd31427"}, "name": "admin"}} 2018-06-29 05:26:45,782 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/717fbf971879477fa2e582732bd31427 used request id req-a5913c97-1106-4582-9304-e4a13abc227f 2018-06-29 05:26:45,782 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-a48d08f9-b25f-4f8-name 2018-06-29 05:26:45,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/eab1ea92e99a4210be33ba549ee44bb6/users/8e8942b9050845ca81287ce73fac6259/roles/717fbf971879477fa2e582732bd31427 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4fa4a61e750f3842ab522d26289cb3a0a9d32d5" 2018-06-29 05:26:45,931 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 05:26:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f525b668-a217-4e2b-8420-8ec446dd768a 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 05:26:45,931 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/eab1ea92e99a4210be33ba549ee44bb6/users/8e8942b9050845ca81287ce73fac6259/roles/717fbf971879477fa2e582732bd31427 used request id req-f525b668-a217-4e2b-8420-8ec446dd768a 2018-06-29 05:26:45,931 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-a48d08f9-b25f-4f8-user2 2018-06-29 05:26:45,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/e70bd6094060412eb1abb18d8fe43cff -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b79d33e6db800521770cc0717043fafc60b0944" 2018-06-29 05:26:46,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-393689b0-d94f-42f1-b856-9d28c5d5bb65 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e70bd6094060412eb1abb18d8fe43cff", "links": {"self": "http://172.30.9.23:5000/v3/roles/e70bd6094060412eb1abb18d8fe43cff"}, "name": "CreateProjectUserTests-a48d08f9-b25f-4f8-name-role"}} 2018-06-29 05:26:46,029 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/e70bd6094060412eb1abb18d8fe43cff used request id req-393689b0-d94f-42f1-b856-9d28c5d5bb65 2018-06-29 05:26:46,029 - keystone_utils - INFO - Granting role CreateProjectUserTests-a48d08f9-b25f-4f8-name-role to project CreateProjectUserTests-a48d08f9-b25f-4f8-name 2018-06-29 05:26:46,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/eab1ea92e99a4210be33ba549ee44bb6/users/8e8942b9050845ca81287ce73fac6259/roles/e70bd6094060412eb1abb18d8fe43cff -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b79d33e6db800521770cc0717043fafc60b0944" 2018-06-29 05:26:46,213 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 05:26:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cba8f6f1-65ef-49a7-aa39-20f97c55a30c 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 05:26:46,213 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/eab1ea92e99a4210be33ba549ee44bb6/users/8e8942b9050845ca81287ce73fac6259/roles/e70bd6094060412eb1abb18d8fe43cff used request id req-cba8f6f1-65ef-49a7-aa39-20f97c55a30c 2018-06-29 05:26:46,213 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:26:46,214 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:26:46,606 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}, {"id": "e70bd6094060412eb1abb18d8fe43cff", "name": "CreateProjectUserTests-a48d08f9-b25f-4f8-name-role"}], "expires_at": "2018-06-29T06:26:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eab1ea92e99a4210be33ba549ee44bb6", "name": "CreateProjectUserTests-a48d08f9-b25f-4f8-name"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/eab1ea92e99a4210be33ba549ee44bb6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/eab1ea92e99a4210be33ba549ee44bb6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/eab1ea92e99a4210be33ba549ee44bb6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/eab1ea92e99a4210be33ba549ee44bb6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/eab1ea92e99a4210be33ba549ee44bb6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/eab1ea92e99a4210be33ba549ee44bb6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/eab1ea92e99a4210be33ba549ee44bb6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/eab1ea92e99a4210be33ba549ee44bb6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/eab1ea92e99a4210be33ba549ee44bb6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_eab1ea92e99a4210be33ba549ee44bb6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_eab1ea92e99a4210be33ba549ee44bb6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/eab1ea92e99a4210be33ba549ee44bb6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/eab1ea92e99a4210be33ba549ee44bb6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/eab1ea92e99a4210be33ba549ee44bb6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-a48d08f9-b25f-4f8-user1", "id": "f84ecfa0586448aeaf43dbca26c6e2e5"}, "audit_ids": ["o2fxgnlLQdqwpjL453AKZg"], "issued_at": "2018-06-29T05:26:46.000000Z"}} 2018-06-29 05:26:46,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}6991fc0a990ded36901e55060386d2c896c4bafb" 2018-06-29 05:26:46,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2829b616-66e7-4965-85c5-157bfad889c0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:26:46,693 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-2829b616-66e7-4965-85c5-157bfad889c0 2018-06-29 05:26:46,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateProjectUserTests-a48d08f9-b25f-4f8-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6991fc0a990ded36901e55060386d2c896c4bafb" 2018-06-29 05:26:46,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-6be5c355-ad9a-4a35-85f7-6ea91530f4d8 Date: Fri, 29 Jun 2018 05:26:46 GMT RESP BODY: {"security_groups": []} 2018-06-29 05:26:46,962 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateProjectUserTests-a48d08f9-b25f-4f8-name&description=hello+group used request id req-6be5c355-ad9a-4a35-85f7-6ea91530f4d8 2018-06-29 05:26:46,962 - OpenStackSecurityGroup - INFO - Creating security group CreateProjectUserTests-a48d08f9-b25f-4f8-name... 2018-06-29 05:26:46,963 - neutron_utils - INFO - Creating security group with name - CreateProjectUserTests-a48d08f9-b25f-4f8-name 2018-06-29 05:26:46,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6991fc0a990ded36901e55060386d2c896c4bafb" -d '{"security_group": {"name": "CreateProjectUserTests-a48d08f9-b25f-4f8-name", "description": "hello group"}}' 2018-06-29 05:26:48,128 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1388 X-Openstack-Request-Id: req-f640ac82-210a-4cd3-a600-91770b47e96d Date: Fri, 29 Jun 2018 05:26:48 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "eab1ea92e99a4210be33ba549ee44bb6", "created_at": "2018-06-29T05:26:47Z", "updated_at": "2018-06-29T05:26:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:26:47Z", "revision_number": 0, "id": "7947fee3-9402-421a-acb8-c1894968196b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:26:47Z", "security_group_id": "b5aa49ea-55ce-455b-8a85-eb3c8ff654c3", "tenant_id": "eab1ea92e99a4210be33ba549ee44bb6", "port_range_min": null, "ethertype": "IPv4", "project_id": "eab1ea92e99a4210be33ba549ee44bb6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:26:48Z", "revision_number": 0, "id": "a481d55b-d69f-4339-bcd9-6ce4f396ba50", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:26:48Z", "security_group_id": "b5aa49ea-55ce-455b-8a85-eb3c8ff654c3", "tenant_id": "eab1ea92e99a4210be33ba549ee44bb6", "port_range_min": null, "ethertype": "IPv6", "project_id": "eab1ea92e99a4210be33ba549ee44bb6"}], "revision_number": 1, "project_id": "eab1ea92e99a4210be33ba549ee44bb6", "id": "b5aa49ea-55ce-455b-8a85-eb3c8ff654c3", "name": "CreateProjectUserTests-a48d08f9-b25f-4f8-name"}} 2018-06-29 05:26:48,129 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-f640ac82-210a-4cd3-a600-91770b47e96d 2018-06-29 05:26:48,129 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b5aa49ea-55ce-455b-8a85-eb3c8ff654c3 2018-06-29 05:26:48,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=b5aa49ea-55ce-455b-8a85-eb3c8ff654c3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6991fc0a990ded36901e55060386d2c896c4bafb" 2018-06-29 05:26:48,329 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-55ae3793-df20-4e93-b2f4-30b0f0b654e1 Date: Fri, 29 Jun 2018 05:26:48 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-29T05:26:47Z", "security_group_id": "b5aa49ea-55ce-455b-8a85-eb3c8ff654c3", "port_range_min": null, "revision_number": 0, "tenant_id": "eab1ea92e99a4210be33ba549ee44bb6", "created_at": "2018-06-29T05:26:47Z", "project_id": "eab1ea92e99a4210be33ba549ee44bb6", "id": "7947fee3-9402-421a-acb8-c1894968196b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T05:26:48Z", "security_group_id": "b5aa49ea-55ce-455b-8a85-eb3c8ff654c3", "port_range_min": null, "revision_number": 0, "tenant_id": "eab1ea92e99a4210be33ba549ee44bb6", "created_at": "2018-06-29T05:26:48Z", "project_id": "eab1ea92e99a4210be33ba549ee44bb6", "id": "a481d55b-d69f-4339-bcd9-6ce4f396ba50"}]} 2018-06-29 05:26:48,330 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=b5aa49ea-55ce-455b-8a85-eb3c8ff654c3 used request id req-55ae3793-df20-4e93-b2f4-30b0f0b654e1 2018-06-29 05:26:48,330 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b5aa49ea-55ce-455b-8a85-eb3c8ff654c3 2018-06-29 05:26:48,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=b5aa49ea-55ce-455b-8a85-eb3c8ff654c3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6991fc0a990ded36901e55060386d2c896c4bafb" 2018-06-29 05:26:48,531 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d65ee634-600a-41f1-8c3b-22f2702303cb Date: Fri, 29 Jun 2018 05:26:48 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-29T05:26:47Z", "security_group_id": "b5aa49ea-55ce-455b-8a85-eb3c8ff654c3", "port_range_min": null, "revision_number": 0, "tenant_id": "eab1ea92e99a4210be33ba549ee44bb6", "created_at": "2018-06-29T05:26:47Z", "project_id": "eab1ea92e99a4210be33ba549ee44bb6", "id": "7947fee3-9402-421a-acb8-c1894968196b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T05:26:48Z", "security_group_id": "b5aa49ea-55ce-455b-8a85-eb3c8ff654c3", "port_range_min": null, "revision_number": 0, "tenant_id": "eab1ea92e99a4210be33ba549ee44bb6", "created_at": "2018-06-29T05:26:48Z", "project_id": "eab1ea92e99a4210be33ba549ee44bb6", "id": "a481d55b-d69f-4339-bcd9-6ce4f396ba50"}]} 2018-06-29 05:26:48,531 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=b5aa49ea-55ce-455b-8a85-eb3c8ff654c3 used request id req-d65ee634-600a-41f1-8c3b-22f2702303cb 2018-06-29 05:26:48,531 - neutron_utils - INFO - Retrieving security group with ID - b5aa49ea-55ce-455b-8a85-eb3c8ff654c3 2018-06-29 05:26:48,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=b5aa49ea-55ce-455b-8a85-eb3c8ff654c3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6991fc0a990ded36901e55060386d2c896c4bafb" 2018-06-29 05:26:48,748 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-2ebe72ad-d09d-4cc0-89e2-2d1bfc266070 Date: Fri, 29 Jun 2018 05:26:48 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "eab1ea92e99a4210be33ba549ee44bb6", "created_at": "2018-06-29T05:26:47Z", "updated_at": "2018-06-29T05:26:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:26:47Z", "revision_number": 0, "id": "7947fee3-9402-421a-acb8-c1894968196b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:26:47Z", "security_group_id": "b5aa49ea-55ce-455b-8a85-eb3c8ff654c3", "tenant_id": "eab1ea92e99a4210be33ba549ee44bb6", "port_range_min": null, "ethertype": "IPv4", "project_id": "eab1ea92e99a4210be33ba549ee44bb6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:26:48Z", "revision_number": 0, "id": "a481d55b-d69f-4339-bcd9-6ce4f396ba50", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:26:48Z", "security_group_id": "b5aa49ea-55ce-455b-8a85-eb3c8ff654c3", "tenant_id": "eab1ea92e99a4210be33ba549ee44bb6", "port_range_min": null, "ethertype": "IPv6", "project_id": "eab1ea92e99a4210be33ba549ee44bb6"}], "revision_number": 1, "project_id": "eab1ea92e99a4210be33ba549ee44bb6", "id": "b5aa49ea-55ce-455b-8a85-eb3c8ff654c3", "name": "CreateProjectUserTests-a48d08f9-b25f-4f8-name"}]} 2018-06-29 05:26:48,748 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=b5aa49ea-55ce-455b-8a85-eb3c8ff654c3 used request id req-2ebe72ad-d09d-4cc0-89e2-2d1bfc266070 2018-06-29 05:26:48,748 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b5aa49ea-55ce-455b-8a85-eb3c8ff654c3 2018-06-29 05:26:48,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=b5aa49ea-55ce-455b-8a85-eb3c8ff654c3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6991fc0a990ded36901e55060386d2c896c4bafb" 2018-06-29 05:26:49,672 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-dc6baf20-face-46ac-9dbf-03a883524642 Date: Fri, 29 Jun 2018 05:26:49 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T05:26:47Z", "security_group_id": "b5aa49ea-55ce-455b-8a85-eb3c8ff654c3", "port_range_min": null, "revision_number": 0, "tenant_id": "eab1ea92e99a4210be33ba549ee44bb6", "created_at": "2018-06-29T05:26:47Z", "project_id": "eab1ea92e99a4210be33ba549ee44bb6", "id": "7947fee3-9402-421a-acb8-c1894968196b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T05:26:48Z", "security_group_id": "b5aa49ea-55ce-455b-8a85-eb3c8ff654c3", "port_range_min": null, "revision_number": 0, "tenant_id": "eab1ea92e99a4210be33ba549ee44bb6", "created_at": "2018-06-29T05:26:48Z", "project_id": "eab1ea92e99a4210be33ba549ee44bb6", "id": "a481d55b-d69f-4339-bcd9-6ce4f396ba50"}]} 2018-06-29 05:26:49,672 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=b5aa49ea-55ce-455b-8a85-eb3c8ff654c3 used request id req-dc6baf20-face-46ac-9dbf-03a883524642 2018-06-29 05:26:49,673 - neutron_utils - INFO - Retrieving security group with ID - b5aa49ea-55ce-455b-8a85-eb3c8ff654c3 2018-06-29 05:26:49,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=b5aa49ea-55ce-455b-8a85-eb3c8ff654c3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6991fc0a990ded36901e55060386d2c896c4bafb" 2018-06-29 05:26:49,723 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-6b9f4a1f-c29a-4684-9989-12c7d46b4cfb Date: Fri, 29 Jun 2018 05:26:49 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "eab1ea92e99a4210be33ba549ee44bb6", "created_at": "2018-06-29T05:26:47Z", "updated_at": "2018-06-29T05:26:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:26:47Z", "revision_number": 0, "id": "7947fee3-9402-421a-acb8-c1894968196b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:26:47Z", "security_group_id": "b5aa49ea-55ce-455b-8a85-eb3c8ff654c3", "tenant_id": "eab1ea92e99a4210be33ba549ee44bb6", "port_range_min": null, "ethertype": "IPv4", "project_id": "eab1ea92e99a4210be33ba549ee44bb6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:26:48Z", "revision_number": 0, "id": "a481d55b-d69f-4339-bcd9-6ce4f396ba50", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:26:48Z", "security_group_id": "b5aa49ea-55ce-455b-8a85-eb3c8ff654c3", "tenant_id": "eab1ea92e99a4210be33ba549ee44bb6", "port_range_min": null, "ethertype": "IPv6", "project_id": "eab1ea92e99a4210be33ba549ee44bb6"}], "revision_number": 1, "project_id": "eab1ea92e99a4210be33ba549ee44bb6", "id": "b5aa49ea-55ce-455b-8a85-eb3c8ff654c3", "name": "CreateProjectUserTests-a48d08f9-b25f-4f8-name"}]} 2018-06-29 05:26:49,724 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=b5aa49ea-55ce-455b-8a85-eb3c8ff654c3 used request id req-6b9f4a1f-c29a-4684-9989-12c7d46b4cfb 2018-06-29 05:26:49,724 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b5aa49ea-55ce-455b-8a85-eb3c8ff654c3 2018-06-29 05:26:49,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=b5aa49ea-55ce-455b-8a85-eb3c8ff654c3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6991fc0a990ded36901e55060386d2c896c4bafb" 2018-06-29 05:26:49,778 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-3e0648d5-22d8-4eb3-a706-73de104ba8d3 Date: Fri, 29 Jun 2018 05:26:49 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T05:26:47Z", "security_group_id": "b5aa49ea-55ce-455b-8a85-eb3c8ff654c3", "port_range_min": null, "revision_number": 0, "tenant_id": "eab1ea92e99a4210be33ba549ee44bb6", "created_at": "2018-06-29T05:26:47Z", "project_id": "eab1ea92e99a4210be33ba549ee44bb6", "id": "7947fee3-9402-421a-acb8-c1894968196b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T05:26:48Z", "security_group_id": "b5aa49ea-55ce-455b-8a85-eb3c8ff654c3", "port_range_min": null, "revision_number": 0, "tenant_id": "eab1ea92e99a4210be33ba549ee44bb6", "created_at": "2018-06-29T05:26:48Z", "project_id": "eab1ea92e99a4210be33ba549ee44bb6", "id": "a481d55b-d69f-4339-bcd9-6ce4f396ba50"}]} 2018-06-29 05:26:49,778 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=b5aa49ea-55ce-455b-8a85-eb3c8ff654c3 used request id req-3e0648d5-22d8-4eb3-a706-73de104ba8d3 2018-06-29 05:26:49,778 - neutron_utils - INFO - Retrieving security group with ID - b5aa49ea-55ce-455b-8a85-eb3c8ff654c3 2018-06-29 05:26:49,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=b5aa49ea-55ce-455b-8a85-eb3c8ff654c3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6991fc0a990ded36901e55060386d2c896c4bafb" 2018-06-29 05:26:50,000 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-5646b335-b71f-4953-b94c-d56e13438be8 Date: Fri, 29 Jun 2018 05:26:49 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "eab1ea92e99a4210be33ba549ee44bb6", "created_at": "2018-06-29T05:26:47Z", "updated_at": "2018-06-29T05:26:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:26:47Z", "revision_number": 0, "id": "7947fee3-9402-421a-acb8-c1894968196b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:26:47Z", "security_group_id": "b5aa49ea-55ce-455b-8a85-eb3c8ff654c3", "tenant_id": "eab1ea92e99a4210be33ba549ee44bb6", "port_range_min": null, "ethertype": "IPv4", "project_id": "eab1ea92e99a4210be33ba549ee44bb6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:26:48Z", "revision_number": 0, "id": "a481d55b-d69f-4339-bcd9-6ce4f396ba50", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:26:48Z", "security_group_id": "b5aa49ea-55ce-455b-8a85-eb3c8ff654c3", "tenant_id": "eab1ea92e99a4210be33ba549ee44bb6", "port_range_min": null, "ethertype": "IPv6", "project_id": "eab1ea92e99a4210be33ba549ee44bb6"}], "revision_number": 1, "project_id": "eab1ea92e99a4210be33ba549ee44bb6", "id": "b5aa49ea-55ce-455b-8a85-eb3c8ff654c3", "name": "CreateProjectUserTests-a48d08f9-b25f-4f8-name"}]} 2018-06-29 05:26:50,000 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=b5aa49ea-55ce-455b-8a85-eb3c8ff654c3 used request id req-5646b335-b71f-4953-b94c-d56e13438be8 2018-06-29 05:26:50,000 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b5aa49ea-55ce-455b-8a85-eb3c8ff654c3 2018-06-29 05:26:50,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=b5aa49ea-55ce-455b-8a85-eb3c8ff654c3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6991fc0a990ded36901e55060386d2c896c4bafb" 2018-06-29 05:26:50,910 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c517374b-7dc0-4e94-bde2-a3ee0fe25043 Date: Fri, 29 Jun 2018 05:26:50 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T05:26:47Z", "security_group_id": "b5aa49ea-55ce-455b-8a85-eb3c8ff654c3", "port_range_min": null, "revision_number": 0, "tenant_id": "eab1ea92e99a4210be33ba549ee44bb6", "created_at": "2018-06-29T05:26:47Z", "project_id": "eab1ea92e99a4210be33ba549ee44bb6", "id": "7947fee3-9402-421a-acb8-c1894968196b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T05:26:48Z", "security_group_id": "b5aa49ea-55ce-455b-8a85-eb3c8ff654c3", "port_range_min": null, "revision_number": 0, "tenant_id": "eab1ea92e99a4210be33ba549ee44bb6", "created_at": "2018-06-29T05:26:48Z", "project_id": "eab1ea92e99a4210be33ba549ee44bb6", "id": "a481d55b-d69f-4339-bcd9-6ce4f396ba50"}]} 2018-06-29 05:26:50,910 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=b5aa49ea-55ce-455b-8a85-eb3c8ff654c3 used request id req-c517374b-7dc0-4e94-bde2-a3ee0fe25043 2018-06-29 05:26:50,911 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:26:50,912 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:26:51,312 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}, {"id": "e70bd6094060412eb1abb18d8fe43cff", "name": "CreateProjectUserTests-a48d08f9-b25f-4f8-name-role"}], "expires_at": "2018-06-29T06:26:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eab1ea92e99a4210be33ba549ee44bb6", "name": "CreateProjectUserTests-a48d08f9-b25f-4f8-name"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/eab1ea92e99a4210be33ba549ee44bb6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/eab1ea92e99a4210be33ba549ee44bb6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/eab1ea92e99a4210be33ba549ee44bb6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/eab1ea92e99a4210be33ba549ee44bb6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/eab1ea92e99a4210be33ba549ee44bb6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/eab1ea92e99a4210be33ba549ee44bb6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/eab1ea92e99a4210be33ba549ee44bb6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/eab1ea92e99a4210be33ba549ee44bb6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/eab1ea92e99a4210be33ba549ee44bb6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_eab1ea92e99a4210be33ba549ee44bb6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_eab1ea92e99a4210be33ba549ee44bb6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/eab1ea92e99a4210be33ba549ee44bb6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/eab1ea92e99a4210be33ba549ee44bb6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/eab1ea92e99a4210be33ba549ee44bb6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-a48d08f9-b25f-4f8-user2", "id": "8e8942b9050845ca81287ce73fac6259"}, "audit_ids": ["S0hQH2QjQW23ETToXq5fQA"], "issued_at": "2018-06-29T05:26:51.000000Z"}} 2018-06-29 05:26:51,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}403de454e0a8a513d1b987c76df22b8ee1b5ec53" 2018-06-29 05:26:51,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2b74abe-4fc3-4c44-9ff4-a34840c08d78 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:26:51,407 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-f2b74abe-4fc3-4c44-9ff4-a34840c08d78 2018-06-29 05:26:51,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateProjectUserTests-a48d08f9-b25f-4f8-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}403de454e0a8a513d1b987c76df22b8ee1b5ec53" 2018-06-29 05:26:51,623 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-13b037a1-167e-45f4-9b5f-fa2fe0a633e1 Date: Fri, 29 Jun 2018 05:26:51 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "eab1ea92e99a4210be33ba549ee44bb6", "created_at": "2018-06-29T05:26:47Z", "updated_at": "2018-06-29T05:26:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:26:48Z", "revision_number": 0, "id": "a481d55b-d69f-4339-bcd9-6ce4f396ba50", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:26:48Z", "security_group_id": "b5aa49ea-55ce-455b-8a85-eb3c8ff654c3", "tenant_id": "eab1ea92e99a4210be33ba549ee44bb6", "port_range_min": null, "ethertype": "IPv6", "project_id": "eab1ea92e99a4210be33ba549ee44bb6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:26:47Z", "revision_number": 0, "id": "7947fee3-9402-421a-acb8-c1894968196b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:26:47Z", "security_group_id": "b5aa49ea-55ce-455b-8a85-eb3c8ff654c3", "tenant_id": "eab1ea92e99a4210be33ba549ee44bb6", "port_range_min": null, "ethertype": "IPv4", "project_id": "eab1ea92e99a4210be33ba549ee44bb6"}], "revision_number": 1, "project_id": "eab1ea92e99a4210be33ba549ee44bb6", "id": "b5aa49ea-55ce-455b-8a85-eb3c8ff654c3", "name": "CreateProjectUserTests-a48d08f9-b25f-4f8-name"}]} 2018-06-29 05:26:51,623 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateProjectUserTests-a48d08f9-b25f-4f8-name&description=hello+group used request id req-13b037a1-167e-45f4-9b5f-fa2fe0a633e1 2018-06-29 05:26:51,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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 05:26:51,630 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 05:26: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.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 05:26:51,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/eab1ea92e99a4210be33ba549ee44bb6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}403de454e0a8a513d1b987c76df22b8ee1b5ec53" 2018-06-29 05:26:51,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80ba7ec3-8b00-4a3d-ab68-45a239307d10 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/eab1ea92e99a4210be33ba549ee44bb6"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "eab1ea92e99a4210be33ba549ee44bb6", "name": "CreateProjectUserTests-a48d08f9-b25f-4f8-name"}} 2018-06-29 05:26:51,729 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/eab1ea92e99a4210be33ba549ee44bb6 used request id req-80ba7ec3-8b00-4a3d-ab68-45a239307d10 2018-06-29 05:26:51,729 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b5aa49ea-55ce-455b-8a85-eb3c8ff654c3 2018-06-29 05:26:51,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=b5aa49ea-55ce-455b-8a85-eb3c8ff654c3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}403de454e0a8a513d1b987c76df22b8ee1b5ec53" 2018-06-29 05:26:51,922 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-48e1b63f-09ee-454a-ba63-3044e022ec71 Date: Fri, 29 Jun 2018 05:26:51 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T05:26:47Z", "security_group_id": "b5aa49ea-55ce-455b-8a85-eb3c8ff654c3", "port_range_min": null, "revision_number": 0, "tenant_id": "eab1ea92e99a4210be33ba549ee44bb6", "created_at": "2018-06-29T05:26:47Z", "project_id": "eab1ea92e99a4210be33ba549ee44bb6", "id": "7947fee3-9402-421a-acb8-c1894968196b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T05:26:48Z", "security_group_id": "b5aa49ea-55ce-455b-8a85-eb3c8ff654c3", "port_range_min": null, "revision_number": 0, "tenant_id": "eab1ea92e99a4210be33ba549ee44bb6", "created_at": "2018-06-29T05:26:48Z", "project_id": "eab1ea92e99a4210be33ba549ee44bb6", "id": "a481d55b-d69f-4339-bcd9-6ce4f396ba50"}]} 2018-06-29 05:26:51,922 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=b5aa49ea-55ce-455b-8a85-eb3c8ff654c3 used request id req-48e1b63f-09ee-454a-ba63-3044e022ec71 2018-06-29 05:26:51,923 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b5aa49ea-55ce-455b-8a85-eb3c8ff654c3 2018-06-29 05:26:51,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=b5aa49ea-55ce-455b-8a85-eb3c8ff654c3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}403de454e0a8a513d1b987c76df22b8ee1b5ec53" 2018-06-29 05:26:52,845 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-33639686-0197-42f3-9ec0-967e85c66045 Date: Fri, 29 Jun 2018 05:26:52 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-29T05:26:47Z", "security_group_id": "b5aa49ea-55ce-455b-8a85-eb3c8ff654c3", "port_range_min": null, "revision_number": 0, "tenant_id": "eab1ea92e99a4210be33ba549ee44bb6", "created_at": "2018-06-29T05:26:47Z", "project_id": "eab1ea92e99a4210be33ba549ee44bb6", "id": "7947fee3-9402-421a-acb8-c1894968196b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T05:26:48Z", "security_group_id": "b5aa49ea-55ce-455b-8a85-eb3c8ff654c3", "port_range_min": null, "revision_number": 0, "tenant_id": "eab1ea92e99a4210be33ba549ee44bb6", "created_at": "2018-06-29T05:26:48Z", "project_id": "eab1ea92e99a4210be33ba549ee44bb6", "id": "a481d55b-d69f-4339-bcd9-6ce4f396ba50"}]} 2018-06-29 05:26:52,845 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=b5aa49ea-55ce-455b-8a85-eb3c8ff654c3 used request id req-33639686-0197-42f3-9ec0-967e85c66045 2018-06-29 05:26:52,846 - neutron_utils - INFO - Retrieving security group with ID - b5aa49ea-55ce-455b-8a85-eb3c8ff654c3 2018-06-29 05:26:52,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=b5aa49ea-55ce-455b-8a85-eb3c8ff654c3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}403de454e0a8a513d1b987c76df22b8ee1b5ec53" 2018-06-29 05:26:53,056 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-3a7f8177-9a7b-42d9-bbaa-c09e5f484bf1 Date: Fri, 29 Jun 2018 05:26:53 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "eab1ea92e99a4210be33ba549ee44bb6", "created_at": "2018-06-29T05:26:47Z", "updated_at": "2018-06-29T05:26:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:26:47Z", "revision_number": 0, "id": "7947fee3-9402-421a-acb8-c1894968196b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:26:47Z", "security_group_id": "b5aa49ea-55ce-455b-8a85-eb3c8ff654c3", "tenant_id": "eab1ea92e99a4210be33ba549ee44bb6", "port_range_min": null, "ethertype": "IPv4", "project_id": "eab1ea92e99a4210be33ba549ee44bb6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:26:48Z", "revision_number": 0, "id": "a481d55b-d69f-4339-bcd9-6ce4f396ba50", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:26:48Z", "security_group_id": "b5aa49ea-55ce-455b-8a85-eb3c8ff654c3", "tenant_id": "eab1ea92e99a4210be33ba549ee44bb6", "port_range_min": null, "ethertype": "IPv6", "project_id": "eab1ea92e99a4210be33ba549ee44bb6"}], "revision_number": 1, "project_id": "eab1ea92e99a4210be33ba549ee44bb6", "id": "b5aa49ea-55ce-455b-8a85-eb3c8ff654c3", "name": "CreateProjectUserTests-a48d08f9-b25f-4f8-name"}]} 2018-06-29 05:26:53,056 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=b5aa49ea-55ce-455b-8a85-eb3c8ff654c3 used request id req-3a7f8177-9a7b-42d9-bbaa-c09e5f484bf1 2018-06-29 05:26:53,056 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b5aa49ea-55ce-455b-8a85-eb3c8ff654c3 2018-06-29 05:26:53,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=b5aa49ea-55ce-455b-8a85-eb3c8ff654c3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}403de454e0a8a513d1b987c76df22b8ee1b5ec53" 2018-06-29 05:26:53,255 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c4e0fdd3-e329-4f4a-b8c0-15a086720a34 Date: Fri, 29 Jun 2018 05:26:53 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-29T05:26:47Z", "security_group_id": "b5aa49ea-55ce-455b-8a85-eb3c8ff654c3", "port_range_min": null, "revision_number": 0, "tenant_id": "eab1ea92e99a4210be33ba549ee44bb6", "created_at": "2018-06-29T05:26:47Z", "project_id": "eab1ea92e99a4210be33ba549ee44bb6", "id": "7947fee3-9402-421a-acb8-c1894968196b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T05:26:48Z", "security_group_id": "b5aa49ea-55ce-455b-8a85-eb3c8ff654c3", "port_range_min": null, "revision_number": 0, "tenant_id": "eab1ea92e99a4210be33ba549ee44bb6", "created_at": "2018-06-29T05:26:48Z", "project_id": "eab1ea92e99a4210be33ba549ee44bb6", "id": "a481d55b-d69f-4339-bcd9-6ce4f396ba50"}]} 2018-06-29 05:26:53,255 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=b5aa49ea-55ce-455b-8a85-eb3c8ff654c3 used request id req-c4e0fdd3-e329-4f4a-b8c0-15a086720a34 2018-06-29 05:26:53,255 - neutron_utils - INFO - Deleting security group rule with ID - 7947fee3-9402-421a-acb8-c1894968196b 2018-06-29 05:26:53,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/7947fee3-9402-421a-acb8-c1894968196b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6991fc0a990ded36901e55060386d2c896c4bafb" 2018-06-29 05:26:53,476 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-56f95e35-f734-4cfc-8cb9-7bc285764589 Content-Length: 0 Date: Fri, 29 Jun 2018 05:26:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 05:26:53,476 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/7947fee3-9402-421a-acb8-c1894968196b used request id req-56f95e35-f734-4cfc-8cb9-7bc285764589 2018-06-29 05:26:53,477 - neutron_utils - INFO - Deleting security group rule with ID - a481d55b-d69f-4339-bcd9-6ce4f396ba50 2018-06-29 05:26:53,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/a481d55b-d69f-4339-bcd9-6ce4f396ba50 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6991fc0a990ded36901e55060386d2c896c4bafb" 2018-06-29 05:26:53,794 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c3bec233-6585-4227-b70f-660d13128f35 Content-Length: 0 Date: Fri, 29 Jun 2018 05:26:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 05:26:53,795 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/a481d55b-d69f-4339-bcd9-6ce4f396ba50 used request id req-c3bec233-6585-4227-b70f-660d13128f35 2018-06-29 05:26:53,795 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-a48d08f9-b25f-4f8-name 2018-06-29 05:26:53,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/b5aa49ea-55ce-455b-8a85-eb3c8ff654c3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6991fc0a990ded36901e55060386d2c896c4bafb" 2018-06-29 05:26:54,019 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-099df05f-f2ce-43be-8be3-fea152b74d03 Content-Length: 0 Date: Fri, 29 Jun 2018 05:26:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 05:26:54,019 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/b5aa49ea-55ce-455b-8a85-eb3c8ff654c3 used request id req-099df05f-f2ce-43be-8be3-fea152b74d03 2018-06-29 05:26:54,020 - neutron_utils - INFO - Deleting security group rule with ID - a481d55b-d69f-4339-bcd9-6ce4f396ba50 2018-06-29 05:26:54,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/a481d55b-d69f-4339-bcd9-6ce4f396ba50 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}403de454e0a8a513d1b987c76df22b8ee1b5ec53" 2018-06-29 05:26:54,226 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 155 X-Openstack-Request-Id: req-25a3059e-595f-4b21-957e-d1b83bb5e95f Date: Fri, 29 Jun 2018 05:26:54 GMT RESP BODY: {"NeutronError": {"message": "Security group rule a481d55b-d69f-4339-bcd9-6ce4f396ba50 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-06-29 05:26:54,227 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/a481d55b-d69f-4339-bcd9-6ce4f396ba50 used request id req-25a3059e-595f-4b21-957e-d1b83bb5e95f 2018-06-29 05:26:54,227 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group rule a481d55b-d69f-4339-bcd9-6ce4f396ba50 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-06-29 05:26:54,227 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule a481d55b-d69f-4339-bcd9-6ce4f396ba50 does not exist Neutron server returns request_ids: ['req-25a3059e-595f-4b21-957e-d1b83bb5e95f'] 2018-06-29 05:26:54,228 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-a48d08f9-b25f-4f8-name 2018-06-29 05:26:54,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/b5aa49ea-55ce-455b-8a85-eb3c8ff654c3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}403de454e0a8a513d1b987c76df22b8ee1b5ec53" 2018-06-29 05:26:54,470 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-c9791c29-6a1e-44cb-ba32-bf800bffda0f Date: Fri, 29 Jun 2018 05:26:54 GMT RESP BODY: {"NeutronError": {"message": "Security group b5aa49ea-55ce-455b-8a85-eb3c8ff654c3 does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2018-06-29 05:26:54,470 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/b5aa49ea-55ce-455b-8a85-eb3c8ff654c3 used request id req-c9791c29-6a1e-44cb-ba32-bf800bffda0f 2018-06-29 05:26:54,470 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group b5aa49ea-55ce-455b-8a85-eb3c8ff654c3 does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2018-06-29 05:26:54,471 - OpenStackSecurityGroup - WARNING - Security Group not found, cannot delete - Security group b5aa49ea-55ce-455b-8a85-eb3c8ff654c3 does not exist Neutron server returns request_ids: ['req-c9791c29-6a1e-44cb-ba32-bf800bffda0f'] 2018-06-29 05:26:54,471 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-a48d08f9-b25f-4f8-user1 2018-06-29 05:26:54,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/f84ecfa0586448aeaf43dbca26c6e2e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e5e2b1b0a41ab8ff44a5834c990996b49310ecb" 2018-06-29 05:26:54,671 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 05:26:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3233c409-4f0c-4249-b2a0-395c7cdfb600 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 05:26:54,671 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/f84ecfa0586448aeaf43dbca26c6e2e5 used request id req-3233c409-4f0c-4249-b2a0-395c7cdfb600 2018-06-29 05:26:54,672 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-a48d08f9-b25f-4f8-user2 2018-06-29 05:26:54,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/8e8942b9050845ca81287ce73fac6259 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4fa4a61e750f3842ab522d26289cb3a0a9d32d5" 2018-06-29 05:26:54,868 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 05:26:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1c8b22ca-a7e9-4d46-b1fa-98452461e941 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 05:26:54,868 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/8e8942b9050845ca81287ce73fac6259 used request id req-1c8b22ca-a7e9-4d46-b1fa-98452461e941 2018-06-29 05:26:54,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b79d33e6db800521770cc0717043fafc60b0944" 2018-06-29 05:26:55,102 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-60ee95f1-e297-45eb-b7d9-d0cd38b714de Date: Fri, 29 Jun 2018 05:26:55 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "eab1ea92e99a4210be33ba549ee44bb6", "created_at": "2018-06-29T05:26:46Z", "updated_at": "2018-06-29T05:26:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:26:46Z", "revision_number": 0, "id": "92da2b5c-d88a-4796-9a1f-124f81d130d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:26:46Z", "security_group_id": "3063ea85-75df-46d2-943b-50d5fd8fc494", "tenant_id": "eab1ea92e99a4210be33ba549ee44bb6", "port_range_min": null, "ethertype": "IPv4", "project_id": "eab1ea92e99a4210be33ba549ee44bb6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:26:46Z", "revision_number": 0, "id": "229efdd4-ce66-4178-842a-57b4af885f17", "remote_group_id": "3063ea85-75df-46d2-943b-50d5fd8fc494", "remote_ip_prefix": null, "created_at": "2018-06-29T05:26:46Z", "security_group_id": "3063ea85-75df-46d2-943b-50d5fd8fc494", "tenant_id": "eab1ea92e99a4210be33ba549ee44bb6", "port_range_min": null, "ethertype": "IPv6", "project_id": "eab1ea92e99a4210be33ba549ee44bb6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:26:46Z", "revision_number": 0, "id": "82935819-d96f-4d09-b612-2e4a1351b112", "remote_group_id": "3063ea85-75df-46d2-943b-50d5fd8fc494", "remote_ip_prefix": null, "created_at": "2018-06-29T05:26:46Z", "security_group_id": "3063ea85-75df-46d2-943b-50d5fd8fc494", "tenant_id": "eab1ea92e99a4210be33ba549ee44bb6", "port_range_min": null, "ethertype": "IPv4", "project_id": "eab1ea92e99a4210be33ba549ee44bb6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:26:46Z", "revision_number": 0, "id": "7edbf4aa-019e-4bd5-b773-71f34c75598d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:26:46Z", "security_group_id": "3063ea85-75df-46d2-943b-50d5fd8fc494", "tenant_id": "eab1ea92e99a4210be33ba549ee44bb6", "port_range_min": null, "ethertype": "IPv6", "project_id": "eab1ea92e99a4210be33ba549ee44bb6"}], "revision_number": 1, "project_id": "eab1ea92e99a4210be33ba549ee44bb6", "id": "3063ea85-75df-46d2-943b-50d5fd8fc494", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "114a8cdc27184b288a7cbb609b5a20e9", "created_at": "2018-06-29T05:22:27Z", "updated_at": "2018-06-29T05:22:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:22:27Z", "revision_number": 0, "id": "7892cd50-31dd-4383-bb34-62dfc9b45076", "remote_group_id": "5faaf09f-75fb-479b-ae1c-a83e9caed6b6", "remote_ip_prefix": null, "created_at": "2018-06-29T05:22:27Z", "security_group_id": "5faaf09f-75fb-479b-ae1c-a83e9caed6b6", "tenant_id": "114a8cdc27184b288a7cbb609b5a20e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "114a8cdc27184b288a7cbb609b5a20e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:22:27Z", "revision_number": 0, "id": "d2c89abb-5ef4-4093-9e94-8bf7409165ea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:22:27Z", "security_group_id": "5faaf09f-75fb-479b-ae1c-a83e9caed6b6", "tenant_id": "114a8cdc27184b288a7cbb609b5a20e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "114a8cdc27184b288a7cbb609b5a20e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:22:27Z", "revision_number": 0, "id": "60c86f9b-7d30-4b4c-94c3-8054f4eb9af7", "remote_group_id": "5faaf09f-75fb-479b-ae1c-a83e9caed6b6", "remote_ip_prefix": null, "created_at": "2018-06-29T05:22:27Z", "security_group_id": "5faaf09f-75fb-479b-ae1c-a83e9caed6b6", "tenant_id": "114a8cdc27184b288a7cbb609b5a20e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "114a8cdc27184b288a7cbb609b5a20e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:22:27Z", "revision_number": 0, "id": "9fb1d7ab-8b85-4952-848c-4db9fd8414ab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:22:27Z", "security_group_id": "5faaf09f-75fb-479b-ae1c-a83e9caed6b6", "tenant_id": "114a8cdc27184b288a7cbb609b5a20e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "114a8cdc27184b288a7cbb609b5a20e9"}], "revision_number": 1, "project_id": "114a8cdc27184b288a7cbb609b5a20e9", "id": "5faaf09f-75fb-479b-ae1c-a83e9caed6b6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:26:08Z", "updated_at": "2018-06-29T05:26:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:26:08Z", "revision_number": 0, "id": "045f754e-2dea-4c81-b175-f558430cb980", "remote_group_id": "67fd1914-9a13-4c3f-b4a8-3292c73ccfbe", "remote_ip_prefix": null, "created_at": "2018-06-29T05:26:08Z", "security_group_id": "67fd1914-9a13-4c3f-b4a8-3292c73ccfbe", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "port_range_min": null, "ethertype": "IPv4", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:26:08Z", "revision_number": 0, "id": "2c8c050e-d35b-4db1-a30b-b11cb5603c00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:26:08Z", "security_group_id": "67fd1914-9a13-4c3f-b4a8-3292c73ccfbe", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "port_range_min": null, "ethertype": "IPv6", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:26:08Z", "revision_number": 0, "id": "11388e28-80d4-465b-92f8-5d12811cdd14", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:26:08Z", "security_group_id": "67fd1914-9a13-4c3f-b4a8-3292c73ccfbe", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "port_range_min": null, "ethertype": "IPv4", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:26:08Z", "revision_number": 0, "id": "d6d6dfa9-1f04-44eb-844d-255d9c892c77", "remote_group_id": "67fd1914-9a13-4c3f-b4a8-3292c73ccfbe", "remote_ip_prefix": null, "created_at": "2018-06-29T05:26:08Z", "security_group_id": "67fd1914-9a13-4c3f-b4a8-3292c73ccfbe", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "port_range_min": null, "ethertype": "IPv6", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57"}], "revision_number": 1, "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "id": "67fd1914-9a13-4c3f-b4a8-3292c73ccfbe", "name": "default"}]} 2018-06-29 05:26:55,103 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-60ee95f1-e297-45eb-b7d9-d0cd38b714de 2018-06-29 05:26:55,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/eab1ea92e99a4210be33ba549ee44bb6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b79d33e6db800521770cc0717043fafc60b0944" 2018-06-29 05:26:55,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1cd60180-c4a2-4f6c-b174-6f9bde776b01 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/eab1ea92e99a4210be33ba549ee44bb6"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "eab1ea92e99a4210be33ba549ee44bb6", "name": "CreateProjectUserTests-a48d08f9-b25f-4f8-name"}} 2018-06-29 05:26:55,206 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/eab1ea92e99a4210be33ba549ee44bb6 used request id req-1cd60180-c4a2-4f6c-b174-6f9bde776b01 2018-06-29 05:26:55,206 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3063ea85-75df-46d2-943b-50d5fd8fc494 2018-06-29 05:26:55,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=3063ea85-75df-46d2-943b-50d5fd8fc494 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b79d33e6db800521770cc0717043fafc60b0944" 2018-06-29 05:26:55,448 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-6b4059cd-ae2d-4a07-ac69-35d36f8a53de Date: Fri, 29 Jun 2018 05:26:55 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "3063ea85-75df-46d2-943b-50d5fd8fc494", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T05:26:46Z", "security_group_id": "3063ea85-75df-46d2-943b-50d5fd8fc494", "port_range_min": null, "revision_number": 0, "tenant_id": "eab1ea92e99a4210be33ba549ee44bb6", "created_at": "2018-06-29T05:26:46Z", "project_id": "eab1ea92e99a4210be33ba549ee44bb6", "id": "229efdd4-ce66-4178-842a-57b4af885f17"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T05:26:46Z", "security_group_id": "3063ea85-75df-46d2-943b-50d5fd8fc494", "port_range_min": null, "revision_number": 0, "tenant_id": "eab1ea92e99a4210be33ba549ee44bb6", "created_at": "2018-06-29T05:26:46Z", "project_id": "eab1ea92e99a4210be33ba549ee44bb6", "id": "7edbf4aa-019e-4bd5-b773-71f34c75598d"}, {"remote_group_id": "3063ea85-75df-46d2-943b-50d5fd8fc494", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T05:26:46Z", "security_group_id": "3063ea85-75df-46d2-943b-50d5fd8fc494", "port_range_min": null, "revision_number": 0, "tenant_id": "eab1ea92e99a4210be33ba549ee44bb6", "created_at": "2018-06-29T05:26:46Z", "project_id": "eab1ea92e99a4210be33ba549ee44bb6", "id": "82935819-d96f-4d09-b612-2e4a1351b112"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T05:26:46Z", "security_group_id": "3063ea85-75df-46d2-943b-50d5fd8fc494", "port_range_min": null, "revision_number": 0, "tenant_id": "eab1ea92e99a4210be33ba549ee44bb6", "created_at": "2018-06-29T05:26:46Z", "project_id": "eab1ea92e99a4210be33ba549ee44bb6", "id": "92da2b5c-d88a-4796-9a1f-124f81d130d2"}]} 2018-06-29 05:26:55,449 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=3063ea85-75df-46d2-943b-50d5fd8fc494 used request id req-6b4059cd-ae2d-4a07-ac69-35d36f8a53de 2018-06-29 05:26:55,449 - neutron_utils - INFO - Deleting security group with name - default 2018-06-29 05:26:55,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/3063ea85-75df-46d2-943b-50d5fd8fc494 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b79d33e6db800521770cc0717043fafc60b0944" 2018-06-29 05:26:55,773 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ddc501db-c526-4e5f-87b2-30129336cd20 Content-Length: 0 Date: Fri, 29 Jun 2018 05:26:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 05:26:55,774 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/3063ea85-75df-46d2-943b-50d5fd8fc494 used request id req-ddc501db-c526-4e5f-87b2-30129336cd20 2018-06-29 05:26:55,774 - keystone_utils - INFO - Deleting project with name - CreateProjectUserTests-a48d08f9-b25f-4f8-name 2018-06-29 05:26:55,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/eab1ea92e99a4210be33ba549ee44bb6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b79d33e6db800521770cc0717043fafc60b0944" 2018-06-29 05:26:55,943 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 05:26:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-085185c1-2ff3-4a0e-a6f7-75afdb2f8e22 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 05:26:55,943 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/eab1ea92e99a4210be33ba549ee44bb6 used request id req-085185c1-2ff3-4a0e-a6f7-75afdb2f8e22 2018-06-29 05:26:55,944 - keystone_utils - INFO - Deleting role with name - CreateProjectUserTests-a48d08f9-b25f-4f8-name-role 2018-06-29 05:26:55,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/e70bd6094060412eb1abb18d8fe43cff -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b79d33e6db800521770cc0717043fafc60b0944" 2018-06-29 05:26:56,109 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 05:26:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8fad6545-da71-412d-8c24-996d61703050 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 05:26:56,109 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/e70bd6094060412eb1abb18d8fe43cff used request id req-8fad6545-da71-412d-8c24-996d61703050 2018-06-29 05:26:56,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b79d33e6db800521770cc0717043fafc60b0944" 2018-06-29 05:26:56,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:26:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8e1bcd4-0e80-4b17-a47a-443b57e591ee Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "19d73f80b5b344bfb9d61349360934cf", "links": {"self": "http://172.30.9.23:5000/v3/roles/19d73f80b5b344bfb9d61349360934cf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "3e31d7f88da14e96a7f6569ea6c8c4a2", "links": {"self": "http://172.30.9.23:5000/v3/roles/3e31d7f88da14e96a7f6569ea6c8c4a2"}, "name": "swiftoperator"}, {"domain_id": null, "id": "717fbf971879477fa2e582732bd31427", "links": {"self": "http://172.30.9.23:5000/v3/roles/717fbf971879477fa2e582732bd31427"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa3ed44aae904d6dae0b4b166fd06676", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa3ed44aae904d6dae0b4b166fd06676"}, "name": "heat_stack_user"}]} 2018-06-29 05:26:56,208 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-e8e1bcd4-0e80-4b17-a47a-443b57e591ee 2018-06-29 05:26:56,211 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:26:56,606 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:26:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["8CUEbP1HTcypsdCxDtWq8g"], "issued_at": "2018-06-29T05:26:56.000000Z"}} 2018-06-29 05:26:56,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d119e17520f3d6af20747b9ee61929a7d6fbbcff" 2018-06-29 05:26:57,221 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-de1a5fd7-d61d-4d6c-8189-300a8d4a3c73 Date: Fri, 29 Jun 2018 05:26:57 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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 05:26:57,221 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-de1a5fd7-d61d-4d6c-8189-300a8d4a3c73 2018-06-29 05:26:57,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d119e17520f3d6af20747b9ee61929a7d6fbbcff" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "GlanceUtilsTests-f7d8ba1d-bbdf-4723-ab74-39bd917b22ad"}' 2018-06-29 05:26:58,045 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 614 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/b3b756b7-4c6d-4d22-9e32-548c4bcb32d1 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-f1361fa0-8a67-4346-bfd9-ab4a6c382cd6 Date: Fri, 29 Jun 2018 05:26:58 GMT RESP BODY: {"status": "queued", "name": "GlanceUtilsTests-f7d8ba1d-bbdf-4723-ab74-39bd917b22ad", "tags": [], "container_format": "bare", "created_at": "2018-06-29T05:26:57Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-06-29T05:26:57Z", "visibility": "shared", "locations": [], "self": "/v2/images/b3b756b7-4c6d-4d22-9e32-548c4bcb32d1", "min_disk": 0, "protected": false, "id": "b3b756b7-4c6d-4d22-9e32-548c4bcb32d1", "file": "/v2/images/b3b756b7-4c6d-4d22-9e32-548c4bcb32d1/file", "checksum": null, "owner": "cd9dbb674f044f3998e73a09e2cc2f57", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 05:26:58,045 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-f1361fa0-8a67-4346-bfd9-ab4a6c382cd6 2018-06-29 05:26:58,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/b3b756b7-4c6d-4d22-9e32-548c4bcb32d1/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d119e17520f3d6af20747b9ee61929a7d6fbbcff" -d '' 2018-06-29 05:27:01,467 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f1a875d9-24ca-4239-bb7b-345f43ffa135 Date: Fri, 29 Jun 2018 05:27:01 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-06-29 05:27:01,467 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/b3b756b7-4c6d-4d22-9e32-548c4bcb32d1/file used request id req-f1a875d9-24ca-4239-bb7b-345f43ffa135 2018-06-29 05:27:01,468 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-06-29 05:27:01,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/b3b756b7-4c6d-4d22-9e32-548c4bcb32d1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d119e17520f3d6af20747b9ee61929a7d6fbbcff" 2018-06-29 05:27:01,534 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 875 Content-Type: application/json X-Openstack-Request-Id: req-0043dab4-92ec-401d-8c35-5848d91711c6 Date: Fri, 29 Jun 2018 05:27:01 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "GlanceUtilsTests-f7d8ba1d-bbdf-4723-ab74-39bd917b22ad", "tags": [], "container_format": "bare", "created_at": "2018-06-29T05:26:57Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-06-29T05:27:01Z", "visibility": "shared", "locations": [{"url": "rbd://cc48edf5-5a9c-4722-a2ee-f16c65653e74/images/b3b756b7-4c6d-4d22-9e32-548c4bcb32d1/snap", "metadata": {}}], "self": "/v2/images/b3b756b7-4c6d-4d22-9e32-548c4bcb32d1", "min_disk": 0, "protected": false, "id": "b3b756b7-4c6d-4d22-9e32-548c4bcb32d1", "file": "/v2/images/b3b756b7-4c6d-4d22-9e32-548c4bcb32d1/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "cd9dbb674f044f3998e73a09e2cc2f57", "direct_url": "rbd://cc48edf5-5a9c-4722-a2ee-f16c65653e74/images/b3b756b7-4c6d-4d22-9e32-548c4bcb32d1/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 05:27:01,534 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/b3b756b7-4c6d-4d22-9e32-548c4bcb32d1 used request id req-0043dab4-92ec-401d-8c35-5848d91711c6 2018-06-29 05:27:01,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d119e17520f3d6af20747b9ee61929a7d6fbbcff" 2018-06-29 05:27:02,141 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-2edd096d-9d36-4f5d-9973-4b3cb450b730 Date: Fri, 29 Jun 2018 05:27:02 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-06-29 05:27:02,142 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-2edd096d-9d36-4f5d-9973-4b3cb450b730 2018-06-29 05:27:02,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=GlanceUtilsTests-f7d8ba1d-bbdf-4723-ab74-39bd917b22ad -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d119e17520f3d6af20747b9ee61929a7d6fbbcff" 2018-06-29 05:27:02,801 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1030 Content-Type: application/json X-Openstack-Request-Id: req-d867de19-bc79-4bd7-ad49-86190909dd5d Date: Fri, 29 Jun 2018 05:27:02 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "GlanceUtilsTests-f7d8ba1d-bbdf-4723-ab74-39bd917b22ad", "tags": [], "container_format": "bare", "created_at": "2018-06-29T05:26:57Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-06-29T05:27:01Z", "visibility": "shared", "locations": [{"url": "rbd://cc48edf5-5a9c-4722-a2ee-f16c65653e74/images/b3b756b7-4c6d-4d22-9e32-548c4bcb32d1/snap", "metadata": {}}], "self": "/v2/images/b3b756b7-4c6d-4d22-9e32-548c4bcb32d1", "min_disk": 0, "protected": false, "id": "b3b756b7-4c6d-4d22-9e32-548c4bcb32d1", "file": "/v2/images/b3b756b7-4c6d-4d22-9e32-548c4bcb32d1/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "cd9dbb674f044f3998e73a09e2cc2f57", "direct_url": "rbd://cc48edf5-5a9c-4722-a2ee-f16c65653e74/images/b3b756b7-4c6d-4d22-9e32-548c4bcb32d1/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=GlanceUtilsTests-f7d8ba1d-bbdf-4723-ab74-39bd917b22ad"} 2018-06-29 05:27:02,802 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=GlanceUtilsTests-f7d8ba1d-bbdf-4723-ab74-39bd917b22ad used request id req-d867de19-bc79-4bd7-ad49-86190909dd5d 2018-06-29 05:27:02,803 - glance_utils - INFO - Deleting image named - GlanceUtilsTests-f7d8ba1d-bbdf-4723-ab74-39bd917b22ad 2018-06-29 05:27:02,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/b3b756b7-4c6d-4d22-9e32-548c4bcb32d1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d119e17520f3d6af20747b9ee61929a7d6fbbcff" 2018-06-29 05:27:04,740 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3208f8fd-dc07-4184-94f9-7ae4a055798c Date: Fri, 29 Jun 2018 05:27:04 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 05:27:04,740 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/b3b756b7-4c6d-4d22-9e32-548c4bcb32d1 used request id req-3208f8fd-dc07-4184-94f9-7ae4a055798c 2018-06-29 05:27:04,742 - glance_utils_tests - WARNING - Test not executed as the image metadata requires image files 2018-06-29 05:27:04,744 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:27:05,147 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:27:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["Io2V5PqcR7KNSo95ErNbfA"], "issued_at": "2018-06-29T05:27:05.000000Z"}} 2018-06-29 05:27:05,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}c0344711afca1475bf3f406b662fa5568fa1fad3" 2018-06-29 05:27:05,231 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:27:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96823eb3-1a94-494b-b703-710de0f6acd1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:27:05,231 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-96823eb3-1a94-494b-b703-710de0f6acd1 2018-06-29 05:27:05,232 - neutron_utils - INFO - Creating network with name NeutronUtilsNetworkTests-2d68047b-7043-49e8-b806-8ff6110d7f8e-pub-net 2018-06-29 05:27:05,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0344711afca1475bf3f406b662fa5568fa1fad3" -d '{"network": {"name": "NeutronUtilsNetworkTests-2d68047b-7043-49e8-b806-8ff6110d7f8e-pub-net", "admin_state_up": true}}' 2018-06-29 05:27:06,449 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 742 X-Openstack-Request-Id: req-d5627a57-8308-40c9-8dbd-5d99f368fb5f Date: Fri, 29 Jun 2018 05:27:06 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"3bf19a10-e866-4090-afd0-fdf45de19afc","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":18,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T05:27:06Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsNetworkTests-2d68047b-7043-49e8-b806-8ff6110d7f8e-pub-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:27:06Z","mtu":1450}} 2018-06-29 05:27:06,449 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-d5627a57-8308-40c9-8dbd-5d99f368fb5f 2018-06-29 05:27:06,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=3bf19a10-e866-4090-afd0-fdf45de19afc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0344711afca1475bf3f406b662fa5568fa1fad3" 2018-06-29 05:27:06,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-dc3bea3e-5426-475b-97ef-757b040672e7 Date: Fri, 29 Jun 2018 05:27:06 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3bf19a10-e866-4090-afd0-fdf45de19afc","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":18,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T05:27:06Z","qos_policy_id":null,"name":"NeutronUtilsNetworkTests-2d68047b-7043-49e8-b806-8ff6110d7f8e-pub-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:27:06Z","provider:network_type":"vxlan"}]} 2018-06-29 05:27:06,695 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=3bf19a10-e866-4090-afd0-fdf45de19afc used request id req-dc3bea3e-5426-475b-97ef-757b040672e7 2018-06-29 05:27:06,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=3bf19a10-e866-4090-afd0-fdf45de19afc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0344711afca1475bf3f406b662fa5568fa1fad3" 2018-06-29 05:27:06,893 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-4c0d504c-ec63-43f4-87d3-698cc4833c72 Date: Fri, 29 Jun 2018 05:27:06 GMT RESP BODY: {"subnets":[]} 2018-06-29 05:27:06,893 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=3bf19a10-e866-4090-afd0-fdf45de19afc used request id req-4c0d504c-ec63-43f4-87d3-698cc4833c72 2018-06-29 05:27:06,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=3bf19a10-e866-4090-afd0-fdf45de19afc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0344711afca1475bf3f406b662fa5568fa1fad3" 2018-06-29 05:27:07,216 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-4a50729c-43b9-41c7-a7d8-5d9229f46ff7 Date: Fri, 29 Jun 2018 05:27:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3bf19a10-e866-4090-afd0-fdf45de19afc","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":18,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T05:27:06Z","qos_policy_id":null,"name":"NeutronUtilsNetworkTests-2d68047b-7043-49e8-b806-8ff6110d7f8e-pub-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:27:06Z","provider:network_type":"vxlan"}]} 2018-06-29 05:27:07,216 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=3bf19a10-e866-4090-afd0-fdf45de19afc used request id req-4a50729c-43b9-41c7-a7d8-5d9229f46ff7 2018-06-29 05:27:07,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=3bf19a10-e866-4090-afd0-fdf45de19afc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0344711afca1475bf3f406b662fa5568fa1fad3" 2018-06-29 05:27:07,248 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-00437597-19e0-442c-8b7b-5c9bd9045323 Date: Fri, 29 Jun 2018 05:27:07 GMT RESP BODY: {"subnets":[]} 2018-06-29 05:27:07,249 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=3bf19a10-e866-4090-afd0-fdf45de19afc used request id req-00437597-19e0-442c-8b7b-5c9bd9045323 2018-06-29 05:27:07,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsNetworkTests-2d68047b-7043-49e8-b806-8ff6110d7f8e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0344711afca1475bf3f406b662fa5568fa1fad3" 2018-06-29 05:27:07,498 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-7ad774f9-6c0c-4e5a-9ef9-4da76aa69779 Date: Fri, 29 Jun 2018 05:27:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3bf19a10-e866-4090-afd0-fdf45de19afc","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":18,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T05:27:06Z","qos_policy_id":null,"name":"NeutronUtilsNetworkTests-2d68047b-7043-49e8-b806-8ff6110d7f8e-pub-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:27:06Z","provider:network_type":"vxlan"}]} 2018-06-29 05:27:07,498 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsNetworkTests-2d68047b-7043-49e8-b806-8ff6110d7f8e-pub-net used request id req-7ad774f9-6c0c-4e5a-9ef9-4da76aa69779 2018-06-29 05:27:07,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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 05:27:07,503 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 05:27: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.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 05:27:07,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0344711afca1475bf3f406b662fa5568fa1fad3" 2018-06-29 05:27:07,600 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:27:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e9e2681-0c42-4853-9e23-e582be3fe7fa Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}} 2018-06-29 05:27:07,600 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 used request id req-4e9e2681-0c42-4853-9e23-e582be3fe7fa 2018-06-29 05:27:07,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=3bf19a10-e866-4090-afd0-fdf45de19afc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0344711afca1475bf3f406b662fa5568fa1fad3" 2018-06-29 05:27:07,893 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-5d70547a-8a27-4e49-836d-277dbf428abe Date: Fri, 29 Jun 2018 05:27:07 GMT RESP BODY: {"subnets":[]} 2018-06-29 05:27:07,894 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=3bf19a10-e866-4090-afd0-fdf45de19afc used request id req-5d70547a-8a27-4e49-836d-277dbf428abe 2018-06-29 05:27:07,894 - neutron_utils - INFO - Deleting network with name NeutronUtilsNetworkTests-2d68047b-7043-49e8-b806-8ff6110d7f8e-pub-net 2018-06-29 05:27:07,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/3bf19a10-e866-4090-afd0-fdf45de19afc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0344711afca1475bf3f406b662fa5568fa1fad3" 2018-06-29 05:27:09,454 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-60823603-eec4-4209-8197-338705cf127f Date: Fri, 29 Jun 2018 05:27:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 05:27:09,455 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/3bf19a10-e866-4090-afd0-fdf45de19afc used request id req-60823603-eec4-4209-8197-338705cf127f 2018-06-29 05:27:09,456 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:27:09,858 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:27:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["EqTuRqI-S5uBIOl3LEiMgw"], "issued_at": "2018-06-29T05:27:09.000000Z"}} 2018-06-29 05:27:09,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}20fbf5d8f080c19b2d4cbfcf04be3a6dcf9b0988" 2018-06-29 05:27:09,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:27:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01db4aa0-5e55-410a-939e-9e53ce8e3429 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:27:09,934 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-01db4aa0-5e55-410a-939e-9e53ce8e3429 2018-06-29 05:27:09,936 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:27:10,336 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:27:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["cnGISVpBRheWwtiKaQy2xA"], "issued_at": "2018-06-29T05:27:10.000000Z"}} 2018-06-29 05:27:10,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}5d53eab27c9f1fe5eef6f1fdf85f08fc4f4e0cce" 2018-06-29 05:27:10,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:27:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5daa5ecd-4a8c-463b-b65b-bea5299179ac Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:27:10,349 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-5daa5ecd-4a8c-463b-b65b-bea5299179ac 2018-06-29 05:27:10,352 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:27:10,743 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:27:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["as_3JtqGSF2ROOq-6knn7g"], "issued_at": "2018-06-29T05:27:10.000000Z"}} 2018-06-29 05:27:10,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}18f11c5be886d910739ded8639b27434970788e7" 2018-06-29 05:27:10,834 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:27:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-323dd4c1-a9d4-4c5b-a48e-a5cffe86bd66 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:27:10,834 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-323dd4c1-a9d4-4c5b-a48e-a5cffe86bd66 2018-06-29 05:27:10,836 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-573c25e2-7bd7-40d3-9177-df2626faa988-pub-net 2018-06-29 05:27:10,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18f11c5be886d910739ded8639b27434970788e7" -d '{"network": {"name": "NeutronUtilsSubnetTests-573c25e2-7bd7-40d3-9177-df2626faa988-pub-net", "admin_state_up": true}}' 2018-06-29 05:27:11,281 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 741 X-Openstack-Request-Id: req-c981698a-e080-4035-9a79-c14e78689167 Date: Fri, 29 Jun 2018 05:27:11 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"e7cbd7b9-b512-406a-8aba-8a2d6eaddb9a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":76,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T05:27:11Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsSubnetTests-573c25e2-7bd7-40d3-9177-df2626faa988-pub-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:27:11Z","mtu":1450}} 2018-06-29 05:27:11,281 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-c981698a-e080-4035-9a79-c14e78689167 2018-06-29 05:27:11,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=e7cbd7b9-b512-406a-8aba-8a2d6eaddb9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18f11c5be886d910739ded8639b27434970788e7" 2018-06-29 05:27:11,554 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 725 X-Openstack-Request-Id: req-5dfb05b0-3220-4f3e-b7d5-3dc22accd921 Date: Fri, 29 Jun 2018 05:27:11 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"e7cbd7b9-b512-406a-8aba-8a2d6eaddb9a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":76,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T05:27:11Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-573c25e2-7bd7-40d3-9177-df2626faa988-pub-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:27:11Z","provider:network_type":"vxlan"}]} 2018-06-29 05:27:11,554 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=e7cbd7b9-b512-406a-8aba-8a2d6eaddb9a used request id req-5dfb05b0-3220-4f3e-b7d5-3dc22accd921 2018-06-29 05:27:11,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=e7cbd7b9-b512-406a-8aba-8a2d6eaddb9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18f11c5be886d910739ded8639b27434970788e7" 2018-06-29 05:27:11,768 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-5e20dbb4-2690-4807-b2bb-04e527692b29 Date: Fri, 29 Jun 2018 05:27:11 GMT RESP BODY: {"subnets":[]} 2018-06-29 05:27:11,769 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=e7cbd7b9-b512-406a-8aba-8a2d6eaddb9a used request id req-5e20dbb4-2690-4807-b2bb-04e527692b29 2018-06-29 05:27:11,769 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-573c25e2-7bd7-40d3-9177-df2626faa988-pub-subnet 2018-06-29 05:27:11,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18f11c5be886d910739ded8639b27434970788e7" -d '{"subnets": [{"ip_version": 4, "network_id": "e7cbd7b9-b512-406a-8aba-8a2d6eaddb9a", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-573c25e2-7bd7-40d3-9177-df2626faa988-pub-subnet"}]}' 2018-06-29 05:27:12,495 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-4ec5d1a7-cfe2-47f4-bc9e-1fab38438980 Date: Fri, 29 Jun 2018 05:27:12 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:27:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"9ad7276e-4042-4a10-b089-3cde8d7e3776","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsSubnetTests-573c25e2-7bd7-40d3-9177-df2626faa988-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"e7cbd7b9-b512-406a-8aba-8a2d6eaddb9a","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:27:12Z","ip_version":4}]} 2018-06-29 05:27:12,496 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-4ec5d1a7-cfe2-47f4-bc9e-1fab38438980 2018-06-29 05:27:12,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=e7cbd7b9-b512-406a-8aba-8a2d6eaddb9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18f11c5be886d910739ded8639b27434970788e7" 2018-06-29 05:27:12,813 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 769 X-Openstack-Request-Id: req-924ff867-c65a-4792-83e5-6892d0c2a57b Date: Fri, 29 Jun 2018 05:27:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"e7cbd7b9-b512-406a-8aba-8a2d6eaddb9a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":76,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["9ad7276e-4042-4a10-b089-3cde8d7e3776"],"description":"","tags":[],"updated_at":"2018-06-29T05:27:12Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-573c25e2-7bd7-40d3-9177-df2626faa988-pub-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:27:11Z","provider:network_type":"vxlan"}]} 2018-06-29 05:27:12,814 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=e7cbd7b9-b512-406a-8aba-8a2d6eaddb9a used request id req-924ff867-c65a-4792-83e5-6892d0c2a57b 2018-06-29 05:27:12,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=e7cbd7b9-b512-406a-8aba-8a2d6eaddb9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18f11c5be886d910739ded8639b27434970788e7" 2018-06-29 05:27:13,045 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-061ec790-e299-427d-9420-fbbcf8c3ff72 Date: Fri, 29 Jun 2018 05:27:13 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:27:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"9ad7276e-4042-4a10-b089-3cde8d7e3776","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsSubnetTests-573c25e2-7bd7-40d3-9177-df2626faa988-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"e7cbd7b9-b512-406a-8aba-8a2d6eaddb9a","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:27:12Z","ip_version":4}]} 2018-06-29 05:27:13,045 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=e7cbd7b9-b512-406a-8aba-8a2d6eaddb9a used request id req-061ec790-e299-427d-9420-fbbcf8c3ff72 2018-06-29 05:27:13,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsSubnetTests-573c25e2-7bd7-40d3-9177-df2626faa988-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18f11c5be886d910739ded8639b27434970788e7" 2018-06-29 05:27:13,133 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 769 X-Openstack-Request-Id: req-4cad3cb8-96f7-4679-96b6-3d945be566f8 Date: Fri, 29 Jun 2018 05:27:13 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"e7cbd7b9-b512-406a-8aba-8a2d6eaddb9a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":76,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["9ad7276e-4042-4a10-b089-3cde8d7e3776"],"description":"","tags":[],"updated_at":"2018-06-29T05:27:12Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-573c25e2-7bd7-40d3-9177-df2626faa988-pub-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:27:11Z","provider:network_type":"vxlan"}]} 2018-06-29 05:27:13,133 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsSubnetTests-573c25e2-7bd7-40d3-9177-df2626faa988-pub-net used request id req-4cad3cb8-96f7-4679-96b6-3d945be566f8 2018-06-29 05:27:13,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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 05:27:13,141 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 05:27: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.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 05:27:13,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18f11c5be886d910739ded8639b27434970788e7" 2018-06-29 05:27:13,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:27:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5aa41658-9d0e-4fc7-9bae-e4ec271a8418 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}} 2018-06-29 05:27:13,162 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 used request id req-5aa41658-9d0e-4fc7-9bae-e4ec271a8418 2018-06-29 05:27:13,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=e7cbd7b9-b512-406a-8aba-8a2d6eaddb9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18f11c5be886d910739ded8639b27434970788e7" 2018-06-29 05:27:13,367 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-494eb740-ad4a-424a-bed5-d9af1a2dedeb Date: Fri, 29 Jun 2018 05:27:13 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:27:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"9ad7276e-4042-4a10-b089-3cde8d7e3776","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsSubnetTests-573c25e2-7bd7-40d3-9177-df2626faa988-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"e7cbd7b9-b512-406a-8aba-8a2d6eaddb9a","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:27:12Z","ip_version":4}]} 2018-06-29 05:27:13,367 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=e7cbd7b9-b512-406a-8aba-8a2d6eaddb9a used request id req-494eb740-ad4a-424a-bed5-d9af1a2dedeb 2018-06-29 05:27:13,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=e7cbd7b9-b512-406a-8aba-8a2d6eaddb9a&name=NeutronUtilsSubnetTests-573c25e2-7bd7-40d3-9177-df2626faa988-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18f11c5be886d910739ded8639b27434970788e7" 2018-06-29 05:27:13,596 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-d741d1b1-6f0b-4f26-9aa8-22fc8a2b7564 Date: Fri, 29 Jun 2018 05:27:13 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:27:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"9ad7276e-4042-4a10-b089-3cde8d7e3776","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsSubnetTests-573c25e2-7bd7-40d3-9177-df2626faa988-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"e7cbd7b9-b512-406a-8aba-8a2d6eaddb9a","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:27:12Z","ip_version":4}]} 2018-06-29 05:27:13,596 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=e7cbd7b9-b512-406a-8aba-8a2d6eaddb9a&name=NeutronUtilsSubnetTests-573c25e2-7bd7-40d3-9177-df2626faa988-pub-subnet used request id req-d741d1b1-6f0b-4f26-9aa8-22fc8a2b7564 2018-06-29 05:27:13,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=e7cbd7b9-b512-406a-8aba-8a2d6eaddb9a&name=NeutronUtilsSubnetTests-573c25e2-7bd7-40d3-9177-df2626faa988-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18f11c5be886d910739ded8639b27434970788e7" 2018-06-29 05:27:13,680 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-571643ad-1823-4cf2-898e-3523efdae064 Date: Fri, 29 Jun 2018 05:27:13 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:27:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"9ad7276e-4042-4a10-b089-3cde8d7e3776","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsSubnetTests-573c25e2-7bd7-40d3-9177-df2626faa988-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"e7cbd7b9-b512-406a-8aba-8a2d6eaddb9a","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:27:12Z","ip_version":4}]} 2018-06-29 05:27:13,680 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=e7cbd7b9-b512-406a-8aba-8a2d6eaddb9a&name=NeutronUtilsSubnetTests-573c25e2-7bd7-40d3-9177-df2626faa988-pub-subnet used request id req-571643ad-1823-4cf2-898e-3523efdae064 2018-06-29 05:27:13,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=e7cbd7b9-b512-406a-8aba-8a2d6eaddb9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18f11c5be886d910739ded8639b27434970788e7" 2018-06-29 05:27:13,729 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-fbfebf0c-4c2f-4bed-af47-2098db4e9661 Date: Fri, 29 Jun 2018 05:27:13 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:27:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"9ad7276e-4042-4a10-b089-3cde8d7e3776","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsSubnetTests-573c25e2-7bd7-40d3-9177-df2626faa988-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"e7cbd7b9-b512-406a-8aba-8a2d6eaddb9a","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:27:12Z","ip_version":4}]} 2018-06-29 05:27:13,729 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=e7cbd7b9-b512-406a-8aba-8a2d6eaddb9a used request id req-fbfebf0c-4c2f-4bed-af47-2098db4e9661 2018-06-29 05:27:13,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?name=NeutronUtilsSubnetTests-573c25e2-7bd7-40d3-9177-df2626faa988-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18f11c5be886d910739ded8639b27434970788e7" 2018-06-29 05:27:13,776 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-f0117ca0-9590-44c1-9f25-500d68e0ad1b Date: Fri, 29 Jun 2018 05:27:13 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:27:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"9ad7276e-4042-4a10-b089-3cde8d7e3776","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsSubnetTests-573c25e2-7bd7-40d3-9177-df2626faa988-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"e7cbd7b9-b512-406a-8aba-8a2d6eaddb9a","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:27:12Z","ip_version":4}]} 2018-06-29 05:27:13,776 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?name=NeutronUtilsSubnetTests-573c25e2-7bd7-40d3-9177-df2626faa988-pub-subnet used request id req-f0117ca0-9590-44c1-9f25-500d68e0ad1b 2018-06-29 05:27:13,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18f11c5be886d910739ded8639b27434970788e7" 2018-06-29 05:27:13,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:27:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e5c7b4c-c04e-457e-be3f-fb03ea620c4a Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}} 2018-06-29 05:27:13,876 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 used request id req-5e5c7b4c-c04e-457e-be3f-fb03ea620c4a 2018-06-29 05:27:13,876 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-573c25e2-7bd7-40d3-9177-df2626faa988-pub-subnet 2018-06-29 05:27:13,876 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-573c25e2-7bd7-40d3-9177-df2626faa988-pub-subnet 2018-06-29 05:27:13,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/9ad7276e-4042-4a10-b089-3cde8d7e3776 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18f11c5be886d910739ded8639b27434970788e7" 2018-06-29 05:27:15,459 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-be7476e7-541b-4306-a841-6df5f11a68eb Date: Fri, 29 Jun 2018 05:27:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 05:27:15,459 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/9ad7276e-4042-4a10-b089-3cde8d7e3776 used request id req-be7476e7-541b-4306-a841-6df5f11a68eb 2018-06-29 05:27:15,460 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-573c25e2-7bd7-40d3-9177-df2626faa988-pub-net 2018-06-29 05:27:15,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/e7cbd7b9-b512-406a-8aba-8a2d6eaddb9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18f11c5be886d910739ded8639b27434970788e7" 2018-06-29 05:27:17,519 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2a37a08e-5e10-49a1-9a05-86e651df50dd Date: Fri, 29 Jun 2018 05:27:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 05:27:17,519 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/e7cbd7b9-b512-406a-8aba-8a2d6eaddb9a used request id req-2a37a08e-5e10-49a1-9a05-86e651df50dd 2018-06-29 05:27:17,520 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:27:17,924 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:27:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["0PzlKBq5TmKGX-0HWdAldA"], "issued_at": "2018-06-29T05:27:17.000000Z"}} 2018-06-29 05:27:17,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}4adaee37147537109d65af25b5c206538fa387c4" 2018-06-29 05:27:18,015 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:27:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fbd19807-109a-43bb-89fb-8da03ca99f35 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:27:18,016 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-fbd19807-109a-43bb-89fb-8da03ca99f35 2018-06-29 05:27:18,017 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-04f5e913-2323-4fc7-9df8-769ac7fbdf6e-pub-net 2018-06-29 05:27:18,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4adaee37147537109d65af25b5c206538fa387c4" -d '{"network": {"name": "NeutronUtilsSubnetTests-04f5e913-2323-4fc7-9df8-769ac7fbdf6e-pub-net", "admin_state_up": true}}' 2018-06-29 05:27:18,490 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 741 X-Openstack-Request-Id: req-3367ba14-4482-412b-b005-e27c6e09aa00 Date: Fri, 29 Jun 2018 05:27:18 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"7e2cc5df-8c61-4f9e-87cb-e7e6c2b63e01","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":98,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T05:27:18Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsSubnetTests-04f5e913-2323-4fc7-9df8-769ac7fbdf6e-pub-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:27:18Z","mtu":1450}} 2018-06-29 05:27:18,490 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-3367ba14-4482-412b-b005-e27c6e09aa00 2018-06-29 05:27:18,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=7e2cc5df-8c61-4f9e-87cb-e7e6c2b63e01 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4adaee37147537109d65af25b5c206538fa387c4" 2018-06-29 05:27:18,741 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 725 X-Openstack-Request-Id: req-c8640579-7b7d-4580-aa3f-1aeecdec33df Date: Fri, 29 Jun 2018 05:27:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"7e2cc5df-8c61-4f9e-87cb-e7e6c2b63e01","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":98,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T05:27:18Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-04f5e913-2323-4fc7-9df8-769ac7fbdf6e-pub-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:27:18Z","provider:network_type":"vxlan"}]} 2018-06-29 05:27:18,741 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=7e2cc5df-8c61-4f9e-87cb-e7e6c2b63e01 used request id req-c8640579-7b7d-4580-aa3f-1aeecdec33df 2018-06-29 05:27:18,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=7e2cc5df-8c61-4f9e-87cb-e7e6c2b63e01 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4adaee37147537109d65af25b5c206538fa387c4" 2018-06-29 05:27:18,952 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-4c3e6f17-0d55-4786-96e7-9762b2394367 Date: Fri, 29 Jun 2018 05:27:18 GMT RESP BODY: {"subnets":[]} 2018-06-29 05:27:18,953 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=7e2cc5df-8c61-4f9e-87cb-e7e6c2b63e01 used request id req-4c3e6f17-0d55-4786-96e7-9762b2394367 2018-06-29 05:27:18,953 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-04f5e913-2323-4fc7-9df8-769ac7fbdf6e-pub-subnet 2018-06-29 05:27:18,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4adaee37147537109d65af25b5c206538fa387c4" -d '{"subnets": [{"ip_version": 4, "network_id": "7e2cc5df-8c61-4f9e-87cb-e7e6c2b63e01", "cidr": "", "name": "NeutronUtilsSubnetTests-04f5e913-2323-4fc7-9df8-769ac7fbdf6e-pub-subnet"}]}' 2018-06-29 05:27:19,818 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 133 Content-Type: application/json X-Openstack-Request-Id: req-d0f98e83-a666-403a-9ad1-68e9456f5873 Date: Fri, 29 Jun 2018 05:27:19 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for cidr. Reason: '' is not a valid IP subnet.", "type": "HTTPBadRequest", "detail": ""}} 2018-06-29 05:27:19,818 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-d0f98e83-a666-403a-9ad1-68e9456f5873 2018-06-29 05:27:19,819 - 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 05:27:19,819 - neutron_utils - ERROR - Unexpected error creating subnet [NeutronUtilsSubnetTests-04f5e913-2323-4fc7-9df8-769ac7fbdf6e-pub-subnet] for network [NeutronUtilsSubnetTests-04f5e913-2323-4fc7-9df8-769ac7fbdf6e-pub-net] 2018-06-29 05:27:19,819 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-04f5e913-2323-4fc7-9df8-769ac7fbdf6e-pub-net 2018-06-29 05:27:19,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/7e2cc5df-8c61-4f9e-87cb-e7e6c2b63e01 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4adaee37147537109d65af25b5c206538fa387c4" 2018-06-29 05:27:20,760 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0cdee38c-8383-4455-b55c-354da48c3395 Date: Fri, 29 Jun 2018 05:27:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 05:27:20,761 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/7e2cc5df-8c61-4f9e-87cb-e7e6c2b63e01 used request id req-0cdee38c-8383-4455-b55c-354da48c3395 2018-06-29 05:27:20,762 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:27:21,163 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:27:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["_ftmyd-HR2yTgnKIGaLgfg"], "issued_at": "2018-06-29T05:27:21.000000Z"}} 2018-06-29 05:27:21,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}c6e815e955c7b4212a3500b529a8d6e7f7a1c19a" 2018-06-29 05:27:21,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:27:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89c7a9eb-c355-4651-a44f-3c37857c89b1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:27:21,251 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-89c7a9eb-c355-4651-a44f-3c37857c89b1 2018-06-29 05:27:21,252 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-ba131dd1-9035-47d2-8e23-2b7347d282ed-pub-net 2018-06-29 05:27:21,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6e815e955c7b4212a3500b529a8d6e7f7a1c19a" -d '{"network": {"name": "NeutronUtilsSubnetTests-ba131dd1-9035-47d2-8e23-2b7347d282ed-pub-net", "admin_state_up": true}}' 2018-06-29 05:27:21,646 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 741 X-Openstack-Request-Id: req-3671b760-adff-4894-90a5-b77a450617d1 Date: Fri, 29 Jun 2018 05:27:21 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"0ddc2510-7841-42f1-b0ba-f3b3c02cf840","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":44,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T05:27:21Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsSubnetTests-ba131dd1-9035-47d2-8e23-2b7347d282ed-pub-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:27:21Z","mtu":1450}} 2018-06-29 05:27:21,646 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-3671b760-adff-4894-90a5-b77a450617d1 2018-06-29 05:27:21,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=0ddc2510-7841-42f1-b0ba-f3b3c02cf840 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6e815e955c7b4212a3500b529a8d6e7f7a1c19a" 2018-06-29 05:27:21,933 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 725 X-Openstack-Request-Id: req-d5a60010-52ba-4e92-8b77-4695d22e4746 Date: Fri, 29 Jun 2018 05:27:21 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"0ddc2510-7841-42f1-b0ba-f3b3c02cf840","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":44,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T05:27:21Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-ba131dd1-9035-47d2-8e23-2b7347d282ed-pub-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:27:21Z","provider:network_type":"vxlan"}]} 2018-06-29 05:27:21,934 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=0ddc2510-7841-42f1-b0ba-f3b3c02cf840 used request id req-d5a60010-52ba-4e92-8b77-4695d22e4746 2018-06-29 05:27:21,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=0ddc2510-7841-42f1-b0ba-f3b3c02cf840 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6e815e955c7b4212a3500b529a8d6e7f7a1c19a" 2018-06-29 05:27:22,140 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-94b93161-c184-4817-9c71-168da4e916e6 Date: Fri, 29 Jun 2018 05:27:22 GMT RESP BODY: {"subnets":[]} 2018-06-29 05:27:22,140 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=0ddc2510-7841-42f1-b0ba-f3b3c02cf840 used request id req-94b93161-c184-4817-9c71-168da4e916e6 2018-06-29 05:27:22,141 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-ba131dd1-9035-47d2-8e23-2b7347d282ed-pub-subnet 2018-06-29 05:27:22,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6e815e955c7b4212a3500b529a8d6e7f7a1c19a" -d '{"subnets": [{"ip_version": 4, "network_id": "0ddc2510-7841-42f1-b0ba-f3b3c02cf840", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-ba131dd1-9035-47d2-8e23-2b7347d282ed-pub-subnet"}]}' 2018-06-29 05:27:22,892 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-3f1f44fb-a221-4acc-b713-8c2b6290d407 Date: Fri, 29 Jun 2018 05:27:22 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:27:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"03c2ad13-7aa2-4060-ad11-93bfb89758d1","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsSubnetTests-ba131dd1-9035-47d2-8e23-2b7347d282ed-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"0ddc2510-7841-42f1-b0ba-f3b3c02cf840","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:27:22Z","ip_version":4}]} 2018-06-29 05:27:22,892 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-3f1f44fb-a221-4acc-b713-8c2b6290d407 2018-06-29 05:27:22,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=0ddc2510-7841-42f1-b0ba-f3b3c02cf840 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6e815e955c7b4212a3500b529a8d6e7f7a1c19a" 2018-06-29 05:27:23,208 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 769 X-Openstack-Request-Id: req-450957b0-a6b4-48c1-9d7f-8fd03d91b010 Date: Fri, 29 Jun 2018 05:27:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"0ddc2510-7841-42f1-b0ba-f3b3c02cf840","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":44,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["03c2ad13-7aa2-4060-ad11-93bfb89758d1"],"description":"","tags":[],"updated_at":"2018-06-29T05:27:22Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-ba131dd1-9035-47d2-8e23-2b7347d282ed-pub-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:27:21Z","provider:network_type":"vxlan"}]} 2018-06-29 05:27:23,209 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=0ddc2510-7841-42f1-b0ba-f3b3c02cf840 used request id req-450957b0-a6b4-48c1-9d7f-8fd03d91b010 2018-06-29 05:27:23,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=0ddc2510-7841-42f1-b0ba-f3b3c02cf840 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6e815e955c7b4212a3500b529a8d6e7f7a1c19a" 2018-06-29 05:27:23,447 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-ed5ed9c6-4c01-42f3-8702-ec5904b04105 Date: Fri, 29 Jun 2018 05:27:23 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:27:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"03c2ad13-7aa2-4060-ad11-93bfb89758d1","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsSubnetTests-ba131dd1-9035-47d2-8e23-2b7347d282ed-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"0ddc2510-7841-42f1-b0ba-f3b3c02cf840","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:27:22Z","ip_version":4}]} 2018-06-29 05:27:23,447 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=0ddc2510-7841-42f1-b0ba-f3b3c02cf840 used request id req-ed5ed9c6-4c01-42f3-8702-ec5904b04105 2018-06-29 05:27:23,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsSubnetTests-ba131dd1-9035-47d2-8e23-2b7347d282ed-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6e815e955c7b4212a3500b529a8d6e7f7a1c19a" 2018-06-29 05:27:23,728 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 769 X-Openstack-Request-Id: req-6d59d326-1a7c-48a5-9f47-adc995146bb8 Date: Fri, 29 Jun 2018 05:27:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"0ddc2510-7841-42f1-b0ba-f3b3c02cf840","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":44,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["03c2ad13-7aa2-4060-ad11-93bfb89758d1"],"description":"","tags":[],"updated_at":"2018-06-29T05:27:22Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-ba131dd1-9035-47d2-8e23-2b7347d282ed-pub-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:27:21Z","provider:network_type":"vxlan"}]} 2018-06-29 05:27:23,728 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsSubnetTests-ba131dd1-9035-47d2-8e23-2b7347d282ed-pub-net used request id req-6d59d326-1a7c-48a5-9f47-adc995146bb8 2018-06-29 05:27:23,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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 05:27:23,736 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 05:27: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.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 05:27:23,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6e815e955c7b4212a3500b529a8d6e7f7a1c19a" 2018-06-29 05:27:23,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:27:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fdf2bc83-e470-4482-9272-a5f04448dc63 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}} 2018-06-29 05:27:23,832 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 used request id req-fdf2bc83-e470-4482-9272-a5f04448dc63 2018-06-29 05:27:23,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=0ddc2510-7841-42f1-b0ba-f3b3c02cf840 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6e815e955c7b4212a3500b529a8d6e7f7a1c19a" 2018-06-29 05:27:24,071 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-6d9346cd-e7c5-4398-8e48-7a0fb9d15f59 Date: Fri, 29 Jun 2018 05:27:24 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:27:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"03c2ad13-7aa2-4060-ad11-93bfb89758d1","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsSubnetTests-ba131dd1-9035-47d2-8e23-2b7347d282ed-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"0ddc2510-7841-42f1-b0ba-f3b3c02cf840","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:27:22Z","ip_version":4}]} 2018-06-29 05:27:24,071 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=0ddc2510-7841-42f1-b0ba-f3b3c02cf840 used request id req-6d9346cd-e7c5-4398-8e48-7a0fb9d15f59 2018-06-29 05:27:24,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=0ddc2510-7841-42f1-b0ba-f3b3c02cf840&name=NeutronUtilsSubnetTests-ba131dd1-9035-47d2-8e23-2b7347d282ed-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6e815e955c7b4212a3500b529a8d6e7f7a1c19a" 2018-06-29 05:27:24,310 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-2cf113c4-c538-4d2f-aa41-d7a67bbd2432 Date: Fri, 29 Jun 2018 05:27:24 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:27:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"03c2ad13-7aa2-4060-ad11-93bfb89758d1","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsSubnetTests-ba131dd1-9035-47d2-8e23-2b7347d282ed-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"0ddc2510-7841-42f1-b0ba-f3b3c02cf840","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:27:22Z","ip_version":4}]} 2018-06-29 05:27:24,310 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=0ddc2510-7841-42f1-b0ba-f3b3c02cf840&name=NeutronUtilsSubnetTests-ba131dd1-9035-47d2-8e23-2b7347d282ed-pub-subnet used request id req-2cf113c4-c538-4d2f-aa41-d7a67bbd2432 2018-06-29 05:27:24,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=0ddc2510-7841-42f1-b0ba-f3b3c02cf840&name=NeutronUtilsSubnetTests-ba131dd1-9035-47d2-8e23-2b7347d282ed-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6e815e955c7b4212a3500b529a8d6e7f7a1c19a" 2018-06-29 05:27:24,370 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-1fd73a63-3767-4be2-b683-173a84c04c42 Date: Fri, 29 Jun 2018 05:27:24 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:27:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"03c2ad13-7aa2-4060-ad11-93bfb89758d1","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsSubnetTests-ba131dd1-9035-47d2-8e23-2b7347d282ed-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"0ddc2510-7841-42f1-b0ba-f3b3c02cf840","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:27:22Z","ip_version":4}]} 2018-06-29 05:27:24,370 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=0ddc2510-7841-42f1-b0ba-f3b3c02cf840&name=NeutronUtilsSubnetTests-ba131dd1-9035-47d2-8e23-2b7347d282ed-pub-subnet used request id req-1fd73a63-3767-4be2-b683-173a84c04c42 2018-06-29 05:27:24,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=0ddc2510-7841-42f1-b0ba-f3b3c02cf840 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6e815e955c7b4212a3500b529a8d6e7f7a1c19a" 2018-06-29 05:27:24,599 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-06f4dd34-67ed-4c20-b128-9005e4149726 Date: Fri, 29 Jun 2018 05:27:24 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:27:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"03c2ad13-7aa2-4060-ad11-93bfb89758d1","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsSubnetTests-ba131dd1-9035-47d2-8e23-2b7347d282ed-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"0ddc2510-7841-42f1-b0ba-f3b3c02cf840","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:27:22Z","ip_version":4}]} 2018-06-29 05:27:24,599 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=0ddc2510-7841-42f1-b0ba-f3b3c02cf840 used request id req-06f4dd34-67ed-4c20-b128-9005e4149726 2018-06-29 05:27:24,600 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-ba131dd1-9035-47d2-8e23-2b7347d282ed-pub-subnet 2018-06-29 05:27:24,600 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-ba131dd1-9035-47d2-8e23-2b7347d282ed-pub-subnet 2018-06-29 05:27:24,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/03c2ad13-7aa2-4060-ad11-93bfb89758d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6e815e955c7b4212a3500b529a8d6e7f7a1c19a" 2018-06-29 05:27:26,334 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f388ba81-a096-4706-a063-ce4f2695122d Date: Fri, 29 Jun 2018 05:27:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 05:27:26,334 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/03c2ad13-7aa2-4060-ad11-93bfb89758d1 used request id req-f388ba81-a096-4706-a063-ce4f2695122d 2018-06-29 05:27:26,334 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-ba131dd1-9035-47d2-8e23-2b7347d282ed-pub-net 2018-06-29 05:27:26,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/0ddc2510-7841-42f1-b0ba-f3b3c02cf840 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6e815e955c7b4212a3500b529a8d6e7f7a1c19a" 2018-06-29 05:27:27,921 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bf3987d8-54a6-4e48-8d5e-a1eb1dca006c Date: Fri, 29 Jun 2018 05:27:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 05:27:27,921 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/0ddc2510-7841-42f1-b0ba-f3b3c02cf840 used request id req-bf3987d8-54a6-4e48-8d5e-a1eb1dca006c 2018-06-29 05:27:27,922 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:27:28,334 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:27:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["s9hZmv3KQKqIqhmHJnLwLg"], "issued_at": "2018-06-29T05:27:28.000000Z"}} 2018-06-29 05:27:28,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}f0e98b2206fae663da966da2d6b1841e51fb8d87" 2018-06-29 05:27:28,417 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:27:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab7de21e-6f0a-438d-ba66-66972b9b58b9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:27:28,417 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-ab7de21e-6f0a-438d-ba66-66972b9b58b9 2018-06-29 05:27:28,418 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-d3d58d6c-e98d-43fa-aa1b-d06b73560123-pub-net 2018-06-29 05:27:28,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0e98b2206fae663da966da2d6b1841e51fb8d87" -d '{"network": {"name": "NeutronUtilsSubnetTests-d3d58d6c-e98d-43fa-aa1b-d06b73560123-pub-net", "admin_state_up": true}}' 2018-06-29 05:27:29,103 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 741 X-Openstack-Request-Id: req-76f2a245-f62c-4457-b19f-a24da7edb2a8 Date: Fri, 29 Jun 2018 05:27:29 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"02031509-80db-4219-82de-41da41a6a21a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":33,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T05:27:28Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsSubnetTests-d3d58d6c-e98d-43fa-aa1b-d06b73560123-pub-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:27:28Z","mtu":1450}} 2018-06-29 05:27:29,103 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-76f2a245-f62c-4457-b19f-a24da7edb2a8 2018-06-29 05:27:29,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=02031509-80db-4219-82de-41da41a6a21a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0e98b2206fae663da966da2d6b1841e51fb8d87" 2018-06-29 05:27:29,343 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 725 X-Openstack-Request-Id: req-83eeb61c-fca5-4a36-8b3b-ca4736900bc3 Date: Fri, 29 Jun 2018 05:27:29 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"02031509-80db-4219-82de-41da41a6a21a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":33,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T05:27:28Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-d3d58d6c-e98d-43fa-aa1b-d06b73560123-pub-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:27:28Z","provider:network_type":"vxlan"}]} 2018-06-29 05:27:29,343 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=02031509-80db-4219-82de-41da41a6a21a used request id req-83eeb61c-fca5-4a36-8b3b-ca4736900bc3 2018-06-29 05:27:29,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=02031509-80db-4219-82de-41da41a6a21a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0e98b2206fae663da966da2d6b1841e51fb8d87" 2018-06-29 05:27:29,571 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-8c71b3e8-4c18-4979-8999-98356232933e Date: Fri, 29 Jun 2018 05:27:29 GMT RESP BODY: {"subnets":[]} 2018-06-29 05:27:29,571 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=02031509-80db-4219-82de-41da41a6a21a used request id req-8c71b3e8-4c18-4979-8999-98356232933e 2018-06-29 05:27:29,572 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-d3d58d6c-e98d-43fa-aa1b-d06b73560123-pub-subnet 2018-06-29 05:27:29,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0e98b2206fae663da966da2d6b1841e51fb8d87" -d '{"subnets": [{"ip_version": 4, "network_id": "02031509-80db-4219-82de-41da41a6a21a", "cidr": null, "name": "NeutronUtilsSubnetTests-d3d58d6c-e98d-43fa-aa1b-d06b73560123-pub-subnet"}]}' 2018-06-29 05:27:29,884 - keystoneauth.session - DEBUG - RESP: [400] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-74d2e5fb-7c76-4730-9e3a-2f7eed3064b2 Date: Fri, 29 Jun 2018 05:27:29 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 05:27:29,884 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-74d2e5fb-7c76-4730-9e3a-2f7eed3064b2 2018-06-29 05:27:29,884 - 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 05:27:29,885 - neutron_utils - ERROR - Unexpected error creating subnet [NeutronUtilsSubnetTests-d3d58d6c-e98d-43fa-aa1b-d06b73560123-pub-subnet] for network [NeutronUtilsSubnetTests-d3d58d6c-e98d-43fa-aa1b-d06b73560123-pub-net] 2018-06-29 05:27:29,885 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-d3d58d6c-e98d-43fa-aa1b-d06b73560123-pub-net 2018-06-29 05:27:29,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/02031509-80db-4219-82de-41da41a6a21a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0e98b2206fae663da966da2d6b1841e51fb8d87" 2018-06-29 05:27:30,693 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-935b3f20-2066-4c64-b832-66c7b5900842 Date: Fri, 29 Jun 2018 05:27:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 05:27:30,693 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/02031509-80db-4219-82de-41da41a6a21a used request id req-935b3f20-2066-4c64-b832-66c7b5900842 2018-06-29 05:27:30,694 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:27:31,104 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:27:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["Hsu6b7l4SvmeIglZMaO7sA"], "issued_at": "2018-06-29T05:27:31.000000Z"}} 2018-06-29 05:27:31,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}054e0da322fe8c2065a8dda84fbaa03aeab66411" 2018-06-29 05:27:31,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:27:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a1eace1-7bb3-4727-838a-9eb8214d1bd9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:27:31,197 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1a1eace1-7bb3-4727-838a-9eb8214d1bd9 2018-06-29 05:27:31,198 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-116c1f82-cff3-4e75-a3a0-d30f54c746f9-pub-net 2018-06-29 05:27:31,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}054e0da322fe8c2065a8dda84fbaa03aeab66411" -d '{"network": {"name": "NeutronUtilsSubnetTests-116c1f82-cff3-4e75-a3a0-d30f54c746f9-pub-net", "admin_state_up": true}}' 2018-06-29 05:27:31,610 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 741 X-Openstack-Request-Id: req-39195124-dbaf-4701-868b-9e8a4dae5747 Date: Fri, 29 Jun 2018 05:27:31 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"ae73922b-2349-4eac-b4e8-f3edece381d5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":10,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T05:27:31Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsSubnetTests-116c1f82-cff3-4e75-a3a0-d30f54c746f9-pub-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:27:31Z","mtu":1450}} 2018-06-29 05:27:31,610 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-39195124-dbaf-4701-868b-9e8a4dae5747 2018-06-29 05:27:31,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=ae73922b-2349-4eac-b4e8-f3edece381d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}054e0da322fe8c2065a8dda84fbaa03aeab66411" 2018-06-29 05:27:31,864 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 725 X-Openstack-Request-Id: req-abf8edbf-3645-4b17-90f4-d0a155d05990 Date: Fri, 29 Jun 2018 05:27:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"ae73922b-2349-4eac-b4e8-f3edece381d5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":10,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T05:27:31Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-116c1f82-cff3-4e75-a3a0-d30f54c746f9-pub-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:27:31Z","provider:network_type":"vxlan"}]} 2018-06-29 05:27:31,865 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=ae73922b-2349-4eac-b4e8-f3edece381d5 used request id req-abf8edbf-3645-4b17-90f4-d0a155d05990 2018-06-29 05:27:31,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=ae73922b-2349-4eac-b4e8-f3edece381d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}054e0da322fe8c2065a8dda84fbaa03aeab66411" 2018-06-29 05:27:32,733 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-254bce4b-fd45-4536-8354-b81078a1068e Date: Fri, 29 Jun 2018 05:27:32 GMT RESP BODY: {"subnets":[]} 2018-06-29 05:27:32,734 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=ae73922b-2349-4eac-b4e8-f3edece381d5 used request id req-254bce4b-fd45-4536-8354-b81078a1068e 2018-06-29 05:27:32,734 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-116c1f82-cff3-4e75-a3a0-d30f54c746f9-pub-subnet 2018-06-29 05:27:32,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}054e0da322fe8c2065a8dda84fbaa03aeab66411" -d '{"subnets": [{"ip_version": 4, "network_id": "ae73922b-2349-4eac-b4e8-f3edece381d5", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-116c1f82-cff3-4e75-a3a0-d30f54c746f9-pub-subnet"}]}' 2018-06-29 05:27:33,478 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-7f3a583b-a31d-4c2f-9423-d677199c226f Date: Fri, 29 Jun 2018 05:27:33 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:27:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"a0ea309b-c8d0-4483-bd1b-4136f78f7e6f","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsSubnetTests-116c1f82-cff3-4e75-a3a0-d30f54c746f9-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"ae73922b-2349-4eac-b4e8-f3edece381d5","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:27:33Z","ip_version":4}]} 2018-06-29 05:27:33,478 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-7f3a583b-a31d-4c2f-9423-d677199c226f 2018-06-29 05:27:33,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=ae73922b-2349-4eac-b4e8-f3edece381d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}054e0da322fe8c2065a8dda84fbaa03aeab66411" 2018-06-29 05:27:33,566 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 769 X-Openstack-Request-Id: req-64cc2d2d-b83a-4725-a8cb-61757ca25e64 Date: Fri, 29 Jun 2018 05:27:33 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ae73922b-2349-4eac-b4e8-f3edece381d5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":10,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["a0ea309b-c8d0-4483-bd1b-4136f78f7e6f"],"description":"","tags":[],"updated_at":"2018-06-29T05:27:33Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-116c1f82-cff3-4e75-a3a0-d30f54c746f9-pub-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:27:31Z","provider:network_type":"vxlan"}]} 2018-06-29 05:27:33,566 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=ae73922b-2349-4eac-b4e8-f3edece381d5 used request id req-64cc2d2d-b83a-4725-a8cb-61757ca25e64 2018-06-29 05:27:33,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=ae73922b-2349-4eac-b4e8-f3edece381d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}054e0da322fe8c2065a8dda84fbaa03aeab66411" 2018-06-29 05:27:33,848 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-a02c5ed2-964a-43b6-b4ba-9ff3c919a574 Date: Fri, 29 Jun 2018 05:27:33 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:27:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"a0ea309b-c8d0-4483-bd1b-4136f78f7e6f","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsSubnetTests-116c1f82-cff3-4e75-a3a0-d30f54c746f9-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"ae73922b-2349-4eac-b4e8-f3edece381d5","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:27:33Z","ip_version":4}]} 2018-06-29 05:27:33,848 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=ae73922b-2349-4eac-b4e8-f3edece381d5 used request id req-a02c5ed2-964a-43b6-b4ba-9ff3c919a574 2018-06-29 05:27:33,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsSubnetTests-116c1f82-cff3-4e75-a3a0-d30f54c746f9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}054e0da322fe8c2065a8dda84fbaa03aeab66411" 2018-06-29 05:27:34,133 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 769 X-Openstack-Request-Id: req-e8fec8ea-f6a0-4b5f-a01e-ab7a77eb04e4 Date: Fri, 29 Jun 2018 05:27:34 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ae73922b-2349-4eac-b4e8-f3edece381d5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":10,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["a0ea309b-c8d0-4483-bd1b-4136f78f7e6f"],"description":"","tags":[],"updated_at":"2018-06-29T05:27:33Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-116c1f82-cff3-4e75-a3a0-d30f54c746f9-pub-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:27:31Z","provider:network_type":"vxlan"}]} 2018-06-29 05:27:34,133 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsSubnetTests-116c1f82-cff3-4e75-a3a0-d30f54c746f9-pub-net used request id req-e8fec8ea-f6a0-4b5f-a01e-ab7a77eb04e4 2018-06-29 05:27:34,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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 05:27:34,142 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 05:27:34 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.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 05:27:34,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}054e0da322fe8c2065a8dda84fbaa03aeab66411" 2018-06-29 05:27:34,248 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:27:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b604cf25-eb30-42a4-a3a7-ed81389d1626 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}} 2018-06-29 05:27:34,249 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 used request id req-b604cf25-eb30-42a4-a3a7-ed81389d1626 2018-06-29 05:27:34,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=ae73922b-2349-4eac-b4e8-f3edece381d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}054e0da322fe8c2065a8dda84fbaa03aeab66411" 2018-06-29 05:27:34,492 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-b17603f4-75b1-418d-8a1d-c75627f1a46c Date: Fri, 29 Jun 2018 05:27:34 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:27:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"a0ea309b-c8d0-4483-bd1b-4136f78f7e6f","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsSubnetTests-116c1f82-cff3-4e75-a3a0-d30f54c746f9-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"ae73922b-2349-4eac-b4e8-f3edece381d5","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:27:33Z","ip_version":4}]} 2018-06-29 05:27:34,492 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=ae73922b-2349-4eac-b4e8-f3edece381d5 used request id req-b17603f4-75b1-418d-8a1d-c75627f1a46c 2018-06-29 05:27:34,493 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-116c1f82-cff3-4e75-a3a0-d30f54c746f9-pub-subnet 2018-06-29 05:27:34,493 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-116c1f82-cff3-4e75-a3a0-d30f54c746f9-pub-subnet 2018-06-29 05:27:34,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/a0ea309b-c8d0-4483-bd1b-4136f78f7e6f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}054e0da322fe8c2065a8dda84fbaa03aeab66411" 2018-06-29 05:27:36,447 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d4af46f0-42db-4069-a5f9-3b51a8eac3d7 Date: Fri, 29 Jun 2018 05:27:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 05:27:36,447 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/a0ea309b-c8d0-4483-bd1b-4136f78f7e6f used request id req-d4af46f0-42db-4069-a5f9-3b51a8eac3d7 2018-06-29 05:27:36,447 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-116c1f82-cff3-4e75-a3a0-d30f54c746f9-pub-net 2018-06-29 05:27:36,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/ae73922b-2349-4eac-b4e8-f3edece381d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}054e0da322fe8c2065a8dda84fbaa03aeab66411" 2018-06-29 05:27:38,344 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0bac849b-0b7f-40b2-8632-9af6c076afdb Date: Fri, 29 Jun 2018 05:27:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 05:27:38,345 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/ae73922b-2349-4eac-b4e8-f3edece381d5 used request id req-0bac849b-0b7f-40b2-8632-9af6c076afdb 2018-06-29 05:27:38,346 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:27:38,742 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:27:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["kmi_SOO-TbibuhDQo39Ddg"], "issued_at": "2018-06-29T05:27:38.000000Z"}} 2018-06-29 05:27:38,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}8cab24ea1ae5c96d0695dd99fbb9616695e58fcb" 2018-06-29 05:27:38,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:27:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4531def6-1000-4593-96f2-058b5bee460b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:27:38,824 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4531def6-1000-4593-96f2-058b5bee460b 2018-06-29 05:27:38,825 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-6b06d923-87e3-4c96-b8f8-951571341bb5-pub-net 2018-06-29 05:27:38,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cab24ea1ae5c96d0695dd99fbb9616695e58fcb" -d '{"network": {"name": "NeutronUtilsRouterTests-6b06d923-87e3-4c96-b8f8-951571341bb5-pub-net", "admin_state_up": true}}' 2018-06-29 05:27:39,341 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 741 X-Openstack-Request-Id: req-7bc8be9b-7d09-4aba-bb03-101b21b4d19a Date: Fri, 29 Jun 2018 05:27:39 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"371b2e07-d1d0-44b7-9acc-57c426b9422a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":86,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T05:27:39Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-6b06d923-87e3-4c96-b8f8-951571341bb5-pub-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:27:39Z","mtu":1450}} 2018-06-29 05:27:39,341 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-7bc8be9b-7d09-4aba-bb03-101b21b4d19a 2018-06-29 05:27:39,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=371b2e07-d1d0-44b7-9acc-57c426b9422a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cab24ea1ae5c96d0695dd99fbb9616695e58fcb" 2018-06-29 05:27:39,600 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 725 X-Openstack-Request-Id: req-4d1d20a1-a60e-4788-a1f7-00ed63e1cb55 Date: Fri, 29 Jun 2018 05:27:39 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"371b2e07-d1d0-44b7-9acc-57c426b9422a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":86,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T05:27:39Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-6b06d923-87e3-4c96-b8f8-951571341bb5-pub-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:27:39Z","provider:network_type":"vxlan"}]} 2018-06-29 05:27:39,600 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=371b2e07-d1d0-44b7-9acc-57c426b9422a used request id req-4d1d20a1-a60e-4788-a1f7-00ed63e1cb55 2018-06-29 05:27:39,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=371b2e07-d1d0-44b7-9acc-57c426b9422a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cab24ea1ae5c96d0695dd99fbb9616695e58fcb" 2018-06-29 05:27:39,811 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-fcd48042-436d-4f73-999d-bd8c8ab0f1b8 Date: Fri, 29 Jun 2018 05:27:39 GMT RESP BODY: {"subnets":[]} 2018-06-29 05:27:39,811 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=371b2e07-d1d0-44b7-9acc-57c426b9422a used request id req-fcd48042-436d-4f73-999d-bd8c8ab0f1b8 2018-06-29 05:27:39,812 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-6b06d923-87e3-4c96-b8f8-951571341bb5-pub-subnet 2018-06-29 05:27:39,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cab24ea1ae5c96d0695dd99fbb9616695e58fcb" -d '{"subnets": [{"ip_version": 4, "network_id": "371b2e07-d1d0-44b7-9acc-57c426b9422a", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-6b06d923-87e3-4c96-b8f8-951571341bb5-pub-subnet"}]}' 2018-06-29 05:27:40,610 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-e40a414d-3119-4fae-81cb-ff9e638e40d9 Date: Fri, 29 Jun 2018 05:27:40 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:27:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"42c453b3-d548-4599-9e90-27a330f1e1e6","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-6b06d923-87e3-4c96-b8f8-951571341bb5-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"371b2e07-d1d0-44b7-9acc-57c426b9422a","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:27:40Z","ip_version":4}]} 2018-06-29 05:27:40,610 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-e40a414d-3119-4fae-81cb-ff9e638e40d9 2018-06-29 05:27:40,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=371b2e07-d1d0-44b7-9acc-57c426b9422a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cab24ea1ae5c96d0695dd99fbb9616695e58fcb" 2018-06-29 05:27:40,860 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 769 X-Openstack-Request-Id: req-705ee07f-2c5c-4313-ac57-3233dc360bca Date: Fri, 29 Jun 2018 05:27:40 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"371b2e07-d1d0-44b7-9acc-57c426b9422a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":86,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["42c453b3-d548-4599-9e90-27a330f1e1e6"],"description":"","tags":[],"updated_at":"2018-06-29T05:27:40Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-6b06d923-87e3-4c96-b8f8-951571341bb5-pub-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:27:39Z","provider:network_type":"vxlan"}]} 2018-06-29 05:27:40,860 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=371b2e07-d1d0-44b7-9acc-57c426b9422a used request id req-705ee07f-2c5c-4313-ac57-3233dc360bca 2018-06-29 05:27:40,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=371b2e07-d1d0-44b7-9acc-57c426b9422a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cab24ea1ae5c96d0695dd99fbb9616695e58fcb" 2018-06-29 05:27:41,081 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-7222950f-bdb2-4bcf-acc3-f3ea8f182c7b Date: Fri, 29 Jun 2018 05:27:41 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:27:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"42c453b3-d548-4599-9e90-27a330f1e1e6","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-6b06d923-87e3-4c96-b8f8-951571341bb5-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"371b2e07-d1d0-44b7-9acc-57c426b9422a","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:27:40Z","ip_version":4}]} 2018-06-29 05:27:41,081 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=371b2e07-d1d0-44b7-9acc-57c426b9422a used request id req-7222950f-bdb2-4bcf-acc3-f3ea8f182c7b 2018-06-29 05:27:41,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-6b06d923-87e3-4c96-b8f8-951571341bb5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cab24ea1ae5c96d0695dd99fbb9616695e58fcb" 2018-06-29 05:27:41,525 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 769 X-Openstack-Request-Id: req-ad1efb76-9bb9-4408-a1e6-c4858207ea4b Date: Fri, 29 Jun 2018 05:27:41 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"371b2e07-d1d0-44b7-9acc-57c426b9422a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":86,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["42c453b3-d548-4599-9e90-27a330f1e1e6"],"description":"","tags":[],"updated_at":"2018-06-29T05:27:40Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-6b06d923-87e3-4c96-b8f8-951571341bb5-pub-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:27:39Z","provider:network_type":"vxlan"}]} 2018-06-29 05:27:41,525 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-6b06d923-87e3-4c96-b8f8-951571341bb5-pub-net used request id req-ad1efb76-9bb9-4408-a1e6-c4858207ea4b 2018-06-29 05:27:41,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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 05:27:41,533 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 05:27: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.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 05:27:41,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cab24ea1ae5c96d0695dd99fbb9616695e58fcb" 2018-06-29 05:27:41,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:27:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-041467d4-2088-4344-9357-d7e1ac7a2bc4 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}} 2018-06-29 05:27:41,635 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 used request id req-041467d4-2088-4344-9357-d7e1ac7a2bc4 2018-06-29 05:27:41,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=371b2e07-d1d0-44b7-9acc-57c426b9422a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cab24ea1ae5c96d0695dd99fbb9616695e58fcb" 2018-06-29 05:27:41,858 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-c46e85f1-7efd-427f-9053-31227c22de24 Date: Fri, 29 Jun 2018 05:27:41 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:27:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"42c453b3-d548-4599-9e90-27a330f1e1e6","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-6b06d923-87e3-4c96-b8f8-951571341bb5-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"371b2e07-d1d0-44b7-9acc-57c426b9422a","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:27:40Z","ip_version":4}]} 2018-06-29 05:27:41,859 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=371b2e07-d1d0-44b7-9acc-57c426b9422a used request id req-c46e85f1-7efd-427f-9053-31227c22de24 2018-06-29 05:27:41,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=371b2e07-d1d0-44b7-9acc-57c426b9422a&name=NeutronUtilsRouterTests-6b06d923-87e3-4c96-b8f8-951571341bb5-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cab24ea1ae5c96d0695dd99fbb9616695e58fcb" 2018-06-29 05:27:42,870 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-fe5c4da0-1794-4a2c-b7eb-590396c09fbd Date: Fri, 29 Jun 2018 05:27:42 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:27:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"42c453b3-d548-4599-9e90-27a330f1e1e6","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-6b06d923-87e3-4c96-b8f8-951571341bb5-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"371b2e07-d1d0-44b7-9acc-57c426b9422a","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:27:40Z","ip_version":4}]} 2018-06-29 05:27:42,870 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=371b2e07-d1d0-44b7-9acc-57c426b9422a&name=NeutronUtilsRouterTests-6b06d923-87e3-4c96-b8f8-951571341bb5-pub-subnet used request id req-fe5c4da0-1794-4a2c-b7eb-590396c09fbd 2018-06-29 05:27:42,871 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:27:42,872 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:27:43,272 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:27:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["Q65UKIdDSiycQHWwqyBmcg"], "issued_at": "2018-06-29T05:27:43.000000Z"}} 2018-06-29 05:27:43,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}f41e07d33d450b662cca58db2f3e47b067f8ddb1" 2018-06-29 05:27:43,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:27:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de3ce33c-f030-41ac-b45d-056ec5a49507 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:27:43,285 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-de3ce33c-f030-41ac-b45d-056ec5a49507 2018-06-29 05:27:43,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cab24ea1ae5c96d0695dd99fbb9616695e58fcb" 2018-06-29 05:27:43,538 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-e6009c1d-c447-4ff8-adaf-df037f378177 Date: Fri, 29 Jun 2018 05:27:43 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"0e7f481a-c789-4462-9911-1581b2370e23","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"114a8cdc27184b288a7cbb609b5a20e9","l2_adjacency":true,"status":"ACTIVE","subnets":["cd8f9778-98be-4853-8c25-c3a09bf1702e"],"description":"","tags":[],"updated_at":"2018-06-29T05:22:35Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"114a8cdc27184b288a7cbb609b5a20e9","created_at":"2018-06-29T05:22:28Z","provider:network_type":"flat"}]} 2018-06-29 05:27:43,538 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=external used request id req-e6009c1d-c447-4ff8-adaf-df037f378177 2018-06-29 05:27:43,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=0e7f481a-c789-4462-9911-1581b2370e23 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cab24ea1ae5c96d0695dd99fbb9616695e58fcb" 2018-06-29 05:27:43,849 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-14746453-d419-42e8-868f-f3fc06693195 Date: Fri, 29 Jun 2018 05:27:43 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:22:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"cd8f9778-98be-4853-8c25-c3a09bf1702e","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"114a8cdc27184b288a7cbb609b5a20e9","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"0e7f481a-c789-4462-9911-1581b2370e23","tenant_id":"114a8cdc27184b288a7cbb609b5a20e9","created_at":"2018-06-29T05:22:35Z","ip_version":4}]} 2018-06-29 05:27:43,850 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=0e7f481a-c789-4462-9911-1581b2370e23 used request id req-14746453-d419-42e8-868f-f3fc06693195 2018-06-29 05:27:43,851 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-6b06d923-87e3-4c96-b8f8-951571341bb5-pub-router 2018-06-29 05:27:43,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cab24ea1ae5c96d0695dd99fbb9616695e58fcb" -d '{"router": {"external_gateway_info": {"network_id": "0e7f481a-c789-4462-9911-1581b2370e23"}, "name": "NeutronUtilsRouterTests-6b06d923-87e3-4c96-b8f8-951571341bb5-pub-router", "admin_state_up": true}}' 2018-06-29 05:27:50,242 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-89c10cef-a58c-4893-9f77-d6a2be6ea686 Date: Fri, 29 Jun 2018 05:27:50 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "0e7f481a-c789-4462-9911-1581b2370e23", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cd8f9778-98be-4853-8c25-c3a09bf1702e", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:27:44Z", "admin_state_up": true, "updated_at": "2018-06-29T05:27:46Z", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "flavor_id": null, "revision_number": 4, "routes": [], "ha": true, "id": "abbc9e34-4d65-4416-8824-b613499f0103", "name": "NeutronUtilsRouterTests-6b06d923-87e3-4c96-b8f8-951571341bb5-pub-router"}} 2018-06-29 05:27:50,242 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers used request id req-89c10cef-a58c-4893-9f77-d6a2be6ea686 2018-06-29 05:27:50,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=abbc9e34-4d65-4416-8824-b613499f0103 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cab24ea1ae5c96d0695dd99fbb9616695e58fcb" 2018-06-29 05:27:50,479 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3360 X-Openstack-Request-Id: req-d62be8a1-25ad-4b24-befb-632e56a7b738 Date: Fri, 29 Jun 2018 05:27:50 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:27:48Z","device_owner":"network:router_ha_interface","revision_number":2,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3ed98b0-8e55-42c2-8e46-42615e22141b","ip_address":"169.254.192.6"}],"id":"3a3dc248-8908-443a-ac90-d0b759fe54c0","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:8a:32:ea","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant cd9dbb674f044f3998e73a09e2cc2f57","admin_state_up":true,"network_id":"af9d502a-cf7c-4135-b0ce-f8dfe352749b","tenant_id":"","created_at":"2018-06-29T05:27:48Z","binding:vnic_type":"normal","device_id":"abbc9e34-4d65-4416-8824-b613499f0103","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:27:47Z","device_owner":"network:router_ha_interface","revision_number":2,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3ed98b0-8e55-42c2-8e46-42615e22141b","ip_address":"169.254.192.7"}],"id":"5a36bdb9-c87e-40c6-99e3-77b6a5657f8f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b6:3b:e4","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant cd9dbb674f044f3998e73a09e2cc2f57","admin_state_up":true,"network_id":"af9d502a-cf7c-4135-b0ce-f8dfe352749b","tenant_id":"","created_at":"2018-06-29T05:27:47Z","binding:vnic_type":"normal","device_id":"abbc9e34-4d65-4416-8824-b613499f0103","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:27:50Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cd8f9778-98be-4853-8c25-c3a09bf1702e","ip_address":"172.30.9.203"}],"id":"bbef2f78-0eb9-4076-9b44-12bc61ca2941","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:6a:cb:d8","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0e7f481a-c789-4462-9911-1581b2370e23","tenant_id":"","created_at":"2018-06-29T05:27:45Z","binding:vnic_type":"normal","device_id":"abbc9e34-4d65-4416-8824-b613499f0103","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:27:46Z","device_owner":"network:router_ha_interface","revision_number":2,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3ed98b0-8e55-42c2-8e46-42615e22141b","ip_address":"169.254.192.4"}],"id":"f0e0f707-63e7-4d8c-be5c-697a484a63df","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:30:95:2a","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant cd9dbb674f044f3998e73a09e2cc2f57","admin_state_up":true,"network_id":"af9d502a-cf7c-4135-b0ce-f8dfe352749b","tenant_id":"","created_at":"2018-06-29T05:27:46Z","binding:vnic_type":"normal","device_id":"abbc9e34-4d65-4416-8824-b613499f0103","ip_allocation":"immediate"}]} 2018-06-29 05:27:50,479 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=abbc9e34-4d65-4416-8824-b613499f0103 used request id req-d62be8a1-25ad-4b24-befb-632e56a7b738 2018-06-29 05:27:50,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/cd8f9778-98be-4853-8c25-c3a09bf1702e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cab24ea1ae5c96d0695dd99fbb9616695e58fcb" 2018-06-29 05:27:50,701 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 639 X-Openstack-Request-Id: req-1b78eff2-790a-4e17-b48a-7541617647ce Date: Fri, 29 Jun 2018 05:27:50 GMT RESP BODY: {"subnet":{"updated_at":"2018-06-29T05:22:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"cd8f9778-98be-4853-8c25-c3a09bf1702e","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"114a8cdc27184b288a7cbb609b5a20e9","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"0e7f481a-c789-4462-9911-1581b2370e23","tenant_id":"114a8cdc27184b288a7cbb609b5a20e9","created_at":"2018-06-29T05:22:35Z","ip_version":4}} 2018-06-29 05:27:50,702 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/cd8f9778-98be-4853-8c25-c3a09bf1702e used request id req-1b78eff2-790a-4e17-b48a-7541617647ce 2018-06-29 05:27:50,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/d3ed98b0-8e55-42c2-8e46-42615e22141b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cab24ea1ae5c96d0695dd99fbb9616695e58fcb" 2018-06-29 05:27:50,752 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 608 X-Openstack-Request-Id: req-d6757a32-7507-43af-8bcd-35827c46c826 Date: Fri, 29 Jun 2018 05:27:50 GMT RESP BODY: {"subnet":{"updated_at":"2018-06-29T05:27:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"d3ed98b0-8e55-42c2-8e46-42615e22141b","dns_nameservers":[],"gateway_ip":null,"project_id":"","description":"","tags":[],"cidr":"169.254.192.0/18","subnetpool_id":null,"service_types":[],"name":"HA subnet tenant cd9dbb674f044f3998e73a09e2cc2f57","enable_dhcp":false,"segment_id":null,"network_id":"af9d502a-cf7c-4135-b0ce-f8dfe352749b","tenant_id":"","created_at":"2018-06-29T05:27:44Z","ip_version":4}} 2018-06-29 05:27:50,753 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/d3ed98b0-8e55-42c2-8e46-42615e22141b used request id req-d6757a32-7507-43af-8bcd-35827c46c826 2018-06-29 05:27:50,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/d3ed98b0-8e55-42c2-8e46-42615e22141b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cab24ea1ae5c96d0695dd99fbb9616695e58fcb" 2018-06-29 05:27:50,977 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 608 X-Openstack-Request-Id: req-6be8fcbe-8366-4a86-8558-b1cc515aaefe Date: Fri, 29 Jun 2018 05:27:50 GMT RESP BODY: {"subnet":{"updated_at":"2018-06-29T05:27:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"d3ed98b0-8e55-42c2-8e46-42615e22141b","dns_nameservers":[],"gateway_ip":null,"project_id":"","description":"","tags":[],"cidr":"169.254.192.0/18","subnetpool_id":null,"service_types":[],"name":"HA subnet tenant cd9dbb674f044f3998e73a09e2cc2f57","enable_dhcp":false,"segment_id":null,"network_id":"af9d502a-cf7c-4135-b0ce-f8dfe352749b","tenant_id":"","created_at":"2018-06-29T05:27:44Z","ip_version":4}} 2018-06-29 05:27:50,977 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/d3ed98b0-8e55-42c2-8e46-42615e22141b used request id req-6be8fcbe-8366-4a86-8558-b1cc515aaefe 2018-06-29 05:27:50,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/d3ed98b0-8e55-42c2-8e46-42615e22141b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cab24ea1ae5c96d0695dd99fbb9616695e58fcb" 2018-06-29 05:27:51,025 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 608 X-Openstack-Request-Id: req-aa343d82-d9f0-4d95-accc-593edfc06a85 Date: Fri, 29 Jun 2018 05:27:51 GMT RESP BODY: {"subnet":{"updated_at":"2018-06-29T05:27:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"d3ed98b0-8e55-42c2-8e46-42615e22141b","dns_nameservers":[],"gateway_ip":null,"project_id":"","description":"","tags":[],"cidr":"169.254.192.0/18","subnetpool_id":null,"service_types":[],"name":"HA subnet tenant cd9dbb674f044f3998e73a09e2cc2f57","enable_dhcp":false,"segment_id":null,"network_id":"af9d502a-cf7c-4135-b0ce-f8dfe352749b","tenant_id":"","created_at":"2018-06-29T05:27:44Z","ip_version":4}} 2018-06-29 05:27:51,026 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/d3ed98b0-8e55-42c2-8e46-42615e22141b used request id req-aa343d82-d9f0-4d95-accc-593edfc06a85 2018-06-29 05:27:51,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-6b06d923-87e3-4c96-b8f8-951571341bb5-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cab24ea1ae5c96d0695dd99fbb9616695e58fcb" 2018-06-29 05:27:51,343 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-af632268-9121-4035-8381-8dd7d7733b8e Date: Fri, 29 Jun 2018 05:27:51 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "0e7f481a-c789-4462-9911-1581b2370e23", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cd8f9778-98be-4853-8c25-c3a09bf1702e", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:27:44Z", "admin_state_up": true, "updated_at": "2018-06-29T05:27:48Z", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "flavor_id": null, "revision_number": 8, "routes": [], "ha": true, "id": "abbc9e34-4d65-4416-8824-b613499f0103", "name": "NeutronUtilsRouterTests-6b06d923-87e3-4c96-b8f8-951571341bb5-pub-router"}]} 2018-06-29 05:27:51,343 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-6b06d923-87e3-4c96-b8f8-951571341bb5-pub-router used request id req-af632268-9121-4035-8381-8dd7d7733b8e 2018-06-29 05:27:51,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cab24ea1ae5c96d0695dd99fbb9616695e58fcb" 2018-06-29 05:27:51,440 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:27:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84d8fd45-ba7f-4f0d-9c3f-8fa08fad73f9 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}} 2018-06-29 05:27:51,440 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 used request id req-84d8fd45-ba7f-4f0d-9c3f-8fa08fad73f9 2018-06-29 05:27:51,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=abbc9e34-4d65-4416-8824-b613499f0103 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cab24ea1ae5c96d0695dd99fbb9616695e58fcb" 2018-06-29 05:27:51,502 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3552 X-Openstack-Request-Id: req-eca65a84-d400-419a-ae18-2d47a47a6f37 Date: Fri, 29 Jun 2018 05:27:51 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:27:51Z","device_owner":"network:router_ha_interface","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3ed98b0-8e55-42c2-8e46-42615e22141b","ip_address":"169.254.192.6"}],"id":"3a3dc248-8908-443a-ac90-d0b759fe54c0","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:8a:32:ea","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant cd9dbb674f044f3998e73a09e2cc2f57","admin_state_up":true,"network_id":"af9d502a-cf7c-4135-b0ce-f8dfe352749b","tenant_id":"","created_at":"2018-06-29T05:27:48Z","binding:vnic_type":"normal","device_id":"abbc9e34-4d65-4416-8824-b613499f0103","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:27:47Z","device_owner":"network:router_ha_interface","revision_number":2,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3ed98b0-8e55-42c2-8e46-42615e22141b","ip_address":"169.254.192.7"}],"id":"5a36bdb9-c87e-40c6-99e3-77b6a5657f8f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b6:3b:e4","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant cd9dbb674f044f3998e73a09e2cc2f57","admin_state_up":true,"network_id":"af9d502a-cf7c-4135-b0ce-f8dfe352749b","tenant_id":"","created_at":"2018-06-29T05:27:47Z","binding:vnic_type":"normal","device_id":"abbc9e34-4d65-4416-8824-b613499f0103","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:27:50Z","device_owner":"network:router_gateway","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cd8f9778-98be-4853-8c25-c3a09bf1702e","ip_address":"172.30.9.203"}],"id":"bbef2f78-0eb9-4076-9b44-12bc61ca2941","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6a:cb:d8","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0e7f481a-c789-4462-9911-1581b2370e23","tenant_id":"","created_at":"2018-06-29T05:27:45Z","binding:vnic_type":"normal","device_id":"abbc9e34-4d65-4416-8824-b613499f0103","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:27:51Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3ed98b0-8e55-42c2-8e46-42615e22141b","ip_address":"169.254.192.4"}],"id":"f0e0f707-63e7-4d8c-be5c-697a484a63df","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:30:95:2a","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant cd9dbb674f044f3998e73a09e2cc2f57","admin_state_up":true,"network_id":"af9d502a-cf7c-4135-b0ce-f8dfe352749b","tenant_id":"","created_at":"2018-06-29T05:27:46Z","binding:vnic_type":"normal","device_id":"abbc9e34-4d65-4416-8824-b613499f0103","ip_allocation":"immediate"}]} 2018-06-29 05:27:51,502 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=abbc9e34-4d65-4416-8824-b613499f0103 used request id req-eca65a84-d400-419a-ae18-2d47a47a6f37 2018-06-29 05:27:51,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/cd8f9778-98be-4853-8c25-c3a09bf1702e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cab24ea1ae5c96d0695dd99fbb9616695e58fcb" 2018-06-29 05:27:51,548 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 639 X-Openstack-Request-Id: req-4d131833-af4f-415a-8560-17e490d8e42e Date: Fri, 29 Jun 2018 05:27:51 GMT RESP BODY: {"subnet":{"updated_at":"2018-06-29T05:22:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"cd8f9778-98be-4853-8c25-c3a09bf1702e","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"114a8cdc27184b288a7cbb609b5a20e9","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"0e7f481a-c789-4462-9911-1581b2370e23","tenant_id":"114a8cdc27184b288a7cbb609b5a20e9","created_at":"2018-06-29T05:22:35Z","ip_version":4}} 2018-06-29 05:27:51,549 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/cd8f9778-98be-4853-8c25-c3a09bf1702e used request id req-4d131833-af4f-415a-8560-17e490d8e42e 2018-06-29 05:27:51,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/d3ed98b0-8e55-42c2-8e46-42615e22141b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cab24ea1ae5c96d0695dd99fbb9616695e58fcb" 2018-06-29 05:27:51,595 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 608 X-Openstack-Request-Id: req-2db4fd9d-f680-4aad-ad5f-b450a4eda6f3 Date: Fri, 29 Jun 2018 05:27:51 GMT RESP BODY: {"subnet":{"updated_at":"2018-06-29T05:27:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"d3ed98b0-8e55-42c2-8e46-42615e22141b","dns_nameservers":[],"gateway_ip":null,"project_id":"","description":"","tags":[],"cidr":"169.254.192.0/18","subnetpool_id":null,"service_types":[],"name":"HA subnet tenant cd9dbb674f044f3998e73a09e2cc2f57","enable_dhcp":false,"segment_id":null,"network_id":"af9d502a-cf7c-4135-b0ce-f8dfe352749b","tenant_id":"","created_at":"2018-06-29T05:27:44Z","ip_version":4}} 2018-06-29 05:27:51,595 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/d3ed98b0-8e55-42c2-8e46-42615e22141b used request id req-2db4fd9d-f680-4aad-ad5f-b450a4eda6f3 2018-06-29 05:27:51,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/d3ed98b0-8e55-42c2-8e46-42615e22141b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cab24ea1ae5c96d0695dd99fbb9616695e58fcb" 2018-06-29 05:27:51,644 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 608 X-Openstack-Request-Id: req-6a072c82-2a7f-4308-8f09-cc1696498b82 Date: Fri, 29 Jun 2018 05:27:51 GMT RESP BODY: {"subnet":{"updated_at":"2018-06-29T05:27:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"d3ed98b0-8e55-42c2-8e46-42615e22141b","dns_nameservers":[],"gateway_ip":null,"project_id":"","description":"","tags":[],"cidr":"169.254.192.0/18","subnetpool_id":null,"service_types":[],"name":"HA subnet tenant cd9dbb674f044f3998e73a09e2cc2f57","enable_dhcp":false,"segment_id":null,"network_id":"af9d502a-cf7c-4135-b0ce-f8dfe352749b","tenant_id":"","created_at":"2018-06-29T05:27:44Z","ip_version":4}} 2018-06-29 05:27:51,644 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/d3ed98b0-8e55-42c2-8e46-42615e22141b used request id req-6a072c82-2a7f-4308-8f09-cc1696498b82 2018-06-29 05:27:51,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/d3ed98b0-8e55-42c2-8e46-42615e22141b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cab24ea1ae5c96d0695dd99fbb9616695e58fcb" 2018-06-29 05:27:51,694 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 608 X-Openstack-Request-Id: req-a8631782-57c8-43df-8357-77b7a8cf933a Date: Fri, 29 Jun 2018 05:27:51 GMT RESP BODY: {"subnet":{"updated_at":"2018-06-29T05:27:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"d3ed98b0-8e55-42c2-8e46-42615e22141b","dns_nameservers":[],"gateway_ip":null,"project_id":"","description":"","tags":[],"cidr":"169.254.192.0/18","subnetpool_id":null,"service_types":[],"name":"HA subnet tenant cd9dbb674f044f3998e73a09e2cc2f57","enable_dhcp":false,"segment_id":null,"network_id":"af9d502a-cf7c-4135-b0ce-f8dfe352749b","tenant_id":"","created_at":"2018-06-29T05:27:44Z","ip_version":4}} 2018-06-29 05:27:51,694 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/d3ed98b0-8e55-42c2-8e46-42615e22141b used request id req-a8631782-57c8-43df-8357-77b7a8cf933a 2018-06-29 05:27:51,694 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-6b06d923-87e3-4c96-b8f8-951571341bb5-pub-router 2018-06-29 05:27:51,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9696/v2.0/routers/abbc9e34-4d65-4416-8824-b613499f0103/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cab24ea1ae5c96d0695dd99fbb9616695e58fcb" -d '{"subnet_id": "42c453b3-d548-4599-9e90-27a330f1e1e6"}' 2018-06-29 05:27:54,188 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-168cec6a-6972-4479-960a-a99a6837f669 Date: Fri, 29 Jun 2018 05:27:54 GMT RESP BODY: {"network_id": "371b2e07-d1d0-44b7-9acc-57c426b9422a", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "subnet_id": "42c453b3-d548-4599-9e90-27a330f1e1e6", "subnet_ids": ["42c453b3-d548-4599-9e90-27a330f1e1e6"], "port_id": "d14259f9-b6f6-44a6-84f6-d8cfe9af3a90", "id": "abbc9e34-4d65-4416-8824-b613499f0103"} 2018-06-29 05:27:54,189 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/abbc9e34-4d65-4416-8824-b613499f0103/add_router_interface used request id req-168cec6a-6972-4479-960a-a99a6837f669 2018-06-29 05:27:54,189 - neutron_utils - INFO - Removing router interface from router named NeutronUtilsRouterTests-6b06d923-87e3-4c96-b8f8-951571341bb5-pub-router 2018-06-29 05:27:54,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9696/v2.0/routers/abbc9e34-4d65-4416-8824-b613499f0103/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cab24ea1ae5c96d0695dd99fbb9616695e58fcb" -d '{"subnet_id": "42c453b3-d548-4599-9e90-27a330f1e1e6"}' 2018-06-29 05:27:58,107 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-609514ed-37f4-49f0-beb9-2f65fdda0680 Date: Fri, 29 Jun 2018 05:27:58 GMT RESP BODY: {"network_id": "371b2e07-d1d0-44b7-9acc-57c426b9422a", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "subnet_id": "42c453b3-d548-4599-9e90-27a330f1e1e6", "subnet_ids": ["42c453b3-d548-4599-9e90-27a330f1e1e6"], "port_id": "d14259f9-b6f6-44a6-84f6-d8cfe9af3a90", "id": "abbc9e34-4d65-4416-8824-b613499f0103"} 2018-06-29 05:27:58,107 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/abbc9e34-4d65-4416-8824-b613499f0103/remove_router_interface used request id req-609514ed-37f4-49f0-beb9-2f65fdda0680 2018-06-29 05:27:58,108 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-6b06d923-87e3-4c96-b8f8-951571341bb5-pub-router 2018-06-29 05:27:58,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/routers/abbc9e34-4d65-4416-8824-b613499f0103 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cab24ea1ae5c96d0695dd99fbb9616695e58fcb" 2018-06-29 05:28:02,298 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1cc4400a-be36-45ef-b741-b5d05fb2c87f Content-Length: 0 Date: Fri, 29 Jun 2018 05:28:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 05:28:02,298 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/abbc9e34-4d65-4416-8824-b613499f0103 used request id req-1cc4400a-be36-45ef-b741-b5d05fb2c87f 2018-06-29 05:28:02,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-6b06d923-87e3-4c96-b8f8-951571341bb5-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cab24ea1ae5c96d0695dd99fbb9616695e58fcb" 2018-06-29 05:28:02,348 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-f61b0301-e315-455e-8f64-a2f3d6325eae Date: Fri, 29 Jun 2018 05:28:02 GMT RESP BODY: {"routers": []} 2018-06-29 05:28:02,349 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-6b06d923-87e3-4c96-b8f8-951571341bb5-pub-router used request id req-f61b0301-e315-455e-8f64-a2f3d6325eae 2018-06-29 05:28:02,349 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-6b06d923-87e3-4c96-b8f8-951571341bb5-pub-subnet 2018-06-29 05:28:02,349 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-6b06d923-87e3-4c96-b8f8-951571341bb5-pub-subnet 2018-06-29 05:28:02,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/42c453b3-d548-4599-9e90-27a330f1e1e6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cab24ea1ae5c96d0695dd99fbb9616695e58fcb" 2018-06-29 05:28:04,580 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-41ca1c51-1ac2-4f40-ab64-171ac58a4429 Date: Fri, 29 Jun 2018 05:28:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 05:28:04,581 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/42c453b3-d548-4599-9e90-27a330f1e1e6 used request id req-41ca1c51-1ac2-4f40-ab64-171ac58a4429 2018-06-29 05:28:04,581 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-6b06d923-87e3-4c96-b8f8-951571341bb5-pub-net 2018-06-29 05:28:04,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/371b2e07-d1d0-44b7-9acc-57c426b9422a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cab24ea1ae5c96d0695dd99fbb9616695e58fcb" 2018-06-29 05:28:06,178 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d66e6056-ca1b-4905-bcd4-44f808275933 Date: Fri, 29 Jun 2018 05:28:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 05:28:06,178 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/371b2e07-d1d0-44b7-9acc-57c426b9422a used request id req-d66e6056-ca1b-4905-bcd4-44f808275933 2018-06-29 05:28:06,180 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:28:06,572 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:28:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["ecHfj1oqS6mcMlbEnXgoig"], "issued_at": "2018-06-29T05:28:06.000000Z"}} 2018-06-29 05:28:06,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}87207442e0691b57490ee5144fe5ecfd15ca85ef" 2018-06-29 05:28:06,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:28:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-181d904d-316f-443e-9025-8c349eb7d121 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:28:06,660 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-181d904d-316f-443e-9025-8c349eb7d121 2018-06-29 05:28:06,662 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-d58a4ec3-a364-400e-9273-42969bb39223-pub-net 2018-06-29 05:28:06,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87207442e0691b57490ee5144fe5ecfd15ca85ef" -d '{"network": {"name": "NeutronUtilsRouterTests-d58a4ec3-a364-400e-9273-42969bb39223-pub-net", "admin_state_up": true}}' 2018-06-29 05:28:07,119 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 741 X-Openstack-Request-Id: req-eeb6c2f2-03c4-4c8f-8f6c-3e69ce12577b Date: Fri, 29 Jun 2018 05:28:07 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"b5ca476e-39ea-4dc7-8a52-80942dbca1ed","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":56,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T05:28:06Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-d58a4ec3-a364-400e-9273-42969bb39223-pub-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:28:06Z","mtu":1450}} 2018-06-29 05:28:07,119 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-eeb6c2f2-03c4-4c8f-8f6c-3e69ce12577b 2018-06-29 05:28:07,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=b5ca476e-39ea-4dc7-8a52-80942dbca1ed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87207442e0691b57490ee5144fe5ecfd15ca85ef" 2018-06-29 05:28:07,353 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 725 X-Openstack-Request-Id: req-4dc59991-8c87-429e-9ff9-dc4e79dcc40f Date: Fri, 29 Jun 2018 05:28:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"b5ca476e-39ea-4dc7-8a52-80942dbca1ed","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":56,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T05:28:06Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-d58a4ec3-a364-400e-9273-42969bb39223-pub-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:28:06Z","provider:network_type":"vxlan"}]} 2018-06-29 05:28:07,353 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=b5ca476e-39ea-4dc7-8a52-80942dbca1ed used request id req-4dc59991-8c87-429e-9ff9-dc4e79dcc40f 2018-06-29 05:28:07,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=b5ca476e-39ea-4dc7-8a52-80942dbca1ed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87207442e0691b57490ee5144fe5ecfd15ca85ef" 2018-06-29 05:28:07,560 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-72221d25-32e2-406a-8a62-f3951f055f51 Date: Fri, 29 Jun 2018 05:28:07 GMT RESP BODY: {"subnets":[]} 2018-06-29 05:28:07,560 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=b5ca476e-39ea-4dc7-8a52-80942dbca1ed used request id req-72221d25-32e2-406a-8a62-f3951f055f51 2018-06-29 05:28:07,560 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-d58a4ec3-a364-400e-9273-42969bb39223-pub-subnet 2018-06-29 05:28:07,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87207442e0691b57490ee5144fe5ecfd15ca85ef" -d '{"subnets": [{"ip_version": 4, "network_id": "b5ca476e-39ea-4dc7-8a52-80942dbca1ed", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-d58a4ec3-a364-400e-9273-42969bb39223-pub-subnet"}]}' 2018-06-29 05:28:08,220 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-b74ec223-6a58-4e07-b481-7ad6fb3713a5 Date: Fri, 29 Jun 2018 05:28:08 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:28:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"981ec3e6-35c5-4261-8b77-fb1a2e708d2f","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-d58a4ec3-a364-400e-9273-42969bb39223-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"b5ca476e-39ea-4dc7-8a52-80942dbca1ed","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:28:07Z","ip_version":4}]} 2018-06-29 05:28:08,220 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-b74ec223-6a58-4e07-b481-7ad6fb3713a5 2018-06-29 05:28:08,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=b5ca476e-39ea-4dc7-8a52-80942dbca1ed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87207442e0691b57490ee5144fe5ecfd15ca85ef" 2018-06-29 05:28:08,309 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 769 X-Openstack-Request-Id: req-e8e07d63-c302-44a7-9c7c-f979f1c2e858 Date: Fri, 29 Jun 2018 05:28:08 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"b5ca476e-39ea-4dc7-8a52-80942dbca1ed","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":56,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["981ec3e6-35c5-4261-8b77-fb1a2e708d2f"],"description":"","tags":[],"updated_at":"2018-06-29T05:28:07Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-d58a4ec3-a364-400e-9273-42969bb39223-pub-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:28:06Z","provider:network_type":"vxlan"}]} 2018-06-29 05:28:08,309 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=b5ca476e-39ea-4dc7-8a52-80942dbca1ed used request id req-e8e07d63-c302-44a7-9c7c-f979f1c2e858 2018-06-29 05:28:08,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=b5ca476e-39ea-4dc7-8a52-80942dbca1ed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87207442e0691b57490ee5144fe5ecfd15ca85ef" 2018-06-29 05:28:08,531 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-7fd57cf5-e23e-4e07-8c35-a60a8051f7f3 Date: Fri, 29 Jun 2018 05:28:08 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:28:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"981ec3e6-35c5-4261-8b77-fb1a2e708d2f","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-d58a4ec3-a364-400e-9273-42969bb39223-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"b5ca476e-39ea-4dc7-8a52-80942dbca1ed","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:28:07Z","ip_version":4}]} 2018-06-29 05:28:08,531 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=b5ca476e-39ea-4dc7-8a52-80942dbca1ed used request id req-7fd57cf5-e23e-4e07-8c35-a60a8051f7f3 2018-06-29 05:28:08,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-d58a4ec3-a364-400e-9273-42969bb39223-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87207442e0691b57490ee5144fe5ecfd15ca85ef" 2018-06-29 05:28:08,622 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 769 X-Openstack-Request-Id: req-00242669-a092-4139-b4bf-96f6e737ac72 Date: Fri, 29 Jun 2018 05:28:08 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"b5ca476e-39ea-4dc7-8a52-80942dbca1ed","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":56,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["981ec3e6-35c5-4261-8b77-fb1a2e708d2f"],"description":"","tags":[],"updated_at":"2018-06-29T05:28:07Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-d58a4ec3-a364-400e-9273-42969bb39223-pub-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:28:06Z","provider:network_type":"vxlan"}]} 2018-06-29 05:28:08,622 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-d58a4ec3-a364-400e-9273-42969bb39223-pub-net used request id req-00242669-a092-4139-b4bf-96f6e737ac72 2018-06-29 05:28:08,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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 05:28:08,631 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 05:28: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.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 05:28:08,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87207442e0691b57490ee5144fe5ecfd15ca85ef" 2018-06-29 05:28:08,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:28:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-916dd0fb-bc99-4ed9-9b5f-9b17733e890c Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}} 2018-06-29 05:28:08,723 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 used request id req-916dd0fb-bc99-4ed9-9b5f-9b17733e890c 2018-06-29 05:28:08,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=b5ca476e-39ea-4dc7-8a52-80942dbca1ed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87207442e0691b57490ee5144fe5ecfd15ca85ef" 2018-06-29 05:28:08,950 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-3923626a-3274-4e94-887a-243746476cd5 Date: Fri, 29 Jun 2018 05:28:08 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:28:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"981ec3e6-35c5-4261-8b77-fb1a2e708d2f","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-d58a4ec3-a364-400e-9273-42969bb39223-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"b5ca476e-39ea-4dc7-8a52-80942dbca1ed","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:28:07Z","ip_version":4}]} 2018-06-29 05:28:08,950 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=b5ca476e-39ea-4dc7-8a52-80942dbca1ed used request id req-3923626a-3274-4e94-887a-243746476cd5 2018-06-29 05:28:08,950 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:28:08,951 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:28:09,359 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:28:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["lfGTMolaRXmsBbofPSQqtA"], "issued_at": "2018-06-29T05:28:09.000000Z"}} 2018-06-29 05:28:09,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}3ff2f17a08fb0609e58a863a75868330d92e5fc6" 2018-06-29 05:28:09,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:28:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a57f070-1f1c-49f3-995c-b88bb1c282dc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:28:09,447 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-0a57f070-1f1c-49f3-995c-b88bb1c282dc 2018-06-29 05:28:09,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87207442e0691b57490ee5144fe5ecfd15ca85ef" 2018-06-29 05:28:09,536 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-e22a1b81-196a-4403-8043-bd6291aae537 Date: Fri, 29 Jun 2018 05:28:09 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"0e7f481a-c789-4462-9911-1581b2370e23","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"114a8cdc27184b288a7cbb609b5a20e9","l2_adjacency":true,"status":"ACTIVE","subnets":["cd8f9778-98be-4853-8c25-c3a09bf1702e"],"description":"","tags":[],"updated_at":"2018-06-29T05:22:35Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"114a8cdc27184b288a7cbb609b5a20e9","created_at":"2018-06-29T05:22:28Z","provider:network_type":"flat"}]} 2018-06-29 05:28:09,537 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=external used request id req-e22a1b81-196a-4403-8043-bd6291aae537 2018-06-29 05:28:09,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=0e7f481a-c789-4462-9911-1581b2370e23 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87207442e0691b57490ee5144fe5ecfd15ca85ef" 2018-06-29 05:28:09,760 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-19ecb1ab-3a74-4ccc-80c3-0b0f284f1a53 Date: Fri, 29 Jun 2018 05:28:09 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:22:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"cd8f9778-98be-4853-8c25-c3a09bf1702e","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"114a8cdc27184b288a7cbb609b5a20e9","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"0e7f481a-c789-4462-9911-1581b2370e23","tenant_id":"114a8cdc27184b288a7cbb609b5a20e9","created_at":"2018-06-29T05:22:35Z","ip_version":4}]} 2018-06-29 05:28:09,760 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=0e7f481a-c789-4462-9911-1581b2370e23 used request id req-19ecb1ab-3a74-4ccc-80c3-0b0f284f1a53 2018-06-29 05:28:09,761 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-d58a4ec3-a364-400e-9273-42969bb39223-pub-router 2018-06-29 05:28:09,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87207442e0691b57490ee5144fe5ecfd15ca85ef" -d '{"router": {"external_gateway_info": {"network_id": "0e7f481a-c789-4462-9911-1581b2370e23"}, "name": "NeutronUtilsRouterTests-d58a4ec3-a364-400e-9273-42969bb39223-pub-router", "admin_state_up": true}}' 2018-06-29 05:28:15,582 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-709afe27-0286-4807-a271-bebd2eeacce7 Date: Fri, 29 Jun 2018 05:28:15 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "0e7f481a-c789-4462-9911-1581b2370e23", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cd8f9778-98be-4853-8c25-c3a09bf1702e", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:28:10Z", "admin_state_up": true, "updated_at": "2018-06-29T05:28:11Z", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "bb3bdd6a-d67d-4844-bcbf-09e0871fed42", "name": "NeutronUtilsRouterTests-d58a4ec3-a364-400e-9273-42969bb39223-pub-router"}} 2018-06-29 05:28:15,582 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers used request id req-709afe27-0286-4807-a271-bebd2eeacce7 2018-06-29 05:28:15,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=bb3bdd6a-d67d-4844-bcbf-09e0871fed42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87207442e0691b57490ee5144fe5ecfd15ca85ef" 2018-06-29 05:28:15,858 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3360 X-Openstack-Request-Id: req-c30ac92d-a74e-4930-99a9-9f5e62b19b30 Date: Fri, 29 Jun 2018 05:28:15 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:28:15Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cd8f9778-98be-4853-8c25-c3a09bf1702e","ip_address":"172.30.9.203"}],"id":"2645005e-e08d-4e0f-b3ff-a967d7cdc342","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ab:9c:de","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0e7f481a-c789-4462-9911-1581b2370e23","tenant_id":"","created_at":"2018-06-29T05:28:10Z","binding:vnic_type":"normal","device_id":"bb3bdd6a-d67d-4844-bcbf-09e0871fed42","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:28:12Z","device_owner":"network:router_ha_interface","revision_number":2,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a2807665-26bf-4d73-b259-62bf47d16a5f","ip_address":"169.254.192.7"}],"id":"4fcbbc6c-fcaf-46f8-bf77-45430da20b93","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:6b:89:c8","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant cd9dbb674f044f3998e73a09e2cc2f57","admin_state_up":true,"network_id":"c06f7bd0-01e7-412e-bdcf-bbae43cf3a21","tenant_id":"","created_at":"2018-06-29T05:28:12Z","binding:vnic_type":"normal","device_id":"bb3bdd6a-d67d-4844-bcbf-09e0871fed42","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:28:13Z","device_owner":"network:router_ha_interface","revision_number":2,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a2807665-26bf-4d73-b259-62bf47d16a5f","ip_address":"169.254.192.2"}],"id":"669e2ac6-e1c2-4f48-aa0d-3cbb1fdf6cc3","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:91:64:45","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant cd9dbb674f044f3998e73a09e2cc2f57","admin_state_up":true,"network_id":"c06f7bd0-01e7-412e-bdcf-bbae43cf3a21","tenant_id":"","created_at":"2018-06-29T05:28:13Z","binding:vnic_type":"normal","device_id":"bb3bdd6a-d67d-4844-bcbf-09e0871fed42","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:28:12Z","device_owner":"network:router_ha_interface","revision_number":2,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a2807665-26bf-4d73-b259-62bf47d16a5f","ip_address":"169.254.192.4"}],"id":"fcd30ca6-be1b-49ca-a9e8-623ae94abd04","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:3e:af:c1","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant cd9dbb674f044f3998e73a09e2cc2f57","admin_state_up":true,"network_id":"c06f7bd0-01e7-412e-bdcf-bbae43cf3a21","tenant_id":"","created_at":"2018-06-29T05:28:12Z","binding:vnic_type":"normal","device_id":"bb3bdd6a-d67d-4844-bcbf-09e0871fed42","ip_allocation":"immediate"}]} 2018-06-29 05:28:15,858 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=bb3bdd6a-d67d-4844-bcbf-09e0871fed42 used request id req-c30ac92d-a74e-4930-99a9-9f5e62b19b30 2018-06-29 05:28:15,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/cd8f9778-98be-4853-8c25-c3a09bf1702e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87207442e0691b57490ee5144fe5ecfd15ca85ef" 2018-06-29 05:28:16,112 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 639 X-Openstack-Request-Id: req-357f51ac-fdf9-4ccd-bf89-1e00ee310f55 Date: Fri, 29 Jun 2018 05:28:16 GMT RESP BODY: {"subnet":{"updated_at":"2018-06-29T05:22:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"cd8f9778-98be-4853-8c25-c3a09bf1702e","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"114a8cdc27184b288a7cbb609b5a20e9","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"0e7f481a-c789-4462-9911-1581b2370e23","tenant_id":"114a8cdc27184b288a7cbb609b5a20e9","created_at":"2018-06-29T05:22:35Z","ip_version":4}} 2018-06-29 05:28:16,112 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/cd8f9778-98be-4853-8c25-c3a09bf1702e used request id req-357f51ac-fdf9-4ccd-bf89-1e00ee310f55 2018-06-29 05:28:16,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/a2807665-26bf-4d73-b259-62bf47d16a5f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87207442e0691b57490ee5144fe5ecfd15ca85ef" 2018-06-29 05:28:16,331 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 608 X-Openstack-Request-Id: req-ff3e83a3-c6bd-4f1a-962e-043ca296553f Date: Fri, 29 Jun 2018 05:28:16 GMT RESP BODY: {"subnet":{"updated_at":"2018-06-29T05:28:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"a2807665-26bf-4d73-b259-62bf47d16a5f","dns_nameservers":[],"gateway_ip":null,"project_id":"","description":"","tags":[],"cidr":"169.254.192.0/18","subnetpool_id":null,"service_types":[],"name":"HA subnet tenant cd9dbb674f044f3998e73a09e2cc2f57","enable_dhcp":false,"segment_id":null,"network_id":"c06f7bd0-01e7-412e-bdcf-bbae43cf3a21","tenant_id":"","created_at":"2018-06-29T05:28:10Z","ip_version":4}} 2018-06-29 05:28:16,331 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/a2807665-26bf-4d73-b259-62bf47d16a5f used request id req-ff3e83a3-c6bd-4f1a-962e-043ca296553f 2018-06-29 05:28:16,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/a2807665-26bf-4d73-b259-62bf47d16a5f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87207442e0691b57490ee5144fe5ecfd15ca85ef" 2018-06-29 05:28:16,575 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 608 X-Openstack-Request-Id: req-18960810-e5f0-42af-b7c6-1e2ea1b336c1 Date: Fri, 29 Jun 2018 05:28:16 GMT RESP BODY: {"subnet":{"updated_at":"2018-06-29T05:28:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"a2807665-26bf-4d73-b259-62bf47d16a5f","dns_nameservers":[],"gateway_ip":null,"project_id":"","description":"","tags":[],"cidr":"169.254.192.0/18","subnetpool_id":null,"service_types":[],"name":"HA subnet tenant cd9dbb674f044f3998e73a09e2cc2f57","enable_dhcp":false,"segment_id":null,"network_id":"c06f7bd0-01e7-412e-bdcf-bbae43cf3a21","tenant_id":"","created_at":"2018-06-29T05:28:10Z","ip_version":4}} 2018-06-29 05:28:16,575 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/a2807665-26bf-4d73-b259-62bf47d16a5f used request id req-18960810-e5f0-42af-b7c6-1e2ea1b336c1 2018-06-29 05:28:16,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/a2807665-26bf-4d73-b259-62bf47d16a5f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87207442e0691b57490ee5144fe5ecfd15ca85ef" 2018-06-29 05:28:16,625 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 608 X-Openstack-Request-Id: req-85fd0757-09d4-4fb6-a679-1348b869ba70 Date: Fri, 29 Jun 2018 05:28:16 GMT RESP BODY: {"subnet":{"updated_at":"2018-06-29T05:28:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"a2807665-26bf-4d73-b259-62bf47d16a5f","dns_nameservers":[],"gateway_ip":null,"project_id":"","description":"","tags":[],"cidr":"169.254.192.0/18","subnetpool_id":null,"service_types":[],"name":"HA subnet tenant cd9dbb674f044f3998e73a09e2cc2f57","enable_dhcp":false,"segment_id":null,"network_id":"c06f7bd0-01e7-412e-bdcf-bbae43cf3a21","tenant_id":"","created_at":"2018-06-29T05:28:10Z","ip_version":4}} 2018-06-29 05:28:16,625 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/a2807665-26bf-4d73-b259-62bf47d16a5f used request id req-85fd0757-09d4-4fb6-a679-1348b869ba70 2018-06-29 05:28:16,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-d58a4ec3-a364-400e-9273-42969bb39223-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87207442e0691b57490ee5144fe5ecfd15ca85ef" 2018-06-29 05:28:17,101 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-31b3af3a-c197-43ab-b2ce-3c701b276ce6 Date: Fri, 29 Jun 2018 05:28:17 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "0e7f481a-c789-4462-9911-1581b2370e23", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cd8f9778-98be-4853-8c25-c3a09bf1702e", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:28:10Z", "admin_state_up": true, "updated_at": "2018-06-29T05:28:14Z", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "flavor_id": null, "revision_number": 7, "routes": [], "ha": true, "id": "bb3bdd6a-d67d-4844-bcbf-09e0871fed42", "name": "NeutronUtilsRouterTests-d58a4ec3-a364-400e-9273-42969bb39223-pub-router"}]} 2018-06-29 05:28:17,101 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-d58a4ec3-a364-400e-9273-42969bb39223-pub-router used request id req-31b3af3a-c197-43ab-b2ce-3c701b276ce6 2018-06-29 05:28:17,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87207442e0691b57490ee5144fe5ecfd15ca85ef" 2018-06-29 05:28:17,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:28:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c015b2b-a583-453e-b6f9-5c65d5e23d5f Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}} 2018-06-29 05:28:17,197 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 used request id req-7c015b2b-a583-453e-b6f9-5c65d5e23d5f 2018-06-29 05:28:17,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=bb3bdd6a-d67d-4844-bcbf-09e0871fed42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87207442e0691b57490ee5144fe5ecfd15ca85ef" 2018-06-29 05:28:17,269 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3518 X-Openstack-Request-Id: req-09ab12fc-3296-448e-96f3-1e2d339cf4f2 Date: Fri, 29 Jun 2018 05:28:17 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:28:16Z","device_owner":"network:router_gateway","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cd8f9778-98be-4853-8c25-c3a09bf1702e","ip_address":"172.30.9.203"}],"id":"2645005e-e08d-4e0f-b3ff-a967d7cdc342","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ab:9c:de","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0e7f481a-c789-4462-9911-1581b2370e23","tenant_id":"","created_at":"2018-06-29T05:28:10Z","binding:vnic_type":"normal","device_id":"bb3bdd6a-d67d-4844-bcbf-09e0871fed42","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:28:16Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a2807665-26bf-4d73-b259-62bf47d16a5f","ip_address":"169.254.192.7"}],"id":"4fcbbc6c-fcaf-46f8-bf77-45430da20b93","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6b:89:c8","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant cd9dbb674f044f3998e73a09e2cc2f57","admin_state_up":true,"network_id":"c06f7bd0-01e7-412e-bdcf-bbae43cf3a21","tenant_id":"","created_at":"2018-06-29T05:28:12Z","binding:vnic_type":"normal","device_id":"bb3bdd6a-d67d-4844-bcbf-09e0871fed42","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:28:13Z","device_owner":"network:router_ha_interface","revision_number":2,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a2807665-26bf-4d73-b259-62bf47d16a5f","ip_address":"169.254.192.2"}],"id":"669e2ac6-e1c2-4f48-aa0d-3cbb1fdf6cc3","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:91:64:45","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant cd9dbb674f044f3998e73a09e2cc2f57","admin_state_up":true,"network_id":"c06f7bd0-01e7-412e-bdcf-bbae43cf3a21","tenant_id":"","created_at":"2018-06-29T05:28:13Z","binding:vnic_type":"normal","device_id":"bb3bdd6a-d67d-4844-bcbf-09e0871fed42","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:28:12Z","device_owner":"network:router_ha_interface","revision_number":2,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a2807665-26bf-4d73-b259-62bf47d16a5f","ip_address":"169.254.192.4"}],"id":"fcd30ca6-be1b-49ca-a9e8-623ae94abd04","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:3e:af:c1","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant cd9dbb674f044f3998e73a09e2cc2f57","admin_state_up":true,"network_id":"c06f7bd0-01e7-412e-bdcf-bbae43cf3a21","tenant_id":"","created_at":"2018-06-29T05:28:12Z","binding:vnic_type":"normal","device_id":"bb3bdd6a-d67d-4844-bcbf-09e0871fed42","ip_allocation":"immediate"}]} 2018-06-29 05:28:17,269 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=bb3bdd6a-d67d-4844-bcbf-09e0871fed42 used request id req-09ab12fc-3296-448e-96f3-1e2d339cf4f2 2018-06-29 05:28:17,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/cd8f9778-98be-4853-8c25-c3a09bf1702e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87207442e0691b57490ee5144fe5ecfd15ca85ef" 2018-06-29 05:28:17,502 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 639 X-Openstack-Request-Id: req-922fcb48-dcea-418f-875c-2fc832b79083 Date: Fri, 29 Jun 2018 05:28:17 GMT RESP BODY: {"subnet":{"updated_at":"2018-06-29T05:22:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"cd8f9778-98be-4853-8c25-c3a09bf1702e","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"114a8cdc27184b288a7cbb609b5a20e9","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"0e7f481a-c789-4462-9911-1581b2370e23","tenant_id":"114a8cdc27184b288a7cbb609b5a20e9","created_at":"2018-06-29T05:22:35Z","ip_version":4}} 2018-06-29 05:28:17,502 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/cd8f9778-98be-4853-8c25-c3a09bf1702e used request id req-922fcb48-dcea-418f-875c-2fc832b79083 2018-06-29 05:28:17,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/a2807665-26bf-4d73-b259-62bf47d16a5f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87207442e0691b57490ee5144fe5ecfd15ca85ef" 2018-06-29 05:28:17,550 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 608 X-Openstack-Request-Id: req-538b7d75-e912-4cb0-af62-e00f1b6422fb Date: Fri, 29 Jun 2018 05:28:17 GMT RESP BODY: {"subnet":{"updated_at":"2018-06-29T05:28:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"a2807665-26bf-4d73-b259-62bf47d16a5f","dns_nameservers":[],"gateway_ip":null,"project_id":"","description":"","tags":[],"cidr":"169.254.192.0/18","subnetpool_id":null,"service_types":[],"name":"HA subnet tenant cd9dbb674f044f3998e73a09e2cc2f57","enable_dhcp":false,"segment_id":null,"network_id":"c06f7bd0-01e7-412e-bdcf-bbae43cf3a21","tenant_id":"","created_at":"2018-06-29T05:28:10Z","ip_version":4}} 2018-06-29 05:28:17,550 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/a2807665-26bf-4d73-b259-62bf47d16a5f used request id req-538b7d75-e912-4cb0-af62-e00f1b6422fb 2018-06-29 05:28:17,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/a2807665-26bf-4d73-b259-62bf47d16a5f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87207442e0691b57490ee5144fe5ecfd15ca85ef" 2018-06-29 05:28:17,596 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 608 X-Openstack-Request-Id: req-7e004634-21ec-4905-856c-39ae41dfa096 Date: Fri, 29 Jun 2018 05:28:17 GMT RESP BODY: {"subnet":{"updated_at":"2018-06-29T05:28:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"a2807665-26bf-4d73-b259-62bf47d16a5f","dns_nameservers":[],"gateway_ip":null,"project_id":"","description":"","tags":[],"cidr":"169.254.192.0/18","subnetpool_id":null,"service_types":[],"name":"HA subnet tenant cd9dbb674f044f3998e73a09e2cc2f57","enable_dhcp":false,"segment_id":null,"network_id":"c06f7bd0-01e7-412e-bdcf-bbae43cf3a21","tenant_id":"","created_at":"2018-06-29T05:28:10Z","ip_version":4}} 2018-06-29 05:28:17,596 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/a2807665-26bf-4d73-b259-62bf47d16a5f used request id req-7e004634-21ec-4905-856c-39ae41dfa096 2018-06-29 05:28:17,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/a2807665-26bf-4d73-b259-62bf47d16a5f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87207442e0691b57490ee5144fe5ecfd15ca85ef" 2018-06-29 05:28:17,651 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 608 X-Openstack-Request-Id: req-a1058abc-9943-4587-ac01-86b55df53621 Date: Fri, 29 Jun 2018 05:28:17 GMT RESP BODY: {"subnet":{"updated_at":"2018-06-29T05:28:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"a2807665-26bf-4d73-b259-62bf47d16a5f","dns_nameservers":[],"gateway_ip":null,"project_id":"","description":"","tags":[],"cidr":"169.254.192.0/18","subnetpool_id":null,"service_types":[],"name":"HA subnet tenant cd9dbb674f044f3998e73a09e2cc2f57","enable_dhcp":false,"segment_id":null,"network_id":"c06f7bd0-01e7-412e-bdcf-bbae43cf3a21","tenant_id":"","created_at":"2018-06-29T05:28:10Z","ip_version":4}} 2018-06-29 05:28:17,652 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/a2807665-26bf-4d73-b259-62bf47d16a5f used request id req-a1058abc-9943-4587-ac01-86b55df53621 2018-06-29 05:28:17,652 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-d58a4ec3-a364-400e-9273-42969bb39223-pub-subnet 2018-06-29 05:28:17,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/981ec3e6-35c5-4261-8b77-fb1a2e708d2f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87207442e0691b57490ee5144fe5ecfd15ca85ef" 2018-06-29 05:28:19,854 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-16d03964-0156-4e84-ab22-fc171361b585 Date: Fri, 29 Jun 2018 05:28:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 05:28:19,855 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/981ec3e6-35c5-4261-8b77-fb1a2e708d2f used request id req-16d03964-0156-4e84-ab22-fc171361b585 2018-06-29 05:28:19,855 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-d58a4ec3-a364-400e-9273-42969bb39223-pub-router 2018-06-29 05:28:19,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9696/v2.0/routers/bb3bdd6a-d67d-4844-bcbf-09e0871fed42/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87207442e0691b57490ee5144fe5ecfd15ca85ef" -d '{"subnet_id": "981ec3e6-35c5-4261-8b77-fb1a2e708d2f"}' 2018-06-29 05:28:20,241 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 136 X-Openstack-Request-Id: req-9aa6c8f2-b147-46df-a239-63e13db1d22f Date: Fri, 29 Jun 2018 05:28:20 GMT RESP BODY: {"NeutronError": {"message": "Subnet 981ec3e6-35c5-4261-8b77-fb1a2e708d2f could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-06-29 05:28:20,241 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/bb3bdd6a-d67d-4844-bcbf-09e0871fed42/add_router_interface used request id req-9aa6c8f2-b147-46df-a239-63e13db1d22f 2018-06-29 05:28:20,241 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Subnet 981ec3e6-35c5-4261-8b77-fb1a2e708d2f could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-06-29 05:28:20,241 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-d58a4ec3-a364-400e-9273-42969bb39223-pub-router 2018-06-29 05:28:20,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/routers/bb3bdd6a-d67d-4844-bcbf-09e0871fed42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87207442e0691b57490ee5144fe5ecfd15ca85ef" 2018-06-29 05:28:24,194 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e75e9990-3e90-4217-aafe-d04039bf33ef Content-Length: 0 Date: Fri, 29 Jun 2018 05:28:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 05:28:24,194 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/bb3bdd6a-d67d-4844-bcbf-09e0871fed42 used request id req-e75e9990-3e90-4217-aafe-d04039bf33ef 2018-06-29 05:28:24,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-d58a4ec3-a364-400e-9273-42969bb39223-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87207442e0691b57490ee5144fe5ecfd15ca85ef" 2018-06-29 05:28:24,432 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-d4845352-c6b1-4e2d-a6d2-015f96a6705c Date: Fri, 29 Jun 2018 05:28:24 GMT RESP BODY: {"routers": []} 2018-06-29 05:28:24,432 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-d58a4ec3-a364-400e-9273-42969bb39223-pub-router used request id req-d4845352-c6b1-4e2d-a6d2-015f96a6705c 2018-06-29 05:28:24,433 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-d58a4ec3-a364-400e-9273-42969bb39223-pub-subnet 2018-06-29 05:28:24,433 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-d58a4ec3-a364-400e-9273-42969bb39223-pub-subnet 2018-06-29 05:28:24,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/981ec3e6-35c5-4261-8b77-fb1a2e708d2f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87207442e0691b57490ee5144fe5ecfd15ca85ef" 2018-06-29 05:28:24,503 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 136 X-Openstack-Request-Id: req-3c4a2249-0eb5-40de-b701-f2a4a2817fc9 Date: Fri, 29 Jun 2018 05:28:24 GMT RESP BODY: {"NeutronError": {"message": "Subnet 981ec3e6-35c5-4261-8b77-fb1a2e708d2f could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-06-29 05:28:24,503 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/981ec3e6-35c5-4261-8b77-fb1a2e708d2f used request id req-3c4a2249-0eb5-40de-b701-f2a4a2817fc9 2018-06-29 05:28:24,504 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Subnet 981ec3e6-35c5-4261-8b77-fb1a2e708d2f could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-06-29 05:28:24,504 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-d58a4ec3-a364-400e-9273-42969bb39223-pub-net 2018-06-29 05:28:24,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/b5ca476e-39ea-4dc7-8a52-80942dbca1ed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87207442e0691b57490ee5144fe5ecfd15ca85ef" 2018-06-29 05:28:25,238 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c14cb4ab-f25e-4a00-a9f3-20df0c8344e2 Date: Fri, 29 Jun 2018 05:28:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 05:28:25,239 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/b5ca476e-39ea-4dc7-8a52-80942dbca1ed used request id req-c14cb4ab-f25e-4a00-a9f3-20df0c8344e2 2018-06-29 05:28:25,240 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:28:25,645 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:28:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["FY-ZC7E8QNitFnZBPw8h6A"], "issued_at": "2018-06-29T05:28:25.000000Z"}} 2018-06-29 05:28:25,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}e4119a40fcfea9795883ff7099cf2e81f9412a49" 2018-06-29 05:28:25,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:28:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93692432-d782-44f4-93a4-96d8cd786803 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:28:25,738 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-93692432-d782-44f4-93a4-96d8cd786803 2018-06-29 05:28:25,739 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-f0208daf-85a6-462a-a75f-204978a1b699-pub-net 2018-06-29 05:28:25,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4119a40fcfea9795883ff7099cf2e81f9412a49" -d '{"network": {"name": "NeutronUtilsRouterTests-f0208daf-85a6-462a-a75f-204978a1b699-pub-net", "admin_state_up": true}}' 2018-06-29 05:28:26,166 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 741 X-Openstack-Request-Id: req-bbe0ee4c-e273-47f5-aa50-75de916a73fe Date: Fri, 29 Jun 2018 05:28:26 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"91f6075c-f8ed-4160-88e2-ca6825afcf08","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":83,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T05:28:26Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-f0208daf-85a6-462a-a75f-204978a1b699-pub-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:28:25Z","mtu":1450}} 2018-06-29 05:28:26,166 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-bbe0ee4c-e273-47f5-aa50-75de916a73fe 2018-06-29 05:28:26,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=91f6075c-f8ed-4160-88e2-ca6825afcf08 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4119a40fcfea9795883ff7099cf2e81f9412a49" 2018-06-29 05:28:26,442 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 725 X-Openstack-Request-Id: req-1e110b11-fd6d-4be7-a9c5-22848709662c Date: Fri, 29 Jun 2018 05:28:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"91f6075c-f8ed-4160-88e2-ca6825afcf08","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":83,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T05:28:26Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-f0208daf-85a6-462a-a75f-204978a1b699-pub-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:28:25Z","provider:network_type":"vxlan"}]} 2018-06-29 05:28:26,442 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=91f6075c-f8ed-4160-88e2-ca6825afcf08 used request id req-1e110b11-fd6d-4be7-a9c5-22848709662c 2018-06-29 05:28:26,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=91f6075c-f8ed-4160-88e2-ca6825afcf08 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4119a40fcfea9795883ff7099cf2e81f9412a49" 2018-06-29 05:28:26,638 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-fed50c8b-7efa-4e01-9054-dc38711ef411 Date: Fri, 29 Jun 2018 05:28:26 GMT RESP BODY: {"subnets":[]} 2018-06-29 05:28:26,638 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=91f6075c-f8ed-4160-88e2-ca6825afcf08 used request id req-fed50c8b-7efa-4e01-9054-dc38711ef411 2018-06-29 05:28:26,639 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-f0208daf-85a6-462a-a75f-204978a1b699-pub-subnet 2018-06-29 05:28:26,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4119a40fcfea9795883ff7099cf2e81f9412a49" -d '{"subnets": [{"ip_version": 4, "network_id": "91f6075c-f8ed-4160-88e2-ca6825afcf08", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-f0208daf-85a6-462a-a75f-204978a1b699-pub-subnet"}]}' 2018-06-29 05:28:27,310 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-00de69df-9ced-4c67-8dcf-e8531f35fd95 Date: Fri, 29 Jun 2018 05:28:27 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:28:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"cd168a60-24bf-4214-8558-81052687c82d","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-f0208daf-85a6-462a-a75f-204978a1b699-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"91f6075c-f8ed-4160-88e2-ca6825afcf08","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:28:26Z","ip_version":4}]} 2018-06-29 05:28:27,310 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-00de69df-9ced-4c67-8dcf-e8531f35fd95 2018-06-29 05:28:27,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=91f6075c-f8ed-4160-88e2-ca6825afcf08 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4119a40fcfea9795883ff7099cf2e81f9412a49" 2018-06-29 05:28:27,602 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 769 X-Openstack-Request-Id: req-bb71df0a-30db-4a18-bfd8-60da3a609d0b Date: Fri, 29 Jun 2018 05:28:27 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"91f6075c-f8ed-4160-88e2-ca6825afcf08","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":83,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["cd168a60-24bf-4214-8558-81052687c82d"],"description":"","tags":[],"updated_at":"2018-06-29T05:28:26Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-f0208daf-85a6-462a-a75f-204978a1b699-pub-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:28:25Z","provider:network_type":"vxlan"}]} 2018-06-29 05:28:27,602 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=91f6075c-f8ed-4160-88e2-ca6825afcf08 used request id req-bb71df0a-30db-4a18-bfd8-60da3a609d0b 2018-06-29 05:28:27,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=91f6075c-f8ed-4160-88e2-ca6825afcf08 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4119a40fcfea9795883ff7099cf2e81f9412a49" 2018-06-29 05:28:27,805 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-fde37b03-bd28-4c6c-9209-2f221fe4fffa Date: Fri, 29 Jun 2018 05:28:27 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:28:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"cd168a60-24bf-4214-8558-81052687c82d","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-f0208daf-85a6-462a-a75f-204978a1b699-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"91f6075c-f8ed-4160-88e2-ca6825afcf08","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:28:26Z","ip_version":4}]} 2018-06-29 05:28:27,806 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=91f6075c-f8ed-4160-88e2-ca6825afcf08 used request id req-fde37b03-bd28-4c6c-9209-2f221fe4fffa 2018-06-29 05:28:27,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-f0208daf-85a6-462a-a75f-204978a1b699-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4119a40fcfea9795883ff7099cf2e81f9412a49" 2018-06-29 05:28:28,090 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 769 X-Openstack-Request-Id: req-35de0c70-7298-4bad-83d8-153ceacc5aeb Date: Fri, 29 Jun 2018 05:28:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"91f6075c-f8ed-4160-88e2-ca6825afcf08","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":83,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["cd168a60-24bf-4214-8558-81052687c82d"],"description":"","tags":[],"updated_at":"2018-06-29T05:28:26Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-f0208daf-85a6-462a-a75f-204978a1b699-pub-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:28:25Z","provider:network_type":"vxlan"}]} 2018-06-29 05:28:28,090 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-f0208daf-85a6-462a-a75f-204978a1b699-pub-net used request id req-35de0c70-7298-4bad-83d8-153ceacc5aeb 2018-06-29 05:28:28,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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 05:28:28,099 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 05:28: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.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 05:28:28,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4119a40fcfea9795883ff7099cf2e81f9412a49" 2018-06-29 05:28:28,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:28:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c8f5018-0792-49bc-a37e-1d9afbcc02ef Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}} 2018-06-29 05:28:28,119 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 used request id req-1c8f5018-0792-49bc-a37e-1d9afbcc02ef 2018-06-29 05:28:28,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=91f6075c-f8ed-4160-88e2-ca6825afcf08 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4119a40fcfea9795883ff7099cf2e81f9412a49" 2018-06-29 05:28:28,341 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-21554284-d4d0-4b8b-b150-c4789a730393 Date: Fri, 29 Jun 2018 05:28:28 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:28:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"cd168a60-24bf-4214-8558-81052687c82d","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-f0208daf-85a6-462a-a75f-204978a1b699-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"91f6075c-f8ed-4160-88e2-ca6825afcf08","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:28:26Z","ip_version":4}]} 2018-06-29 05:28:28,341 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=91f6075c-f8ed-4160-88e2-ca6825afcf08 used request id req-21554284-d4d0-4b8b-b150-c4789a730393 2018-06-29 05:28:28,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=91f6075c-f8ed-4160-88e2-ca6825afcf08&name=NeutronUtilsRouterTests-f0208daf-85a6-462a-a75f-204978a1b699-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4119a40fcfea9795883ff7099cf2e81f9412a49" 2018-06-29 05:28:28,389 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-8bc2719f-c5e8-4a65-9056-a67c8146f7c2 Date: Fri, 29 Jun 2018 05:28:28 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:28:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"cd168a60-24bf-4214-8558-81052687c82d","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-f0208daf-85a6-462a-a75f-204978a1b699-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"91f6075c-f8ed-4160-88e2-ca6825afcf08","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:28:26Z","ip_version":4}]} 2018-06-29 05:28:28,389 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=91f6075c-f8ed-4160-88e2-ca6825afcf08&name=NeutronUtilsRouterTests-f0208daf-85a6-462a-a75f-204978a1b699-pub-subnet used request id req-8bc2719f-c5e8-4a65-9056-a67c8146f7c2 2018-06-29 05:28:28,390 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-f0208daf-85a6-462a-a75f-204978a1b699-pub-subnet 2018-06-29 05:28:28,390 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-f0208daf-85a6-462a-a75f-204978a1b699-pub-subnet 2018-06-29 05:28:28,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/cd168a60-24bf-4214-8558-81052687c82d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4119a40fcfea9795883ff7099cf2e81f9412a49" 2018-06-29 05:28:30,008 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-db7a8e6d-c334-4ee7-b588-2548ff28d5b1 Date: Fri, 29 Jun 2018 05:28:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 05:28:30,008 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/cd168a60-24bf-4214-8558-81052687c82d used request id req-db7a8e6d-c334-4ee7-b588-2548ff28d5b1 2018-06-29 05:28:30,008 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-f0208daf-85a6-462a-a75f-204978a1b699-pub-net 2018-06-29 05:28:30,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/91f6075c-f8ed-4160-88e2-ca6825afcf08 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4119a40fcfea9795883ff7099cf2e81f9412a49" 2018-06-29 05:28:31,375 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c4d72863-b29c-45c1-a9af-882346bfff84 Date: Fri, 29 Jun 2018 05:28:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 05:28:31,376 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/91f6075c-f8ed-4160-88e2-ca6825afcf08 used request id req-c4d72863-b29c-45c1-a9af-882346bfff84 2018-06-29 05:28:31,377 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:28:31,782 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:28:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["-5MrEQfOQLOLJ4OkKwI-2g"], "issued_at": "2018-06-29T05:28:31.000000Z"}} 2018-06-29 05:28:31,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}661963b22e2cb007d78ed7c24f9254b959f9245c" 2018-06-29 05:28:31,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:28:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c980a025-b195-47d8-b9c4-bdc2786c903e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:28:31,866 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c980a025-b195-47d8-b9c4-bdc2786c903e 2018-06-29 05:28:31,867 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-5b4b1aaa-1266-4e25-b4ff-560ea9b00fea-pub-net 2018-06-29 05:28:31,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}661963b22e2cb007d78ed7c24f9254b959f9245c" -d '{"network": {"name": "NeutronUtilsRouterTests-5b4b1aaa-1266-4e25-b4ff-560ea9b00fea-pub-net", "admin_state_up": true}}' 2018-06-29 05:28:32,339 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 740 X-Openstack-Request-Id: req-8d457eac-9b27-4f9a-9d19-246566b59637 Date: Fri, 29 Jun 2018 05:28:32 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"fb0e0296-e79a-4992-92e5-322cf9c52cc3","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":3,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T05:28:32Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-5b4b1aaa-1266-4e25-b4ff-560ea9b00fea-pub-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:28:32Z","mtu":1450}} 2018-06-29 05:28:32,339 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-8d457eac-9b27-4f9a-9d19-246566b59637 2018-06-29 05:28:32,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=fb0e0296-e79a-4992-92e5-322cf9c52cc3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}661963b22e2cb007d78ed7c24f9254b959f9245c" 2018-06-29 05:28:32,740 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-f72250ce-a9bf-4b00-9ec6-2789eb350001 Date: Fri, 29 Jun 2018 05:28:32 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"fb0e0296-e79a-4992-92e5-322cf9c52cc3","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":3,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T05:28:32Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-5b4b1aaa-1266-4e25-b4ff-560ea9b00fea-pub-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:28:32Z","provider:network_type":"vxlan"}]} 2018-06-29 05:28:32,740 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=fb0e0296-e79a-4992-92e5-322cf9c52cc3 used request id req-f72250ce-a9bf-4b00-9ec6-2789eb350001 2018-06-29 05:28:32,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=fb0e0296-e79a-4992-92e5-322cf9c52cc3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}661963b22e2cb007d78ed7c24f9254b959f9245c" 2018-06-29 05:28:32,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-d0401c83-4e3f-483a-89f7-28577509f8d8 Date: Fri, 29 Jun 2018 05:28:32 GMT RESP BODY: {"subnets":[]} 2018-06-29 05:28:32,963 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=fb0e0296-e79a-4992-92e5-322cf9c52cc3 used request id req-d0401c83-4e3f-483a-89f7-28577509f8d8 2018-06-29 05:28:32,963 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-5b4b1aaa-1266-4e25-b4ff-560ea9b00fea-pub-subnet 2018-06-29 05:28:32,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}661963b22e2cb007d78ed7c24f9254b959f9245c" -d '{"subnets": [{"ip_version": 4, "network_id": "fb0e0296-e79a-4992-92e5-322cf9c52cc3", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-5b4b1aaa-1266-4e25-b4ff-560ea9b00fea-pub-subnet"}]}' 2018-06-29 05:28:33,712 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-f932f4e9-a378-43e8-a447-b6bcfb0cbdba Date: Fri, 29 Jun 2018 05:28:33 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:28:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"4fb17b24-df00-4ae6-aa8d-ac9010589145","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-5b4b1aaa-1266-4e25-b4ff-560ea9b00fea-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"fb0e0296-e79a-4992-92e5-322cf9c52cc3","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:28:33Z","ip_version":4}]} 2018-06-29 05:28:33,712 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-f932f4e9-a378-43e8-a447-b6bcfb0cbdba 2018-06-29 05:28:33,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=fb0e0296-e79a-4992-92e5-322cf9c52cc3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}661963b22e2cb007d78ed7c24f9254b959f9245c" 2018-06-29 05:28:33,967 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 768 X-Openstack-Request-Id: req-d42ef132-ae7c-482e-b9f3-e6feb938cfc5 Date: Fri, 29 Jun 2018 05:28:33 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"fb0e0296-e79a-4992-92e5-322cf9c52cc3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":3,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["4fb17b24-df00-4ae6-aa8d-ac9010589145"],"description":"","tags":[],"updated_at":"2018-06-29T05:28:33Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-5b4b1aaa-1266-4e25-b4ff-560ea9b00fea-pub-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:28:32Z","provider:network_type":"vxlan"}]} 2018-06-29 05:28:33,968 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=fb0e0296-e79a-4992-92e5-322cf9c52cc3 used request id req-d42ef132-ae7c-482e-b9f3-e6feb938cfc5 2018-06-29 05:28:33,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=fb0e0296-e79a-4992-92e5-322cf9c52cc3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}661963b22e2cb007d78ed7c24f9254b959f9245c" 2018-06-29 05:28:34,183 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-aaf89fe0-c98f-4fd0-adcf-08f483e931f8 Date: Fri, 29 Jun 2018 05:28:34 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:28:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"4fb17b24-df00-4ae6-aa8d-ac9010589145","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-5b4b1aaa-1266-4e25-b4ff-560ea9b00fea-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"fb0e0296-e79a-4992-92e5-322cf9c52cc3","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:28:33Z","ip_version":4}]} 2018-06-29 05:28:34,184 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=fb0e0296-e79a-4992-92e5-322cf9c52cc3 used request id req-aaf89fe0-c98f-4fd0-adcf-08f483e931f8 2018-06-29 05:28:34,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-5b4b1aaa-1266-4e25-b4ff-560ea9b00fea-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}661963b22e2cb007d78ed7c24f9254b959f9245c" 2018-06-29 05:28:34,316 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 768 X-Openstack-Request-Id: req-26f6858b-2a61-4794-8659-ea9426532b64 Date: Fri, 29 Jun 2018 05:28:34 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"fb0e0296-e79a-4992-92e5-322cf9c52cc3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":3,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["4fb17b24-df00-4ae6-aa8d-ac9010589145"],"description":"","tags":[],"updated_at":"2018-06-29T05:28:33Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-5b4b1aaa-1266-4e25-b4ff-560ea9b00fea-pub-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:28:32Z","provider:network_type":"vxlan"}]} 2018-06-29 05:28:34,316 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-5b4b1aaa-1266-4e25-b4ff-560ea9b00fea-pub-net used request id req-26f6858b-2a61-4794-8659-ea9426532b64 2018-06-29 05:28:34,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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 05:28:34,325 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 05:28:34 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.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 05:28:34,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}661963b22e2cb007d78ed7c24f9254b959f9245c" 2018-06-29 05:28:34,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:28:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da1a48a4-e943-4412-a5ef-b1f5692d8418 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}} 2018-06-29 05:28:34,430 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 used request id req-da1a48a4-e943-4412-a5ef-b1f5692d8418 2018-06-29 05:28:34,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=fb0e0296-e79a-4992-92e5-322cf9c52cc3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}661963b22e2cb007d78ed7c24f9254b959f9245c" 2018-06-29 05:28:34,668 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-ab08bfbc-f82d-438a-93c5-86c61f84bcd3 Date: Fri, 29 Jun 2018 05:28:34 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:28:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"4fb17b24-df00-4ae6-aa8d-ac9010589145","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-5b4b1aaa-1266-4e25-b4ff-560ea9b00fea-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"fb0e0296-e79a-4992-92e5-322cf9c52cc3","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:28:33Z","ip_version":4}]} 2018-06-29 05:28:34,669 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=fb0e0296-e79a-4992-92e5-322cf9c52cc3 used request id req-ab08bfbc-f82d-438a-93c5-86c61f84bcd3 2018-06-29 05:28:34,669 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:28:34,670 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:28:35,065 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:28:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["aL-lswWEQOGb91MPmFosSA"], "issued_at": "2018-06-29T05:28:35.000000Z"}} 2018-06-29 05:28:35,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}3acb575043b6e1806423ec1ea4c44048eda1132e" 2018-06-29 05:28:35,158 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:28:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53543bb4-7c04-41e0-b12d-fc2f27c68e3c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:28:35,158 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-53543bb4-7c04-41e0-b12d-fc2f27c68e3c 2018-06-29 05:28:35,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}661963b22e2cb007d78ed7c24f9254b959f9245c" 2018-06-29 05:28:35,477 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-8a76558c-856f-4c13-874d-3218f30f502a Date: Fri, 29 Jun 2018 05:28:35 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"0e7f481a-c789-4462-9911-1581b2370e23","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"114a8cdc27184b288a7cbb609b5a20e9","l2_adjacency":true,"status":"ACTIVE","subnets":["cd8f9778-98be-4853-8c25-c3a09bf1702e"],"description":"","tags":[],"updated_at":"2018-06-29T05:22:35Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"114a8cdc27184b288a7cbb609b5a20e9","created_at":"2018-06-29T05:22:28Z","provider:network_type":"flat"}]} 2018-06-29 05:28:35,477 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=external used request id req-8a76558c-856f-4c13-874d-3218f30f502a 2018-06-29 05:28:35,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=0e7f481a-c789-4462-9911-1581b2370e23 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}661963b22e2cb007d78ed7c24f9254b959f9245c" 2018-06-29 05:28:35,693 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-f57a13aa-d5b1-45d3-97e6-a26b0f07ab6b Date: Fri, 29 Jun 2018 05:28:35 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:22:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"cd8f9778-98be-4853-8c25-c3a09bf1702e","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"114a8cdc27184b288a7cbb609b5a20e9","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"0e7f481a-c789-4462-9911-1581b2370e23","tenant_id":"114a8cdc27184b288a7cbb609b5a20e9","created_at":"2018-06-29T05:22:35Z","ip_version":4}]} 2018-06-29 05:28:35,693 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=0e7f481a-c789-4462-9911-1581b2370e23 used request id req-f57a13aa-d5b1-45d3-97e6-a26b0f07ab6b 2018-06-29 05:28:35,694 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-5b4b1aaa-1266-4e25-b4ff-560ea9b00fea-pub-router 2018-06-29 05:28:35,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}661963b22e2cb007d78ed7c24f9254b959f9245c" -d '{"router": {"external_gateway_info": {"network_id": "0e7f481a-c789-4462-9911-1581b2370e23"}, "name": "NeutronUtilsRouterTests-5b4b1aaa-1266-4e25-b4ff-560ea9b00fea-pub-router", "admin_state_up": true}}' 2018-06-29 05:28:41,654 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-b09a7502-f7d4-441d-bb35-2cd65ab0b75c Date: Fri, 29 Jun 2018 05:28:41 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "0e7f481a-c789-4462-9911-1581b2370e23", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cd8f9778-98be-4853-8c25-c3a09bf1702e", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:28:36Z", "admin_state_up": true, "updated_at": "2018-06-29T05:28:37Z", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "f91bb5a7-a1ed-478e-994d-100d149e374c", "name": "NeutronUtilsRouterTests-5b4b1aaa-1266-4e25-b4ff-560ea9b00fea-pub-router"}} 2018-06-29 05:28:41,654 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers used request id req-b09a7502-f7d4-441d-bb35-2cd65ab0b75c 2018-06-29 05:28:41,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=f91bb5a7-a1ed-478e-994d-100d149e374c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}661963b22e2cb007d78ed7c24f9254b959f9245c" 2018-06-29 05:28:41,933 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3361 X-Openstack-Request-Id: req-9757304e-1570-4f7d-8dd3-8736b70e3858 Date: Fri, 29 Jun 2018 05:28:41 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:28:39Z","device_owner":"network:router_ha_interface","revision_number":2,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5412d77b-e361-44da-a9c7-ab7c08941ba3","ip_address":"169.254.192.9"}],"id":"21dea506-1456-4024-8d96-8ad02ab5b871","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:a7:7b:d3","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant cd9dbb674f044f3998e73a09e2cc2f57","admin_state_up":true,"network_id":"22daa19e-037f-4f57-9d0c-7efe2c5e1e49","tenant_id":"","created_at":"2018-06-29T05:28:39Z","binding:vnic_type":"normal","device_id":"f91bb5a7-a1ed-478e-994d-100d149e374c","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:28:38Z","device_owner":"network:router_ha_interface","revision_number":2,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5412d77b-e361-44da-a9c7-ab7c08941ba3","ip_address":"169.254.192.3"}],"id":"32bdf6c3-5d4b-4934-94f4-3e893dc7692c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:11:b7:5d","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant cd9dbb674f044f3998e73a09e2cc2f57","admin_state_up":true,"network_id":"22daa19e-037f-4f57-9d0c-7efe2c5e1e49","tenant_id":"","created_at":"2018-06-29T05:28:38Z","binding:vnic_type":"normal","device_id":"f91bb5a7-a1ed-478e-994d-100d149e374c","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:28:38Z","device_owner":"network:router_ha_interface","revision_number":2,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5412d77b-e361-44da-a9c7-ab7c08941ba3","ip_address":"169.254.192.10"}],"id":"a31eee15-94cb-4e1a-9384-28756e875371","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f6:3e:56","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant cd9dbb674f044f3998e73a09e2cc2f57","admin_state_up":true,"network_id":"22daa19e-037f-4f57-9d0c-7efe2c5e1e49","tenant_id":"","created_at":"2018-06-29T05:28:38Z","binding:vnic_type":"normal","device_id":"f91bb5a7-a1ed-478e-994d-100d149e374c","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:28:41Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cd8f9778-98be-4853-8c25-c3a09bf1702e","ip_address":"172.30.9.209"}],"id":"cbcdfe37-2ea3-458f-a719-ab651074f56a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:da:eb:62","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0e7f481a-c789-4462-9911-1581b2370e23","tenant_id":"","created_at":"2018-06-29T05:28:36Z","binding:vnic_type":"normal","device_id":"f91bb5a7-a1ed-478e-994d-100d149e374c","ip_allocation":"immediate"}]} 2018-06-29 05:28:41,933 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=f91bb5a7-a1ed-478e-994d-100d149e374c used request id req-9757304e-1570-4f7d-8dd3-8736b70e3858 2018-06-29 05:28:41,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/cd8f9778-98be-4853-8c25-c3a09bf1702e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}661963b22e2cb007d78ed7c24f9254b959f9245c" 2018-06-29 05:28:41,994 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 639 X-Openstack-Request-Id: req-49463886-27e2-4063-aafc-7b3e136d21f2 Date: Fri, 29 Jun 2018 05:28:41 GMT RESP BODY: {"subnet":{"updated_at":"2018-06-29T05:22:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"cd8f9778-98be-4853-8c25-c3a09bf1702e","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"114a8cdc27184b288a7cbb609b5a20e9","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"0e7f481a-c789-4462-9911-1581b2370e23","tenant_id":"114a8cdc27184b288a7cbb609b5a20e9","created_at":"2018-06-29T05:22:35Z","ip_version":4}} 2018-06-29 05:28:41,994 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/cd8f9778-98be-4853-8c25-c3a09bf1702e used request id req-49463886-27e2-4063-aafc-7b3e136d21f2 2018-06-29 05:28:41,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/5412d77b-e361-44da-a9c7-ab7c08941ba3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}661963b22e2cb007d78ed7c24f9254b959f9245c" 2018-06-29 05:28:42,247 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 608 X-Openstack-Request-Id: req-eb535715-f9a6-427a-8f2f-fdcacf1f806b Date: Fri, 29 Jun 2018 05:28:42 GMT RESP BODY: {"subnet":{"updated_at":"2018-06-29T05:28:36Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"5412d77b-e361-44da-a9c7-ab7c08941ba3","dns_nameservers":[],"gateway_ip":null,"project_id":"","description":"","tags":[],"cidr":"169.254.192.0/18","subnetpool_id":null,"service_types":[],"name":"HA subnet tenant cd9dbb674f044f3998e73a09e2cc2f57","enable_dhcp":false,"segment_id":null,"network_id":"22daa19e-037f-4f57-9d0c-7efe2c5e1e49","tenant_id":"","created_at":"2018-06-29T05:28:36Z","ip_version":4}} 2018-06-29 05:28:42,247 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/5412d77b-e361-44da-a9c7-ab7c08941ba3 used request id req-eb535715-f9a6-427a-8f2f-fdcacf1f806b 2018-06-29 05:28:42,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/5412d77b-e361-44da-a9c7-ab7c08941ba3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}661963b22e2cb007d78ed7c24f9254b959f9245c" 2018-06-29 05:28:42,498 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 608 X-Openstack-Request-Id: req-6f038b19-bddb-4d5e-8dd9-94c505c5df19 Date: Fri, 29 Jun 2018 05:28:42 GMT RESP BODY: {"subnet":{"updated_at":"2018-06-29T05:28:36Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"5412d77b-e361-44da-a9c7-ab7c08941ba3","dns_nameservers":[],"gateway_ip":null,"project_id":"","description":"","tags":[],"cidr":"169.254.192.0/18","subnetpool_id":null,"service_types":[],"name":"HA subnet tenant cd9dbb674f044f3998e73a09e2cc2f57","enable_dhcp":false,"segment_id":null,"network_id":"22daa19e-037f-4f57-9d0c-7efe2c5e1e49","tenant_id":"","created_at":"2018-06-29T05:28:36Z","ip_version":4}} 2018-06-29 05:28:42,499 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/5412d77b-e361-44da-a9c7-ab7c08941ba3 used request id req-6f038b19-bddb-4d5e-8dd9-94c505c5df19 2018-06-29 05:28:42,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/5412d77b-e361-44da-a9c7-ab7c08941ba3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}661963b22e2cb007d78ed7c24f9254b959f9245c" 2018-06-29 05:28:42,716 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 608 X-Openstack-Request-Id: req-d411d7e8-9ae5-45a1-ae89-23f36c047238 Date: Fri, 29 Jun 2018 05:28:42 GMT RESP BODY: {"subnet":{"updated_at":"2018-06-29T05:28:36Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"5412d77b-e361-44da-a9c7-ab7c08941ba3","dns_nameservers":[],"gateway_ip":null,"project_id":"","description":"","tags":[],"cidr":"169.254.192.0/18","subnetpool_id":null,"service_types":[],"name":"HA subnet tenant cd9dbb674f044f3998e73a09e2cc2f57","enable_dhcp":false,"segment_id":null,"network_id":"22daa19e-037f-4f57-9d0c-7efe2c5e1e49","tenant_id":"","created_at":"2018-06-29T05:28:36Z","ip_version":4}} 2018-06-29 05:28:42,716 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/5412d77b-e361-44da-a9c7-ab7c08941ba3 used request id req-d411d7e8-9ae5-45a1-ae89-23f36c047238 2018-06-29 05:28:42,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-5b4b1aaa-1266-4e25-b4ff-560ea9b00fea-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}661963b22e2cb007d78ed7c24f9254b959f9245c" 2018-06-29 05:28:43,019 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-2d786a17-b7aa-444f-ad85-78bdef2e4b7a Date: Fri, 29 Jun 2018 05:28:43 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "0e7f481a-c789-4462-9911-1581b2370e23", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cd8f9778-98be-4853-8c25-c3a09bf1702e", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:28:36Z", "admin_state_up": true, "updated_at": "2018-06-29T05:28:40Z", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "flavor_id": null, "revision_number": 7, "routes": [], "ha": true, "id": "f91bb5a7-a1ed-478e-994d-100d149e374c", "name": "NeutronUtilsRouterTests-5b4b1aaa-1266-4e25-b4ff-560ea9b00fea-pub-router"}]} 2018-06-29 05:28:43,020 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-5b4b1aaa-1266-4e25-b4ff-560ea9b00fea-pub-router used request id req-2d786a17-b7aa-444f-ad85-78bdef2e4b7a 2018-06-29 05:28:43,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}661963b22e2cb007d78ed7c24f9254b959f9245c" 2018-06-29 05:28:43,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:28:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4cfd5a6-47ab-42dd-a6b4-61d526a29662 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}} 2018-06-29 05:28:43,115 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 used request id req-b4cfd5a6-47ab-42dd-a6b4-61d526a29662 2018-06-29 05:28:43,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=f91bb5a7-a1ed-478e-994d-100d149e374c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}661963b22e2cb007d78ed7c24f9254b959f9245c" 2018-06-29 05:28:43,180 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3519 X-Openstack-Request-Id: req-4cc2a2df-65ac-4f29-aae5-bf62f5b29828 Date: Fri, 29 Jun 2018 05:28:43 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:28:42Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5412d77b-e361-44da-a9c7-ab7c08941ba3","ip_address":"169.254.192.9"}],"id":"21dea506-1456-4024-8d96-8ad02ab5b871","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a7:7b:d3","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant cd9dbb674f044f3998e73a09e2cc2f57","admin_state_up":true,"network_id":"22daa19e-037f-4f57-9d0c-7efe2c5e1e49","tenant_id":"","created_at":"2018-06-29T05:28:39Z","binding:vnic_type":"normal","device_id":"f91bb5a7-a1ed-478e-994d-100d149e374c","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:28:38Z","device_owner":"network:router_ha_interface","revision_number":2,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5412d77b-e361-44da-a9c7-ab7c08941ba3","ip_address":"169.254.192.3"}],"id":"32bdf6c3-5d4b-4934-94f4-3e893dc7692c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:11:b7:5d","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant cd9dbb674f044f3998e73a09e2cc2f57","admin_state_up":true,"network_id":"22daa19e-037f-4f57-9d0c-7efe2c5e1e49","tenant_id":"","created_at":"2018-06-29T05:28:38Z","binding:vnic_type":"normal","device_id":"f91bb5a7-a1ed-478e-994d-100d149e374c","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:28:38Z","device_owner":"network:router_ha_interface","revision_number":2,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5412d77b-e361-44da-a9c7-ab7c08941ba3","ip_address":"169.254.192.10"}],"id":"a31eee15-94cb-4e1a-9384-28756e875371","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f6:3e:56","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant cd9dbb674f044f3998e73a09e2cc2f57","admin_state_up":true,"network_id":"22daa19e-037f-4f57-9d0c-7efe2c5e1e49","tenant_id":"","created_at":"2018-06-29T05:28:38Z","binding:vnic_type":"normal","device_id":"f91bb5a7-a1ed-478e-994d-100d149e374c","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:28:42Z","device_owner":"network:router_gateway","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cd8f9778-98be-4853-8c25-c3a09bf1702e","ip_address":"172.30.9.209"}],"id":"cbcdfe37-2ea3-458f-a719-ab651074f56a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:da:eb:62","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0e7f481a-c789-4462-9911-1581b2370e23","tenant_id":"","created_at":"2018-06-29T05:28:36Z","binding:vnic_type":"normal","device_id":"f91bb5a7-a1ed-478e-994d-100d149e374c","ip_allocation":"immediate"}]} 2018-06-29 05:28:43,180 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=f91bb5a7-a1ed-478e-994d-100d149e374c used request id req-4cc2a2df-65ac-4f29-aae5-bf62f5b29828 2018-06-29 05:28:43,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/cd8f9778-98be-4853-8c25-c3a09bf1702e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}661963b22e2cb007d78ed7c24f9254b959f9245c" 2018-06-29 05:28:43,231 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 639 X-Openstack-Request-Id: req-f8f61879-ae26-4217-8eb5-1b8d51802449 Date: Fri, 29 Jun 2018 05:28:43 GMT RESP BODY: {"subnet":{"updated_at":"2018-06-29T05:22:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"cd8f9778-98be-4853-8c25-c3a09bf1702e","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"114a8cdc27184b288a7cbb609b5a20e9","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"0e7f481a-c789-4462-9911-1581b2370e23","tenant_id":"114a8cdc27184b288a7cbb609b5a20e9","created_at":"2018-06-29T05:22:35Z","ip_version":4}} 2018-06-29 05:28:43,231 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/cd8f9778-98be-4853-8c25-c3a09bf1702e used request id req-f8f61879-ae26-4217-8eb5-1b8d51802449 2018-06-29 05:28:43,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/5412d77b-e361-44da-a9c7-ab7c08941ba3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}661963b22e2cb007d78ed7c24f9254b959f9245c" 2018-06-29 05:28:43,296 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 608 X-Openstack-Request-Id: req-67a65130-235a-4915-9068-f0b070f4f503 Date: Fri, 29 Jun 2018 05:28:43 GMT RESP BODY: {"subnet":{"updated_at":"2018-06-29T05:28:36Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"5412d77b-e361-44da-a9c7-ab7c08941ba3","dns_nameservers":[],"gateway_ip":null,"project_id":"","description":"","tags":[],"cidr":"169.254.192.0/18","subnetpool_id":null,"service_types":[],"name":"HA subnet tenant cd9dbb674f044f3998e73a09e2cc2f57","enable_dhcp":false,"segment_id":null,"network_id":"22daa19e-037f-4f57-9d0c-7efe2c5e1e49","tenant_id":"","created_at":"2018-06-29T05:28:36Z","ip_version":4}} 2018-06-29 05:28:43,296 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/5412d77b-e361-44da-a9c7-ab7c08941ba3 used request id req-67a65130-235a-4915-9068-f0b070f4f503 2018-06-29 05:28:43,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/5412d77b-e361-44da-a9c7-ab7c08941ba3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}661963b22e2cb007d78ed7c24f9254b959f9245c" 2018-06-29 05:28:43,470 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 608 X-Openstack-Request-Id: req-d753ddad-b1b3-4327-98b3-9ce9b76ec3da Date: Fri, 29 Jun 2018 05:28:43 GMT RESP BODY: {"subnet":{"updated_at":"2018-06-29T05:28:36Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"5412d77b-e361-44da-a9c7-ab7c08941ba3","dns_nameservers":[],"gateway_ip":null,"project_id":"","description":"","tags":[],"cidr":"169.254.192.0/18","subnetpool_id":null,"service_types":[],"name":"HA subnet tenant cd9dbb674f044f3998e73a09e2cc2f57","enable_dhcp":false,"segment_id":null,"network_id":"22daa19e-037f-4f57-9d0c-7efe2c5e1e49","tenant_id":"","created_at":"2018-06-29T05:28:36Z","ip_version":4}} 2018-06-29 05:28:43,471 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/5412d77b-e361-44da-a9c7-ab7c08941ba3 used request id req-d753ddad-b1b3-4327-98b3-9ce9b76ec3da 2018-06-29 05:28:43,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/5412d77b-e361-44da-a9c7-ab7c08941ba3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}661963b22e2cb007d78ed7c24f9254b959f9245c" 2018-06-29 05:28:43,686 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 608 X-Openstack-Request-Id: req-df28a26a-ed30-4dbc-8ae5-24dbbcaaf5fb Date: Fri, 29 Jun 2018 05:28:43 GMT RESP BODY: {"subnet":{"updated_at":"2018-06-29T05:28:36Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"5412d77b-e361-44da-a9c7-ab7c08941ba3","dns_nameservers":[],"gateway_ip":null,"project_id":"","description":"","tags":[],"cidr":"169.254.192.0/18","subnetpool_id":null,"service_types":[],"name":"HA subnet tenant cd9dbb674f044f3998e73a09e2cc2f57","enable_dhcp":false,"segment_id":null,"network_id":"22daa19e-037f-4f57-9d0c-7efe2c5e1e49","tenant_id":"","created_at":"2018-06-29T05:28:36Z","ip_version":4}} 2018-06-29 05:28:43,686 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/5412d77b-e361-44da-a9c7-ab7c08941ba3 used request id req-df28a26a-ed30-4dbc-8ae5-24dbbcaaf5fb 2018-06-29 05:28:43,687 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-5b4b1aaa-1266-4e25-b4ff-560ea9b00fea-pub-router 2018-06-29 05:28:43,687 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-5b4b1aaa-1266-4e25-b4ff-560ea9b00fea-pub-router 2018-06-29 05:28:43,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/routers/f91bb5a7-a1ed-478e-994d-100d149e374c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}661963b22e2cb007d78ed7c24f9254b959f9245c" 2018-06-29 05:28:47,494 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b7b4d8ed-d165-4515-95bd-3c32d2eaa0ae Content-Length: 0 Date: Fri, 29 Jun 2018 05:28:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 05:28:47,494 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/f91bb5a7-a1ed-478e-994d-100d149e374c used request id req-b7b4d8ed-d165-4515-95bd-3c32d2eaa0ae 2018-06-29 05:28:47,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-5b4b1aaa-1266-4e25-b4ff-560ea9b00fea-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}661963b22e2cb007d78ed7c24f9254b959f9245c" 2018-06-29 05:28:47,547 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-04f1265e-98f4-46f7-941f-6062b968ef44 Date: Fri, 29 Jun 2018 05:28:47 GMT RESP BODY: {"routers": []} 2018-06-29 05:28:47,547 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-5b4b1aaa-1266-4e25-b4ff-560ea9b00fea-pub-router used request id req-04f1265e-98f4-46f7-941f-6062b968ef44 2018-06-29 05:28:47,547 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-5b4b1aaa-1266-4e25-b4ff-560ea9b00fea-pub-subnet 2018-06-29 05:28:47,547 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-5b4b1aaa-1266-4e25-b4ff-560ea9b00fea-pub-subnet 2018-06-29 05:28:47,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/4fb17b24-df00-4ae6-aa8d-ac9010589145 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}661963b22e2cb007d78ed7c24f9254b959f9245c" 2018-06-29 05:28:49,968 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ca905768-e0eb-4376-8bdb-e0b152a2b5bc Date: Fri, 29 Jun 2018 05:28:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 05:28:49,969 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/4fb17b24-df00-4ae6-aa8d-ac9010589145 used request id req-ca905768-e0eb-4376-8bdb-e0b152a2b5bc 2018-06-29 05:28:49,969 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-5b4b1aaa-1266-4e25-b4ff-560ea9b00fea-pub-net 2018-06-29 05:28:49,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/fb0e0296-e79a-4992-92e5-322cf9c52cc3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}661963b22e2cb007d78ed7c24f9254b959f9245c" 2018-06-29 05:28:51,549 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a4bfeeae-e485-4788-8d75-1cfe071aa566 Date: Fri, 29 Jun 2018 05:28:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 05:28:51,549 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/fb0e0296-e79a-4992-92e5-322cf9c52cc3 used request id req-a4bfeeae-e485-4788-8d75-1cfe071aa566 2018-06-29 05:28:51,550 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:28:51,950 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:28:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["PE8eNwg9R-2J8Dr6CQL1Vw"], "issued_at": "2018-06-29T05:28:51.000000Z"}} 2018-06-29 05:28:51,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}728efd307c7014e5b5395c69c197048acd5d13e1" 2018-06-29 05:28:52,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:28:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bccbcdf4-541e-4ebd-bbb8-e32c2217b3cf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:28:52,043 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-bccbcdf4-541e-4ebd-bbb8-e32c2217b3cf 2018-06-29 05:28:52,045 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-944c538d-800a-4935-b96c-3267835290a2-pub-net 2018-06-29 05:28:52,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}728efd307c7014e5b5395c69c197048acd5d13e1" -d '{"network": {"name": "NeutronUtilsRouterTests-944c538d-800a-4935-b96c-3267835290a2-pub-net", "admin_state_up": true}}' 2018-06-29 05:28:52,471 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 741 X-Openstack-Request-Id: req-d766d1ca-a359-4f1a-a188-563695842d79 Date: Fri, 29 Jun 2018 05:28:52 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"2de6d412-bcce-44ef-a73f-d5e08ef5a229","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":67,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T05:28:52Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-944c538d-800a-4935-b96c-3267835290a2-pub-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:28:52Z","mtu":1450}} 2018-06-29 05:28:52,472 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-d766d1ca-a359-4f1a-a188-563695842d79 2018-06-29 05:28:52,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=2de6d412-bcce-44ef-a73f-d5e08ef5a229 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}728efd307c7014e5b5395c69c197048acd5d13e1" 2018-06-29 05:28:52,735 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 725 X-Openstack-Request-Id: req-a84742de-20f9-41ae-8ba6-21fed59085f9 Date: Fri, 29 Jun 2018 05:28:52 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"2de6d412-bcce-44ef-a73f-d5e08ef5a229","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":67,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T05:28:52Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-944c538d-800a-4935-b96c-3267835290a2-pub-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:28:52Z","provider:network_type":"vxlan"}]} 2018-06-29 05:28:52,735 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=2de6d412-bcce-44ef-a73f-d5e08ef5a229 used request id req-a84742de-20f9-41ae-8ba6-21fed59085f9 2018-06-29 05:28:52,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=2de6d412-bcce-44ef-a73f-d5e08ef5a229 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}728efd307c7014e5b5395c69c197048acd5d13e1" 2018-06-29 05:28:52,969 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-26f23df6-65fa-4c8f-8ea9-9fdcff3175e1 Date: Fri, 29 Jun 2018 05:28:52 GMT RESP BODY: {"subnets":[]} 2018-06-29 05:28:52,969 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=2de6d412-bcce-44ef-a73f-d5e08ef5a229 used request id req-26f23df6-65fa-4c8f-8ea9-9fdcff3175e1 2018-06-29 05:28:52,969 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-944c538d-800a-4935-b96c-3267835290a2-pub-subnet 2018-06-29 05:28:52,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}728efd307c7014e5b5395c69c197048acd5d13e1" -d '{"subnets": [{"ip_version": 4, "network_id": "2de6d412-bcce-44ef-a73f-d5e08ef5a229", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-944c538d-800a-4935-b96c-3267835290a2-pub-subnet"}]}' 2018-06-29 05:28:53,627 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-99e416c5-f75f-4df7-adb7-499de7f542d7 Date: Fri, 29 Jun 2018 05:28:53 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:28:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"e702fe37-e999-48f6-ad48-f440c2df9306","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-944c538d-800a-4935-b96c-3267835290a2-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"2de6d412-bcce-44ef-a73f-d5e08ef5a229","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:28:53Z","ip_version":4}]} 2018-06-29 05:28:53,627 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-99e416c5-f75f-4df7-adb7-499de7f542d7 2018-06-29 05:28:53,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=2de6d412-bcce-44ef-a73f-d5e08ef5a229 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}728efd307c7014e5b5395c69c197048acd5d13e1" 2018-06-29 05:28:54,016 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 769 X-Openstack-Request-Id: req-e2eb5a32-115b-40b3-9b91-7ac13fbcfa62 Date: Fri, 29 Jun 2018 05:28:54 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"2de6d412-bcce-44ef-a73f-d5e08ef5a229","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":67,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["e702fe37-e999-48f6-ad48-f440c2df9306"],"description":"","tags":[],"updated_at":"2018-06-29T05:28:53Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-944c538d-800a-4935-b96c-3267835290a2-pub-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:28:52Z","provider:network_type":"vxlan"}]} 2018-06-29 05:28:54,017 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=2de6d412-bcce-44ef-a73f-d5e08ef5a229 used request id req-e2eb5a32-115b-40b3-9b91-7ac13fbcfa62 2018-06-29 05:28:54,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=2de6d412-bcce-44ef-a73f-d5e08ef5a229 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}728efd307c7014e5b5395c69c197048acd5d13e1" 2018-06-29 05:28:54,309 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-f4afdda5-4d7b-47bc-80cc-713ecba6fbe8 Date: Fri, 29 Jun 2018 05:28:54 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:28:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"e702fe37-e999-48f6-ad48-f440c2df9306","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-944c538d-800a-4935-b96c-3267835290a2-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"2de6d412-bcce-44ef-a73f-d5e08ef5a229","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:28:53Z","ip_version":4}]} 2018-06-29 05:28:54,310 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=2de6d412-bcce-44ef-a73f-d5e08ef5a229 used request id req-f4afdda5-4d7b-47bc-80cc-713ecba6fbe8 2018-06-29 05:28:54,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-944c538d-800a-4935-b96c-3267835290a2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}728efd307c7014e5b5395c69c197048acd5d13e1" 2018-06-29 05:28:54,715 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 769 X-Openstack-Request-Id: req-40e7f69e-1835-4c31-ab2e-7495633e2fac Date: Fri, 29 Jun 2018 05:28:54 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"2de6d412-bcce-44ef-a73f-d5e08ef5a229","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":67,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["e702fe37-e999-48f6-ad48-f440c2df9306"],"description":"","tags":[],"updated_at":"2018-06-29T05:28:53Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-944c538d-800a-4935-b96c-3267835290a2-pub-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:28:52Z","provider:network_type":"vxlan"}]} 2018-06-29 05:28:54,715 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-944c538d-800a-4935-b96c-3267835290a2-pub-net used request id req-40e7f69e-1835-4c31-ab2e-7495633e2fac 2018-06-29 05:28:54,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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 05:28:54,723 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 05:28: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.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 05:28:54,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}728efd307c7014e5b5395c69c197048acd5d13e1" 2018-06-29 05:28:54,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:28:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a45e3af-4e49-421f-b7aa-dc345d5f89ad Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}} 2018-06-29 05:28:54,816 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 used request id req-3a45e3af-4e49-421f-b7aa-dc345d5f89ad 2018-06-29 05:28:54,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=2de6d412-bcce-44ef-a73f-d5e08ef5a229 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}728efd307c7014e5b5395c69c197048acd5d13e1" 2018-06-29 05:28:55,040 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-8fdc8d36-6fe3-4dd3-904c-91e3180d1a7e Date: Fri, 29 Jun 2018 05:28:55 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:28:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"e702fe37-e999-48f6-ad48-f440c2df9306","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-944c538d-800a-4935-b96c-3267835290a2-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"2de6d412-bcce-44ef-a73f-d5e08ef5a229","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:28:53Z","ip_version":4}]} 2018-06-29 05:28:55,040 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=2de6d412-bcce-44ef-a73f-d5e08ef5a229 used request id req-8fdc8d36-6fe3-4dd3-904c-91e3180d1a7e 2018-06-29 05:28:55,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=2de6d412-bcce-44ef-a73f-d5e08ef5a229&name=NeutronUtilsRouterTests-944c538d-800a-4935-b96c-3267835290a2-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}728efd307c7014e5b5395c69c197048acd5d13e1" 2018-06-29 05:28:55,090 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-5f93c1d7-98af-4d29-894b-52f9b9966fb1 Date: Fri, 29 Jun 2018 05:28:55 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:28:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"e702fe37-e999-48f6-ad48-f440c2df9306","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-944c538d-800a-4935-b96c-3267835290a2-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"2de6d412-bcce-44ef-a73f-d5e08ef5a229","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:28:53Z","ip_version":4}]} 2018-06-29 05:28:55,090 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=2de6d412-bcce-44ef-a73f-d5e08ef5a229&name=NeutronUtilsRouterTests-944c538d-800a-4935-b96c-3267835290a2-pub-subnet used request id req-5f93c1d7-98af-4d29-894b-52f9b9966fb1 2018-06-29 05:28:55,090 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:28:55,091 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:28:55,499 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:28:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["l0E0maalRVGYC5Iw8yikJQ"], "issued_at": "2018-06-29T05:28:55.000000Z"}} 2018-06-29 05:28:55,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}4c9729347388d881c47f9c582543ec6a648aca60" 2018-06-29 05:28:55,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:28:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-247d9700-671a-4f46-9bb5-3baeac96c22a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:28:55,589 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-247d9700-671a-4f46-9bb5-3baeac96c22a 2018-06-29 05:28:55,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-944c538d-800a-4935-b96c-3267835290a2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}728efd307c7014e5b5395c69c197048acd5d13e1" 2018-06-29 05:28:55,682 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 769 X-Openstack-Request-Id: req-c27355e4-ae72-4654-b133-dec6e36cf389 Date: Fri, 29 Jun 2018 05:28:55 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"2de6d412-bcce-44ef-a73f-d5e08ef5a229","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":67,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["e702fe37-e999-48f6-ad48-f440c2df9306"],"description":"","tags":[],"updated_at":"2018-06-29T05:28:53Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-944c538d-800a-4935-b96c-3267835290a2-pub-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:28:52Z","provider:network_type":"vxlan"}]} 2018-06-29 05:28:55,682 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-944c538d-800a-4935-b96c-3267835290a2-pub-net used request id req-c27355e4-ae72-4654-b133-dec6e36cf389 2018-06-29 05:28:55,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=2de6d412-bcce-44ef-a73f-d5e08ef5a229 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}728efd307c7014e5b5395c69c197048acd5d13e1" 2018-06-29 05:28:55,731 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-c906765b-9167-4365-8044-6b94f2efbe16 Date: Fri, 29 Jun 2018 05:28:55 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:28:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"e702fe37-e999-48f6-ad48-f440c2df9306","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-944c538d-800a-4935-b96c-3267835290a2-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"2de6d412-bcce-44ef-a73f-d5e08ef5a229","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:28:53Z","ip_version":4}]} 2018-06-29 05:28:55,731 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=2de6d412-bcce-44ef-a73f-d5e08ef5a229 used request id req-c906765b-9167-4365-8044-6b94f2efbe16 2018-06-29 05:28:55,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-944c538d-800a-4935-b96c-3267835290a2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}728efd307c7014e5b5395c69c197048acd5d13e1" 2018-06-29 05:28:55,833 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 769 X-Openstack-Request-Id: req-5243ed4c-ce32-4b8c-85bd-c67521fa8ac9 Date: Fri, 29 Jun 2018 05:28:55 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"2de6d412-bcce-44ef-a73f-d5e08ef5a229","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":67,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["e702fe37-e999-48f6-ad48-f440c2df9306"],"description":"","tags":[],"updated_at":"2018-06-29T05:28:53Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-944c538d-800a-4935-b96c-3267835290a2-pub-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:28:52Z","provider:network_type":"vxlan"}]} 2018-06-29 05:28:55,833 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-944c538d-800a-4935-b96c-3267835290a2-pub-net used request id req-5243ed4c-ce32-4b8c-85bd-c67521fa8ac9 2018-06-29 05:28:55,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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 05:28:55,841 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 05:28: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.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 05:28:55,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c9729347388d881c47f9c582543ec6a648aca60" 2018-06-29 05:28:55,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:28:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7a6ad78-796d-4e6a-80fd-caadb73c76ac Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}} 2018-06-29 05:28:55,938 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 used request id req-a7a6ad78-796d-4e6a-80fd-caadb73c76ac 2018-06-29 05:28:55,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=2de6d412-bcce-44ef-a73f-d5e08ef5a229 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}728efd307c7014e5b5395c69c197048acd5d13e1" 2018-06-29 05:28:55,989 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-7516c2d5-1a42-4ccb-a92b-16da75ed1ac9 Date: Fri, 29 Jun 2018 05:28:55 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:28:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"e702fe37-e999-48f6-ad48-f440c2df9306","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-944c538d-800a-4935-b96c-3267835290a2-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"2de6d412-bcce-44ef-a73f-d5e08ef5a229","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:28:53Z","ip_version":4}]} 2018-06-29 05:28:55,989 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=2de6d412-bcce-44ef-a73f-d5e08ef5a229 used request id req-7516c2d5-1a42-4ccb-a92b-16da75ed1ac9 2018-06-29 05:28:55,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=2de6d412-bcce-44ef-a73f-d5e08ef5a229&name=NeutronUtilsRouterTests-944c538d-800a-4935-b96c-3267835290a2-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}728efd307c7014e5b5395c69c197048acd5d13e1" 2018-06-29 05:28:56,037 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-0a7773b7-ac86-44ec-ba6e-372c068aa817 Date: Fri, 29 Jun 2018 05:28:56 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:28:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"e702fe37-e999-48f6-ad48-f440c2df9306","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-944c538d-800a-4935-b96c-3267835290a2-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"2de6d412-bcce-44ef-a73f-d5e08ef5a229","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:28:53Z","ip_version":4}]} 2018-06-29 05:28:56,037 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=2de6d412-bcce-44ef-a73f-d5e08ef5a229&name=NeutronUtilsRouterTests-944c538d-800a-4935-b96c-3267835290a2-pub-subnet used request id req-0a7773b7-ac86-44ec-ba6e-372c068aa817 2018-06-29 05:28:56,038 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-944c538d-800a-4935-b96c-3267835290a2-pub-net 2018-06-29 05:28:56,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}728efd307c7014e5b5395c69c197048acd5d13e1" -d '{"port": {"network_id": "2de6d412-bcce-44ef-a73f-d5e08ef5a229", "fixed_ips": [{"subnet_id": "e702fe37-e999-48f6-ad48-f440c2df9306", "ip_address": "10.55.1.100"}], "name": "NeutronUtilsRouterTests-944c538d-800a-4935-b96c-3267835290a2-port", "admin_state_up": true}}' 2018-06-29 05:28:56,884 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 904 X-Openstack-Request-Id: req-f0a13823-2646-4a40-b3d5-0f1f945b4fa2 Date: Fri, 29 Jun 2018 05:28:56 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:28:56Z","device_owner":"","revision_number":2,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e702fe37-e999-48f6-ad48-f440c2df9306","ip_address":"10.55.1.100"}],"id":"ef08f756-1a7b-4810-8894-c2a813249238","security_groups":["67fd1914-9a13-4c3f-b4a8-3292c73ccfbe"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:cc:8e:e0","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"NeutronUtilsRouterTests-944c538d-800a-4935-b96c-3267835290a2-port","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","qos_policy_id":null,"admin_state_up":true,"network_id":"2de6d412-bcce-44ef-a73f-d5e08ef5a229","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:28:56Z","binding:vnic_type":"normal","ip_allocation":"immediate"}} 2018-06-29 05:28:56,884 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-f0a13823-2646-4a40-b3d5-0f1f945b4fa2 2018-06-29 05:28:56,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}728efd307c7014e5b5395c69c197048acd5d13e1" 2018-06-29 05:28:57,107 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3842 X-Openstack-Request-Id: req-aa92af9d-29d1-4d55-9a13-a1c7c34995ea Date: Fri, 29 Jun 2018 05:28:57 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:28:56Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e702fe37-e999-48f6-ad48-f440c2df9306","ip_address":"10.55.1.2"}],"id":"3525de9e-a896-4dbb-96c9-81a978be6bf6","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8f:9d:92","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2de6d412-bcce-44ef-a73f-d5e08ef5a229","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:28:53Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-2de6d412-bcce-44ef-a73f-d5e08ef5a229","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:28:55Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e702fe37-e999-48f6-ad48-f440c2df9306","ip_address":"10.55.1.4"}],"id":"36b5ad47-0fca-456d-bd58-306d258901b4","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:45:74:81","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"DOWN","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2de6d412-bcce-44ef-a73f-d5e08ef5a229","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:28:55Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2de6d412-bcce-44ef-a73f-d5e08ef5a229","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:28:55Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e702fe37-e999-48f6-ad48-f440c2df9306","ip_address":"10.55.1.3"}],"id":"3c0a58d5-0bf1-4059-9c65-180f5c7172e0","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4d:97:9b","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2de6d412-bcce-44ef-a73f-d5e08ef5a229","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:28:54Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-2de6d412-bcce-44ef-a73f-d5e08ef5a229","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:28:56Z","device_owner":"","revision_number":2,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"e702fe37-e999-48f6-ad48-f440c2df9306","ip_address":"10.55.1.100"}],"id":"ef08f756-1a7b-4810-8894-c2a813249238","security_groups":["67fd1914-9a13-4c3f-b4a8-3292c73ccfbe"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:cc:8e:e0","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"NeutronUtilsRouterTests-944c538d-800a-4935-b96c-3267835290a2-port","admin_state_up":true,"network_id":"2de6d412-bcce-44ef-a73f-d5e08ef5a229","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:28:56Z","binding:vnic_type":"normal","device_id":"","ip_allocation":"immediate"}]} 2018-06-29 05:28:57,108 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports used request id req-aa92af9d-29d1-4d55-9a13-a1c7c34995ea 2018-06-29 05:28:57,108 - neutron_utils - INFO - Deleting port with name NeutronUtilsRouterTests-944c538d-800a-4935-b96c-3267835290a2-port 2018-06-29 05:28:57,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/ports/ef08f756-1a7b-4810-8894-c2a813249238 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}728efd307c7014e5b5395c69c197048acd5d13e1" 2018-06-29 05:28:57,804 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-aca23546-a95e-4f6a-b5b6-6a1e9900dadf Date: Fri, 29 Jun 2018 05:28:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 05:28:57,804 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/ports/ef08f756-1a7b-4810-8894-c2a813249238 used request id req-aca23546-a95e-4f6a-b5b6-6a1e9900dadf 2018-06-29 05:28:57,804 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-944c538d-800a-4935-b96c-3267835290a2-pub-subnet 2018-06-29 05:28:57,804 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-944c538d-800a-4935-b96c-3267835290a2-pub-subnet 2018-06-29 05:28:57,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/e702fe37-e999-48f6-ad48-f440c2df9306 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}728efd307c7014e5b5395c69c197048acd5d13e1" 2018-06-29 05:28:59,831 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-748d12f9-5c10-41c4-8f09-693e878c8616 Date: Fri, 29 Jun 2018 05:28:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 05:28:59,831 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/e702fe37-e999-48f6-ad48-f440c2df9306 used request id req-748d12f9-5c10-41c4-8f09-693e878c8616 2018-06-29 05:28:59,831 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-944c538d-800a-4935-b96c-3267835290a2-pub-net 2018-06-29 05:28:59,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/2de6d412-bcce-44ef-a73f-d5e08ef5a229 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}728efd307c7014e5b5395c69c197048acd5d13e1" 2018-06-29 05:29:01,591 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-834d7c4a-98b5-4ed4-8f64-e610742eec10 Date: Fri, 29 Jun 2018 05:29:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 05:29:01,591 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/2de6d412-bcce-44ef-a73f-d5e08ef5a229 used request id req-834d7c4a-98b5-4ed4-8f64-e610742eec10 2018-06-29 05:29:01,593 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:29:02,002 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:29:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["hUsfOaV7Q-ubqOAJjSilhw"], "issued_at": "2018-06-29T05:29:01.000000Z"}} 2018-06-29 05:29:02,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}50217fed5705ee18781816552ec2a410bfb13935" 2018-06-29 05:29:02,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:29:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a2ca326-6336-4333-9064-f9d660b888c0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:29:02,085 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4a2ca326-6336-4333-9064-f9d660b888c0 2018-06-29 05:29:02,087 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-3e34cd04-0d54-42e6-b634-eab34617dac0-pub-net 2018-06-29 05:29:02,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50217fed5705ee18781816552ec2a410bfb13935" -d '{"network": {"name": "NeutronUtilsRouterTests-3e34cd04-0d54-42e6-b634-eab34617dac0-pub-net", "admin_state_up": true}}' 2018-06-29 05:29:02,478 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 740 X-Openstack-Request-Id: req-9f244b10-11f2-40ab-9f00-1aced7f5aed4 Date: Fri, 29 Jun 2018 05:29:02 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"4bd87cb7-affe-425f-ad2b-bf290b823531","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":9,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T05:29:02Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-3e34cd04-0d54-42e6-b634-eab34617dac0-pub-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:29:02Z","mtu":1450}} 2018-06-29 05:29:02,478 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-9f244b10-11f2-40ab-9f00-1aced7f5aed4 2018-06-29 05:29:02,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=4bd87cb7-affe-425f-ad2b-bf290b823531 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50217fed5705ee18781816552ec2a410bfb13935" 2018-06-29 05:29:02,895 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-5805dd9e-74d7-4e9c-8211-042a18149e8a Date: Fri, 29 Jun 2018 05:29:02 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"4bd87cb7-affe-425f-ad2b-bf290b823531","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":9,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T05:29:02Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-3e34cd04-0d54-42e6-b634-eab34617dac0-pub-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:29:02Z","provider:network_type":"vxlan"}]} 2018-06-29 05:29:02,895 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=4bd87cb7-affe-425f-ad2b-bf290b823531 used request id req-5805dd9e-74d7-4e9c-8211-042a18149e8a 2018-06-29 05:29:02,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=4bd87cb7-affe-425f-ad2b-bf290b823531 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50217fed5705ee18781816552ec2a410bfb13935" 2018-06-29 05:29:03,090 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-29427c53-8075-47f4-b6f7-973b3676b6bd Date: Fri, 29 Jun 2018 05:29:03 GMT RESP BODY: {"subnets":[]} 2018-06-29 05:29:03,090 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=4bd87cb7-affe-425f-ad2b-bf290b823531 used request id req-29427c53-8075-47f4-b6f7-973b3676b6bd 2018-06-29 05:29:03,090 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-3e34cd04-0d54-42e6-b634-eab34617dac0-pub-subnet 2018-06-29 05:29:03,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50217fed5705ee18781816552ec2a410bfb13935" -d '{"subnets": [{"ip_version": 4, "network_id": "4bd87cb7-affe-425f-ad2b-bf290b823531", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-3e34cd04-0d54-42e6-b634-eab34617dac0-pub-subnet"}]}' 2018-06-29 05:29:03,711 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-c8d2e8cd-2105-464a-bb32-626cddde2ebd Date: Fri, 29 Jun 2018 05:29:03 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:29:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"da261794-62d8-4cca-a0d2-fc7c07338507","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-3e34cd04-0d54-42e6-b634-eab34617dac0-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"4bd87cb7-affe-425f-ad2b-bf290b823531","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:29:03Z","ip_version":4}]} 2018-06-29 05:29:03,711 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-c8d2e8cd-2105-464a-bb32-626cddde2ebd 2018-06-29 05:29:03,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=4bd87cb7-affe-425f-ad2b-bf290b823531 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50217fed5705ee18781816552ec2a410bfb13935" 2018-06-29 05:29:03,984 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 768 X-Openstack-Request-Id: req-4ee44c69-f876-4c42-a6dc-d9c774cf8de0 Date: Fri, 29 Jun 2018 05:29:03 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"4bd87cb7-affe-425f-ad2b-bf290b823531","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":9,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["da261794-62d8-4cca-a0d2-fc7c07338507"],"description":"","tags":[],"updated_at":"2018-06-29T05:29:03Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-3e34cd04-0d54-42e6-b634-eab34617dac0-pub-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:29:02Z","provider:network_type":"vxlan"}]} 2018-06-29 05:29:03,985 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=4bd87cb7-affe-425f-ad2b-bf290b823531 used request id req-4ee44c69-f876-4c42-a6dc-d9c774cf8de0 2018-06-29 05:29:03,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=4bd87cb7-affe-425f-ad2b-bf290b823531 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50217fed5705ee18781816552ec2a410bfb13935" 2018-06-29 05:29:04,201 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-c817211f-4a9f-46e8-b2e2-7aff14016dff Date: Fri, 29 Jun 2018 05:29:04 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:29:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"da261794-62d8-4cca-a0d2-fc7c07338507","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-3e34cd04-0d54-42e6-b634-eab34617dac0-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"4bd87cb7-affe-425f-ad2b-bf290b823531","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:29:03Z","ip_version":4}]} 2018-06-29 05:29:04,201 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=4bd87cb7-affe-425f-ad2b-bf290b823531 used request id req-c817211f-4a9f-46e8-b2e2-7aff14016dff 2018-06-29 05:29:04,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-3e34cd04-0d54-42e6-b634-eab34617dac0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50217fed5705ee18781816552ec2a410bfb13935" 2018-06-29 05:29:04,609 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 768 X-Openstack-Request-Id: req-73544a53-747c-4d51-a17b-e0b3b8fb37b4 Date: Fri, 29 Jun 2018 05:29:04 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"4bd87cb7-affe-425f-ad2b-bf290b823531","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":9,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["da261794-62d8-4cca-a0d2-fc7c07338507"],"description":"","tags":[],"updated_at":"2018-06-29T05:29:03Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-3e34cd04-0d54-42e6-b634-eab34617dac0-pub-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:29:02Z","provider:network_type":"vxlan"}]} 2018-06-29 05:29:04,610 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-3e34cd04-0d54-42e6-b634-eab34617dac0-pub-net used request id req-73544a53-747c-4d51-a17b-e0b3b8fb37b4 2018-06-29 05:29:04,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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 05:29:04,618 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 05:29: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.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 05:29:04,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50217fed5705ee18781816552ec2a410bfb13935" 2018-06-29 05:29:04,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:29:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0db6e5d9-6539-44a8-9eee-ee267b0d0b04 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}} 2018-06-29 05:29:04,711 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 used request id req-0db6e5d9-6539-44a8-9eee-ee267b0d0b04 2018-06-29 05:29:04,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=4bd87cb7-affe-425f-ad2b-bf290b823531 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50217fed5705ee18781816552ec2a410bfb13935" 2018-06-29 05:29:04,935 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-229a9b43-b590-42cc-8b41-dbce5b8f9274 Date: Fri, 29 Jun 2018 05:29:04 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:29:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"da261794-62d8-4cca-a0d2-fc7c07338507","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-3e34cd04-0d54-42e6-b634-eab34617dac0-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"4bd87cb7-affe-425f-ad2b-bf290b823531","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:29:03Z","ip_version":4}]} 2018-06-29 05:29:04,936 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=4bd87cb7-affe-425f-ad2b-bf290b823531 used request id req-229a9b43-b590-42cc-8b41-dbce5b8f9274 2018-06-29 05:29:04,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=4bd87cb7-affe-425f-ad2b-bf290b823531&name=NeutronUtilsRouterTests-3e34cd04-0d54-42e6-b634-eab34617dac0-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50217fed5705ee18781816552ec2a410bfb13935" 2018-06-29 05:29:05,149 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-3893cc86-a678-49d9-b6a0-e8832efa7150 Date: Fri, 29 Jun 2018 05:29:05 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:29:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"da261794-62d8-4cca-a0d2-fc7c07338507","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-3e34cd04-0d54-42e6-b634-eab34617dac0-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"4bd87cb7-affe-425f-ad2b-bf290b823531","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:29:03Z","ip_version":4}]} 2018-06-29 05:29:05,149 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=4bd87cb7-affe-425f-ad2b-bf290b823531&name=NeutronUtilsRouterTests-3e34cd04-0d54-42e6-b634-eab34617dac0-pub-subnet used request id req-3893cc86-a678-49d9-b6a0-e8832efa7150 2018-06-29 05:29:05,150 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:29:05,150 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:29:05,543 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:29:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["8qCJUqLnS7SNAVBQiL-CvA"], "issued_at": "2018-06-29T05:29:05.000000Z"}} 2018-06-29 05:29:05,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}b36a6fd093000358e9be61d0ae4201ba7b3a8cc2" 2018-06-29 05:29:05,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:29:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-267967b6-220d-4dd7-9769-c0b2afac870a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:29:05,641 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-267967b6-220d-4dd7-9769-c0b2afac870a 2018-06-29 05:29:05,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-3e34cd04-0d54-42e6-b634-eab34617dac0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50217fed5705ee18781816552ec2a410bfb13935" 2018-06-29 05:29:05,945 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 768 X-Openstack-Request-Id: req-2ed64874-7941-461b-bd83-08da09a00b3e Date: Fri, 29 Jun 2018 05:29:05 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"4bd87cb7-affe-425f-ad2b-bf290b823531","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":9,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["da261794-62d8-4cca-a0d2-fc7c07338507"],"description":"","tags":[],"updated_at":"2018-06-29T05:29:03Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-3e34cd04-0d54-42e6-b634-eab34617dac0-pub-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:29:02Z","provider:network_type":"vxlan"}]} 2018-06-29 05:29:05,945 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-3e34cd04-0d54-42e6-b634-eab34617dac0-pub-net used request id req-2ed64874-7941-461b-bd83-08da09a00b3e 2018-06-29 05:29:05,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=4bd87cb7-affe-425f-ad2b-bf290b823531 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50217fed5705ee18781816552ec2a410bfb13935" 2018-06-29 05:29:05,990 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-eb23255c-4bc9-4acd-a427-a36ad4e32ec7 Date: Fri, 29 Jun 2018 05:29:05 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:29:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"da261794-62d8-4cca-a0d2-fc7c07338507","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-3e34cd04-0d54-42e6-b634-eab34617dac0-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"4bd87cb7-affe-425f-ad2b-bf290b823531","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:29:03Z","ip_version":4}]} 2018-06-29 05:29:05,990 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=4bd87cb7-affe-425f-ad2b-bf290b823531 used request id req-eb23255c-4bc9-4acd-a427-a36ad4e32ec7 2018-06-29 05:29:05,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-3e34cd04-0d54-42e6-b634-eab34617dac0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50217fed5705ee18781816552ec2a410bfb13935" 2018-06-29 05:29:06,085 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 768 X-Openstack-Request-Id: req-fb77f884-4feb-4167-ba12-87c49dc670e9 Date: Fri, 29 Jun 2018 05:29:06 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"4bd87cb7-affe-425f-ad2b-bf290b823531","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":9,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["da261794-62d8-4cca-a0d2-fc7c07338507"],"description":"","tags":[],"updated_at":"2018-06-29T05:29:03Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-3e34cd04-0d54-42e6-b634-eab34617dac0-pub-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:29:02Z","provider:network_type":"vxlan"}]} 2018-06-29 05:29:06,085 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-3e34cd04-0d54-42e6-b634-eab34617dac0-pub-net used request id req-fb77f884-4feb-4167-ba12-87c49dc670e9 2018-06-29 05:29:06,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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 05:29:06,094 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 05:29: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.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 05:29:06,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b36a6fd093000358e9be61d0ae4201ba7b3a8cc2" 2018-06-29 05:29:06,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:29:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-281f57e3-9ea5-4f73-a4c4-2242ce128677 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}} 2018-06-29 05:29:06,188 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 used request id req-281f57e3-9ea5-4f73-a4c4-2242ce128677 2018-06-29 05:29:06,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=4bd87cb7-affe-425f-ad2b-bf290b823531 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50217fed5705ee18781816552ec2a410bfb13935" 2018-06-29 05:29:06,238 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-dc8e104a-4af2-47f8-9ed4-d02c421abdd9 Date: Fri, 29 Jun 2018 05:29:06 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:29:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"da261794-62d8-4cca-a0d2-fc7c07338507","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-3e34cd04-0d54-42e6-b634-eab34617dac0-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"4bd87cb7-affe-425f-ad2b-bf290b823531","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:29:03Z","ip_version":4}]} 2018-06-29 05:29:06,238 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=4bd87cb7-affe-425f-ad2b-bf290b823531 used request id req-dc8e104a-4af2-47f8-9ed4-d02c421abdd9 2018-06-29 05:29:06,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=4bd87cb7-affe-425f-ad2b-bf290b823531&name=NeutronUtilsRouterTests-3e34cd04-0d54-42e6-b634-eab34617dac0-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50217fed5705ee18781816552ec2a410bfb13935" 2018-06-29 05:29:06,530 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-cd9620e0-509c-4d30-ad71-750d99e66298 Date: Fri, 29 Jun 2018 05:29:06 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:29:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"da261794-62d8-4cca-a0d2-fc7c07338507","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-3e34cd04-0d54-42e6-b634-eab34617dac0-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"4bd87cb7-affe-425f-ad2b-bf290b823531","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:29:03Z","ip_version":4}]} 2018-06-29 05:29:06,530 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=4bd87cb7-affe-425f-ad2b-bf290b823531&name=NeutronUtilsRouterTests-3e34cd04-0d54-42e6-b634-eab34617dac0-pub-subnet used request id req-cd9620e0-509c-4d30-ad71-750d99e66298 2018-06-29 05:29:06,530 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-3e34cd04-0d54-42e6-b634-eab34617dac0-pub-net 2018-06-29 05:29:06,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50217fed5705ee18781816552ec2a410bfb13935" -d '{"port": {"network_id": "4bd87cb7-affe-425f-ad2b-bf290b823531", "fixed_ips": [{"subnet_id": "da261794-62d8-4cca-a0d2-fc7c07338507", "ip_address": "10.55.1.100"}], "name": "NeutronUtilsRouterTests-3e34cd04-0d54-42e6-b634-eab34617dac0-port", "admin_state_up": true}}' 2018-06-29 05:29:07,544 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 904 X-Openstack-Request-Id: req-49ddf57e-93d3-411b-9ac1-97e936665b33 Date: Fri, 29 Jun 2018 05:29:07 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:29:07Z","device_owner":"","revision_number":2,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"da261794-62d8-4cca-a0d2-fc7c07338507","ip_address":"10.55.1.100"}],"id":"607ce2ac-1335-48f7-aeeb-d4ea93473813","security_groups":["67fd1914-9a13-4c3f-b4a8-3292c73ccfbe"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:79:1e:fb","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"NeutronUtilsRouterTests-3e34cd04-0d54-42e6-b634-eab34617dac0-port","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","qos_policy_id":null,"admin_state_up":true,"network_id":"4bd87cb7-affe-425f-ad2b-bf290b823531","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:29:06Z","binding:vnic_type":"normal","ip_allocation":"immediate"}} 2018-06-29 05:29:07,544 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-49ddf57e-93d3-411b-9ac1-97e936665b33 2018-06-29 05:29:07,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50217fed5705ee18781816552ec2a410bfb13935" 2018-06-29 05:29:07,634 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3842 X-Openstack-Request-Id: req-266d25f7-f50a-4685-8a2c-cfc4b63836d4 Date: Fri, 29 Jun 2018 05:29:07 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:29:05Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"da261794-62d8-4cca-a0d2-fc7c07338507","ip_address":"10.55.1.4"}],"id":"374837fa-decd-4c8b-969b-37e3df998961","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c7:a3:31","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"DOWN","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4bd87cb7-affe-425f-ad2b-bf290b823531","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:29:05Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-4bd87cb7-affe-425f-ad2b-bf290b823531","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:29:07Z","device_owner":"","revision_number":2,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"da261794-62d8-4cca-a0d2-fc7c07338507","ip_address":"10.55.1.100"}],"id":"607ce2ac-1335-48f7-aeeb-d4ea93473813","security_groups":["67fd1914-9a13-4c3f-b4a8-3292c73ccfbe"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:79:1e:fb","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"NeutronUtilsRouterTests-3e34cd04-0d54-42e6-b634-eab34617dac0-port","admin_state_up":true,"network_id":"4bd87cb7-affe-425f-ad2b-bf290b823531","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:29:06Z","binding:vnic_type":"normal","device_id":"","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:29:07Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"da261794-62d8-4cca-a0d2-fc7c07338507","ip_address":"10.55.1.3"}],"id":"bd637eca-39d2-4847-b1a6-19f9e234c8c0","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cf:7a:05","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4bd87cb7-affe-425f-ad2b-bf290b823531","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:29:04Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-4bd87cb7-affe-425f-ad2b-bf290b823531","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:29:05Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"da261794-62d8-4cca-a0d2-fc7c07338507","ip_address":"10.55.1.2"}],"id":"f1fbe49f-cfe9-4361-aecd-b89231653cc4","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ff:92:77","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4bd87cb7-affe-425f-ad2b-bf290b823531","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:29:03Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-4bd87cb7-affe-425f-ad2b-bf290b823531","ip_allocation":"immediate"}]} 2018-06-29 05:29:07,634 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports used request id req-266d25f7-f50a-4685-8a2c-cfc4b63836d4 2018-06-29 05:29:07,635 - neutron_utils - INFO - Deleting port with name NeutronUtilsRouterTests-3e34cd04-0d54-42e6-b634-eab34617dac0-port 2018-06-29 05:29:07,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/ports/607ce2ac-1335-48f7-aeeb-d4ea93473813 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50217fed5705ee18781816552ec2a410bfb13935" 2018-06-29 05:29:08,274 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f4ef3302-d998-4283-bc29-40af2a86ce4d Date: Fri, 29 Jun 2018 05:29:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 05:29:08,274 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/ports/607ce2ac-1335-48f7-aeeb-d4ea93473813 used request id req-f4ef3302-d998-4283-bc29-40af2a86ce4d 2018-06-29 05:29:08,274 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-3e34cd04-0d54-42e6-b634-eab34617dac0-pub-subnet 2018-06-29 05:29:08,274 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-3e34cd04-0d54-42e6-b634-eab34617dac0-pub-subnet 2018-06-29 05:29:08,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/da261794-62d8-4cca-a0d2-fc7c07338507 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50217fed5705ee18781816552ec2a410bfb13935" 2018-06-29 05:29:10,539 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b8b163af-a473-4731-9beb-569ca1319601 Date: Fri, 29 Jun 2018 05:29:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 05:29:10,539 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/da261794-62d8-4cca-a0d2-fc7c07338507 used request id req-b8b163af-a473-4731-9beb-569ca1319601 2018-06-29 05:29:10,539 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-3e34cd04-0d54-42e6-b634-eab34617dac0-pub-net 2018-06-29 05:29:10,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/4bd87cb7-affe-425f-ad2b-bf290b823531 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50217fed5705ee18781816552ec2a410bfb13935" 2018-06-29 05:29:13,344 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3d4da38b-b9c6-493f-bdc2-db0494a13658 Date: Fri, 29 Jun 2018 05:29:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 05:29:13,344 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/4bd87cb7-affe-425f-ad2b-bf290b823531 used request id req-3d4da38b-b9c6-493f-bdc2-db0494a13658 2018-06-29 05:29:13,346 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:29:13,749 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:29:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["UJftFkBBTBCTr_28rEFwqw"], "issued_at": "2018-06-29T05:29:13.000000Z"}} 2018-06-29 05:29:13,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}25ba1783b4eb7b93ce337882ea4875142f64c3cb" 2018-06-29 05:29:13,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:29:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4b47c74-97b4-4f63-a1e0-4bcb9190b4d4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:29:13,847 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-a4b47c74-97b4-4f63-a1e0-4bcb9190b4d4 2018-06-29 05:29:13,848 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-52b3e6e6-6f7f-4610-b00d-d940a76eae84-pub-net 2018-06-29 05:29:13,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25ba1783b4eb7b93ce337882ea4875142f64c3cb" -d '{"network": {"name": "NeutronUtilsRouterTests-52b3e6e6-6f7f-4610-b00d-d940a76eae84-pub-net", "admin_state_up": true}}' 2018-06-29 05:29:14,328 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 741 X-Openstack-Request-Id: req-ed613925-c695-431b-b9fa-8d5a9dbd6dc8 Date: Fri, 29 Jun 2018 05:29:14 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"0c330314-5d59-42d8-8fb4-f9128c0cc5dc","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":98,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T05:29:14Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-52b3e6e6-6f7f-4610-b00d-d940a76eae84-pub-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:29:14Z","mtu":1450}} 2018-06-29 05:29:14,328 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-ed613925-c695-431b-b9fa-8d5a9dbd6dc8 2018-06-29 05:29:14,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=0c330314-5d59-42d8-8fb4-f9128c0cc5dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25ba1783b4eb7b93ce337882ea4875142f64c3cb" 2018-06-29 05:29:14,621 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 725 X-Openstack-Request-Id: req-a76b4f74-9e31-408c-9309-40aea51c08d0 Date: Fri, 29 Jun 2018 05:29:14 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"0c330314-5d59-42d8-8fb4-f9128c0cc5dc","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":98,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T05:29:14Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-52b3e6e6-6f7f-4610-b00d-d940a76eae84-pub-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:29:14Z","provider:network_type":"vxlan"}]} 2018-06-29 05:29:14,621 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=0c330314-5d59-42d8-8fb4-f9128c0cc5dc used request id req-a76b4f74-9e31-408c-9309-40aea51c08d0 2018-06-29 05:29:14,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=0c330314-5d59-42d8-8fb4-f9128c0cc5dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25ba1783b4eb7b93ce337882ea4875142f64c3cb" 2018-06-29 05:29:14,861 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-dd291e67-9f51-440c-b236-01d44c40cf01 Date: Fri, 29 Jun 2018 05:29:14 GMT RESP BODY: {"subnets":[]} 2018-06-29 05:29:14,861 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=0c330314-5d59-42d8-8fb4-f9128c0cc5dc used request id req-dd291e67-9f51-440c-b236-01d44c40cf01 2018-06-29 05:29:14,861 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-52b3e6e6-6f7f-4610-b00d-d940a76eae84-pub-subnet 2018-06-29 05:29:14,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25ba1783b4eb7b93ce337882ea4875142f64c3cb" -d '{"subnets": [{"ip_version": 4, "network_id": "0c330314-5d59-42d8-8fb4-f9128c0cc5dc", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-52b3e6e6-6f7f-4610-b00d-d940a76eae84-pub-subnet"}]}' 2018-06-29 05:29:15,484 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-6bd2480f-6c1d-4c49-87e9-60393c454d78 Date: Fri, 29 Jun 2018 05:29:15 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:29:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"1ab06597-6e26-4ef1-891c-cf78ab3584b8","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-52b3e6e6-6f7f-4610-b00d-d940a76eae84-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"0c330314-5d59-42d8-8fb4-f9128c0cc5dc","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:29:15Z","ip_version":4}]} 2018-06-29 05:29:15,484 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-6bd2480f-6c1d-4c49-87e9-60393c454d78 2018-06-29 05:29:15,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=0c330314-5d59-42d8-8fb4-f9128c0cc5dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25ba1783b4eb7b93ce337882ea4875142f64c3cb" 2018-06-29 05:29:15,878 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 769 X-Openstack-Request-Id: req-7126d7d6-ac09-441c-85eb-07d9214ed6e3 Date: Fri, 29 Jun 2018 05:29:15 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"0c330314-5d59-42d8-8fb4-f9128c0cc5dc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":98,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["1ab06597-6e26-4ef1-891c-cf78ab3584b8"],"description":"","tags":[],"updated_at":"2018-06-29T05:29:15Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-52b3e6e6-6f7f-4610-b00d-d940a76eae84-pub-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:29:14Z","provider:network_type":"vxlan"}]} 2018-06-29 05:29:15,879 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=0c330314-5d59-42d8-8fb4-f9128c0cc5dc used request id req-7126d7d6-ac09-441c-85eb-07d9214ed6e3 2018-06-29 05:29:15,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=0c330314-5d59-42d8-8fb4-f9128c0cc5dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25ba1783b4eb7b93ce337882ea4875142f64c3cb" 2018-06-29 05:29:16,101 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-5ac971cc-e85e-4fec-b7dd-c831c4fd1923 Date: Fri, 29 Jun 2018 05:29:16 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:29:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"1ab06597-6e26-4ef1-891c-cf78ab3584b8","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-52b3e6e6-6f7f-4610-b00d-d940a76eae84-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"0c330314-5d59-42d8-8fb4-f9128c0cc5dc","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:29:15Z","ip_version":4}]} 2018-06-29 05:29:16,101 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=0c330314-5d59-42d8-8fb4-f9128c0cc5dc used request id req-5ac971cc-e85e-4fec-b7dd-c831c4fd1923 2018-06-29 05:29:16,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-52b3e6e6-6f7f-4610-b00d-d940a76eae84-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25ba1783b4eb7b93ce337882ea4875142f64c3cb" 2018-06-29 05:29:16,347 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 769 X-Openstack-Request-Id: req-58ab5dc9-f050-4f64-aa0a-ad222603a397 Date: Fri, 29 Jun 2018 05:29:16 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"0c330314-5d59-42d8-8fb4-f9128c0cc5dc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":98,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["1ab06597-6e26-4ef1-891c-cf78ab3584b8"],"description":"","tags":[],"updated_at":"2018-06-29T05:29:15Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-52b3e6e6-6f7f-4610-b00d-d940a76eae84-pub-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:29:14Z","provider:network_type":"vxlan"}]} 2018-06-29 05:29:16,347 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-52b3e6e6-6f7f-4610-b00d-d940a76eae84-pub-net used request id req-58ab5dc9-f050-4f64-aa0a-ad222603a397 2018-06-29 05:29:16,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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 05:29:16,355 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 05:29: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.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 05:29:16,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25ba1783b4eb7b93ce337882ea4875142f64c3cb" 2018-06-29 05:29:16,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:29:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69ab3a6a-de3f-4a29-86f7-276b72b41411 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}} 2018-06-29 05:29:16,380 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 used request id req-69ab3a6a-de3f-4a29-86f7-276b72b41411 2018-06-29 05:29:16,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=0c330314-5d59-42d8-8fb4-f9128c0cc5dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25ba1783b4eb7b93ce337882ea4875142f64c3cb" 2018-06-29 05:29:16,612 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-5448d9b2-198e-4c98-9475-b5db79e4ad61 Date: Fri, 29 Jun 2018 05:29:16 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:29:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"1ab06597-6e26-4ef1-891c-cf78ab3584b8","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-52b3e6e6-6f7f-4610-b00d-d940a76eae84-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"0c330314-5d59-42d8-8fb4-f9128c0cc5dc","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:29:15Z","ip_version":4}]} 2018-06-29 05:29:16,612 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=0c330314-5d59-42d8-8fb4-f9128c0cc5dc used request id req-5448d9b2-198e-4c98-9475-b5db79e4ad61 2018-06-29 05:29:16,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=0c330314-5d59-42d8-8fb4-f9128c0cc5dc&name=NeutronUtilsRouterTests-52b3e6e6-6f7f-4610-b00d-d940a76eae84-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25ba1783b4eb7b93ce337882ea4875142f64c3cb" 2018-06-29 05:29:16,663 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-52a298d9-a185-43a8-a8cb-958479dc62aa Date: Fri, 29 Jun 2018 05:29:16 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:29:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"1ab06597-6e26-4ef1-891c-cf78ab3584b8","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-52b3e6e6-6f7f-4610-b00d-d940a76eae84-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"0c330314-5d59-42d8-8fb4-f9128c0cc5dc","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:29:15Z","ip_version":4}]} 2018-06-29 05:29:16,663 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=0c330314-5d59-42d8-8fb4-f9128c0cc5dc&name=NeutronUtilsRouterTests-52b3e6e6-6f7f-4610-b00d-d940a76eae84-pub-subnet used request id req-52a298d9-a185-43a8-a8cb-958479dc62aa 2018-06-29 05:29:16,664 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:29:16,664 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:29:17,069 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:29:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["oQGl0aVBQk6B6J3siCMqlg"], "issued_at": "2018-06-29T05:29:17.000000Z"}} 2018-06-29 05:29:17,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}fe035e48290eb0e755520c8a509036603845e8db" 2018-06-29 05:29:17,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:29:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f965000b-b98e-4c12-b28c-cc5451b7e60d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:29:17,153 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-f965000b-b98e-4c12-b28c-cc5451b7e60d 2018-06-29 05:29:17,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-52b3e6e6-6f7f-4610-b00d-d940a76eae84-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25ba1783b4eb7b93ce337882ea4875142f64c3cb" 2018-06-29 05:29:17,462 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 769 X-Openstack-Request-Id: req-8478b55f-4de8-41ea-8bdb-93ae25b3bd07 Date: Fri, 29 Jun 2018 05:29:17 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"0c330314-5d59-42d8-8fb4-f9128c0cc5dc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":98,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["1ab06597-6e26-4ef1-891c-cf78ab3584b8"],"description":"","tags":[],"updated_at":"2018-06-29T05:29:15Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-52b3e6e6-6f7f-4610-b00d-d940a76eae84-pub-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:29:14Z","provider:network_type":"vxlan"}]} 2018-06-29 05:29:17,462 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-52b3e6e6-6f7f-4610-b00d-d940a76eae84-pub-net used request id req-8478b55f-4de8-41ea-8bdb-93ae25b3bd07 2018-06-29 05:29:17,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=0c330314-5d59-42d8-8fb4-f9128c0cc5dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25ba1783b4eb7b93ce337882ea4875142f64c3cb" 2018-06-29 05:29:17,510 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-459862e9-fb54-4e13-9fe0-c7f2526b3b0a Date: Fri, 29 Jun 2018 05:29:17 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:29:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"1ab06597-6e26-4ef1-891c-cf78ab3584b8","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-52b3e6e6-6f7f-4610-b00d-d940a76eae84-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"0c330314-5d59-42d8-8fb4-f9128c0cc5dc","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:29:15Z","ip_version":4}]} 2018-06-29 05:29:17,510 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=0c330314-5d59-42d8-8fb4-f9128c0cc5dc used request id req-459862e9-fb54-4e13-9fe0-c7f2526b3b0a 2018-06-29 05:29:17,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-52b3e6e6-6f7f-4610-b00d-d940a76eae84-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25ba1783b4eb7b93ce337882ea4875142f64c3cb" 2018-06-29 05:29:17,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 769 X-Openstack-Request-Id: req-1519e20d-55f1-42d0-bf11-bfca95c412a9 Date: Fri, 29 Jun 2018 05:29:17 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"0c330314-5d59-42d8-8fb4-f9128c0cc5dc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":98,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["1ab06597-6e26-4ef1-891c-cf78ab3584b8"],"description":"","tags":[],"updated_at":"2018-06-29T05:29:15Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-52b3e6e6-6f7f-4610-b00d-d940a76eae84-pub-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:29:14Z","provider:network_type":"vxlan"}]} 2018-06-29 05:29:17,783 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-52b3e6e6-6f7f-4610-b00d-d940a76eae84-pub-net used request id req-1519e20d-55f1-42d0-bf11-bfca95c412a9 2018-06-29 05:29:17,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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 05:29:17,792 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 05:29:17 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 05:29:17,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe035e48290eb0e755520c8a509036603845e8db" 2018-06-29 05:29:17,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:29:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76f646f8-7fdb-4c61-95a9-113a7961ad53 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}} 2018-06-29 05:29:17,887 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 used request id req-76f646f8-7fdb-4c61-95a9-113a7961ad53 2018-06-29 05:29:17,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=0c330314-5d59-42d8-8fb4-f9128c0cc5dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25ba1783b4eb7b93ce337882ea4875142f64c3cb" 2018-06-29 05:29:18,111 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-14379416-32de-4185-b5d5-3ff1772a8f0d Date: Fri, 29 Jun 2018 05:29:18 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:29:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"1ab06597-6e26-4ef1-891c-cf78ab3584b8","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-52b3e6e6-6f7f-4610-b00d-d940a76eae84-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"0c330314-5d59-42d8-8fb4-f9128c0cc5dc","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:29:15Z","ip_version":4}]} 2018-06-29 05:29:18,111 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=0c330314-5d59-42d8-8fb4-f9128c0cc5dc used request id req-14379416-32de-4185-b5d5-3ff1772a8f0d 2018-06-29 05:29:18,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=0c330314-5d59-42d8-8fb4-f9128c0cc5dc&name=NeutronUtilsRouterTests-52b3e6e6-6f7f-4610-b00d-d940a76eae84-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25ba1783b4eb7b93ce337882ea4875142f64c3cb" 2018-06-29 05:29:18,166 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-a916eaad-9687-4693-aee4-d85231bd387b Date: Fri, 29 Jun 2018 05:29:18 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:29:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"1ab06597-6e26-4ef1-891c-cf78ab3584b8","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-52b3e6e6-6f7f-4610-b00d-d940a76eae84-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"0c330314-5d59-42d8-8fb4-f9128c0cc5dc","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:29:15Z","ip_version":4}]} 2018-06-29 05:29:18,166 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=0c330314-5d59-42d8-8fb4-f9128c0cc5dc&name=NeutronUtilsRouterTests-52b3e6e6-6f7f-4610-b00d-d940a76eae84-pub-subnet used request id req-a916eaad-9687-4693-aee4-d85231bd387b 2018-06-29 05:29:18,166 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-52b3e6e6-6f7f-4610-b00d-d940a76eae84-pub-net 2018-06-29 05:29:18,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25ba1783b4eb7b93ce337882ea4875142f64c3cb" -d '{"port": {"network_id": "0c330314-5d59-42d8-8fb4-f9128c0cc5dc", "fixed_ips": [{"subnet_id": "1ab06597-6e26-4ef1-891c-cf78ab3584b8", "ip_address": "foo"}], "name": "NeutronUtilsRouterTests-52b3e6e6-6f7f-4610-b00d-d940a76eae84-port", "admin_state_up": true}}' 2018-06-29 05:29:18,183 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 142 Content-Type: application/json X-Openstack-Request-Id: req-3a596c3e-a9ff-4eb4-817f-e14fd359d3f8 Date: Fri, 29 Jun 2018 05:29:18 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for fixed_ips. Reason: 'foo' is not a valid IP address.", "type": "HTTPBadRequest", "detail": ""}} 2018-06-29 05:29:18,184 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-3a596c3e-a9ff-4eb4-817f-e14fd359d3f8 2018-06-29 05:29:18,184 - 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 05:29:18,184 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-52b3e6e6-6f7f-4610-b00d-d940a76eae84-pub-subnet 2018-06-29 05:29:18,184 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-52b3e6e6-6f7f-4610-b00d-d940a76eae84-pub-subnet 2018-06-29 05:29:18,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/1ab06597-6e26-4ef1-891c-cf78ab3584b8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25ba1783b4eb7b93ce337882ea4875142f64c3cb" 2018-06-29 05:29:20,513 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bf4a7469-1881-4cd2-b3a2-bf63f2eb03f3 Date: Fri, 29 Jun 2018 05:29:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 05:29:20,514 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/1ab06597-6e26-4ef1-891c-cf78ab3584b8 used request id req-bf4a7469-1881-4cd2-b3a2-bf63f2eb03f3 2018-06-29 05:29:20,514 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-52b3e6e6-6f7f-4610-b00d-d940a76eae84-pub-net 2018-06-29 05:29:20,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/0c330314-5d59-42d8-8fb4-f9128c0cc5dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25ba1783b4eb7b93ce337882ea4875142f64c3cb" 2018-06-29 05:29:21,890 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-260e5535-15cd-4461-9c54-49b79061520f Date: Fri, 29 Jun 2018 05:29:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 05:29:21,890 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/0c330314-5d59-42d8-8fb4-f9128c0cc5dc used request id req-260e5535-15cd-4461-9c54-49b79061520f 2018-06-29 05:29:21,892 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:29:22,299 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:29:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["FVo543CpQ7iqvRB68EI7sg"], "issued_at": "2018-06-29T05:29:22.000000Z"}} 2018-06-29 05:29:22,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}be8c583a3ed260b2a23e1e042e5a0992f546e40a" 2018-06-29 05:29:22,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:29:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6634300a-24cb-4273-ab20-e89fbbebb4ff Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:29:22,387 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-6634300a-24cb-4273-ab20-e89fbbebb4ff 2018-06-29 05:29:22,388 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-e4b57f61-0111-46c5-b873-3d27775d5dd9-pub-net 2018-06-29 05:29:22,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be8c583a3ed260b2a23e1e042e5a0992f546e40a" -d '{"network": {"name": "NeutronUtilsRouterTests-e4b57f61-0111-46c5-b873-3d27775d5dd9-pub-net", "admin_state_up": true}}' 2018-06-29 05:29:22,854 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 741 X-Openstack-Request-Id: req-43576ad7-6199-4145-8e0a-7076e51c2546 Date: Fri, 29 Jun 2018 05:29:22 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"819ed2e2-2b8c-4622-85bb-6f5cd4a33682","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":34,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T05:29:22Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-e4b57f61-0111-46c5-b873-3d27775d5dd9-pub-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:29:22Z","mtu":1450}} 2018-06-29 05:29:22,854 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-43576ad7-6199-4145-8e0a-7076e51c2546 2018-06-29 05:29:22,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=819ed2e2-2b8c-4622-85bb-6f5cd4a33682 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be8c583a3ed260b2a23e1e042e5a0992f546e40a" 2018-06-29 05:29:23,095 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 725 X-Openstack-Request-Id: req-ece4e70e-83e6-48f2-aa6d-3f1ecec24c22 Date: Fri, 29 Jun 2018 05:29:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"819ed2e2-2b8c-4622-85bb-6f5cd4a33682","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":34,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T05:29:22Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-e4b57f61-0111-46c5-b873-3d27775d5dd9-pub-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:29:22Z","provider:network_type":"vxlan"}]} 2018-06-29 05:29:23,095 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=819ed2e2-2b8c-4622-85bb-6f5cd4a33682 used request id req-ece4e70e-83e6-48f2-aa6d-3f1ecec24c22 2018-06-29 05:29:23,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=819ed2e2-2b8c-4622-85bb-6f5cd4a33682 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be8c583a3ed260b2a23e1e042e5a0992f546e40a" 2018-06-29 05:29:23,305 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-cad238a1-e242-4bd1-9c94-ccaffabbaae4 Date: Fri, 29 Jun 2018 05:29:23 GMT RESP BODY: {"subnets":[]} 2018-06-29 05:29:23,305 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=819ed2e2-2b8c-4622-85bb-6f5cd4a33682 used request id req-cad238a1-e242-4bd1-9c94-ccaffabbaae4 2018-06-29 05:29:23,305 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-e4b57f61-0111-46c5-b873-3d27775d5dd9-pub-subnet 2018-06-29 05:29:23,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be8c583a3ed260b2a23e1e042e5a0992f546e40a" -d '{"subnets": [{"ip_version": 4, "network_id": "819ed2e2-2b8c-4622-85bb-6f5cd4a33682", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-e4b57f61-0111-46c5-b873-3d27775d5dd9-pub-subnet"}]}' 2018-06-29 05:29:24,645 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-68db541c-bcb6-4119-9556-d3fdc69c8ce6 Date: Fri, 29 Jun 2018 05:29:24 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:29:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"efdb486b-e8cb-44bc-ac07-aab7083ba730","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-e4b57f61-0111-46c5-b873-3d27775d5dd9-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"819ed2e2-2b8c-4622-85bb-6f5cd4a33682","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:29:23Z","ip_version":4}]} 2018-06-29 05:29:24,645 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-68db541c-bcb6-4119-9556-d3fdc69c8ce6 2018-06-29 05:29:24,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=819ed2e2-2b8c-4622-85bb-6f5cd4a33682 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be8c583a3ed260b2a23e1e042e5a0992f546e40a" 2018-06-29 05:29:24,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 769 X-Openstack-Request-Id: req-22ad2761-c7fa-4f6b-ad3d-17085d72c385 Date: Fri, 29 Jun 2018 05:29:24 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"819ed2e2-2b8c-4622-85bb-6f5cd4a33682","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":34,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["efdb486b-e8cb-44bc-ac07-aab7083ba730"],"description":"","tags":[],"updated_at":"2018-06-29T05:29:23Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-e4b57f61-0111-46c5-b873-3d27775d5dd9-pub-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:29:22Z","provider:network_type":"vxlan"}]} 2018-06-29 05:29:24,962 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=819ed2e2-2b8c-4622-85bb-6f5cd4a33682 used request id req-22ad2761-c7fa-4f6b-ad3d-17085d72c385 2018-06-29 05:29:24,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=819ed2e2-2b8c-4622-85bb-6f5cd4a33682 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be8c583a3ed260b2a23e1e042e5a0992f546e40a" 2018-06-29 05:29:25,194 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-21742c30-f53f-4f72-94b5-2f93332f4e6a Date: Fri, 29 Jun 2018 05:29:25 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:29:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"efdb486b-e8cb-44bc-ac07-aab7083ba730","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-e4b57f61-0111-46c5-b873-3d27775d5dd9-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"819ed2e2-2b8c-4622-85bb-6f5cd4a33682","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:29:23Z","ip_version":4}]} 2018-06-29 05:29:25,194 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=819ed2e2-2b8c-4622-85bb-6f5cd4a33682 used request id req-21742c30-f53f-4f72-94b5-2f93332f4e6a 2018-06-29 05:29:25,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-e4b57f61-0111-46c5-b873-3d27775d5dd9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be8c583a3ed260b2a23e1e042e5a0992f546e40a" 2018-06-29 05:29:25,305 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 769 X-Openstack-Request-Id: req-8aef66f7-e71c-4dd5-9aa8-a465e52c5ca2 Date: Fri, 29 Jun 2018 05:29:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"819ed2e2-2b8c-4622-85bb-6f5cd4a33682","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":34,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["efdb486b-e8cb-44bc-ac07-aab7083ba730"],"description":"","tags":[],"updated_at":"2018-06-29T05:29:23Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-e4b57f61-0111-46c5-b873-3d27775d5dd9-pub-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:29:22Z","provider:network_type":"vxlan"}]} 2018-06-29 05:29:25,305 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-e4b57f61-0111-46c5-b873-3d27775d5dd9-pub-net used request id req-8aef66f7-e71c-4dd5-9aa8-a465e52c5ca2 2018-06-29 05:29:25,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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 05:29:25,314 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 05:29: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.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 05:29:25,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be8c583a3ed260b2a23e1e042e5a0992f546e40a" 2018-06-29 05:29:25,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:29:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea318856-8b7a-4e1c-a4b3-e8e1a8c8457b Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}} 2018-06-29 05:29:25,406 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 used request id req-ea318856-8b7a-4e1c-a4b3-e8e1a8c8457b 2018-06-29 05:29:25,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=819ed2e2-2b8c-4622-85bb-6f5cd4a33682 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be8c583a3ed260b2a23e1e042e5a0992f546e40a" 2018-06-29 05:29:25,612 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-438cfa51-6051-4329-80ce-fdc5f5ee8672 Date: Fri, 29 Jun 2018 05:29:25 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:29:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"efdb486b-e8cb-44bc-ac07-aab7083ba730","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-e4b57f61-0111-46c5-b873-3d27775d5dd9-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"819ed2e2-2b8c-4622-85bb-6f5cd4a33682","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:29:23Z","ip_version":4}]} 2018-06-29 05:29:25,612 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=819ed2e2-2b8c-4622-85bb-6f5cd4a33682 used request id req-438cfa51-6051-4329-80ce-fdc5f5ee8672 2018-06-29 05:29:25,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=819ed2e2-2b8c-4622-85bb-6f5cd4a33682&name=NeutronUtilsRouterTests-e4b57f61-0111-46c5-b873-3d27775d5dd9-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be8c583a3ed260b2a23e1e042e5a0992f546e40a" 2018-06-29 05:29:25,837 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-afdd81bd-9997-41fa-8e12-36c76777e049 Date: Fri, 29 Jun 2018 05:29:25 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:29:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"efdb486b-e8cb-44bc-ac07-aab7083ba730","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-e4b57f61-0111-46c5-b873-3d27775d5dd9-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"819ed2e2-2b8c-4622-85bb-6f5cd4a33682","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:29:23Z","ip_version":4}]} 2018-06-29 05:29:25,837 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=819ed2e2-2b8c-4622-85bb-6f5cd4a33682&name=NeutronUtilsRouterTests-e4b57f61-0111-46c5-b873-3d27775d5dd9-pub-subnet used request id req-afdd81bd-9997-41fa-8e12-36c76777e049 2018-06-29 05:29:25,837 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:29:25,838 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:29:26,246 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:29:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["Ki3H3w2BTz25dnbn6OjNdg"], "issued_at": "2018-06-29T05:29:26.000000Z"}} 2018-06-29 05:29:26,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}6223533bce734236122ffa85a673ad821026f90c" 2018-06-29 05:29:26,328 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:29:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b47267ef-3c5b-4103-b3d3-48081a7cf901 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:29:26,329 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b47267ef-3c5b-4103-b3d3-48081a7cf901 2018-06-29 05:29:26,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-e4b57f61-0111-46c5-b873-3d27775d5dd9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be8c583a3ed260b2a23e1e042e5a0992f546e40a" 2018-06-29 05:29:26,423 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 769 X-Openstack-Request-Id: req-772e79e0-d5be-4f07-baa0-2e85a7669bd7 Date: Fri, 29 Jun 2018 05:29:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"819ed2e2-2b8c-4622-85bb-6f5cd4a33682","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":34,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["efdb486b-e8cb-44bc-ac07-aab7083ba730"],"description":"","tags":[],"updated_at":"2018-06-29T05:29:23Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-e4b57f61-0111-46c5-b873-3d27775d5dd9-pub-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:29:22Z","provider:network_type":"vxlan"}]} 2018-06-29 05:29:26,423 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-e4b57f61-0111-46c5-b873-3d27775d5dd9-pub-net used request id req-772e79e0-d5be-4f07-baa0-2e85a7669bd7 2018-06-29 05:29:26,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=819ed2e2-2b8c-4622-85bb-6f5cd4a33682 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be8c583a3ed260b2a23e1e042e5a0992f546e40a" 2018-06-29 05:29:26,472 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-536e7bf2-bcf2-4f39-abbf-d7452ac844a6 Date: Fri, 29 Jun 2018 05:29:26 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:29:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"efdb486b-e8cb-44bc-ac07-aab7083ba730","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-e4b57f61-0111-46c5-b873-3d27775d5dd9-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"819ed2e2-2b8c-4622-85bb-6f5cd4a33682","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:29:23Z","ip_version":4}]} 2018-06-29 05:29:26,472 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=819ed2e2-2b8c-4622-85bb-6f5cd4a33682 used request id req-536e7bf2-bcf2-4f39-abbf-d7452ac844a6 2018-06-29 05:29:26,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-e4b57f61-0111-46c5-b873-3d27775d5dd9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be8c583a3ed260b2a23e1e042e5a0992f546e40a" 2018-06-29 05:29:26,739 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 769 X-Openstack-Request-Id: req-d21eab17-9fba-4559-a510-a54cb00388e1 Date: Fri, 29 Jun 2018 05:29:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"819ed2e2-2b8c-4622-85bb-6f5cd4a33682","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":34,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["efdb486b-e8cb-44bc-ac07-aab7083ba730"],"description":"","tags":[],"updated_at":"2018-06-29T05:29:23Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-e4b57f61-0111-46c5-b873-3d27775d5dd9-pub-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:29:22Z","provider:network_type":"vxlan"}]} 2018-06-29 05:29:26,739 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-e4b57f61-0111-46c5-b873-3d27775d5dd9-pub-net used request id req-d21eab17-9fba-4559-a510-a54cb00388e1 2018-06-29 05:29:26,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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 05:29:26,747 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 05:29: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.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 05:29:26,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6223533bce734236122ffa85a673ad821026f90c" 2018-06-29 05:29:26,845 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:29:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ef4c68a-18c3-4d58-bd93-2c256ab021e8 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}} 2018-06-29 05:29:26,845 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 used request id req-3ef4c68a-18c3-4d58-bd93-2c256ab021e8 2018-06-29 05:29:26,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=819ed2e2-2b8c-4622-85bb-6f5cd4a33682 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be8c583a3ed260b2a23e1e042e5a0992f546e40a" 2018-06-29 05:29:27,073 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-efb8d0c2-25fe-4f6c-bfb5-4bc5d914d5ec Date: Fri, 29 Jun 2018 05:29:27 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:29:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"efdb486b-e8cb-44bc-ac07-aab7083ba730","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-e4b57f61-0111-46c5-b873-3d27775d5dd9-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"819ed2e2-2b8c-4622-85bb-6f5cd4a33682","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:29:23Z","ip_version":4}]} 2018-06-29 05:29:27,073 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=819ed2e2-2b8c-4622-85bb-6f5cd4a33682 used request id req-efb8d0c2-25fe-4f6c-bfb5-4bc5d914d5ec 2018-06-29 05:29:27,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=819ed2e2-2b8c-4622-85bb-6f5cd4a33682&name=NeutronUtilsRouterTests-e4b57f61-0111-46c5-b873-3d27775d5dd9-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be8c583a3ed260b2a23e1e042e5a0992f546e40a" 2018-06-29 05:29:27,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-91c32115-12fd-4bbb-affa-9c930dfb99c2 Date: Fri, 29 Jun 2018 05:29:27 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:29:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"efdb486b-e8cb-44bc-ac07-aab7083ba730","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-e4b57f61-0111-46c5-b873-3d27775d5dd9-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"819ed2e2-2b8c-4622-85bb-6f5cd4a33682","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:29:23Z","ip_version":4}]} 2018-06-29 05:29:27,302 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=819ed2e2-2b8c-4622-85bb-6f5cd4a33682&name=NeutronUtilsRouterTests-e4b57f61-0111-46c5-b873-3d27775d5dd9-pub-subnet used request id req-91c32115-12fd-4bbb-affa-9c930dfb99c2 2018-06-29 05:29:27,302 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-e4b57f61-0111-46c5-b873-3d27775d5dd9-pub-net 2018-06-29 05:29:27,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be8c583a3ed260b2a23e1e042e5a0992f546e40a" -d '{"port": {"network_id": "819ed2e2-2b8c-4622-85bb-6f5cd4a33682", "fixed_ips": [{"subnet_id": "efdb486b-e8cb-44bc-ac07-aab7083ba730", "ip_address": "10.197.123.100"}], "name": "NeutronUtilsRouterTests-e4b57f61-0111-46c5-b873-3d27775d5dd9-port", "admin_state_up": true}}' 2018-06-29 05:29:27,717 - keystoneauth.session - DEBUG - RESP: [400] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-5b802566-4e7a-4e78-b59e-a195170e4d72 Date: Fri, 29 Jun 2018 05:29:27 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 05:29:27,717 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-5b802566-4e7a-4e78-b59e-a195170e4d72 2018-06-29 05:29:27,717 - 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 05:29:27,717 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-e4b57f61-0111-46c5-b873-3d27775d5dd9-pub-subnet 2018-06-29 05:29:27,718 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-e4b57f61-0111-46c5-b873-3d27775d5dd9-pub-subnet 2018-06-29 05:29:27,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/efdb486b-e8cb-44bc-ac07-aab7083ba730 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be8c583a3ed260b2a23e1e042e5a0992f546e40a" 2018-06-29 05:29:29,881 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-41e912d1-27c5-497d-8fd3-12a8d916c56f Date: Fri, 29 Jun 2018 05:29:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 05:29:29,881 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/efdb486b-e8cb-44bc-ac07-aab7083ba730 used request id req-41e912d1-27c5-497d-8fd3-12a8d916c56f 2018-06-29 05:29:29,881 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-e4b57f61-0111-46c5-b873-3d27775d5dd9-pub-net 2018-06-29 05:29:29,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/819ed2e2-2b8c-4622-85bb-6f5cd4a33682 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be8c583a3ed260b2a23e1e042e5a0992f546e40a" 2018-06-29 05:29:31,651 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0e043d01-d99f-495a-b86b-056c099c7655 Date: Fri, 29 Jun 2018 05:29:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 05:29:31,651 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/819ed2e2-2b8c-4622-85bb-6f5cd4a33682 used request id req-0e043d01-d99f-495a-b86b-056c099c7655 2018-06-29 05:29:31,652 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:29:32,048 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:29:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["x2VinJ-YTGqINfYZroD1hg"], "issued_at": "2018-06-29T05:29:32.000000Z"}} 2018-06-29 05:29:32,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}c83af7ab9c1ed955642ef087b2404b8a26c98594" 2018-06-29 05:29:32,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:29:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad039e8f-5660-461b-bc61-4893340a91d1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:29:32,137 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-ad039e8f-5660-461b-bc61-4893340a91d1 2018-06-29 05:29:32,138 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-fed8cd2a-eddd-4573-97a7-7afca2544569-pub-net 2018-06-29 05:29:32,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c83af7ab9c1ed955642ef087b2404b8a26c98594" -d '{"network": {"name": "NeutronUtilsRouterTests-fed8cd2a-eddd-4573-97a7-7afca2544569-pub-net", "admin_state_up": true}}' 2018-06-29 05:29:32,681 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 741 X-Openstack-Request-Id: req-660bd9a9-b60c-4709-9ada-db281c5b6ff8 Date: Fri, 29 Jun 2018 05:29:32 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"d30f61e0-cfcf-4c2a-a935-27ffb81dea7f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":35,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T05:29:32Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-fed8cd2a-eddd-4573-97a7-7afca2544569-pub-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:29:32Z","mtu":1450}} 2018-06-29 05:29:32,681 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-660bd9a9-b60c-4709-9ada-db281c5b6ff8 2018-06-29 05:29:32,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=d30f61e0-cfcf-4c2a-a935-27ffb81dea7f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c83af7ab9c1ed955642ef087b2404b8a26c98594" 2018-06-29 05:29:32,931 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 725 X-Openstack-Request-Id: req-7ea32ff8-0c3c-45be-86c5-6a769c93bb88 Date: Fri, 29 Jun 2018 05:29:32 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"d30f61e0-cfcf-4c2a-a935-27ffb81dea7f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":35,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T05:29:32Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-fed8cd2a-eddd-4573-97a7-7afca2544569-pub-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:29:32Z","provider:network_type":"vxlan"}]} 2018-06-29 05:29:32,932 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=d30f61e0-cfcf-4c2a-a935-27ffb81dea7f used request id req-7ea32ff8-0c3c-45be-86c5-6a769c93bb88 2018-06-29 05:29:32,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d30f61e0-cfcf-4c2a-a935-27ffb81dea7f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c83af7ab9c1ed955642ef087b2404b8a26c98594" 2018-06-29 05:29:33,138 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-e0c325c4-5f14-4ced-9298-7d6ebb1ae512 Date: Fri, 29 Jun 2018 05:29:33 GMT RESP BODY: {"subnets":[]} 2018-06-29 05:29:33,138 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d30f61e0-cfcf-4c2a-a935-27ffb81dea7f used request id req-e0c325c4-5f14-4ced-9298-7d6ebb1ae512 2018-06-29 05:29:33,138 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-fed8cd2a-eddd-4573-97a7-7afca2544569-pub-subnet 2018-06-29 05:29:33,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c83af7ab9c1ed955642ef087b2404b8a26c98594" -d '{"subnets": [{"ip_version": 4, "network_id": "d30f61e0-cfcf-4c2a-a935-27ffb81dea7f", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-fed8cd2a-eddd-4573-97a7-7afca2544569-pub-subnet"}]}' 2018-06-29 05:29:33,855 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-ddb8b466-6005-4ecd-9634-6b2cd88c9daa Date: Fri, 29 Jun 2018 05:29:33 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:29:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"3cf44981-3b9f-4912-8105-46d2a9b47a44","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-fed8cd2a-eddd-4573-97a7-7afca2544569-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"d30f61e0-cfcf-4c2a-a935-27ffb81dea7f","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:29:33Z","ip_version":4}]} 2018-06-29 05:29:33,855 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-ddb8b466-6005-4ecd-9634-6b2cd88c9daa 2018-06-29 05:29:33,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=d30f61e0-cfcf-4c2a-a935-27ffb81dea7f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c83af7ab9c1ed955642ef087b2404b8a26c98594" 2018-06-29 05:29:34,292 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 769 X-Openstack-Request-Id: req-cffc88cb-5f99-4cce-afcf-225e47b0bc38 Date: Fri, 29 Jun 2018 05:29:34 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d30f61e0-cfcf-4c2a-a935-27ffb81dea7f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":35,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["3cf44981-3b9f-4912-8105-46d2a9b47a44"],"description":"","tags":[],"updated_at":"2018-06-29T05:29:33Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-fed8cd2a-eddd-4573-97a7-7afca2544569-pub-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:29:32Z","provider:network_type":"vxlan"}]} 2018-06-29 05:29:34,292 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=d30f61e0-cfcf-4c2a-a935-27ffb81dea7f used request id req-cffc88cb-5f99-4cce-afcf-225e47b0bc38 2018-06-29 05:29:34,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d30f61e0-cfcf-4c2a-a935-27ffb81dea7f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c83af7ab9c1ed955642ef087b2404b8a26c98594" 2018-06-29 05:29:34,543 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-984200ce-6644-43fd-9df1-0d9c96b65723 Date: Fri, 29 Jun 2018 05:29:34 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:29:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"3cf44981-3b9f-4912-8105-46d2a9b47a44","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-fed8cd2a-eddd-4573-97a7-7afca2544569-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"d30f61e0-cfcf-4c2a-a935-27ffb81dea7f","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:29:33Z","ip_version":4}]} 2018-06-29 05:29:34,544 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d30f61e0-cfcf-4c2a-a935-27ffb81dea7f used request id req-984200ce-6644-43fd-9df1-0d9c96b65723 2018-06-29 05:29:34,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-fed8cd2a-eddd-4573-97a7-7afca2544569-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c83af7ab9c1ed955642ef087b2404b8a26c98594" 2018-06-29 05:29:34,809 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 769 X-Openstack-Request-Id: req-4559899a-d223-412e-9d0a-da594621e74a Date: Fri, 29 Jun 2018 05:29:34 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d30f61e0-cfcf-4c2a-a935-27ffb81dea7f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":35,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["3cf44981-3b9f-4912-8105-46d2a9b47a44"],"description":"","tags":[],"updated_at":"2018-06-29T05:29:33Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-fed8cd2a-eddd-4573-97a7-7afca2544569-pub-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:29:32Z","provider:network_type":"vxlan"}]} 2018-06-29 05:29:34,809 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-fed8cd2a-eddd-4573-97a7-7afca2544569-pub-net used request id req-4559899a-d223-412e-9d0a-da594621e74a 2018-06-29 05:29:34,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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 05:29:34,818 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 05:29:34 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.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 05:29:34,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c83af7ab9c1ed955642ef087b2404b8a26c98594" 2018-06-29 05:29:34,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:29:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ff740a8-5e13-40c5-86a9-1da97ed270d2 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}} 2018-06-29 05:29:34,919 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 used request id req-9ff740a8-5e13-40c5-86a9-1da97ed270d2 2018-06-29 05:29:34,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d30f61e0-cfcf-4c2a-a935-27ffb81dea7f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c83af7ab9c1ed955642ef087b2404b8a26c98594" 2018-06-29 05:29:35,147 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-0bf7e401-76bf-4fdb-9824-2500db2fab4a Date: Fri, 29 Jun 2018 05:29:35 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:29:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"3cf44981-3b9f-4912-8105-46d2a9b47a44","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-fed8cd2a-eddd-4573-97a7-7afca2544569-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"d30f61e0-cfcf-4c2a-a935-27ffb81dea7f","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:29:33Z","ip_version":4}]} 2018-06-29 05:29:35,147 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d30f61e0-cfcf-4c2a-a935-27ffb81dea7f used request id req-0bf7e401-76bf-4fdb-9824-2500db2fab4a 2018-06-29 05:29:35,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d30f61e0-cfcf-4c2a-a935-27ffb81dea7f&name=NeutronUtilsRouterTests-fed8cd2a-eddd-4573-97a7-7afca2544569-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c83af7ab9c1ed955642ef087b2404b8a26c98594" 2018-06-29 05:29:35,374 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-45262b70-c948-4efd-ab74-e853f012e569 Date: Fri, 29 Jun 2018 05:29:35 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:29:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"3cf44981-3b9f-4912-8105-46d2a9b47a44","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-fed8cd2a-eddd-4573-97a7-7afca2544569-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"d30f61e0-cfcf-4c2a-a935-27ffb81dea7f","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:29:33Z","ip_version":4}]} 2018-06-29 05:29:35,374 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d30f61e0-cfcf-4c2a-a935-27ffb81dea7f&name=NeutronUtilsRouterTests-fed8cd2a-eddd-4573-97a7-7afca2544569-pub-subnet used request id req-45262b70-c948-4efd-ab74-e853f012e569 2018-06-29 05:29:35,374 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:29:35,375 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:29:35,790 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:29:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["nMcoRIUKTEqFSwpre0UJUw"], "issued_at": "2018-06-29T05:29:35.000000Z"}} 2018-06-29 05:29:35,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}9628680f08fa6b79974a499371fdc9880fccd177" 2018-06-29 05:29:35,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:29:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96f38b13-8677-4ce6-98e9-33ef2cc4119c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:29:35,882 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-96f38b13-8677-4ce6-98e9-33ef2cc4119c 2018-06-29 05:29:35,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-fed8cd2a-eddd-4573-97a7-7afca2544569-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c83af7ab9c1ed955642ef087b2404b8a26c98594" 2018-06-29 05:29:36,151 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 769 X-Openstack-Request-Id: req-4c104693-eaf3-434e-9fcd-653b9b79e849 Date: Fri, 29 Jun 2018 05:29:36 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d30f61e0-cfcf-4c2a-a935-27ffb81dea7f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":35,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["3cf44981-3b9f-4912-8105-46d2a9b47a44"],"description":"","tags":[],"updated_at":"2018-06-29T05:29:33Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-fed8cd2a-eddd-4573-97a7-7afca2544569-pub-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:29:32Z","provider:network_type":"vxlan"}]} 2018-06-29 05:29:36,151 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-fed8cd2a-eddd-4573-97a7-7afca2544569-pub-net used request id req-4c104693-eaf3-434e-9fcd-653b9b79e849 2018-06-29 05:29:36,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d30f61e0-cfcf-4c2a-a935-27ffb81dea7f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c83af7ab9c1ed955642ef087b2404b8a26c98594" 2018-06-29 05:29:36,373 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-efb4e48a-e741-42da-a9c4-cf23ef835c3b Date: Fri, 29 Jun 2018 05:29:36 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:29:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"3cf44981-3b9f-4912-8105-46d2a9b47a44","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-fed8cd2a-eddd-4573-97a7-7afca2544569-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"d30f61e0-cfcf-4c2a-a935-27ffb81dea7f","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:29:33Z","ip_version":4}]} 2018-06-29 05:29:36,374 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d30f61e0-cfcf-4c2a-a935-27ffb81dea7f used request id req-efb4e48a-e741-42da-a9c4-cf23ef835c3b 2018-06-29 05:29:36,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-fed8cd2a-eddd-4573-97a7-7afca2544569-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c83af7ab9c1ed955642ef087b2404b8a26c98594" 2018-06-29 05:29:36,653 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 769 X-Openstack-Request-Id: req-88dcdc33-da4b-4fe4-9b2e-413a25d0e124 Date: Fri, 29 Jun 2018 05:29:36 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d30f61e0-cfcf-4c2a-a935-27ffb81dea7f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":35,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["3cf44981-3b9f-4912-8105-46d2a9b47a44"],"description":"","tags":[],"updated_at":"2018-06-29T05:29:33Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-fed8cd2a-eddd-4573-97a7-7afca2544569-pub-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:29:32Z","provider:network_type":"vxlan"}]} 2018-06-29 05:29:36,653 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-fed8cd2a-eddd-4573-97a7-7afca2544569-pub-net used request id req-88dcdc33-da4b-4fe4-9b2e-413a25d0e124 2018-06-29 05:29:36,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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 05:29:36,661 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 05:29: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.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 05:29:36,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9628680f08fa6b79974a499371fdc9880fccd177" 2018-06-29 05:29:36,764 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:29:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d611009-8c22-4353-b0ff-cf8156e5c13a Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}} 2018-06-29 05:29:36,764 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 used request id req-3d611009-8c22-4353-b0ff-cf8156e5c13a 2018-06-29 05:29:36,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d30f61e0-cfcf-4c2a-a935-27ffb81dea7f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c83af7ab9c1ed955642ef087b2404b8a26c98594" 2018-06-29 05:29:36,809 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-9d52379a-37d3-463c-bad0-2209e23f96fc Date: Fri, 29 Jun 2018 05:29:36 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:29:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"3cf44981-3b9f-4912-8105-46d2a9b47a44","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-fed8cd2a-eddd-4573-97a7-7afca2544569-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"d30f61e0-cfcf-4c2a-a935-27ffb81dea7f","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:29:33Z","ip_version":4}]} 2018-06-29 05:29:36,809 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d30f61e0-cfcf-4c2a-a935-27ffb81dea7f used request id req-9d52379a-37d3-463c-bad0-2209e23f96fc 2018-06-29 05:29:36,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d30f61e0-cfcf-4c2a-a935-27ffb81dea7f&name=NeutronUtilsRouterTests-fed8cd2a-eddd-4573-97a7-7afca2544569-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c83af7ab9c1ed955642ef087b2404b8a26c98594" 2018-06-29 05:29:37,048 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-185f0301-80c3-4d46-8248-ed5eeecc4a05 Date: Fri, 29 Jun 2018 05:29:37 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:29:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"3cf44981-3b9f-4912-8105-46d2a9b47a44","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-fed8cd2a-eddd-4573-97a7-7afca2544569-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"d30f61e0-cfcf-4c2a-a935-27ffb81dea7f","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:29:33Z","ip_version":4}]} 2018-06-29 05:29:37,048 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d30f61e0-cfcf-4c2a-a935-27ffb81dea7f&name=NeutronUtilsRouterTests-fed8cd2a-eddd-4573-97a7-7afca2544569-pub-subnet used request id req-185f0301-80c3-4d46-8248-ed5eeecc4a05 2018-06-29 05:29:37,049 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-fed8cd2a-eddd-4573-97a7-7afca2544569-pub-net 2018-06-29 05:29:37,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c83af7ab9c1ed955642ef087b2404b8a26c98594" -d '{"port": {"network_id": "d30f61e0-cfcf-4c2a-a935-27ffb81dea7f", "fixed_ips": [{"subnet_id": "3cf44981-3b9f-4912-8105-46d2a9b47a44", "ip_address": null}], "name": "NeutronUtilsRouterTests-fed8cd2a-eddd-4573-97a7-7afca2544569-port", "admin_state_up": true}}' 2018-06-29 05:29:37,065 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 143 Content-Type: application/json X-Openstack-Request-Id: req-9753efbe-8ee6-4ad1-b6d5-fda5cac46493 Date: Fri, 29 Jun 2018 05:29:37 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for fixed_ips. Reason: 'None' is not a valid IP address.", "type": "HTTPBadRequest", "detail": ""}} 2018-06-29 05:29:37,065 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-9753efbe-8ee6-4ad1-b6d5-fda5cac46493 2018-06-29 05:29:37,065 - 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 05:29:37,065 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-fed8cd2a-eddd-4573-97a7-7afca2544569-pub-subnet 2018-06-29 05:29:37,065 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-fed8cd2a-eddd-4573-97a7-7afca2544569-pub-subnet 2018-06-29 05:29:37,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/3cf44981-3b9f-4912-8105-46d2a9b47a44 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c83af7ab9c1ed955642ef087b2404b8a26c98594" 2018-06-29 05:29:39,238 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-77f47d18-7e61-441d-8cb0-c2915a04b5c9 Date: Fri, 29 Jun 2018 05:29:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 05:29:39,239 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/3cf44981-3b9f-4912-8105-46d2a9b47a44 used request id req-77f47d18-7e61-441d-8cb0-c2915a04b5c9 2018-06-29 05:29:39,239 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-fed8cd2a-eddd-4573-97a7-7afca2544569-pub-net 2018-06-29 05:29:39,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/d30f61e0-cfcf-4c2a-a935-27ffb81dea7f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c83af7ab9c1ed955642ef087b2404b8a26c98594" 2018-06-29 05:29:41,030 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c56569d3-7526-4826-b96f-7ec9313f02af Date: Fri, 29 Jun 2018 05:29:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 05:29:41,030 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/d30f61e0-cfcf-4c2a-a935-27ffb81dea7f used request id req-c56569d3-7526-4826-b96f-7ec9313f02af 2018-06-29 05:29:41,032 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:29:41,426 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:29:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["McVuNtbSSUejPr1BHZ8ZFw"], "issued_at": "2018-06-29T05:29:41.000000Z"}} 2018-06-29 05:29:41,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}100fdab2f025a8d87214698f75fa1fcc81cfdeec" 2018-06-29 05:29:41,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:29:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe49b414-62a0-4ba1-94de-0bea6075f444 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:29:41,512 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-fe49b414-62a0-4ba1-94de-0bea6075f444 2018-06-29 05:29:41,514 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-4bbf4b45-c848-4f3a-997b-db40fc3113c3-pub-net 2018-06-29 05:29:41,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}100fdab2f025a8d87214698f75fa1fcc81cfdeec" -d '{"network": {"name": "NeutronUtilsRouterTests-4bbf4b45-c848-4f3a-997b-db40fc3113c3-pub-net", "admin_state_up": true}}' 2018-06-29 05:29:41,903 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 741 X-Openstack-Request-Id: req-64d67b8c-65c8-4436-903a-e92bea59ecea Date: Fri, 29 Jun 2018 05:29:41 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"e836d761-578a-427c-a3ee-b8db8130cb1a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":83,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T05:29:41Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-4bbf4b45-c848-4f3a-997b-db40fc3113c3-pub-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:29:41Z","mtu":1450}} 2018-06-29 05:29:41,903 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-64d67b8c-65c8-4436-903a-e92bea59ecea 2018-06-29 05:29:41,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=e836d761-578a-427c-a3ee-b8db8130cb1a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}100fdab2f025a8d87214698f75fa1fcc81cfdeec" 2018-06-29 05:29:42,142 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 725 X-Openstack-Request-Id: req-d9fdb3fe-45a9-4832-abf8-9d70b03af28b Date: Fri, 29 Jun 2018 05:29:42 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"e836d761-578a-427c-a3ee-b8db8130cb1a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":83,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T05:29:41Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-4bbf4b45-c848-4f3a-997b-db40fc3113c3-pub-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:29:41Z","provider:network_type":"vxlan"}]} 2018-06-29 05:29:42,142 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=e836d761-578a-427c-a3ee-b8db8130cb1a used request id req-d9fdb3fe-45a9-4832-abf8-9d70b03af28b 2018-06-29 05:29:42,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=e836d761-578a-427c-a3ee-b8db8130cb1a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}100fdab2f025a8d87214698f75fa1fcc81cfdeec" 2018-06-29 05:29:42,354 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-9ae1dcb1-da7f-4de2-bce1-abdbb59f89ae Date: Fri, 29 Jun 2018 05:29:42 GMT RESP BODY: {"subnets":[]} 2018-06-29 05:29:42,354 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=e836d761-578a-427c-a3ee-b8db8130cb1a used request id req-9ae1dcb1-da7f-4de2-bce1-abdbb59f89ae 2018-06-29 05:29:42,355 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-4bbf4b45-c848-4f3a-997b-db40fc3113c3-pub-subnet 2018-06-29 05:29:42,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}100fdab2f025a8d87214698f75fa1fcc81cfdeec" -d '{"subnets": [{"ip_version": 4, "network_id": "e836d761-578a-427c-a3ee-b8db8130cb1a", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-4bbf4b45-c848-4f3a-997b-db40fc3113c3-pub-subnet"}]}' 2018-06-29 05:29:42,968 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-9e1f74a2-c207-49a0-8cce-8d6775e623fe Date: Fri, 29 Jun 2018 05:29:42 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:29:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"7d298abf-48dc-4823-8302-32d1537c2772","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-4bbf4b45-c848-4f3a-997b-db40fc3113c3-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"e836d761-578a-427c-a3ee-b8db8130cb1a","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:29:42Z","ip_version":4}]} 2018-06-29 05:29:42,969 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-9e1f74a2-c207-49a0-8cce-8d6775e623fe 2018-06-29 05:29:42,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=e836d761-578a-427c-a3ee-b8db8130cb1a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}100fdab2f025a8d87214698f75fa1fcc81cfdeec" 2018-06-29 05:29:43,237 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 769 X-Openstack-Request-Id: req-4e02dd88-7287-40c4-920c-d3e15a0ba0ed Date: Fri, 29 Jun 2018 05:29:43 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"e836d761-578a-427c-a3ee-b8db8130cb1a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":83,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["7d298abf-48dc-4823-8302-32d1537c2772"],"description":"","tags":[],"updated_at":"2018-06-29T05:29:42Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-4bbf4b45-c848-4f3a-997b-db40fc3113c3-pub-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:29:41Z","provider:network_type":"vxlan"}]} 2018-06-29 05:29:43,238 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=e836d761-578a-427c-a3ee-b8db8130cb1a used request id req-4e02dd88-7287-40c4-920c-d3e15a0ba0ed 2018-06-29 05:29:43,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=e836d761-578a-427c-a3ee-b8db8130cb1a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}100fdab2f025a8d87214698f75fa1fcc81cfdeec" 2018-06-29 05:29:43,611 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-5e13e265-ec51-46b8-973c-b1eec0e2f45a Date: Fri, 29 Jun 2018 05:29:43 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:29:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"7d298abf-48dc-4823-8302-32d1537c2772","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-4bbf4b45-c848-4f3a-997b-db40fc3113c3-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"e836d761-578a-427c-a3ee-b8db8130cb1a","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:29:42Z","ip_version":4}]} 2018-06-29 05:29:43,611 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=e836d761-578a-427c-a3ee-b8db8130cb1a used request id req-5e13e265-ec51-46b8-973c-b1eec0e2f45a 2018-06-29 05:29:43,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-4bbf4b45-c848-4f3a-997b-db40fc3113c3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}100fdab2f025a8d87214698f75fa1fcc81cfdeec" 2018-06-29 05:29:43,896 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 769 X-Openstack-Request-Id: req-0b78e02f-0d2c-4720-9f74-a60528704f0e Date: Fri, 29 Jun 2018 05:29:43 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"e836d761-578a-427c-a3ee-b8db8130cb1a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":83,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["7d298abf-48dc-4823-8302-32d1537c2772"],"description":"","tags":[],"updated_at":"2018-06-29T05:29:42Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-4bbf4b45-c848-4f3a-997b-db40fc3113c3-pub-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:29:41Z","provider:network_type":"vxlan"}]} 2018-06-29 05:29:43,896 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-4bbf4b45-c848-4f3a-997b-db40fc3113c3-pub-net used request id req-0b78e02f-0d2c-4720-9f74-a60528704f0e 2018-06-29 05:29:43,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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 05:29:43,905 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 05:29: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.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 05:29:43,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}100fdab2f025a8d87214698f75fa1fcc81cfdeec" 2018-06-29 05:29:43,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:29:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da8fd132-a5f9-499b-b220-e9f53b839ef9 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}} 2018-06-29 05:29:43,925 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 used request id req-da8fd132-a5f9-499b-b220-e9f53b839ef9 2018-06-29 05:29:43,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=e836d761-578a-427c-a3ee-b8db8130cb1a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}100fdab2f025a8d87214698f75fa1fcc81cfdeec" 2018-06-29 05:29:44,157 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-4b56f443-1e31-4f8f-b821-cc65cdcb484e Date: Fri, 29 Jun 2018 05:29:44 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:29:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"7d298abf-48dc-4823-8302-32d1537c2772","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-4bbf4b45-c848-4f3a-997b-db40fc3113c3-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"e836d761-578a-427c-a3ee-b8db8130cb1a","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:29:42Z","ip_version":4}]} 2018-06-29 05:29:44,157 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=e836d761-578a-427c-a3ee-b8db8130cb1a used request id req-4b56f443-1e31-4f8f-b821-cc65cdcb484e 2018-06-29 05:29:44,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=e836d761-578a-427c-a3ee-b8db8130cb1a&name=NeutronUtilsRouterTests-4bbf4b45-c848-4f3a-997b-db40fc3113c3-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}100fdab2f025a8d87214698f75fa1fcc81cfdeec" 2018-06-29 05:29:44,373 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-804b8883-bff3-4fcd-a794-527590c0a81e Date: Fri, 29 Jun 2018 05:29:44 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:29:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"7d298abf-48dc-4823-8302-32d1537c2772","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-4bbf4b45-c848-4f3a-997b-db40fc3113c3-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"e836d761-578a-427c-a3ee-b8db8130cb1a","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:29:42Z","ip_version":4}]} 2018-06-29 05:29:44,373 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=e836d761-578a-427c-a3ee-b8db8130cb1a&name=NeutronUtilsRouterTests-4bbf4b45-c848-4f3a-997b-db40fc3113c3-pub-subnet used request id req-804b8883-bff3-4fcd-a794-527590c0a81e 2018-06-29 05:29:44,374 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:29:44,374 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:29:44,779 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:29:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["EpZuEsK6TmG7r5BJmQY2-w"], "issued_at": "2018-06-29T05:29:44.000000Z"}} 2018-06-29 05:29:44,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}049157e630e11cae476cdee9707b0ef6bad87df3" 2018-06-29 05:29:44,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:29:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b47aeb6-4fc9-4a50-af49-6ca0bf01aee8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:29:44,864 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4b47aeb6-4fc9-4a50-af49-6ca0bf01aee8 2018-06-29 05:29:44,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-4bbf4b45-c848-4f3a-997b-db40fc3113c3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}100fdab2f025a8d87214698f75fa1fcc81cfdeec" 2018-06-29 05:29:45,128 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 769 X-Openstack-Request-Id: req-b1949931-bc63-4fae-9a96-2b102338c399 Date: Fri, 29 Jun 2018 05:29:45 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"e836d761-578a-427c-a3ee-b8db8130cb1a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":83,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["7d298abf-48dc-4823-8302-32d1537c2772"],"description":"","tags":[],"updated_at":"2018-06-29T05:29:42Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-4bbf4b45-c848-4f3a-997b-db40fc3113c3-pub-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:29:41Z","provider:network_type":"vxlan"}]} 2018-06-29 05:29:45,128 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-4bbf4b45-c848-4f3a-997b-db40fc3113c3-pub-net used request id req-b1949931-bc63-4fae-9a96-2b102338c399 2018-06-29 05:29:45,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=e836d761-578a-427c-a3ee-b8db8130cb1a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}100fdab2f025a8d87214698f75fa1fcc81cfdeec" 2018-06-29 05:29:45,174 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-054b1339-093c-4453-841e-d8dedae6852e Date: Fri, 29 Jun 2018 05:29:45 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:29:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"7d298abf-48dc-4823-8302-32d1537c2772","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-4bbf4b45-c848-4f3a-997b-db40fc3113c3-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"e836d761-578a-427c-a3ee-b8db8130cb1a","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:29:42Z","ip_version":4}]} 2018-06-29 05:29:45,174 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=e836d761-578a-427c-a3ee-b8db8130cb1a used request id req-054b1339-093c-4453-841e-d8dedae6852e 2018-06-29 05:29:45,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-4bbf4b45-c848-4f3a-997b-db40fc3113c3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}100fdab2f025a8d87214698f75fa1fcc81cfdeec" 2018-06-29 05:29:45,271 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 769 X-Openstack-Request-Id: req-a22a7a5f-3042-4d8b-89f7-9727168d4d55 Date: Fri, 29 Jun 2018 05:29:45 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"e836d761-578a-427c-a3ee-b8db8130cb1a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":83,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["7d298abf-48dc-4823-8302-32d1537c2772"],"description":"","tags":[],"updated_at":"2018-06-29T05:29:42Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-4bbf4b45-c848-4f3a-997b-db40fc3113c3-pub-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:29:41Z","provider:network_type":"vxlan"}]} 2018-06-29 05:29:45,271 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-4bbf4b45-c848-4f3a-997b-db40fc3113c3-pub-net used request id req-a22a7a5f-3042-4d8b-89f7-9727168d4d55 2018-06-29 05:29:45,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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 05:29:45,279 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 05:29: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.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 05:29:45,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}049157e630e11cae476cdee9707b0ef6bad87df3" 2018-06-29 05:29:45,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:29:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d78818d6-2b8b-4fcc-8d28-48e7cbdbe22b Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}} 2018-06-29 05:29:45,381 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 used request id req-d78818d6-2b8b-4fcc-8d28-48e7cbdbe22b 2018-06-29 05:29:45,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=e836d761-578a-427c-a3ee-b8db8130cb1a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}100fdab2f025a8d87214698f75fa1fcc81cfdeec" 2018-06-29 05:29:45,600 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-b5cf6b56-4ba5-4997-b323-b371c2009657 Date: Fri, 29 Jun 2018 05:29:45 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:29:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"7d298abf-48dc-4823-8302-32d1537c2772","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-4bbf4b45-c848-4f3a-997b-db40fc3113c3-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"e836d761-578a-427c-a3ee-b8db8130cb1a","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:29:42Z","ip_version":4}]} 2018-06-29 05:29:45,600 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=e836d761-578a-427c-a3ee-b8db8130cb1a used request id req-b5cf6b56-4ba5-4997-b323-b371c2009657 2018-06-29 05:29:45,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=e836d761-578a-427c-a3ee-b8db8130cb1a&name=NeutronUtilsRouterTests-4bbf4b45-c848-4f3a-997b-db40fc3113c3-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}100fdab2f025a8d87214698f75fa1fcc81cfdeec" 2018-06-29 05:29:45,650 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-3b384ce9-de0d-4357-9f0b-283cde091187 Date: Fri, 29 Jun 2018 05:29:45 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:29:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"7d298abf-48dc-4823-8302-32d1537c2772","dns_nameservers":[],"gateway_ip":"10.55.1.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.1.0/24","subnetpool_id":null,"service_types":[],"name":"NeutronUtilsRouterTests-4bbf4b45-c848-4f3a-997b-db40fc3113c3-pub-subnet","enable_dhcp":true,"segment_id":null,"network_id":"e836d761-578a-427c-a3ee-b8db8130cb1a","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:29:42Z","ip_version":4}]} 2018-06-29 05:29:45,651 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=e836d761-578a-427c-a3ee-b8db8130cb1a&name=NeutronUtilsRouterTests-4bbf4b45-c848-4f3a-997b-db40fc3113c3-pub-subnet used request id req-3b384ce9-de0d-4357-9f0b-283cde091187 2018-06-29 05:29:45,651 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-4bbf4b45-c848-4f3a-997b-db40fc3113c3-pub-net 2018-06-29 05:29:45,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}100fdab2f025a8d87214698f75fa1fcc81cfdeec" -d '{"port": {"network_id": "e836d761-578a-427c-a3ee-b8db8130cb1a", "fixed_ips": [{"subnet_id": "7d298abf-48dc-4823-8302-32d1537c2772", "ip_address": "10.55.1.100"}], "admin_state_up": true}}' 2018-06-29 05:29:46,424 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 839 X-Openstack-Request-Id: req-1ad9326b-66eb-420d-976c-4292f4b2902b Date: Fri, 29 Jun 2018 05:29:46 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:29:45Z","device_owner":"","revision_number":2,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"7d298abf-48dc-4823-8302-32d1537c2772","ip_address":"10.55.1.100"}],"id":"8942f8b0-136f-4512-9654-5903f3bf304f","security_groups":["67fd1914-9a13-4c3f-b4a8-3292c73ccfbe"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:94:5e:b2","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","qos_policy_id":null,"admin_state_up":true,"network_id":"e836d761-578a-427c-a3ee-b8db8130cb1a","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:29:45Z","binding:vnic_type":"normal","ip_allocation":"immediate"}} 2018-06-29 05:29:46,424 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-1ad9326b-66eb-420d-976c-4292f4b2902b 2018-06-29 05:29:46,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports/8942f8b0-136f-4512-9654-5903f3bf304f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}100fdab2f025a8d87214698f75fa1fcc81cfdeec" 2018-06-29 05:29:46,657 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 839 X-Openstack-Request-Id: req-db381f46-38c1-4497-80ab-4bbaf14cd59c Date: Fri, 29 Jun 2018 05:29:46 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:29:45Z","device_owner":"","revision_number":2,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7d298abf-48dc-4823-8302-32d1537c2772","ip_address":"10.55.1.100"}],"id":"8942f8b0-136f-4512-9654-5903f3bf304f","security_groups":["67fd1914-9a13-4c3f-b4a8-3292c73ccfbe"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:94:5e:b2","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","qos_policy_id":null,"admin_state_up":true,"network_id":"e836d761-578a-427c-a3ee-b8db8130cb1a","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:29:45Z","binding:vnic_type":"normal","ip_allocation":"immediate"}} 2018-06-29 05:29:46,657 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports/8942f8b0-136f-4512-9654-5903f3bf304f used request id req-db381f46-38c1-4497-80ab-4bbaf14cd59c 2018-06-29 05:29:46,658 - neutron_utils - INFO - Deleting port with name 2018-06-29 05:29:46,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/ports/8942f8b0-136f-4512-9654-5903f3bf304f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}100fdab2f025a8d87214698f75fa1fcc81cfdeec" 2018-06-29 05:29:47,399 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0ac40736-f838-4064-9967-4e269e0f1968 Date: Fri, 29 Jun 2018 05:29:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 05:29:47,400 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/ports/8942f8b0-136f-4512-9654-5903f3bf304f used request id req-0ac40736-f838-4064-9967-4e269e0f1968 2018-06-29 05:29:47,400 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-4bbf4b45-c848-4f3a-997b-db40fc3113c3-pub-subnet 2018-06-29 05:29:47,400 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-4bbf4b45-c848-4f3a-997b-db40fc3113c3-pub-subnet 2018-06-29 05:29:47,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/7d298abf-48dc-4823-8302-32d1537c2772 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}100fdab2f025a8d87214698f75fa1fcc81cfdeec" 2018-06-29 05:29:49,779 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c7376478-1a81-4115-9880-2028e2e50a97 Date: Fri, 29 Jun 2018 05:29:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 05:29:49,779 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/7d298abf-48dc-4823-8302-32d1537c2772 used request id req-c7376478-1a81-4115-9880-2028e2e50a97 2018-06-29 05:29:49,779 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-4bbf4b45-c848-4f3a-997b-db40fc3113c3-pub-net 2018-06-29 05:29:49,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/e836d761-578a-427c-a3ee-b8db8130cb1a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}100fdab2f025a8d87214698f75fa1fcc81cfdeec" 2018-06-29 05:29:51,777 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5908a50a-46e2-4aad-9d8a-fcbe972463a3 Date: Fri, 29 Jun 2018 05:29:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 05:29:51,777 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/e836d761-578a-427c-a3ee-b8db8130cb1a used request id req-5908a50a-46e2-4aad-9d8a-fcbe972463a3 2018-06-29 05:29:51,779 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:29:52,168 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:29:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["8ifZ4dS3TxScF6GWyS-_kA"], "issued_at": "2018-06-29T05:29:52.000000Z"}} 2018-06-29 05:29:52,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}b489b51b2a1de1f8a7ae5b9675998b1dfd8eb118" 2018-06-29 05:29:52,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:29:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44bbb54a-3995-4c14-84a3-2168be3d7f38 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:29:52,258 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-44bbb54a-3995-4c14-84a3-2168be3d7f38 2018-06-29 05:29:52,259 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:29:52,260 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:29:52,664 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:29:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["o6nd9mCkSiOz1VbziNHrSw"], "issued_at": "2018-06-29T05:29:52.000000Z"}} 2018-06-29 05:29:52,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}fe32ab694caec24a5091b744f733286273ba1fb3" 2018-06-29 05:29:52,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:29:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0e878c5-1b67-4163-a6e1-98ef88c485d4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:29:52,754 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b0e878c5-1b67-4163-a6e1-98ef88c485d4 2018-06-29 05:29:52,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-164a58a6-debd-429c-b54a-707ab20e750f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b489b51b2a1de1f8a7ae5b9675998b1dfd8eb118" 2018-06-29 05:29:52,952 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-274a5cac-e3b5-47c7-a1b5-f79496e08be2 Date: Fri, 29 Jun 2018 05:29:52 GMT RESP BODY: {"networks":[]} 2018-06-29 05:29:52,952 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-164a58a6-debd-429c-b54a-707ab20e750f-pub-net used request id req-274a5cac-e3b5-47c7-a1b5-f79496e08be2 2018-06-29 05:29:52,954 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:29:53,348 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:29:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["fTWlVzVoQgS8AniLuP0_6A"], "issued_at": "2018-06-29T05:29:53.000000Z"}} 2018-06-29 05:29:53,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}49a3fffa9edcb4d50b85cc5b3e81344484208caf" 2018-06-29 05:29:53,437 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:29:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c2a3e5b-b0e2-4238-8594-9172a7cbdc02 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:29:53,437 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-3c2a3e5b-b0e2-4238-8594-9172a7cbdc02 2018-06-29 05:29:53,438 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:29:53,439 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:29:53,842 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:29:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["QzImiJm4Tl6vEJRluB1eRA"], "issued_at": "2018-06-29T05:29:53.000000Z"}} 2018-06-29 05:29:53,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}a4eb450175d563aacb1d754cb57e385df62e5f03" 2018-06-29 05:29:53,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:29:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a87db77c-bd80-45c3-aa00-9605d5c6eb1f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:29:53,933 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-a87db77c-bd80-45c3-aa00-9605d5c6eb1f 2018-06-29 05:29:53,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49a3fffa9edcb4d50b85cc5b3e81344484208caf" 2018-06-29 05:29:54,194 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-060787e8-8d15-47a7-97c1-71b7c2bf1797 Date: Fri, 29 Jun 2018 05:29:54 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"0e7f481a-c789-4462-9911-1581b2370e23","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"114a8cdc27184b288a7cbb609b5a20e9","l2_adjacency":true,"status":"ACTIVE","subnets":["cd8f9778-98be-4853-8c25-c3a09bf1702e"],"description":"","tags":[],"updated_at":"2018-06-29T05:22:35Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"114a8cdc27184b288a7cbb609b5a20e9","created_at":"2018-06-29T05:22:28Z","provider:network_type":"flat"}]} 2018-06-29 05:29:54,194 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=external used request id req-060787e8-8d15-47a7-97c1-71b7c2bf1797 2018-06-29 05:29:54,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=0e7f481a-c789-4462-9911-1581b2370e23 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49a3fffa9edcb4d50b85cc5b3e81344484208caf" 2018-06-29 05:29:54,415 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-71b28213-ec08-4021-bc98-709188da0329 Date: Fri, 29 Jun 2018 05:29:54 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:22:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"cd8f9778-98be-4853-8c25-c3a09bf1702e","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"114a8cdc27184b288a7cbb609b5a20e9","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"0e7f481a-c789-4462-9911-1581b2370e23","tenant_id":"114a8cdc27184b288a7cbb609b5a20e9","created_at":"2018-06-29T05:22:35Z","ip_version":4}]} 2018-06-29 05:29:54,415 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=0e7f481a-c789-4462-9911-1581b2370e23 used request id req-71b28213-ec08-4021-bc98-709188da0329 2018-06-29 05:29:54,416 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-65fd4b29-3084-411d-a635-720a69ea4e12-pub-router 2018-06-29 05:29:54,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49a3fffa9edcb4d50b85cc5b3e81344484208caf" -d '{"router": {"external_gateway_info": {"network_id": "0e7f481a-c789-4462-9911-1581b2370e23"}, "name": "NeutronUtilsRouterTests-65fd4b29-3084-411d-a635-720a69ea4e12-pub-router", "admin_state_up": true}}' 2018-06-29 05:30:01,026 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-1e7d7f09-1b02-442c-bea2-c58685185b19 Date: Fri, 29 Jun 2018 05:30:01 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "0e7f481a-c789-4462-9911-1581b2370e23", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cd8f9778-98be-4853-8c25-c3a09bf1702e", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:29:55Z", "admin_state_up": true, "updated_at": "2018-06-29T05:29:56Z", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "5b22d7e8-4860-4d83-b621-5d050adfef77", "name": "NeutronUtilsRouterTests-65fd4b29-3084-411d-a635-720a69ea4e12-pub-router"}} 2018-06-29 05:30:01,026 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers used request id req-1e7d7f09-1b02-442c-bea2-c58685185b19 2018-06-29 05:30:01,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=5b22d7e8-4860-4d83-b621-5d050adfef77 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49a3fffa9edcb4d50b85cc5b3e81344484208caf" 2018-06-29 05:30:01,254 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3360 X-Openstack-Request-Id: req-f27b853f-d245-463a-b7bb-45a889d9167d Date: Fri, 29 Jun 2018 05:30:01 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:29:59Z","device_owner":"network:router_ha_interface","revision_number":2,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"166d1670-eed2-4278-a7ad-9654ed4ac685","ip_address":"169.254.192.5"}],"id":"4dac0051-a825-4ecf-99a9-a6daba37133e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ff:e8:fd","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant cd9dbb674f044f3998e73a09e2cc2f57","admin_state_up":true,"network_id":"64b65d56-c384-43d1-bc12-019ddd72d57d","tenant_id":"","created_at":"2018-06-29T05:29:59Z","binding:vnic_type":"normal","device_id":"5b22d7e8-4860-4d83-b621-5d050adfef77","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:29:57Z","device_owner":"network:router_ha_interface","revision_number":2,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"166d1670-eed2-4278-a7ad-9654ed4ac685","ip_address":"169.254.192.4"}],"id":"9bd7b7ff-b194-4672-b1d2-08adbfa43489","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:4d:d4:54","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant cd9dbb674f044f3998e73a09e2cc2f57","admin_state_up":true,"network_id":"64b65d56-c384-43d1-bc12-019ddd72d57d","tenant_id":"","created_at":"2018-06-29T05:29:57Z","binding:vnic_type":"normal","device_id":"5b22d7e8-4860-4d83-b621-5d050adfef77","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:30:01Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cd8f9778-98be-4853-8c25-c3a09bf1702e","ip_address":"172.30.9.200"}],"id":"ad4883d6-9960-40c8-9070-b01f0529c76c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f3:84:01","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0e7f481a-c789-4462-9911-1581b2370e23","tenant_id":"","created_at":"2018-06-29T05:29:56Z","binding:vnic_type":"normal","device_id":"5b22d7e8-4860-4d83-b621-5d050adfef77","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:29:58Z","device_owner":"network:router_ha_interface","revision_number":2,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"166d1670-eed2-4278-a7ad-9654ed4ac685","ip_address":"169.254.192.7"}],"id":"ae34b5cb-b142-40a0-8b7c-6c93aedf2801","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:1c:9d:19","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant cd9dbb674f044f3998e73a09e2cc2f57","admin_state_up":true,"network_id":"64b65d56-c384-43d1-bc12-019ddd72d57d","tenant_id":"","created_at":"2018-06-29T05:29:58Z","binding:vnic_type":"normal","device_id":"5b22d7e8-4860-4d83-b621-5d050adfef77","ip_allocation":"immediate"}]} 2018-06-29 05:30:01,254 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=5b22d7e8-4860-4d83-b621-5d050adfef77 used request id req-f27b853f-d245-463a-b7bb-45a889d9167d 2018-06-29 05:30:01,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/cd8f9778-98be-4853-8c25-c3a09bf1702e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49a3fffa9edcb4d50b85cc5b3e81344484208caf" 2018-06-29 05:30:01,481 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 639 X-Openstack-Request-Id: req-17217591-5d40-4a49-bd37-d269fd0a4ffe Date: Fri, 29 Jun 2018 05:30:01 GMT RESP BODY: {"subnet":{"updated_at":"2018-06-29T05:22:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"cd8f9778-98be-4853-8c25-c3a09bf1702e","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"114a8cdc27184b288a7cbb609b5a20e9","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"0e7f481a-c789-4462-9911-1581b2370e23","tenant_id":"114a8cdc27184b288a7cbb609b5a20e9","created_at":"2018-06-29T05:22:35Z","ip_version":4}} 2018-06-29 05:30:01,481 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/cd8f9778-98be-4853-8c25-c3a09bf1702e used request id req-17217591-5d40-4a49-bd37-d269fd0a4ffe 2018-06-29 05:30:01,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/166d1670-eed2-4278-a7ad-9654ed4ac685 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49a3fffa9edcb4d50b85cc5b3e81344484208caf" 2018-06-29 05:30:01,715 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 608 X-Openstack-Request-Id: req-9d24bfe4-5010-43c7-a8cf-410a5d8a8a68 Date: Fri, 29 Jun 2018 05:30:01 GMT RESP BODY: {"subnet":{"updated_at":"2018-06-29T05:29:55Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"166d1670-eed2-4278-a7ad-9654ed4ac685","dns_nameservers":[],"gateway_ip":null,"project_id":"","description":"","tags":[],"cidr":"169.254.192.0/18","subnetpool_id":null,"service_types":[],"name":"HA subnet tenant cd9dbb674f044f3998e73a09e2cc2f57","enable_dhcp":false,"segment_id":null,"network_id":"64b65d56-c384-43d1-bc12-019ddd72d57d","tenant_id":"","created_at":"2018-06-29T05:29:55Z","ip_version":4}} 2018-06-29 05:30:01,715 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/166d1670-eed2-4278-a7ad-9654ed4ac685 used request id req-9d24bfe4-5010-43c7-a8cf-410a5d8a8a68 2018-06-29 05:30:01,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/166d1670-eed2-4278-a7ad-9654ed4ac685 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49a3fffa9edcb4d50b85cc5b3e81344484208caf" 2018-06-29 05:30:01,942 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 608 X-Openstack-Request-Id: req-c4080442-55a3-427d-b6d4-aa6d303dbd9d Date: Fri, 29 Jun 2018 05:30:01 GMT RESP BODY: {"subnet":{"updated_at":"2018-06-29T05:29:55Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"166d1670-eed2-4278-a7ad-9654ed4ac685","dns_nameservers":[],"gateway_ip":null,"project_id":"","description":"","tags":[],"cidr":"169.254.192.0/18","subnetpool_id":null,"service_types":[],"name":"HA subnet tenant cd9dbb674f044f3998e73a09e2cc2f57","enable_dhcp":false,"segment_id":null,"network_id":"64b65d56-c384-43d1-bc12-019ddd72d57d","tenant_id":"","created_at":"2018-06-29T05:29:55Z","ip_version":4}} 2018-06-29 05:30:01,943 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/166d1670-eed2-4278-a7ad-9654ed4ac685 used request id req-c4080442-55a3-427d-b6d4-aa6d303dbd9d 2018-06-29 05:30:01,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/166d1670-eed2-4278-a7ad-9654ed4ac685 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49a3fffa9edcb4d50b85cc5b3e81344484208caf" 2018-06-29 05:30:01,988 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 608 X-Openstack-Request-Id: req-42c45fe0-9bfc-4ce7-b461-47dd4b2d5578 Date: Fri, 29 Jun 2018 05:30:01 GMT RESP BODY: {"subnet":{"updated_at":"2018-06-29T05:29:55Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"166d1670-eed2-4278-a7ad-9654ed4ac685","dns_nameservers":[],"gateway_ip":null,"project_id":"","description":"","tags":[],"cidr":"169.254.192.0/18","subnetpool_id":null,"service_types":[],"name":"HA subnet tenant cd9dbb674f044f3998e73a09e2cc2f57","enable_dhcp":false,"segment_id":null,"network_id":"64b65d56-c384-43d1-bc12-019ddd72d57d","tenant_id":"","created_at":"2018-06-29T05:29:55Z","ip_version":4}} 2018-06-29 05:30:01,988 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/166d1670-eed2-4278-a7ad-9654ed4ac685 used request id req-42c45fe0-9bfc-4ce7-b461-47dd4b2d5578 2018-06-29 05:30:01,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-65fd4b29-3084-411d-a635-720a69ea4e12-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49a3fffa9edcb4d50b85cc5b3e81344484208caf" 2018-06-29 05:30:02,407 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-e29ae090-f734-4354-8cfc-890385a04d2d Date: Fri, 29 Jun 2018 05:30:02 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "0e7f481a-c789-4462-9911-1581b2370e23", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cd8f9778-98be-4853-8c25-c3a09bf1702e", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:29:55Z", "admin_state_up": true, "updated_at": "2018-06-29T05:29:59Z", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "flavor_id": null, "revision_number": 7, "routes": [], "ha": true, "id": "5b22d7e8-4860-4d83-b621-5d050adfef77", "name": "NeutronUtilsRouterTests-65fd4b29-3084-411d-a635-720a69ea4e12-pub-router"}]} 2018-06-29 05:30:02,407 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-65fd4b29-3084-411d-a635-720a69ea4e12-pub-router used request id req-e29ae090-f734-4354-8cfc-890385a04d2d 2018-06-29 05:30:02,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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 05:30:02,416 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 05:30: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.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 05:30:02,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49a3fffa9edcb4d50b85cc5b3e81344484208caf" 2018-06-29 05:30:02,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:30:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-989564db-d23e-4c17-acb0-24968ff490c1 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}} 2018-06-29 05:30:02,511 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 used request id req-989564db-d23e-4c17-acb0-24968ff490c1 2018-06-29 05:30:02,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=5b22d7e8-4860-4d83-b621-5d050adfef77 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49a3fffa9edcb4d50b85cc5b3e81344484208caf" 2018-06-29 05:30:02,563 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3518 X-Openstack-Request-Id: req-2bc6ba3c-38a1-40d7-a4d4-4fe2669c203a Date: Fri, 29 Jun 2018 05:30:02 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:29:59Z","device_owner":"network:router_ha_interface","revision_number":2,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"166d1670-eed2-4278-a7ad-9654ed4ac685","ip_address":"169.254.192.5"}],"id":"4dac0051-a825-4ecf-99a9-a6daba37133e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ff:e8:fd","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant cd9dbb674f044f3998e73a09e2cc2f57","admin_state_up":true,"network_id":"64b65d56-c384-43d1-bc12-019ddd72d57d","tenant_id":"","created_at":"2018-06-29T05:29:59Z","binding:vnic_type":"normal","device_id":"5b22d7e8-4860-4d83-b621-5d050adfef77","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:29:57Z","device_owner":"network:router_ha_interface","revision_number":2,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"166d1670-eed2-4278-a7ad-9654ed4ac685","ip_address":"169.254.192.4"}],"id":"9bd7b7ff-b194-4672-b1d2-08adbfa43489","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:4d:d4:54","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant cd9dbb674f044f3998e73a09e2cc2f57","admin_state_up":true,"network_id":"64b65d56-c384-43d1-bc12-019ddd72d57d","tenant_id":"","created_at":"2018-06-29T05:29:57Z","binding:vnic_type":"normal","device_id":"5b22d7e8-4860-4d83-b621-5d050adfef77","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:30:02Z","device_owner":"network:router_gateway","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cd8f9778-98be-4853-8c25-c3a09bf1702e","ip_address":"172.30.9.200"}],"id":"ad4883d6-9960-40c8-9070-b01f0529c76c","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f3:84:01","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0e7f481a-c789-4462-9911-1581b2370e23","tenant_id":"","created_at":"2018-06-29T05:29:56Z","binding:vnic_type":"normal","device_id":"5b22d7e8-4860-4d83-b621-5d050adfef77","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:30:02Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"166d1670-eed2-4278-a7ad-9654ed4ac685","ip_address":"169.254.192.7"}],"id":"ae34b5cb-b142-40a0-8b7c-6c93aedf2801","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1c:9d:19","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant cd9dbb674f044f3998e73a09e2cc2f57","admin_state_up":true,"network_id":"64b65d56-c384-43d1-bc12-019ddd72d57d","tenant_id":"","created_at":"2018-06-29T05:29:58Z","binding:vnic_type":"normal","device_id":"5b22d7e8-4860-4d83-b621-5d050adfef77","ip_allocation":"immediate"}]} 2018-06-29 05:30:02,564 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=5b22d7e8-4860-4d83-b621-5d050adfef77 used request id req-2bc6ba3c-38a1-40d7-a4d4-4fe2669c203a 2018-06-29 05:30:02,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/cd8f9778-98be-4853-8c25-c3a09bf1702e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49a3fffa9edcb4d50b85cc5b3e81344484208caf" 2018-06-29 05:30:02,610 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 639 X-Openstack-Request-Id: req-4c9153de-628f-4c5c-8300-6ffc6272910e Date: Fri, 29 Jun 2018 05:30:02 GMT RESP BODY: {"subnet":{"updated_at":"2018-06-29T05:22:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"cd8f9778-98be-4853-8c25-c3a09bf1702e","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"114a8cdc27184b288a7cbb609b5a20e9","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"0e7f481a-c789-4462-9911-1581b2370e23","tenant_id":"114a8cdc27184b288a7cbb609b5a20e9","created_at":"2018-06-29T05:22:35Z","ip_version":4}} 2018-06-29 05:30:02,610 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/cd8f9778-98be-4853-8c25-c3a09bf1702e used request id req-4c9153de-628f-4c5c-8300-6ffc6272910e 2018-06-29 05:30:02,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/166d1670-eed2-4278-a7ad-9654ed4ac685 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49a3fffa9edcb4d50b85cc5b3e81344484208caf" 2018-06-29 05:30:02,829 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 608 X-Openstack-Request-Id: req-513fb8bf-6236-4e9c-aa5a-4aef9fb30503 Date: Fri, 29 Jun 2018 05:30:02 GMT RESP BODY: {"subnet":{"updated_at":"2018-06-29T05:29:55Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"166d1670-eed2-4278-a7ad-9654ed4ac685","dns_nameservers":[],"gateway_ip":null,"project_id":"","description":"","tags":[],"cidr":"169.254.192.0/18","subnetpool_id":null,"service_types":[],"name":"HA subnet tenant cd9dbb674f044f3998e73a09e2cc2f57","enable_dhcp":false,"segment_id":null,"network_id":"64b65d56-c384-43d1-bc12-019ddd72d57d","tenant_id":"","created_at":"2018-06-29T05:29:55Z","ip_version":4}} 2018-06-29 05:30:02,829 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/166d1670-eed2-4278-a7ad-9654ed4ac685 used request id req-513fb8bf-6236-4e9c-aa5a-4aef9fb30503 2018-06-29 05:30:02,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/166d1670-eed2-4278-a7ad-9654ed4ac685 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49a3fffa9edcb4d50b85cc5b3e81344484208caf" 2018-06-29 05:30:02,874 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 608 X-Openstack-Request-Id: req-9b19fa6f-97ca-4d9f-99c0-bc5ae2821296 Date: Fri, 29 Jun 2018 05:30:02 GMT RESP BODY: {"subnet":{"updated_at":"2018-06-29T05:29:55Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"166d1670-eed2-4278-a7ad-9654ed4ac685","dns_nameservers":[],"gateway_ip":null,"project_id":"","description":"","tags":[],"cidr":"169.254.192.0/18","subnetpool_id":null,"service_types":[],"name":"HA subnet tenant cd9dbb674f044f3998e73a09e2cc2f57","enable_dhcp":false,"segment_id":null,"network_id":"64b65d56-c384-43d1-bc12-019ddd72d57d","tenant_id":"","created_at":"2018-06-29T05:29:55Z","ip_version":4}} 2018-06-29 05:30:02,874 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/166d1670-eed2-4278-a7ad-9654ed4ac685 used request id req-9b19fa6f-97ca-4d9f-99c0-bc5ae2821296 2018-06-29 05:30:02,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/166d1670-eed2-4278-a7ad-9654ed4ac685 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49a3fffa9edcb4d50b85cc5b3e81344484208caf" 2018-06-29 05:30:02,923 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 608 X-Openstack-Request-Id: req-808b615f-ebb8-4db7-af9d-b44488292d47 Date: Fri, 29 Jun 2018 05:30:02 GMT RESP BODY: {"subnet":{"updated_at":"2018-06-29T05:29:55Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"166d1670-eed2-4278-a7ad-9654ed4ac685","dns_nameservers":[],"gateway_ip":null,"project_id":"","description":"","tags":[],"cidr":"169.254.192.0/18","subnetpool_id":null,"service_types":[],"name":"HA subnet tenant cd9dbb674f044f3998e73a09e2cc2f57","enable_dhcp":false,"segment_id":null,"network_id":"64b65d56-c384-43d1-bc12-019ddd72d57d","tenant_id":"","created_at":"2018-06-29T05:29:55Z","ip_version":4}} 2018-06-29 05:30:02,923 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/166d1670-eed2-4278-a7ad-9654ed4ac685 used request id req-808b615f-ebb8-4db7-af9d-b44488292d47 2018-06-29 05:30:02,924 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-65fd4b29-3084-411d-a635-720a69ea4e12-pub-router 2018-06-29 05:30:02,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/routers/5b22d7e8-4860-4d83-b621-5d050adfef77 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49a3fffa9edcb4d50b85cc5b3e81344484208caf" 2018-06-29 05:30:06,855 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6810b426-86e7-4ab2-ba13-8e0604980bf3 Content-Length: 0 Date: Fri, 29 Jun 2018 05:30:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 05:30:06,855 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/5b22d7e8-4860-4d83-b621-5d050adfef77 used request id req-6810b426-86e7-4ab2-ba13-8e0604980bf3 2018-06-29 05:30:06,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-65fd4b29-3084-411d-a635-720a69ea4e12-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49a3fffa9edcb4d50b85cc5b3e81344484208caf" 2018-06-29 05:30:06,944 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-8f68a40c-7ad2-4201-8cf7-a791d88585fb Date: Fri, 29 Jun 2018 05:30:06 GMT RESP BODY: {"routers": []} 2018-06-29 05:30:06,945 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-65fd4b29-3084-411d-a635-720a69ea4e12-pub-router used request id req-8f68a40c-7ad2-4201-8cf7-a791d88585fb 2018-06-29 05:30:06,946 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:30:07,345 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:30:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["4HMXVui1TFCfDDPcvFHuDw"], "issued_at": "2018-06-29T05:30:07.000000Z"}} 2018-06-29 05:30:07,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}7b718d149425ef4ddcb9b3b6480994f7072950b2" 2018-06-29 05:30:07,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:30:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fef1f1fb-1dd0-4180-a89d-641fb3243b54 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:30:07,431 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-fef1f1fb-1dd0-4180-a89d-641fb3243b54 2018-06-29 05:30:07,433 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:30:07,434 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:30:07,826 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:30:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["UkIjVRA1Tg-idQ-hgtwW5w"], "issued_at": "2018-06-29T05:30:07.000000Z"}} 2018-06-29 05:30:07,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}2d5b470c7c16c2b203ff4f81b79a2d4c4ea82eb9" 2018-06-29 05:30:07,920 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:30:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1388c726-24a4-4a47-b43f-1106dea993d5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:30:07,920 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1388c726-24a4-4a47-b43f-1106dea993d5 2018-06-29 05:30:07,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b718d149425ef4ddcb9b3b6480994f7072950b2" 2018-06-29 05:30:08,193 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-5cfd7ab7-f22b-42e3-8034-85bf1074ed43 Date: Fri, 29 Jun 2018 05:30:08 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"0e7f481a-c789-4462-9911-1581b2370e23","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"114a8cdc27184b288a7cbb609b5a20e9","l2_adjacency":true,"status":"ACTIVE","subnets":["cd8f9778-98be-4853-8c25-c3a09bf1702e"],"description":"","tags":[],"updated_at":"2018-06-29T05:22:35Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"114a8cdc27184b288a7cbb609b5a20e9","created_at":"2018-06-29T05:22:28Z","provider:network_type":"flat"}]} 2018-06-29 05:30:08,193 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=external used request id req-5cfd7ab7-f22b-42e3-8034-85bf1074ed43 2018-06-29 05:30:08,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=0e7f481a-c789-4462-9911-1581b2370e23 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b718d149425ef4ddcb9b3b6480994f7072950b2" 2018-06-29 05:30:08,421 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-eb6e0ba0-8272-4461-959b-597ee760d59f Date: Fri, 29 Jun 2018 05:30:08 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:22:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"cd8f9778-98be-4853-8c25-c3a09bf1702e","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"114a8cdc27184b288a7cbb609b5a20e9","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"0e7f481a-c789-4462-9911-1581b2370e23","tenant_id":"114a8cdc27184b288a7cbb609b5a20e9","created_at":"2018-06-29T05:22:35Z","ip_version":4}]} 2018-06-29 05:30:08,421 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=0e7f481a-c789-4462-9911-1581b2370e23 used request id req-eb6e0ba0-8272-4461-959b-597ee760d59f 2018-06-29 05:30:08,422 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-a72df18a-2e74-4396-8c45-38d4e58ee3f8-pub-router 2018-06-29 05:30:08,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b718d149425ef4ddcb9b3b6480994f7072950b2" -d '{"router": {"external_gateway_info": {"network_id": "0e7f481a-c789-4462-9911-1581b2370e23"}, "name": "NeutronUtilsRouterTests-a72df18a-2e74-4396-8c45-38d4e58ee3f8-pub-router", "admin_state_up": true}}' 2018-06-29 05:30:14,582 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-38beced8-5f43-4b95-b753-d936e69f2e8d Date: Fri, 29 Jun 2018 05:30:14 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "0e7f481a-c789-4462-9911-1581b2370e23", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cd8f9778-98be-4853-8c25-c3a09bf1702e", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:30:09Z", "admin_state_up": true, "updated_at": "2018-06-29T05:30:10Z", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "flavor_id": null, "revision_number": 4, "routes": [], "ha": true, "id": "703ce081-5a9c-44e6-9b4b-11083381a199", "name": "NeutronUtilsRouterTests-a72df18a-2e74-4396-8c45-38d4e58ee3f8-pub-router"}} 2018-06-29 05:30:14,583 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers used request id req-38beced8-5f43-4b95-b753-d936e69f2e8d 2018-06-29 05:30:14,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=703ce081-5a9c-44e6-9b4b-11083381a199 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b718d149425ef4ddcb9b3b6480994f7072950b2" 2018-06-29 05:30:14,822 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3361 X-Openstack-Request-Id: req-499c532c-08c4-407c-93f7-828390560356 Date: Fri, 29 Jun 2018 05:30:14 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:30:14Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cd8f9778-98be-4853-8c25-c3a09bf1702e","ip_address":"172.30.9.202"}],"id":"3282220c-e1be-4e35-a85d-1ac1de3d3135","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:86:dc:a9","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0e7f481a-c789-4462-9911-1581b2370e23","tenant_id":"","created_at":"2018-06-29T05:30:09Z","binding:vnic_type":"normal","device_id":"703ce081-5a9c-44e6-9b4b-11083381a199","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:30:11Z","device_owner":"network:router_ha_interface","revision_number":2,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8ed2dd68-1d2b-4297-8a3e-889eedf930e0","ip_address":"169.254.192.11"}],"id":"58833c26-953e-4085-aeaa-024d7f716d86","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:c4:a0:65","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant cd9dbb674f044f3998e73a09e2cc2f57","admin_state_up":true,"network_id":"ee4cb610-1c00-47e1-98aa-0b3edbb56931","tenant_id":"","created_at":"2018-06-29T05:30:11Z","binding:vnic_type":"normal","device_id":"703ce081-5a9c-44e6-9b4b-11083381a199","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:30:10Z","device_owner":"network:router_ha_interface","revision_number":2,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8ed2dd68-1d2b-4297-8a3e-889eedf930e0","ip_address":"169.254.192.2"}],"id":"a1068bd3-4f39-49ed-8260-4dd409fbb35c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f5:cd:54","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant cd9dbb674f044f3998e73a09e2cc2f57","admin_state_up":true,"network_id":"ee4cb610-1c00-47e1-98aa-0b3edbb56931","tenant_id":"","created_at":"2018-06-29T05:30:10Z","binding:vnic_type":"normal","device_id":"703ce081-5a9c-44e6-9b4b-11083381a199","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:30:12Z","device_owner":"network:router_ha_interface","revision_number":2,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8ed2dd68-1d2b-4297-8a3e-889eedf930e0","ip_address":"169.254.192.4"}],"id":"f2deafba-ad01-430a-85fd-36af9e76c3b5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ec:f6:f4","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant cd9dbb674f044f3998e73a09e2cc2f57","admin_state_up":true,"network_id":"ee4cb610-1c00-47e1-98aa-0b3edbb56931","tenant_id":"","created_at":"2018-06-29T05:30:12Z","binding:vnic_type":"normal","device_id":"703ce081-5a9c-44e6-9b4b-11083381a199","ip_allocation":"immediate"}]} 2018-06-29 05:30:14,822 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=703ce081-5a9c-44e6-9b4b-11083381a199 used request id req-499c532c-08c4-407c-93f7-828390560356 2018-06-29 05:30:14,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/cd8f9778-98be-4853-8c25-c3a09bf1702e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b718d149425ef4ddcb9b3b6480994f7072950b2" 2018-06-29 05:30:15,064 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 639 X-Openstack-Request-Id: req-7c4764bc-cd73-4f9f-9244-18e51ac4ae82 Date: Fri, 29 Jun 2018 05:30:15 GMT RESP BODY: {"subnet":{"updated_at":"2018-06-29T05:22:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"cd8f9778-98be-4853-8c25-c3a09bf1702e","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"114a8cdc27184b288a7cbb609b5a20e9","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"0e7f481a-c789-4462-9911-1581b2370e23","tenant_id":"114a8cdc27184b288a7cbb609b5a20e9","created_at":"2018-06-29T05:22:35Z","ip_version":4}} 2018-06-29 05:30:15,064 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/cd8f9778-98be-4853-8c25-c3a09bf1702e used request id req-7c4764bc-cd73-4f9f-9244-18e51ac4ae82 2018-06-29 05:30:15,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/8ed2dd68-1d2b-4297-8a3e-889eedf930e0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b718d149425ef4ddcb9b3b6480994f7072950b2" 2018-06-29 05:30:15,111 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 608 X-Openstack-Request-Id: req-bbb9d67a-f356-42fe-afec-e1885181a94e Date: Fri, 29 Jun 2018 05:30:15 GMT RESP BODY: {"subnet":{"updated_at":"2018-06-29T05:30:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"8ed2dd68-1d2b-4297-8a3e-889eedf930e0","dns_nameservers":[],"gateway_ip":null,"project_id":"","description":"","tags":[],"cidr":"169.254.192.0/18","subnetpool_id":null,"service_types":[],"name":"HA subnet tenant cd9dbb674f044f3998e73a09e2cc2f57","enable_dhcp":false,"segment_id":null,"network_id":"ee4cb610-1c00-47e1-98aa-0b3edbb56931","tenant_id":"","created_at":"2018-06-29T05:30:08Z","ip_version":4}} 2018-06-29 05:30:15,111 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/8ed2dd68-1d2b-4297-8a3e-889eedf930e0 used request id req-bbb9d67a-f356-42fe-afec-e1885181a94e 2018-06-29 05:30:15,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/8ed2dd68-1d2b-4297-8a3e-889eedf930e0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b718d149425ef4ddcb9b3b6480994f7072950b2" 2018-06-29 05:30:15,323 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 608 X-Openstack-Request-Id: req-4bd745b6-fe53-41ac-b096-e11f43ec9f08 Date: Fri, 29 Jun 2018 05:30:15 GMT RESP BODY: {"subnet":{"updated_at":"2018-06-29T05:30:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"8ed2dd68-1d2b-4297-8a3e-889eedf930e0","dns_nameservers":[],"gateway_ip":null,"project_id":"","description":"","tags":[],"cidr":"169.254.192.0/18","subnetpool_id":null,"service_types":[],"name":"HA subnet tenant cd9dbb674f044f3998e73a09e2cc2f57","enable_dhcp":false,"segment_id":null,"network_id":"ee4cb610-1c00-47e1-98aa-0b3edbb56931","tenant_id":"","created_at":"2018-06-29T05:30:08Z","ip_version":4}} 2018-06-29 05:30:15,323 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/8ed2dd68-1d2b-4297-8a3e-889eedf930e0 used request id req-4bd745b6-fe53-41ac-b096-e11f43ec9f08 2018-06-29 05:30:15,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/8ed2dd68-1d2b-4297-8a3e-889eedf930e0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b718d149425ef4ddcb9b3b6480994f7072950b2" 2018-06-29 05:30:15,542 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 608 X-Openstack-Request-Id: req-d60c8b98-88eb-4ba3-8b5c-695095660878 Date: Fri, 29 Jun 2018 05:30:15 GMT RESP BODY: {"subnet":{"updated_at":"2018-06-29T05:30:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"8ed2dd68-1d2b-4297-8a3e-889eedf930e0","dns_nameservers":[],"gateway_ip":null,"project_id":"","description":"","tags":[],"cidr":"169.254.192.0/18","subnetpool_id":null,"service_types":[],"name":"HA subnet tenant cd9dbb674f044f3998e73a09e2cc2f57","enable_dhcp":false,"segment_id":null,"network_id":"ee4cb610-1c00-47e1-98aa-0b3edbb56931","tenant_id":"","created_at":"2018-06-29T05:30:08Z","ip_version":4}} 2018-06-29 05:30:15,543 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/8ed2dd68-1d2b-4297-8a3e-889eedf930e0 used request id req-d60c8b98-88eb-4ba3-8b5c-695095660878 2018-06-29 05:30:15,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-a72df18a-2e74-4396-8c45-38d4e58ee3f8-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b718d149425ef4ddcb9b3b6480994f7072950b2" 2018-06-29 05:30:15,872 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-90cd7f12-e7c0-4d8a-a1cc-6c9fd0c2d366 Date: Fri, 29 Jun 2018 05:30:15 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "0e7f481a-c789-4462-9911-1581b2370e23", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cd8f9778-98be-4853-8c25-c3a09bf1702e", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:30:09Z", "admin_state_up": true, "updated_at": "2018-06-29T05:30:13Z", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "flavor_id": null, "revision_number": 8, "routes": [], "ha": true, "id": "703ce081-5a9c-44e6-9b4b-11083381a199", "name": "NeutronUtilsRouterTests-a72df18a-2e74-4396-8c45-38d4e58ee3f8-pub-router"}]} 2018-06-29 05:30:15,872 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-a72df18a-2e74-4396-8c45-38d4e58ee3f8-pub-router used request id req-90cd7f12-e7c0-4d8a-a1cc-6c9fd0c2d366 2018-06-29 05:30:15,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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 05:30:15,880 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 05:30:15 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 05:30:15,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b718d149425ef4ddcb9b3b6480994f7072950b2" 2018-06-29 05:30:15,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:30:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67e05073-8572-4548-9aea-4bc0bd159695 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}} 2018-06-29 05:30:15,984 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 used request id req-67e05073-8572-4548-9aea-4bc0bd159695 2018-06-29 05:30:15,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=703ce081-5a9c-44e6-9b4b-11083381a199 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b718d149425ef4ddcb9b3b6480994f7072950b2" 2018-06-29 05:30:16,200 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3519 X-Openstack-Request-Id: req-1d3b2d3a-1489-4eeb-99bc-4b9dd527c107 Date: Fri, 29 Jun 2018 05:30:16 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:30:16Z","device_owner":"network:router_gateway","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cd8f9778-98be-4853-8c25-c3a09bf1702e","ip_address":"172.30.9.202"}],"id":"3282220c-e1be-4e35-a85d-1ac1de3d3135","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:86:dc:a9","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0e7f481a-c789-4462-9911-1581b2370e23","tenant_id":"","created_at":"2018-06-29T05:30:09Z","binding:vnic_type":"normal","device_id":"703ce081-5a9c-44e6-9b4b-11083381a199","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:30:15Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8ed2dd68-1d2b-4297-8a3e-889eedf930e0","ip_address":"169.254.192.11"}],"id":"58833c26-953e-4085-aeaa-024d7f716d86","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c4:a0:65","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant cd9dbb674f044f3998e73a09e2cc2f57","admin_state_up":true,"network_id":"ee4cb610-1c00-47e1-98aa-0b3edbb56931","tenant_id":"","created_at":"2018-06-29T05:30:11Z","binding:vnic_type":"normal","device_id":"703ce081-5a9c-44e6-9b4b-11083381a199","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:30:10Z","device_owner":"network:router_ha_interface","revision_number":2,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8ed2dd68-1d2b-4297-8a3e-889eedf930e0","ip_address":"169.254.192.2"}],"id":"a1068bd3-4f39-49ed-8260-4dd409fbb35c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f5:cd:54","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant cd9dbb674f044f3998e73a09e2cc2f57","admin_state_up":true,"network_id":"ee4cb610-1c00-47e1-98aa-0b3edbb56931","tenant_id":"","created_at":"2018-06-29T05:30:10Z","binding:vnic_type":"normal","device_id":"703ce081-5a9c-44e6-9b4b-11083381a199","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:30:12Z","device_owner":"network:router_ha_interface","revision_number":2,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8ed2dd68-1d2b-4297-8a3e-889eedf930e0","ip_address":"169.254.192.4"}],"id":"f2deafba-ad01-430a-85fd-36af9e76c3b5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ec:f6:f4","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant cd9dbb674f044f3998e73a09e2cc2f57","admin_state_up":true,"network_id":"ee4cb610-1c00-47e1-98aa-0b3edbb56931","tenant_id":"","created_at":"2018-06-29T05:30:12Z","binding:vnic_type":"normal","device_id":"703ce081-5a9c-44e6-9b4b-11083381a199","ip_allocation":"immediate"}]} 2018-06-29 05:30:16,200 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=703ce081-5a9c-44e6-9b4b-11083381a199 used request id req-1d3b2d3a-1489-4eeb-99bc-4b9dd527c107 2018-06-29 05:30:16,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/cd8f9778-98be-4853-8c25-c3a09bf1702e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b718d149425ef4ddcb9b3b6480994f7072950b2" 2018-06-29 05:30:16,419 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 639 X-Openstack-Request-Id: req-0a68bfaf-7687-4ab4-8b2d-c756c4d01e64 Date: Fri, 29 Jun 2018 05:30:16 GMT RESP BODY: {"subnet":{"updated_at":"2018-06-29T05:22:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"cd8f9778-98be-4853-8c25-c3a09bf1702e","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"114a8cdc27184b288a7cbb609b5a20e9","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"0e7f481a-c789-4462-9911-1581b2370e23","tenant_id":"114a8cdc27184b288a7cbb609b5a20e9","created_at":"2018-06-29T05:22:35Z","ip_version":4}} 2018-06-29 05:30:16,419 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/cd8f9778-98be-4853-8c25-c3a09bf1702e used request id req-0a68bfaf-7687-4ab4-8b2d-c756c4d01e64 2018-06-29 05:30:16,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/8ed2dd68-1d2b-4297-8a3e-889eedf930e0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b718d149425ef4ddcb9b3b6480994f7072950b2" 2018-06-29 05:30:16,658 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 608 X-Openstack-Request-Id: req-fe118b17-1f3b-4e34-bf51-c8175090af45 Date: Fri, 29 Jun 2018 05:30:16 GMT RESP BODY: {"subnet":{"updated_at":"2018-06-29T05:30:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"8ed2dd68-1d2b-4297-8a3e-889eedf930e0","dns_nameservers":[],"gateway_ip":null,"project_id":"","description":"","tags":[],"cidr":"169.254.192.0/18","subnetpool_id":null,"service_types":[],"name":"HA subnet tenant cd9dbb674f044f3998e73a09e2cc2f57","enable_dhcp":false,"segment_id":null,"network_id":"ee4cb610-1c00-47e1-98aa-0b3edbb56931","tenant_id":"","created_at":"2018-06-29T05:30:08Z","ip_version":4}} 2018-06-29 05:30:16,658 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/8ed2dd68-1d2b-4297-8a3e-889eedf930e0 used request id req-fe118b17-1f3b-4e34-bf51-c8175090af45 2018-06-29 05:30:16,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/8ed2dd68-1d2b-4297-8a3e-889eedf930e0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b718d149425ef4ddcb9b3b6480994f7072950b2" 2018-06-29 05:30:16,710 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 608 X-Openstack-Request-Id: req-09486997-93d9-45b6-8ad9-9e388a0e4274 Date: Fri, 29 Jun 2018 05:30:16 GMT RESP BODY: {"subnet":{"updated_at":"2018-06-29T05:30:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"8ed2dd68-1d2b-4297-8a3e-889eedf930e0","dns_nameservers":[],"gateway_ip":null,"project_id":"","description":"","tags":[],"cidr":"169.254.192.0/18","subnetpool_id":null,"service_types":[],"name":"HA subnet tenant cd9dbb674f044f3998e73a09e2cc2f57","enable_dhcp":false,"segment_id":null,"network_id":"ee4cb610-1c00-47e1-98aa-0b3edbb56931","tenant_id":"","created_at":"2018-06-29T05:30:08Z","ip_version":4}} 2018-06-29 05:30:16,711 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/8ed2dd68-1d2b-4297-8a3e-889eedf930e0 used request id req-09486997-93d9-45b6-8ad9-9e388a0e4274 2018-06-29 05:30:16,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/8ed2dd68-1d2b-4297-8a3e-889eedf930e0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b718d149425ef4ddcb9b3b6480994f7072950b2" 2018-06-29 05:30:16,925 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 608 X-Openstack-Request-Id: req-682479ab-054d-4948-b67c-9328de850d76 Date: Fri, 29 Jun 2018 05:30:16 GMT RESP BODY: {"subnet":{"updated_at":"2018-06-29T05:30:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"8ed2dd68-1d2b-4297-8a3e-889eedf930e0","dns_nameservers":[],"gateway_ip":null,"project_id":"","description":"","tags":[],"cidr":"169.254.192.0/18","subnetpool_id":null,"service_types":[],"name":"HA subnet tenant cd9dbb674f044f3998e73a09e2cc2f57","enable_dhcp":false,"segment_id":null,"network_id":"ee4cb610-1c00-47e1-98aa-0b3edbb56931","tenant_id":"","created_at":"2018-06-29T05:30:08Z","ip_version":4}} 2018-06-29 05:30:16,925 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/8ed2dd68-1d2b-4297-8a3e-889eedf930e0 used request id req-682479ab-054d-4948-b67c-9328de850d76 2018-06-29 05:30:16,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b718d149425ef4ddcb9b3b6480994f7072950b2" 2018-06-29 05:30:17,220 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-1c69f63f-593b-4e83-a292-f7b7ea095f2a Date: Fri, 29 Jun 2018 05:30:17 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"0e7f481a-c789-4462-9911-1581b2370e23","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"114a8cdc27184b288a7cbb609b5a20e9","l2_adjacency":true,"status":"ACTIVE","subnets":["cd8f9778-98be-4853-8c25-c3a09bf1702e"],"description":"","tags":[],"updated_at":"2018-06-29T05:22:35Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"114a8cdc27184b288a7cbb609b5a20e9","created_at":"2018-06-29T05:22:28Z","provider:network_type":"flat"}]} 2018-06-29 05:30:17,220 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=external used request id req-1c69f63f-593b-4e83-a292-f7b7ea095f2a 2018-06-29 05:30:17,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=0e7f481a-c789-4462-9911-1581b2370e23 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b718d149425ef4ddcb9b3b6480994f7072950b2" 2018-06-29 05:30:17,270 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-c84a2632-c555-4bae-a6a8-7a071deaa16f Date: Fri, 29 Jun 2018 05:30:17 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:22:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"cd8f9778-98be-4853-8c25-c3a09bf1702e","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"114a8cdc27184b288a7cbb609b5a20e9","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"0e7f481a-c789-4462-9911-1581b2370e23","tenant_id":"114a8cdc27184b288a7cbb609b5a20e9","created_at":"2018-06-29T05:22:35Z","ip_version":4}]} 2018-06-29 05:30:17,270 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=0e7f481a-c789-4462-9911-1581b2370e23 used request id req-c84a2632-c555-4bae-a6a8-7a071deaa16f 2018-06-29 05:30:17,271 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-a72df18a-2e74-4396-8c45-38d4e58ee3f8-pub-router 2018-06-29 05:30:17,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/routers/703ce081-5a9c-44e6-9b4b-11083381a199 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b718d149425ef4ddcb9b3b6480994f7072950b2" 2018-06-29 05:30:21,052 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7db7f8c0-4627-483e-ac0c-8c4d9605ea17 Content-Length: 0 Date: Fri, 29 Jun 2018 05:30:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 05:30:21,052 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/703ce081-5a9c-44e6-9b4b-11083381a199 used request id req-7db7f8c0-4627-483e-ac0c-8c4d9605ea17 2018-06-29 05:30:21,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-a72df18a-2e74-4396-8c45-38d4e58ee3f8-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b718d149425ef4ddcb9b3b6480994f7072950b2" 2018-06-29 05:30:21,121 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-97bf91e9-c9c1-46fd-abcd-3d21ce6cd0d7 Date: Fri, 29 Jun 2018 05:30:21 GMT RESP BODY: {"routers": []} 2018-06-29 05:30:21,121 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-a72df18a-2e74-4396-8c45-38d4e58ee3f8-pub-router used request id req-97bf91e9-c9c1-46fd-abcd-3d21ce6cd0d7 2018-06-29 05:30:21,122 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:30:21,525 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:30:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["0ApRWBDjR4Kqy3Lbrqb0Yw"], "issued_at": "2018-06-29T05:30:21.000000Z"}} 2018-06-29 05:30:21,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}b4dedd2f323217a10f845986f544dec054d7a381" 2018-06-29 05:30:21,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:30:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6da881d-2133-4a6f-a5d5-10f6d5278cd0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:30:21,613 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c6da881d-2133-4a6f-a5d5-10f6d5278cd0 2018-06-29 05:30:21,614 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-87610d99-4a89-494b-94d1-0de0186bd3cename 2018-06-29 05:30:21,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4dedd2f323217a10f845986f544dec054d7a381" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-87610d99-4a89-494b-94d1-0de0186bd3cename"}}' 2018-06-29 05:30:21,950 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1403 X-Openstack-Request-Id: req-3bd8a3a1-b311-40f8-a345-f609225e8ec9 Date: Fri, 29 Jun 2018 05:30:21 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:30:21Z", "updated_at": "2018-06-29T05:30:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:30:21Z", "revision_number": 0, "id": "a0cb322e-0117-43bc-a5bc-951aa10d8f39", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:30:21Z", "security_group_id": "a921c130-2d03-4005-845d-7bc463f61b11", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "port_range_min": null, "ethertype": "IPv6", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:30:21Z", "revision_number": 0, "id": "ff378df8-b25b-46fb-b23d-d29a9d9ef049", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:30:21Z", "security_group_id": "a921c130-2d03-4005-845d-7bc463f61b11", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "port_range_min": null, "ethertype": "IPv4", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57"}], "revision_number": 1, "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "id": "a921c130-2d03-4005-845d-7bc463f61b11", "name": "NeutronUtilsSecurityGroupTests-87610d99-4a89-494b-94d1-0de0186bd3cename"}} 2018-06-29 05:30:21,950 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-3bd8a3a1-b311-40f8-a345-f609225e8ec9 2018-06-29 05:30:21,950 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a921c130-2d03-4005-845d-7bc463f61b11 2018-06-29 05:30:21,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=a921c130-2d03-4005-845d-7bc463f61b11 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4dedd2f323217a10f845986f544dec054d7a381" 2018-06-29 05:30:22,153 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-20897e69-afbf-4687-8584-389728dd029e Date: Fri, 29 Jun 2018 05:30:22 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T05:30:21Z", "security_group_id": "a921c130-2d03-4005-845d-7bc463f61b11", "port_range_min": null, "revision_number": 0, "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:30:21Z", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "id": "a0cb322e-0117-43bc-a5bc-951aa10d8f39"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T05:30:21Z", "security_group_id": "a921c130-2d03-4005-845d-7bc463f61b11", "port_range_min": null, "revision_number": 0, "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:30:21Z", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "id": "ff378df8-b25b-46fb-b23d-d29a9d9ef049"}]} 2018-06-29 05:30:22,153 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=a921c130-2d03-4005-845d-7bc463f61b11 used request id req-20897e69-afbf-4687-8584-389728dd029e 2018-06-29 05:30:22,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-87610d99-4a89-494b-94d1-0de0186bd3cename -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4dedd2f323217a10f845986f544dec054d7a381" 2018-06-29 05:30:22,380 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1406 X-Openstack-Request-Id: req-c67059d6-95be-419d-afd3-4fe441eb929a Date: Fri, 29 Jun 2018 05:30:22 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:30:21Z", "updated_at": "2018-06-29T05:30:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:30:21Z", "revision_number": 0, "id": "a0cb322e-0117-43bc-a5bc-951aa10d8f39", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:30:21Z", "security_group_id": "a921c130-2d03-4005-845d-7bc463f61b11", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "port_range_min": null, "ethertype": "IPv6", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:30:21Z", "revision_number": 0, "id": "ff378df8-b25b-46fb-b23d-d29a9d9ef049", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:30:21Z", "security_group_id": "a921c130-2d03-4005-845d-7bc463f61b11", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "port_range_min": null, "ethertype": "IPv4", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57"}], "revision_number": 1, "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "id": "a921c130-2d03-4005-845d-7bc463f61b11", "name": "NeutronUtilsSecurityGroupTests-87610d99-4a89-494b-94d1-0de0186bd3cename"}]} 2018-06-29 05:30:22,381 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-87610d99-4a89-494b-94d1-0de0186bd3cename used request id req-c67059d6-95be-419d-afd3-4fe441eb929a 2018-06-29 05:30:22,381 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a921c130-2d03-4005-845d-7bc463f61b11 2018-06-29 05:30:22,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=a921c130-2d03-4005-845d-7bc463f61b11 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4dedd2f323217a10f845986f544dec054d7a381" 2018-06-29 05:30:22,575 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e1468ebd-8e0d-4fef-b002-eb7598b40980 Date: Fri, 29 Jun 2018 05:30:22 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T05:30:21Z", "security_group_id": "a921c130-2d03-4005-845d-7bc463f61b11", "port_range_min": null, "revision_number": 0, "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:30:21Z", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "id": "a0cb322e-0117-43bc-a5bc-951aa10d8f39"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T05:30:21Z", "security_group_id": "a921c130-2d03-4005-845d-7bc463f61b11", "port_range_min": null, "revision_number": 0, "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:30:21Z", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "id": "ff378df8-b25b-46fb-b23d-d29a9d9ef049"}]} 2018-06-29 05:30:22,575 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=a921c130-2d03-4005-845d-7bc463f61b11 used request id req-e1468ebd-8e0d-4fef-b002-eb7598b40980 2018-06-29 05:30:22,576 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-87610d99-4a89-494b-94d1-0de0186bd3cename 2018-06-29 05:30:22,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/a921c130-2d03-4005-845d-7bc463f61b11 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4dedd2f323217a10f845986f544dec054d7a381" 2018-06-29 05:30:22,932 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8643bce5-ddbc-4f6c-bcc5-b2a356b1c74a Content-Length: 0 Date: Fri, 29 Jun 2018 05:30:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 05:30:22,932 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/a921c130-2d03-4005-845d-7bc463f61b11 used request id req-8643bce5-ddbc-4f6c-bcc5-b2a356b1c74a 2018-06-29 05:30:22,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-87610d99-4a89-494b-94d1-0de0186bd3cename -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4dedd2f323217a10f845986f544dec054d7a381" 2018-06-29 05:30:23,154 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-7f12a568-09af-4dde-939e-baa29e5b1309 Date: Fri, 29 Jun 2018 05:30:23 GMT RESP BODY: {"security_groups": []} 2018-06-29 05:30:23,154 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-87610d99-4a89-494b-94d1-0de0186bd3cename used request id req-7f12a568-09af-4dde-939e-baa29e5b1309 2018-06-29 05:30:23,156 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:30:23,545 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:30:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["HEoDFnpURMO-IUHvXG4ykw"], "issued_at": "2018-06-29T05:30:23.000000Z"}} 2018-06-29 05:30:23,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}0a33a38c5d8a5e10a8a18187b9a5e898f7fedc70" 2018-06-29 05:30:23,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:30:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd5fca9c-6a4d-405f-96e3-73c6cde81189 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:30:23,637 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-dd5fca9c-6a4d-405f-96e3-73c6cde81189 2018-06-29 05:30:23,638 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-7846e61e-829e-4435-a444-ddc78cbfb6bfname-1 2018-06-29 05:30:23,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a33a38c5d8a5e10a8a18187b9a5e898f7fedc70" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-7846e61e-829e-4435-a444-ddc78cbfb6bfname-1", "description": "hello group"}}' 2018-06-29 05:30:23,971 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1416 X-Openstack-Request-Id: req-aeb3b25e-9098-4198-871f-8a18084e3bca Date: Fri, 29 Jun 2018 05:30:23 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:30:23Z", "updated_at": "2018-06-29T05:30:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:30:23Z", "revision_number": 0, "id": "370e6241-3593-4fa6-9bc5-b0b4c7f4550d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:30:23Z", "security_group_id": "21a260f8-c968-4850-a1fa-b1ae9c947ce1", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "port_range_min": null, "ethertype": "IPv6", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:30:23Z", "revision_number": 0, "id": "44cc3030-75a9-47c0-92c0-e2df01805f1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:30:23Z", "security_group_id": "21a260f8-c968-4850-a1fa-b1ae9c947ce1", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "port_range_min": null, "ethertype": "IPv4", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57"}], "revision_number": 1, "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "id": "21a260f8-c968-4850-a1fa-b1ae9c947ce1", "name": "NeutronUtilsSecurityGroupTests-7846e61e-829e-4435-a444-ddc78cbfb6bfname-1"}} 2018-06-29 05:30:23,972 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-aeb3b25e-9098-4198-871f-8a18084e3bca 2018-06-29 05:30:23,972 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 21a260f8-c968-4850-a1fa-b1ae9c947ce1 2018-06-29 05:30:23,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=21a260f8-c968-4850-a1fa-b1ae9c947ce1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a33a38c5d8a5e10a8a18187b9a5e898f7fedc70" 2018-06-29 05:30:24,169 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-8e54f623-1a2b-4645-a1c4-9b78079d5847 Date: Fri, 29 Jun 2018 05:30:24 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-29T05:30:23Z", "security_group_id": "21a260f8-c968-4850-a1fa-b1ae9c947ce1", "port_range_min": null, "revision_number": 0, "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:30:23Z", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "id": "370e6241-3593-4fa6-9bc5-b0b4c7f4550d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T05:30:23Z", "security_group_id": "21a260f8-c968-4850-a1fa-b1ae9c947ce1", "port_range_min": null, "revision_number": 0, "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:30:23Z", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "id": "44cc3030-75a9-47c0-92c0-e2df01805f1e"}]} 2018-06-29 05:30:24,170 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=21a260f8-c968-4850-a1fa-b1ae9c947ce1 used request id req-8e54f623-1a2b-4645-a1c4-9b78079d5847 2018-06-29 05:30:24,170 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-7846e61e-829e-4435-a444-ddc78cbfb6bfname-2 2018-06-29 05:30:24,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a33a38c5d8a5e10a8a18187b9a5e898f7fedc70" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-7846e61e-829e-4435-a444-ddc78cbfb6bfname-2", "description": "hola group"}}' 2018-06-29 05:30:24,523 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1415 X-Openstack-Request-Id: req-46c2eeb6-6a28-42ce-a4ce-f13570bc4b73 Date: Fri, 29 Jun 2018 05:30:24 GMT RESP BODY: {"security_group": {"description": "hola group", "tags": [], "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:30:24Z", "updated_at": "2018-06-29T05:30:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:30:24Z", "revision_number": 0, "id": "10dfb137-6081-45d6-8e5d-d0d4dd53a06c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:30:24Z", "security_group_id": "77925925-e458-4240-a66d-989ddc9f5dea", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "port_range_min": null, "ethertype": "IPv4", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:30:24Z", "revision_number": 0, "id": "c3fb65aa-99ff-47ae-be9f-b60a651b3c88", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:30:24Z", "security_group_id": "77925925-e458-4240-a66d-989ddc9f5dea", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "port_range_min": null, "ethertype": "IPv6", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57"}], "revision_number": 1, "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "id": "77925925-e458-4240-a66d-989ddc9f5dea", "name": "NeutronUtilsSecurityGroupTests-7846e61e-829e-4435-a444-ddc78cbfb6bfname-2"}} 2018-06-29 05:30:24,524 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-46c2eeb6-6a28-42ce-a4ce-f13570bc4b73 2018-06-29 05:30:24,524 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 77925925-e458-4240-a66d-989ddc9f5dea 2018-06-29 05:30:24,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=77925925-e458-4240-a66d-989ddc9f5dea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a33a38c5d8a5e10a8a18187b9a5e898f7fedc70" 2018-06-29 05:30:24,709 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a3370082-6d79-4695-a422-b6d1a28018d7 Date: Fri, 29 Jun 2018 05:30:24 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T05:30:24Z", "security_group_id": "77925925-e458-4240-a66d-989ddc9f5dea", "port_range_min": null, "revision_number": 0, "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:30:24Z", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "id": "10dfb137-6081-45d6-8e5d-d0d4dd53a06c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T05:30:24Z", "security_group_id": "77925925-e458-4240-a66d-989ddc9f5dea", "port_range_min": null, "revision_number": 0, "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:30:24Z", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "id": "c3fb65aa-99ff-47ae-be9f-b60a651b3c88"}]} 2018-06-29 05:30:24,709 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=77925925-e458-4240-a66d-989ddc9f5dea used request id req-a3370082-6d79-4695-a422-b6d1a28018d7 2018-06-29 05:30:24,709 - neutron_utils - INFO - Listing the available security groups 2018-06-29 05:30:24,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a33a38c5d8a5e10a8a18187b9a5e898f7fedc70" 2018-06-29 05:30:24,943 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9735 X-Openstack-Request-Id: req-1aa440d4-76f1-474f-b709-79b2e72b54f1 Date: Fri, 29 Jun 2018 05:30:24 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:30:23Z", "updated_at": "2018-06-29T05:30:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:30:23Z", "revision_number": 0, "id": "370e6241-3593-4fa6-9bc5-b0b4c7f4550d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:30:23Z", "security_group_id": "21a260f8-c968-4850-a1fa-b1ae9c947ce1", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "port_range_min": null, "ethertype": "IPv6", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:30:23Z", "revision_number": 0, "id": "44cc3030-75a9-47c0-92c0-e2df01805f1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:30:23Z", "security_group_id": "21a260f8-c968-4850-a1fa-b1ae9c947ce1", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "port_range_min": null, "ethertype": "IPv4", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57"}], "revision_number": 1, "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "id": "21a260f8-c968-4850-a1fa-b1ae9c947ce1", "name": "NeutronUtilsSecurityGroupTests-7846e61e-829e-4435-a444-ddc78cbfb6bfname-1"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-06-29T05:27:44Z", "updated_at": "2018-06-29T05:27:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:27:44Z", "revision_number": 0, "id": "f945f6c2-09b5-41b2-bf65-52603b130d9b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:27:44Z", "security_group_id": "3e42c372-1e8c-417a-9eaa-6c8dbb86dedf", "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-29T05:27:44Z", "revision_number": 0, "id": "44532790-534b-488f-87ac-3ce475d0ee6b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:27:44Z", "security_group_id": "3e42c372-1e8c-417a-9eaa-6c8dbb86dedf", "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-29T05:27:44Z", "revision_number": 0, "id": "a8072cc7-c4ce-4f37-805a-dc420d6ef38e", "remote_group_id": "3e42c372-1e8c-417a-9eaa-6c8dbb86dedf", "remote_ip_prefix": null, "created_at": "2018-06-29T05:27:44Z", "security_group_id": "3e42c372-1e8c-417a-9eaa-6c8dbb86dedf", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:27:44Z", "revision_number": 0, "id": "01940109-c4e3-4f16-9b72-e1da29588250", "remote_group_id": "3e42c372-1e8c-417a-9eaa-6c8dbb86dedf", "remote_ip_prefix": null, "created_at": "2018-06-29T05:27:44Z", "security_group_id": "3e42c372-1e8c-417a-9eaa-6c8dbb86dedf", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "3e42c372-1e8c-417a-9eaa-6c8dbb86dedf", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "114a8cdc27184b288a7cbb609b5a20e9", "created_at": "2018-06-29T05:22:27Z", "updated_at": "2018-06-29T05:22:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:22:27Z", "revision_number": 0, "id": "9fb1d7ab-8b85-4952-848c-4db9fd8414ab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:22:27Z", "security_group_id": "5faaf09f-75fb-479b-ae1c-a83e9caed6b6", "tenant_id": "114a8cdc27184b288a7cbb609b5a20e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "114a8cdc27184b288a7cbb609b5a20e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:22:27Z", "revision_number": 0, "id": "7892cd50-31dd-4383-bb34-62dfc9b45076", "remote_group_id": "5faaf09f-75fb-479b-ae1c-a83e9caed6b6", "remote_ip_prefix": null, "created_at": "2018-06-29T05:22:27Z", "security_group_id": "5faaf09f-75fb-479b-ae1c-a83e9caed6b6", "tenant_id": "114a8cdc27184b288a7cbb609b5a20e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "114a8cdc27184b288a7cbb609b5a20e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:22:27Z", "revision_number": 0, "id": "60c86f9b-7d30-4b4c-94c3-8054f4eb9af7", "remote_group_id": "5faaf09f-75fb-479b-ae1c-a83e9caed6b6", "remote_ip_prefix": null, "created_at": "2018-06-29T05:22:27Z", "security_group_id": "5faaf09f-75fb-479b-ae1c-a83e9caed6b6", "tenant_id": "114a8cdc27184b288a7cbb609b5a20e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "114a8cdc27184b288a7cbb609b5a20e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:22:27Z", "revision_number": 0, "id": "d2c89abb-5ef4-4093-9e94-8bf7409165ea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:22:27Z", "security_group_id": "5faaf09f-75fb-479b-ae1c-a83e9caed6b6", "tenant_id": "114a8cdc27184b288a7cbb609b5a20e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "114a8cdc27184b288a7cbb609b5a20e9"}], "revision_number": 1, "project_id": "114a8cdc27184b288a7cbb609b5a20e9", "id": "5faaf09f-75fb-479b-ae1c-a83e9caed6b6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:26:08Z", "updated_at": "2018-06-29T05:26:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:26:08Z", "revision_number": 0, "id": "2c8c050e-d35b-4db1-a30b-b11cb5603c00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:26:08Z", "security_group_id": "67fd1914-9a13-4c3f-b4a8-3292c73ccfbe", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "port_range_min": null, "ethertype": "IPv6", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:26:08Z", "revision_number": 0, "id": "d6d6dfa9-1f04-44eb-844d-255d9c892c77", "remote_group_id": "67fd1914-9a13-4c3f-b4a8-3292c73ccfbe", "remote_ip_prefix": null, "created_at": "2018-06-29T05:26:08Z", "security_group_id": "67fd1914-9a13-4c3f-b4a8-3292c73ccfbe", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "port_range_min": null, "ethertype": "IPv6", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:26:08Z", "revision_number": 0, "id": "11388e28-80d4-465b-92f8-5d12811cdd14", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:26:08Z", "security_group_id": "67fd1914-9a13-4c3f-b4a8-3292c73ccfbe", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "port_range_min": null, "ethertype": "IPv4", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:26:08Z", "revision_number": 0, "id": "045f754e-2dea-4c81-b175-f558430cb980", "remote_group_id": "67fd1914-9a13-4c3f-b4a8-3292c73ccfbe", "remote_ip_prefix": null, "created_at": "2018-06-29T05:26:08Z", "security_group_id": "67fd1914-9a13-4c3f-b4a8-3292c73ccfbe", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "port_range_min": null, "ethertype": "IPv4", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57"}], "revision_number": 1, "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "id": "67fd1914-9a13-4c3f-b4a8-3292c73ccfbe", "name": "default"}, {"description": "hola group", "tags": [], "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:30:24Z", "updated_at": "2018-06-29T05:30:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:30:24Z", "revision_number": 0, "id": "10dfb137-6081-45d6-8e5d-d0d4dd53a06c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:30:24Z", "security_group_id": "77925925-e458-4240-a66d-989ddc9f5dea", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "port_range_min": null, "ethertype": "IPv4", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:30:24Z", "revision_number": 0, "id": "c3fb65aa-99ff-47ae-be9f-b60a651b3c88", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:30:24Z", "security_group_id": "77925925-e458-4240-a66d-989ddc9f5dea", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "port_range_min": null, "ethertype": "IPv6", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57"}], "revision_number": 1, "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "id": "77925925-e458-4240-a66d-989ddc9f5dea", "name": "NeutronUtilsSecurityGroupTests-7846e61e-829e-4435-a444-ddc78cbfb6bfname-2"}]} 2018-06-29 05:30:24,944 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-1aa440d4-76f1-474f-b709-79b2e72b54f1 2018-06-29 05:30:24,945 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 21a260f8-c968-4850-a1fa-b1ae9c947ce1 2018-06-29 05:30:24,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=21a260f8-c968-4850-a1fa-b1ae9c947ce1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a33a38c5d8a5e10a8a18187b9a5e898f7fedc70" 2018-06-29 05:30:25,158 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-94a1d772-4313-4b8d-83e8-57721f732cd5 Date: Fri, 29 Jun 2018 05:30:25 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-29T05:30:23Z", "security_group_id": "21a260f8-c968-4850-a1fa-b1ae9c947ce1", "port_range_min": null, "revision_number": 0, "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:30:23Z", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "id": "370e6241-3593-4fa6-9bc5-b0b4c7f4550d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T05:30:23Z", "security_group_id": "21a260f8-c968-4850-a1fa-b1ae9c947ce1", "port_range_min": null, "revision_number": 0, "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:30:23Z", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "id": "44cc3030-75a9-47c0-92c0-e2df01805f1e"}]} 2018-06-29 05:30:25,158 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=21a260f8-c968-4850-a1fa-b1ae9c947ce1 used request id req-94a1d772-4313-4b8d-83e8-57721f732cd5 2018-06-29 05:30:25,159 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3e42c372-1e8c-417a-9eaa-6c8dbb86dedf 2018-06-29 05:30:25,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=3e42c372-1e8c-417a-9eaa-6c8dbb86dedf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a33a38c5d8a5e10a8a18187b9a5e898f7fedc70" 2018-06-29 05:30:25,352 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1792 X-Openstack-Request-Id: req-df634beb-58fc-407a-87bb-226524cc7727 Date: Fri, 29 Jun 2018 05:30:25 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "3e42c372-1e8c-417a-9eaa-6c8dbb86dedf", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T05:27:44Z", "security_group_id": "3e42c372-1e8c-417a-9eaa-6c8dbb86dedf", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-06-29T05:27:44Z", "project_id": "", "id": "01940109-c4e3-4f16-9b72-e1da29588250"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T05:27:44Z", "security_group_id": "3e42c372-1e8c-417a-9eaa-6c8dbb86dedf", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-06-29T05:27:44Z", "project_id": "", "id": "44532790-534b-488f-87ac-3ce475d0ee6b"}, {"remote_group_id": "3e42c372-1e8c-417a-9eaa-6c8dbb86dedf", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T05:27:44Z", "security_group_id": "3e42c372-1e8c-417a-9eaa-6c8dbb86dedf", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-06-29T05:27:44Z", "project_id": "", "id": "a8072cc7-c4ce-4f37-805a-dc420d6ef38e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T05:27:44Z", "security_group_id": "3e42c372-1e8c-417a-9eaa-6c8dbb86dedf", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-06-29T05:27:44Z", "project_id": "", "id": "f945f6c2-09b5-41b2-bf65-52603b130d9b"}]} 2018-06-29 05:30:25,353 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=3e42c372-1e8c-417a-9eaa-6c8dbb86dedf used request id req-df634beb-58fc-407a-87bb-226524cc7727 2018-06-29 05:30:25,353 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5faaf09f-75fb-479b-ae1c-a83e9caed6b6 2018-06-29 05:30:25,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=5faaf09f-75fb-479b-ae1c-a83e9caed6b6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a33a38c5d8a5e10a8a18187b9a5e898f7fedc70" 2018-06-29 05:30:25,379 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-ca3b84f1-e7e6-4ea6-b291-a25a48e755b2 Date: Fri, 29 Jun 2018 05:30:25 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "5faaf09f-75fb-479b-ae1c-a83e9caed6b6", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T05:22:27Z", "security_group_id": "5faaf09f-75fb-479b-ae1c-a83e9caed6b6", "port_range_min": null, "revision_number": 0, "tenant_id": "114a8cdc27184b288a7cbb609b5a20e9", "created_at": "2018-06-29T05:22:27Z", "project_id": "114a8cdc27184b288a7cbb609b5a20e9", "id": "60c86f9b-7d30-4b4c-94c3-8054f4eb9af7"}, {"remote_group_id": "5faaf09f-75fb-479b-ae1c-a83e9caed6b6", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T05:22:27Z", "security_group_id": "5faaf09f-75fb-479b-ae1c-a83e9caed6b6", "port_range_min": null, "revision_number": 0, "tenant_id": "114a8cdc27184b288a7cbb609b5a20e9", "created_at": "2018-06-29T05:22:27Z", "project_id": "114a8cdc27184b288a7cbb609b5a20e9", "id": "7892cd50-31dd-4383-bb34-62dfc9b45076"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T05:22:27Z", "security_group_id": "5faaf09f-75fb-479b-ae1c-a83e9caed6b6", "port_range_min": null, "revision_number": 0, "tenant_id": "114a8cdc27184b288a7cbb609b5a20e9", "created_at": "2018-06-29T05:22:27Z", "project_id": "114a8cdc27184b288a7cbb609b5a20e9", "id": "9fb1d7ab-8b85-4952-848c-4db9fd8414ab"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T05:22:27Z", "security_group_id": "5faaf09f-75fb-479b-ae1c-a83e9caed6b6", "port_range_min": null, "revision_number": 0, "tenant_id": "114a8cdc27184b288a7cbb609b5a20e9", "created_at": "2018-06-29T05:22:27Z", "project_id": "114a8cdc27184b288a7cbb609b5a20e9", "id": "d2c89abb-5ef4-4093-9e94-8bf7409165ea"}]} 2018-06-29 05:30:25,379 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=5faaf09f-75fb-479b-ae1c-a83e9caed6b6 used request id req-ca3b84f1-e7e6-4ea6-b291-a25a48e755b2 2018-06-29 05:30:25,380 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 67fd1914-9a13-4c3f-b4a8-3292c73ccfbe 2018-06-29 05:30:25,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=67fd1914-9a13-4c3f-b4a8-3292c73ccfbe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a33a38c5d8a5e10a8a18187b9a5e898f7fedc70" 2018-06-29 05:30:25,589 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-c5661a03-8ef3-4f86-aa2c-54db753d30d7 Date: Fri, 29 Jun 2018 05:30:25 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "67fd1914-9a13-4c3f-b4a8-3292c73ccfbe", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T05:26:08Z", "security_group_id": "67fd1914-9a13-4c3f-b4a8-3292c73ccfbe", "port_range_min": null, "revision_number": 0, "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:26:08Z", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "id": "045f754e-2dea-4c81-b175-f558430cb980"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T05:26:08Z", "security_group_id": "67fd1914-9a13-4c3f-b4a8-3292c73ccfbe", "port_range_min": null, "revision_number": 0, "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:26:08Z", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "id": "11388e28-80d4-465b-92f8-5d12811cdd14"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T05:26:08Z", "security_group_id": "67fd1914-9a13-4c3f-b4a8-3292c73ccfbe", "port_range_min": null, "revision_number": 0, "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:26:08Z", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "id": "2c8c050e-d35b-4db1-a30b-b11cb5603c00"}, {"remote_group_id": "67fd1914-9a13-4c3f-b4a8-3292c73ccfbe", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T05:26:08Z", "security_group_id": "67fd1914-9a13-4c3f-b4a8-3292c73ccfbe", "port_range_min": null, "revision_number": 0, "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:26:08Z", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "id": "d6d6dfa9-1f04-44eb-844d-255d9c892c77"}]} 2018-06-29 05:30:25,589 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=67fd1914-9a13-4c3f-b4a8-3292c73ccfbe used request id req-c5661a03-8ef3-4f86-aa2c-54db753d30d7 2018-06-29 05:30:25,590 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 77925925-e458-4240-a66d-989ddc9f5dea 2018-06-29 05:30:25,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=77925925-e458-4240-a66d-989ddc9f5dea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a33a38c5d8a5e10a8a18187b9a5e898f7fedc70" 2018-06-29 05:30:25,614 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-cf68e680-c600-41fb-a5f4-cfa45da7c079 Date: Fri, 29 Jun 2018 05:30:25 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T05:30:24Z", "security_group_id": "77925925-e458-4240-a66d-989ddc9f5dea", "port_range_min": null, "revision_number": 0, "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:30:24Z", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "id": "10dfb137-6081-45d6-8e5d-d0d4dd53a06c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T05:30:24Z", "security_group_id": "77925925-e458-4240-a66d-989ddc9f5dea", "port_range_min": null, "revision_number": 0, "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:30:24Z", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "id": "c3fb65aa-99ff-47ae-be9f-b60a651b3c88"}]} 2018-06-29 05:30:25,614 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=77925925-e458-4240-a66d-989ddc9f5dea used request id req-cf68e680-c600-41fb-a5f4-cfa45da7c079 2018-06-29 05:30:25,615 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-7846e61e-829e-4435-a444-ddc78cbfb6bfname-1 2018-06-29 05:30:25,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/21a260f8-c968-4850-a1fa-b1ae9c947ce1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a33a38c5d8a5e10a8a18187b9a5e898f7fedc70" 2018-06-29 05:30:25,730 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0dbaeb6b-489b-4c74-a4c1-cba2968d1a0e Content-Length: 0 Date: Fri, 29 Jun 2018 05:30:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 05:30:25,730 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/21a260f8-c968-4850-a1fa-b1ae9c947ce1 used request id req-0dbaeb6b-489b-4c74-a4c1-cba2968d1a0e 2018-06-29 05:30:25,730 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-7846e61e-829e-4435-a444-ddc78cbfb6bfname-2 2018-06-29 05:30:25,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/77925925-e458-4240-a66d-989ddc9f5dea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a33a38c5d8a5e10a8a18187b9a5e898f7fedc70" 2018-06-29 05:30:25,997 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5ab1a5c7-5fdd-419f-b15f-06cf5c364292 Content-Length: 0 Date: Fri, 29 Jun 2018 05:30:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 05:30:25,997 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/77925925-e458-4240-a66d-989ddc9f5dea used request id req-5ab1a5c7-5fdd-419f-b15f-06cf5c364292 2018-06-29 05:30:25,998 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:30:26,396 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:30:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["EcepBI71SEWe4bhC8mYNIA"], "issued_at": "2018-06-29T05:30:26.000000Z"}} 2018-06-29 05:30:26,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}8203252080999d36f4d19e5f407ff6d5a74115df" 2018-06-29 05:30:26,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:30:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80e73eb2-f3f5-420e-838d-d444bc2d4a7e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:30:26,480 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-80e73eb2-f3f5-420e-838d-d444bc2d4a7e 2018-06-29 05:30:26,482 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:30:26,883 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:30:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["FaNfNtbKQlW3D6uuqrigwA"], "issued_at": "2018-06-29T05:30:26.000000Z"}} 2018-06-29 05:30:26,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}b81bc034b2d7621675dd6239be353e361c31d540" 2018-06-29 05:30:26,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:30:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c445bfaf-bcdd-4cca-a56e-be54362ec720 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:30:26,973 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c445bfaf-bcdd-4cca-a56e-be54362ec720 2018-06-29 05:30:26,974 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-492e5489-e0b0-412b-b237-1b364988b8c0name 2018-06-29 05:30:26,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b81bc034b2d7621675dd6239be353e361c31d540" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-492e5489-e0b0-412b-b237-1b364988b8c0name", "description": "hello group"}}' 2018-06-29 05:30:27,319 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-820e28a3-2db8-41e5-aa5b-5d1aefda8225 Date: Fri, 29 Jun 2018 05:30:27 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:30:27Z", "updated_at": "2018-06-29T05:30:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:30:27Z", "revision_number": 0, "id": "35db2aab-c686-4d51-88d0-d2b98ba73dad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:30:27Z", "security_group_id": "7679632c-7342-496a-9e02-8031f8eba3a1", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "port_range_min": null, "ethertype": "IPv6", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:30:27Z", "revision_number": 0, "id": "a689c3ab-d547-4633-ab0d-6a13b928902d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:30:27Z", "security_group_id": "7679632c-7342-496a-9e02-8031f8eba3a1", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "port_range_min": null, "ethertype": "IPv4", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57"}], "revision_number": 1, "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "id": "7679632c-7342-496a-9e02-8031f8eba3a1", "name": "NeutronUtilsSecurityGroupTests-492e5489-e0b0-412b-b237-1b364988b8c0name"}} 2018-06-29 05:30:27,320 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-820e28a3-2db8-41e5-aa5b-5d1aefda8225 2018-06-29 05:30:27,320 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7679632c-7342-496a-9e02-8031f8eba3a1 2018-06-29 05:30:27,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=7679632c-7342-496a-9e02-8031f8eba3a1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b81bc034b2d7621675dd6239be353e361c31d540" 2018-06-29 05:30:27,517 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-9b126c83-f67e-4a8a-a54a-7e2370ac3bfc Date: Fri, 29 Jun 2018 05:30:27 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-29T05:30:27Z", "security_group_id": "7679632c-7342-496a-9e02-8031f8eba3a1", "port_range_min": null, "revision_number": 0, "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:30:27Z", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "id": "35db2aab-c686-4d51-88d0-d2b98ba73dad"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T05:30:27Z", "security_group_id": "7679632c-7342-496a-9e02-8031f8eba3a1", "port_range_min": null, "revision_number": 0, "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:30:27Z", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "id": "a689c3ab-d547-4633-ab0d-6a13b928902d"}]} 2018-06-29 05:30:27,517 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=7679632c-7342-496a-9e02-8031f8eba3a1 used request id req-9b126c83-f67e-4a8a-a54a-7e2370ac3bfc 2018-06-29 05:30:27,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-492e5489-e0b0-412b-b237-1b364988b8c0name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b81bc034b2d7621675dd6239be353e361c31d540" 2018-06-29 05:30:27,744 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1417 X-Openstack-Request-Id: req-1b0ce075-2fd6-4e8e-bda6-6d07ddea4c90 Date: Fri, 29 Jun 2018 05:30:27 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:30:27Z", "updated_at": "2018-06-29T05:30:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:30:27Z", "revision_number": 0, "id": "a689c3ab-d547-4633-ab0d-6a13b928902d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:30:27Z", "security_group_id": "7679632c-7342-496a-9e02-8031f8eba3a1", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "port_range_min": null, "ethertype": "IPv4", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:30:27Z", "revision_number": 0, "id": "35db2aab-c686-4d51-88d0-d2b98ba73dad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:30:27Z", "security_group_id": "7679632c-7342-496a-9e02-8031f8eba3a1", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "port_range_min": null, "ethertype": "IPv6", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57"}], "revision_number": 1, "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "id": "7679632c-7342-496a-9e02-8031f8eba3a1", "name": "NeutronUtilsSecurityGroupTests-492e5489-e0b0-412b-b237-1b364988b8c0name"}]} 2018-06-29 05:30:27,744 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-492e5489-e0b0-412b-b237-1b364988b8c0name&description=hello+group used request id req-1b0ce075-2fd6-4e8e-bda6-6d07ddea4c90 2018-06-29 05:30:27,745 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7679632c-7342-496a-9e02-8031f8eba3a1 2018-06-29 05:30:27,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=7679632c-7342-496a-9e02-8031f8eba3a1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b81bc034b2d7621675dd6239be353e361c31d540" 2018-06-29 05:30:27,968 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-07c69940-f0a7-483c-998e-cf1066709f69 Date: Fri, 29 Jun 2018 05:30:27 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-29T05:30:27Z", "security_group_id": "7679632c-7342-496a-9e02-8031f8eba3a1", "port_range_min": null, "revision_number": 0, "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:30:27Z", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "id": "35db2aab-c686-4d51-88d0-d2b98ba73dad"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T05:30:27Z", "security_group_id": "7679632c-7342-496a-9e02-8031f8eba3a1", "port_range_min": null, "revision_number": 0, "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:30:27Z", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "id": "a689c3ab-d547-4633-ab0d-6a13b928902d"}]} 2018-06-29 05:30:27,968 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=7679632c-7342-496a-9e02-8031f8eba3a1 used request id req-07c69940-f0a7-483c-998e-cf1066709f69 2018-06-29 05:30:27,969 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-492e5489-e0b0-412b-b237-1b364988b8c0name 2018-06-29 05:30:27,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/7679632c-7342-496a-9e02-8031f8eba3a1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b81bc034b2d7621675dd6239be353e361c31d540" 2018-06-29 05:30:28,287 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fbcccb3d-8ca5-43bb-9da5-65e21a855acb Content-Length: 0 Date: Fri, 29 Jun 2018 05:30:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 05:30:28,287 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/7679632c-7342-496a-9e02-8031f8eba3a1 used request id req-fbcccb3d-8ca5-43bb-9da5-65e21a855acb 2018-06-29 05:30:28,288 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:30:28,689 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:30:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["lqYFTHZLRGOIBBUQrd5fNA"], "issued_at": "2018-06-29T05:30:28.000000Z"}} 2018-06-29 05:30:28,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}463f4aaa85dee29ca9cc390be4daeb90a446093f" 2018-06-29 05:30:28,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:30:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5ffe194-f0c8-42ad-a287-3a3ad43bd59a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:30:28,702 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d5ffe194-f0c8-42ad-a287-3a3ad43bd59a 2018-06-29 05:30:28,703 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-da699744-b1a1-44f1-89a4-7279def3abaename 2018-06-29 05:30:28,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}463f4aaa85dee29ca9cc390be4daeb90a446093f" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-da699744-b1a1-44f1-89a4-7279def3abaename", "description": "hello group"}}' 2018-06-29 05:30:29,041 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-5348bb7d-9aec-43ab-a9ad-c0692bd4c16d Date: Fri, 29 Jun 2018 05:30:29 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:30:28Z", "updated_at": "2018-06-29T05:30:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:30:28Z", "revision_number": 0, "id": "34e053a2-abdf-4882-9d8b-43d799ef0941", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:30:28Z", "security_group_id": "0a9fa707-d7da-462f-91fc-1e20d9390a1a", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "port_range_min": null, "ethertype": "IPv6", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:30:28Z", "revision_number": 0, "id": "ef4e1b01-40e0-4d29-9a22-aee64201edc8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:30:28Z", "security_group_id": "0a9fa707-d7da-462f-91fc-1e20d9390a1a", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "port_range_min": null, "ethertype": "IPv4", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57"}], "revision_number": 1, "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "id": "0a9fa707-d7da-462f-91fc-1e20d9390a1a", "name": "NeutronUtilsSecurityGroupTests-da699744-b1a1-44f1-89a4-7279def3abaename"}} 2018-06-29 05:30:29,041 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-5348bb7d-9aec-43ab-a9ad-c0692bd4c16d 2018-06-29 05:30:29,041 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0a9fa707-d7da-462f-91fc-1e20d9390a1a 2018-06-29 05:30:29,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=0a9fa707-d7da-462f-91fc-1e20d9390a1a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}463f4aaa85dee29ca9cc390be4daeb90a446093f" 2018-06-29 05:30:29,242 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c146f0dd-b7e2-4c19-a4ae-ca908952ab3c Date: Fri, 29 Jun 2018 05:30:29 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-29T05:30:28Z", "security_group_id": "0a9fa707-d7da-462f-91fc-1e20d9390a1a", "port_range_min": null, "revision_number": 0, "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:30:28Z", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "id": "34e053a2-abdf-4882-9d8b-43d799ef0941"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T05:30:28Z", "security_group_id": "0a9fa707-d7da-462f-91fc-1e20d9390a1a", "port_range_min": null, "revision_number": 0, "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:30:28Z", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "id": "ef4e1b01-40e0-4d29-9a22-aee64201edc8"}]} 2018-06-29 05:30:29,243 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=0a9fa707-d7da-462f-91fc-1e20d9390a1a used request id req-c146f0dd-b7e2-4c19-a4ae-ca908952ab3c 2018-06-29 05:30:29,243 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0a9fa707-d7da-462f-91fc-1e20d9390a1a 2018-06-29 05:30:29,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=0a9fa707-d7da-462f-91fc-1e20d9390a1a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}463f4aaa85dee29ca9cc390be4daeb90a446093f" 2018-06-29 05:30:29,477 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-67c28741-1b24-43a8-9b63-139ee857fc72 Date: Fri, 29 Jun 2018 05:30:29 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-29T05:30:28Z", "security_group_id": "0a9fa707-d7da-462f-91fc-1e20d9390a1a", "port_range_min": null, "revision_number": 0, "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:30:28Z", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "id": "34e053a2-abdf-4882-9d8b-43d799ef0941"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T05:30:28Z", "security_group_id": "0a9fa707-d7da-462f-91fc-1e20d9390a1a", "port_range_min": null, "revision_number": 0, "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:30:28Z", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "id": "ef4e1b01-40e0-4d29-9a22-aee64201edc8"}]} 2018-06-29 05:30:29,477 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=0a9fa707-d7da-462f-91fc-1e20d9390a1a used request id req-67c28741-1b24-43a8-9b63-139ee857fc72 2018-06-29 05:30:29,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}463f4aaa85dee29ca9cc390be4daeb90a446093f" 2018-06-29 05:30:29,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:30:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d76a99c-578c-4be1-9429-6792767967c3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:30:29,566 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1d76a99c-578c-4be1-9429-6792767967c3 2018-06-29 05:30:29,568 - neutron_utils - INFO - Creating security group to security group - NeutronUtilsSecurityGroupTests-da699744-b1a1-44f1-89a4-7279def3abaename 2018-06-29 05:30:29,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-da699744-b1a1-44f1-89a4-7279def3abaename -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}463f4aaa85dee29ca9cc390be4daeb90a446093f" 2018-06-29 05:30:29,824 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1417 X-Openstack-Request-Id: req-7c8a7504-3041-4a6c-8673-566716097c1f Date: Fri, 29 Jun 2018 05:30:29 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:30:28Z", "updated_at": "2018-06-29T05:30:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:30:28Z", "revision_number": 0, "id": "ef4e1b01-40e0-4d29-9a22-aee64201edc8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:30:28Z", "security_group_id": "0a9fa707-d7da-462f-91fc-1e20d9390a1a", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "port_range_min": null, "ethertype": "IPv4", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:30:28Z", "revision_number": 0, "id": "34e053a2-abdf-4882-9d8b-43d799ef0941", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:30:28Z", "security_group_id": "0a9fa707-d7da-462f-91fc-1e20d9390a1a", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "port_range_min": null, "ethertype": "IPv6", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57"}], "revision_number": 1, "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "id": "0a9fa707-d7da-462f-91fc-1e20d9390a1a", "name": "NeutronUtilsSecurityGroupTests-da699744-b1a1-44f1-89a4-7279def3abaename"}]} 2018-06-29 05:30:29,825 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-da699744-b1a1-44f1-89a4-7279def3abaename used request id req-7c8a7504-3041-4a6c-8673-566716097c1f 2018-06-29 05:30:29,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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 05:30:29,833 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 05:30: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.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 05:30:29,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}463f4aaa85dee29ca9cc390be4daeb90a446093f" 2018-06-29 05:30:29,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:30:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7963bdc-6965-4bd2-bf6d-77948d8c295d Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}} 2018-06-29 05:30:29,934 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 used request id req-c7963bdc-6965-4bd2-bf6d-77948d8c295d 2018-06-29 05:30:29,934 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0a9fa707-d7da-462f-91fc-1e20d9390a1a 2018-06-29 05:30:29,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=0a9fa707-d7da-462f-91fc-1e20d9390a1a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}463f4aaa85dee29ca9cc390be4daeb90a446093f" 2018-06-29 05:30:30,132 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-0114206f-3dbb-4c51-bfdd-68bf6cab4b65 Date: Fri, 29 Jun 2018 05:30:30 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-29T05:30:28Z", "security_group_id": "0a9fa707-d7da-462f-91fc-1e20d9390a1a", "port_range_min": null, "revision_number": 0, "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:30:28Z", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "id": "34e053a2-abdf-4882-9d8b-43d799ef0941"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T05:30:28Z", "security_group_id": "0a9fa707-d7da-462f-91fc-1e20d9390a1a", "port_range_min": null, "revision_number": 0, "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:30:28Z", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "id": "ef4e1b01-40e0-4d29-9a22-aee64201edc8"}]} 2018-06-29 05:30:30,132 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=0a9fa707-d7da-462f-91fc-1e20d9390a1a used request id req-0114206f-3dbb-4c51-bfdd-68bf6cab4b65 2018-06-29 05:30:30,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23: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}463f4aaa85dee29ca9cc390be4daeb90a446093f" -d '{"security_group_rule": {"direction": "ingress", "security_group_id": "0a9fa707-d7da-462f-91fc-1e20d9390a1a"}}' 2018-06-29 05:30:30,473 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 510 X-Openstack-Request-Id: req-c9e180f8-2975-405a-8ad3-66a1ff4475c5 Date: Fri, 29 Jun 2018 05:30:30 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-29T05:30:30Z", "security_group_id": "0a9fa707-d7da-462f-91fc-1e20d9390a1a", "port_range_min": null, "revision_number": 0, "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:30:30Z", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "id": "ac917d93-1f65-4269-bbd0-d7563e69bf0f"}} 2018-06-29 05:30:30,474 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-c9e180f8-2975-405a-8ad3-66a1ff4475c5 2018-06-29 05:30:30,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-da699744-b1a1-44f1-89a4-7279def3abaename&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}463f4aaa85dee29ca9cc390be4daeb90a446093f" 2018-06-29 05:30:30,537 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-b85362a8-664e-4656-8a81-8b5a2095a7f7 Date: Fri, 29 Jun 2018 05:30:30 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:30:28Z", "updated_at": "2018-06-29T05:30:30Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:30:30Z", "revision_number": 0, "id": "ac917d93-1f65-4269-bbd0-d7563e69bf0f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:30:30Z", "security_group_id": "0a9fa707-d7da-462f-91fc-1e20d9390a1a", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "port_range_min": null, "ethertype": "IPv4", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:30:28Z", "revision_number": 0, "id": "34e053a2-abdf-4882-9d8b-43d799ef0941", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:30:28Z", "security_group_id": "0a9fa707-d7da-462f-91fc-1e20d9390a1a", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "port_range_min": null, "ethertype": "IPv6", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:30:28Z", "revision_number": 0, "id": "ef4e1b01-40e0-4d29-9a22-aee64201edc8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:30:28Z", "security_group_id": "0a9fa707-d7da-462f-91fc-1e20d9390a1a", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "port_range_min": null, "ethertype": "IPv4", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57"}], "revision_number": 2, "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "id": "0a9fa707-d7da-462f-91fc-1e20d9390a1a", "name": "NeutronUtilsSecurityGroupTests-da699744-b1a1-44f1-89a4-7279def3abaename"}]} 2018-06-29 05:30:30,537 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-da699744-b1a1-44f1-89a4-7279def3abaename&description=hello+group used request id req-b85362a8-664e-4656-8a81-8b5a2095a7f7 2018-06-29 05:30:30,537 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0a9fa707-d7da-462f-91fc-1e20d9390a1a 2018-06-29 05:30:30,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=0a9fa707-d7da-462f-91fc-1e20d9390a1a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}463f4aaa85dee29ca9cc390be4daeb90a446093f" 2018-06-29 05:30:30,759 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-9dbed3ae-c820-401f-9953-00e5b8f49bb5 Date: Fri, 29 Jun 2018 05:30:30 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-29T05:30:28Z", "security_group_id": "0a9fa707-d7da-462f-91fc-1e20d9390a1a", "port_range_min": null, "revision_number": 0, "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:30:28Z", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "id": "34e053a2-abdf-4882-9d8b-43d799ef0941"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T05:30:30Z", "security_group_id": "0a9fa707-d7da-462f-91fc-1e20d9390a1a", "port_range_min": null, "revision_number": 0, "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:30:30Z", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "id": "ac917d93-1f65-4269-bbd0-d7563e69bf0f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T05:30:28Z", "security_group_id": "0a9fa707-d7da-462f-91fc-1e20d9390a1a", "port_range_min": null, "revision_number": 0, "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:30:28Z", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "id": "ef4e1b01-40e0-4d29-9a22-aee64201edc8"}]} 2018-06-29 05:30:30,759 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=0a9fa707-d7da-462f-91fc-1e20d9390a1a used request id req-9dbed3ae-c820-401f-9953-00e5b8f49bb5 2018-06-29 05:30:30,760 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0a9fa707-d7da-462f-91fc-1e20d9390a1a 2018-06-29 05:30:30,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=0a9fa707-d7da-462f-91fc-1e20d9390a1a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}463f4aaa85dee29ca9cc390be4daeb90a446093f" 2018-06-29 05:30:30,977 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-5865a8d1-b8e9-46cc-8b89-cf41dfb45002 Date: Fri, 29 Jun 2018 05:30:30 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-29T05:30:28Z", "security_group_id": "0a9fa707-d7da-462f-91fc-1e20d9390a1a", "port_range_min": null, "revision_number": 0, "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:30:28Z", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "id": "34e053a2-abdf-4882-9d8b-43d799ef0941"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T05:30:30Z", "security_group_id": "0a9fa707-d7da-462f-91fc-1e20d9390a1a", "port_range_min": null, "revision_number": 0, "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:30:30Z", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "id": "ac917d93-1f65-4269-bbd0-d7563e69bf0f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T05:30:28Z", "security_group_id": "0a9fa707-d7da-462f-91fc-1e20d9390a1a", "port_range_min": null, "revision_number": 0, "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:30:28Z", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "id": "ef4e1b01-40e0-4d29-9a22-aee64201edc8"}]} 2018-06-29 05:30:30,977 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=0a9fa707-d7da-462f-91fc-1e20d9390a1a used request id req-5865a8d1-b8e9-46cc-8b89-cf41dfb45002 2018-06-29 05:30:30,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-da699744-b1a1-44f1-89a4-7279def3abaename&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}463f4aaa85dee29ca9cc390be4daeb90a446093f" 2018-06-29 05:30:31,203 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-e4cb304a-c4c5-4f6d-918f-80e28d486653 Date: Fri, 29 Jun 2018 05:30:31 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:30:28Z", "updated_at": "2018-06-29T05:30:30Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:30:28Z", "revision_number": 0, "id": "ef4e1b01-40e0-4d29-9a22-aee64201edc8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:30:28Z", "security_group_id": "0a9fa707-d7da-462f-91fc-1e20d9390a1a", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "port_range_min": null, "ethertype": "IPv4", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57"}, {"direction": "ingress", "protocol": null, "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:30:30Z", "revision_number": 0, "id": "ac917d93-1f65-4269-bbd0-d7563e69bf0f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:30:30Z", "security_group_id": "0a9fa707-d7da-462f-91fc-1e20d9390a1a", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "port_range_min": null, "ethertype": "IPv4", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:30:28Z", "revision_number": 0, "id": "34e053a2-abdf-4882-9d8b-43d799ef0941", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:30:28Z", "security_group_id": "0a9fa707-d7da-462f-91fc-1e20d9390a1a", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "port_range_min": null, "ethertype": "IPv6", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57"}], "revision_number": 2, "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "id": "0a9fa707-d7da-462f-91fc-1e20d9390a1a", "name": "NeutronUtilsSecurityGroupTests-da699744-b1a1-44f1-89a4-7279def3abaename"}]} 2018-06-29 05:30:31,203 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-da699744-b1a1-44f1-89a4-7279def3abaename&description=hello+group used request id req-e4cb304a-c4c5-4f6d-918f-80e28d486653 2018-06-29 05:30:31,204 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0a9fa707-d7da-462f-91fc-1e20d9390a1a 2018-06-29 05:30:31,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=0a9fa707-d7da-462f-91fc-1e20d9390a1a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}463f4aaa85dee29ca9cc390be4daeb90a446093f" 2018-06-29 05:30:31,408 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-087c67c5-2653-4bcd-b80e-22fb2ca583d1 Date: Fri, 29 Jun 2018 05:30:31 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T05:30:28Z", "security_group_id": "0a9fa707-d7da-462f-91fc-1e20d9390a1a", "port_range_min": null, "revision_number": 0, "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:30:28Z", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "id": "34e053a2-abdf-4882-9d8b-43d799ef0941"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T05:30:30Z", "security_group_id": "0a9fa707-d7da-462f-91fc-1e20d9390a1a", "port_range_min": null, "revision_number": 0, "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:30:30Z", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "id": "ac917d93-1f65-4269-bbd0-d7563e69bf0f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T05:30:28Z", "security_group_id": "0a9fa707-d7da-462f-91fc-1e20d9390a1a", "port_range_min": null, "revision_number": 0, "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:30:28Z", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "id": "ef4e1b01-40e0-4d29-9a22-aee64201edc8"}]} 2018-06-29 05:30:31,408 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=0a9fa707-d7da-462f-91fc-1e20d9390a1a used request id req-087c67c5-2653-4bcd-b80e-22fb2ca583d1 2018-06-29 05:30:31,409 - neutron_utils - INFO - Deleting security group rule with ID - 34e053a2-abdf-4882-9d8b-43d799ef0941 2018-06-29 05:30:31,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/34e053a2-abdf-4882-9d8b-43d799ef0941 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}463f4aaa85dee29ca9cc390be4daeb90a446093f" 2018-06-29 05:30:31,517 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-aad998be-8b38-4f41-8db8-289ca1ae815b Content-Length: 0 Date: Fri, 29 Jun 2018 05:30:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 05:30:31,517 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/34e053a2-abdf-4882-9d8b-43d799ef0941 used request id req-aad998be-8b38-4f41-8db8-289ca1ae815b 2018-06-29 05:30:31,517 - neutron_utils - INFO - Deleting security group rule with ID - ef4e1b01-40e0-4d29-9a22-aee64201edc8 2018-06-29 05:30:31,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/ef4e1b01-40e0-4d29-9a22-aee64201edc8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}463f4aaa85dee29ca9cc390be4daeb90a446093f" 2018-06-29 05:30:31,640 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-db467d2a-daa2-445f-89a7-4464f6b5cdc3 Content-Length: 0 Date: Fri, 29 Jun 2018 05:30:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 05:30:31,640 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/ef4e1b01-40e0-4d29-9a22-aee64201edc8 used request id req-db467d2a-daa2-445f-89a7-4464f6b5cdc3 2018-06-29 05:30:31,640 - neutron_utils - INFO - Deleting security group rule with ID - ac917d93-1f65-4269-bbd0-d7563e69bf0f 2018-06-29 05:30:31,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/ac917d93-1f65-4269-bbd0-d7563e69bf0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}463f4aaa85dee29ca9cc390be4daeb90a446093f" 2018-06-29 05:30:31,982 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ebb2678f-6a52-4434-93e6-91f46c0deb48 Content-Length: 0 Date: Fri, 29 Jun 2018 05:30:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 05:30:31,983 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/ac917d93-1f65-4269-bbd0-d7563e69bf0f used request id req-ebb2678f-6a52-4434-93e6-91f46c0deb48 2018-06-29 05:30:31,983 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-da699744-b1a1-44f1-89a4-7279def3abaename 2018-06-29 05:30:31,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/0a9fa707-d7da-462f-91fc-1e20d9390a1a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}463f4aaa85dee29ca9cc390be4daeb90a446093f" 2018-06-29 05:30:32,294 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b20e6059-8add-4bbe-a276-adb4938730bb Content-Length: 0 Date: Fri, 29 Jun 2018 05:30:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 05:30:32,294 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/0a9fa707-d7da-462f-91fc-1e20d9390a1a used request id req-b20e6059-8add-4bbe-a276-adb4938730bb 2018-06-29 05:30:32,295 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:30:32,707 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:30:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["R_hsMigJTvSteqIsCFBXwA"], "issued_at": "2018-06-29T05:30:32.000000Z"}} 2018-06-29 05:30:32,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}8f49762d0f80f8d5b5f2f4b3ceb923c5125b61a7" 2018-06-29 05:30:32,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:30:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c53f0fad-58e9-4a91-b793-b2d76ec46f04 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:30:32,789 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c53f0fad-58e9-4a91-b793-b2d76ec46f04 2018-06-29 05:30:32,790 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-d2bfafc1-7712-4143-a6be-a9da6bfd6c66name-1 2018-06-29 05:30:32,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f49762d0f80f8d5b5f2f4b3ceb923c5125b61a7" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-d2bfafc1-7712-4143-a6be-a9da6bfd6c66name-1", "description": "hello group"}}' 2018-06-29 05:30:33,151 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1416 X-Openstack-Request-Id: req-0b6b52ee-ea47-4fb6-9fef-5533e8f057d3 Date: Fri, 29 Jun 2018 05:30:33 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:30:33Z", "updated_at": "2018-06-29T05:30:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:30:33Z", "revision_number": 0, "id": "82fe5cb2-268f-44f0-999f-f1a5a84720d6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:30:33Z", "security_group_id": "23022d71-33d9-4a90-a083-1ece3f4df98f", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "port_range_min": null, "ethertype": "IPv6", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:30:33Z", "revision_number": 0, "id": "adbac8f4-4036-48ba-83a1-2854c893f5e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:30:33Z", "security_group_id": "23022d71-33d9-4a90-a083-1ece3f4df98f", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "port_range_min": null, "ethertype": "IPv4", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57"}], "revision_number": 1, "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "id": "23022d71-33d9-4a90-a083-1ece3f4df98f", "name": "NeutronUtilsSecurityGroupTests-d2bfafc1-7712-4143-a6be-a9da6bfd6c66name-1"}} 2018-06-29 05:30:33,151 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-0b6b52ee-ea47-4fb6-9fef-5533e8f057d3 2018-06-29 05:30:33,152 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 23022d71-33d9-4a90-a083-1ece3f4df98f 2018-06-29 05:30:33,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=23022d71-33d9-4a90-a083-1ece3f4df98f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f49762d0f80f8d5b5f2f4b3ceb923c5125b61a7" 2018-06-29 05:30:33,355 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-1f8b5178-739b-4c7f-a2e3-5478a950d5b3 Date: Fri, 29 Jun 2018 05:30:33 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T05:30:33Z", "security_group_id": "23022d71-33d9-4a90-a083-1ece3f4df98f", "port_range_min": null, "revision_number": 0, "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:30:33Z", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "id": "82fe5cb2-268f-44f0-999f-f1a5a84720d6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T05:30:33Z", "security_group_id": "23022d71-33d9-4a90-a083-1ece3f4df98f", "port_range_min": null, "revision_number": 0, "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:30:33Z", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "id": "adbac8f4-4036-48ba-83a1-2854c893f5e9"}]} 2018-06-29 05:30:33,356 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=23022d71-33d9-4a90-a083-1ece3f4df98f used request id req-1f8b5178-739b-4c7f-a2e3-5478a950d5b3 2018-06-29 05:30:33,356 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-d2bfafc1-7712-4143-a6be-a9da6bfd6c66name-2 2018-06-29 05:30:33,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f49762d0f80f8d5b5f2f4b3ceb923c5125b61a7" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-d2bfafc1-7712-4143-a6be-a9da6bfd6c66name-2", "description": "hello group"}}' 2018-06-29 05:30:33,702 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1416 X-Openstack-Request-Id: req-6ccaa7d0-7e00-43db-856e-aa30e202a0fc Date: Fri, 29 Jun 2018 05:30:33 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:30:33Z", "updated_at": "2018-06-29T05:30:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:30:33Z", "revision_number": 0, "id": "5f4ff0a7-a6b1-499e-98ed-47d7c57017f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:30:33Z", "security_group_id": "a5b77dc5-f4e6-42f6-971f-bd3ef55154e2", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "port_range_min": null, "ethertype": "IPv4", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:30:33Z", "revision_number": 0, "id": "69becf04-f036-46ee-9d31-100b72096bc5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:30:33Z", "security_group_id": "a5b77dc5-f4e6-42f6-971f-bd3ef55154e2", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "port_range_min": null, "ethertype": "IPv6", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57"}], "revision_number": 1, "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "id": "a5b77dc5-f4e6-42f6-971f-bd3ef55154e2", "name": "NeutronUtilsSecurityGroupTests-d2bfafc1-7712-4143-a6be-a9da6bfd6c66name-2"}} 2018-06-29 05:30:33,702 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-6ccaa7d0-7e00-43db-856e-aa30e202a0fc 2018-06-29 05:30:33,702 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a5b77dc5-f4e6-42f6-971f-bd3ef55154e2 2018-06-29 05:30:33,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=a5b77dc5-f4e6-42f6-971f-bd3ef55154e2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f49762d0f80f8d5b5f2f4b3ceb923c5125b61a7" 2018-06-29 05:30:33,927 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-4d6a4b4f-175d-496f-8f56-063f1baf247b Date: Fri, 29 Jun 2018 05:30: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-29T05:30:33Z", "security_group_id": "a5b77dc5-f4e6-42f6-971f-bd3ef55154e2", "port_range_min": null, "revision_number": 0, "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:30:33Z", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "id": "5f4ff0a7-a6b1-499e-98ed-47d7c57017f7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T05:30:33Z", "security_group_id": "a5b77dc5-f4e6-42f6-971f-bd3ef55154e2", "port_range_min": null, "revision_number": 0, "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:30:33Z", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "id": "69becf04-f036-46ee-9d31-100b72096bc5"}]} 2018-06-29 05:30:33,927 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=a5b77dc5-f4e6-42f6-971f-bd3ef55154e2 used request id req-4d6a4b4f-175d-496f-8f56-063f1baf247b 2018-06-29 05:30:33,927 - neutron_utils - INFO - Retrieving security group with ID - 23022d71-33d9-4a90-a083-1ece3f4df98f 2018-06-29 05:30:33,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=23022d71-33d9-4a90-a083-1ece3f4df98f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f49762d0f80f8d5b5f2f4b3ceb923c5125b61a7" 2018-06-29 05:30:34,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1419 X-Openstack-Request-Id: req-b85f9d95-42a5-48e0-8679-959ea2348aa6 Date: Fri, 29 Jun 2018 05:30:34 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:30:33Z", "updated_at": "2018-06-29T05:30:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:30:33Z", "revision_number": 0, "id": "82fe5cb2-268f-44f0-999f-f1a5a84720d6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:30:33Z", "security_group_id": "23022d71-33d9-4a90-a083-1ece3f4df98f", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "port_range_min": null, "ethertype": "IPv6", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:30:33Z", "revision_number": 0, "id": "adbac8f4-4036-48ba-83a1-2854c893f5e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:30:33Z", "security_group_id": "23022d71-33d9-4a90-a083-1ece3f4df98f", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "port_range_min": null, "ethertype": "IPv4", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57"}], "revision_number": 1, "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "id": "23022d71-33d9-4a90-a083-1ece3f4df98f", "name": "NeutronUtilsSecurityGroupTests-d2bfafc1-7712-4143-a6be-a9da6bfd6c66name-1"}]} 2018-06-29 05:30:34,185 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=23022d71-33d9-4a90-a083-1ece3f4df98f used request id req-b85f9d95-42a5-48e0-8679-959ea2348aa6 2018-06-29 05:30:34,185 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 23022d71-33d9-4a90-a083-1ece3f4df98f 2018-06-29 05:30:34,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=23022d71-33d9-4a90-a083-1ece3f4df98f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f49762d0f80f8d5b5f2f4b3ceb923c5125b61a7" 2018-06-29 05:30:34,379 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-23e1a4a8-7ead-442b-87e0-d44a783762b7 Date: Fri, 29 Jun 2018 05:30:34 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-29T05:30:33Z", "security_group_id": "23022d71-33d9-4a90-a083-1ece3f4df98f", "port_range_min": null, "revision_number": 0, "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:30:33Z", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "id": "82fe5cb2-268f-44f0-999f-f1a5a84720d6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T05:30:33Z", "security_group_id": "23022d71-33d9-4a90-a083-1ece3f4df98f", "port_range_min": null, "revision_number": 0, "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:30:33Z", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "id": "adbac8f4-4036-48ba-83a1-2854c893f5e9"}]} 2018-06-29 05:30:34,380 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=23022d71-33d9-4a90-a083-1ece3f4df98f used request id req-23e1a4a8-7ead-442b-87e0-d44a783762b7 2018-06-29 05:30:34,380 - neutron_utils - INFO - Retrieving security group with ID - a5b77dc5-f4e6-42f6-971f-bd3ef55154e2 2018-06-29 05:30:34,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=a5b77dc5-f4e6-42f6-971f-bd3ef55154e2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f49762d0f80f8d5b5f2f4b3ceb923c5125b61a7" 2018-06-29 05:30:34,441 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1419 X-Openstack-Request-Id: req-6001cab2-1efa-4b68-9566-987aecbb8fd7 Date: Fri, 29 Jun 2018 05:30:34 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:30:33Z", "updated_at": "2018-06-29T05:30:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:30:33Z", "revision_number": 0, "id": "5f4ff0a7-a6b1-499e-98ed-47d7c57017f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:30:33Z", "security_group_id": "a5b77dc5-f4e6-42f6-971f-bd3ef55154e2", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "port_range_min": null, "ethertype": "IPv4", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:30:33Z", "revision_number": 0, "id": "69becf04-f036-46ee-9d31-100b72096bc5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-06-29T05:30:33Z", "security_group_id": "a5b77dc5-f4e6-42f6-971f-bd3ef55154e2", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "port_range_min": null, "ethertype": "IPv6", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57"}], "revision_number": 1, "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "id": "a5b77dc5-f4e6-42f6-971f-bd3ef55154e2", "name": "NeutronUtilsSecurityGroupTests-d2bfafc1-7712-4143-a6be-a9da6bfd6c66name-2"}]} 2018-06-29 05:30:34,441 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=a5b77dc5-f4e6-42f6-971f-bd3ef55154e2 used request id req-6001cab2-1efa-4b68-9566-987aecbb8fd7 2018-06-29 05:30:34,442 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a5b77dc5-f4e6-42f6-971f-bd3ef55154e2 2018-06-29 05:30:34,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=a5b77dc5-f4e6-42f6-971f-bd3ef55154e2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f49762d0f80f8d5b5f2f4b3ceb923c5125b61a7" 2018-06-29 05:30:34,647 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-bd6535ef-8e93-4c09-9d74-0d25f53afc2b Date: Fri, 29 Jun 2018 05:30: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-29T05:30:33Z", "security_group_id": "a5b77dc5-f4e6-42f6-971f-bd3ef55154e2", "port_range_min": null, "revision_number": 0, "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:30:33Z", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "id": "5f4ff0a7-a6b1-499e-98ed-47d7c57017f7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-06-29T05:30:33Z", "security_group_id": "a5b77dc5-f4e6-42f6-971f-bd3ef55154e2", "port_range_min": null, "revision_number": 0, "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:30:33Z", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "id": "69becf04-f036-46ee-9d31-100b72096bc5"}]} 2018-06-29 05:30:34,648 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=a5b77dc5-f4e6-42f6-971f-bd3ef55154e2 used request id req-bd6535ef-8e93-4c09-9d74-0d25f53afc2b 2018-06-29 05:30:34,648 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-d2bfafc1-7712-4143-a6be-a9da6bfd6c66name-1 2018-06-29 05:30:34,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/23022d71-33d9-4a90-a083-1ece3f4df98f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f49762d0f80f8d5b5f2f4b3ceb923c5125b61a7" 2018-06-29 05:30:34,996 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-37a37b7d-605b-418e-9e12-a3cf7f1f977e Content-Length: 0 Date: Fri, 29 Jun 2018 05:30:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 05:30:34,996 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/23022d71-33d9-4a90-a083-1ece3f4df98f used request id req-37a37b7d-605b-418e-9e12-a3cf7f1f977e 2018-06-29 05:30:34,996 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-d2bfafc1-7712-4143-a6be-a9da6bfd6c66name-2 2018-06-29 05:30:35,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/a5b77dc5-f4e6-42f6-971f-bd3ef55154e2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f49762d0f80f8d5b5f2f4b3ceb923c5125b61a7" 2018-06-29 05:30:35,307 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8280de9e-9f7e-4b31-b297-776f7af5f872 Content-Length: 0 Date: Fri, 29 Jun 2018 05:30:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 05:30:35,307 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/a5b77dc5-f4e6-42f6-971f-bd3ef55154e2 used request id req-8280de9e-9f7e-4b31-b297-776f7af5f872 2018-06-29 05:30:35,308 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:30:35,710 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:30:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["h-p-G_WHRyOC9PyLFKLRPA"], "issued_at": "2018-06-29T05:30:35.000000Z"}} 2018-06-29 05:30:35,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}bc60f40a83fc3e9b823e611802bd72aa42e6a629" 2018-06-29 05:30:35,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:30:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5a7932d-b823-493a-aadb-bad683543130 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:30:35,723 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b5a7932d-b823-493a-aadb-bad683543130 2018-06-29 05:30:35,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc60f40a83fc3e9b823e611802bd72aa42e6a629" 2018-06-29 05:30:35,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-4d41bfe2-d9c2-4842-b4da-953efaf11688 Date: Fri, 29 Jun 2018 05:30:35 GMT RESP BODY: {"floatingips": []} 2018-06-29 05:30:35,962 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips used request id req-4d41bfe2-d9c2-4842-b4da-953efaf11688 2018-06-29 05:30:35,963 - neutron_utils - INFO - Creating floating ip to external network - external 2018-06-29 05:30:35,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc60f40a83fc3e9b823e611802bd72aa42e6a629" 2018-06-29 05:30:36,223 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-9dd217aa-e859-4418-bf86-8c4d03ffabfe Date: Fri, 29 Jun 2018 05:30:36 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"0e7f481a-c789-4462-9911-1581b2370e23","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"114a8cdc27184b288a7cbb609b5a20e9","l2_adjacency":true,"status":"ACTIVE","subnets":["cd8f9778-98be-4853-8c25-c3a09bf1702e"],"description":"","tags":[],"updated_at":"2018-06-29T05:22:35Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"114a8cdc27184b288a7cbb609b5a20e9","created_at":"2018-06-29T05:22:28Z","provider:network_type":"flat"}]} 2018-06-29 05:30:36,223 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=external used request id req-9dd217aa-e859-4418-bf86-8c4d03ffabfe 2018-06-29 05:30:36,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=0e7f481a-c789-4462-9911-1581b2370e23 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc60f40a83fc3e9b823e611802bd72aa42e6a629" 2018-06-29 05:30:36,460 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-3fe0ccc1-f9c8-4b8d-8f2b-e17936c7195d Date: Fri, 29 Jun 2018 05:30:36 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:22:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"cd8f9778-98be-4853-8c25-c3a09bf1702e","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"114a8cdc27184b288a7cbb609b5a20e9","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"0e7f481a-c789-4462-9911-1581b2370e23","tenant_id":"114a8cdc27184b288a7cbb609b5a20e9","created_at":"2018-06-29T05:22:35Z","ip_version":4}]} 2018-06-29 05:30:36,460 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=0e7f481a-c789-4462-9911-1581b2370e23 used request id req-3fe0ccc1-f9c8-4b8d-8f2b-e17936c7195d 2018-06-29 05:30:36,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc60f40a83fc3e9b823e611802bd72aa42e6a629" -d '{"floatingip": {"floating_network_id": "0e7f481a-c789-4462-9911-1581b2370e23"}}' 2018-06-29 05:30:38,049 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 517 X-Openstack-Request-Id: req-8eee2632-a1ba-4e5b-8648-5ffa107c7393 Date: Fri, 29 Jun 2018 05:30:38 GMT RESP BODY: {"floatingip": {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:30:37Z", "updated_at": "2018-06-29T05:30:37Z", "floating_network_id": "0e7f481a-c789-4462-9911-1581b2370e23", "port_details": null, "fixed_ip_address": null, "floating_ip_address": "172.30.9.201", "revision_number": 0, "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "port_id": null, "id": "2cce57bf-f29f-4685-8898-fe34f332111c", "qos_policy_id": null}} 2018-06-29 05:30:38,050 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips used request id req-8eee2632-a1ba-4e5b-8648-5ffa107c7393 2018-06-29 05:30:38,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc60f40a83fc3e9b823e611802bd72aa42e6a629" 2018-06-29 05:30:38,271 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 520 X-Openstack-Request-Id: req-0dd546cc-38d7-43f8-a273-bf5b6f54b612 Date: Fri, 29 Jun 2018 05:30:38 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:30:37Z", "updated_at": "2018-06-29T05:30:37Z", "floating_network_id": "0e7f481a-c789-4462-9911-1581b2370e23", "port_details": null, "fixed_ip_address": null, "floating_ip_address": "172.30.9.201", "revision_number": 0, "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "port_id": null, "id": "2cce57bf-f29f-4685-8898-fe34f332111c", "qos_policy_id": null}]} 2018-06-29 05:30:38,271 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips used request id req-0dd546cc-38d7-43f8-a273-bf5b6f54b612 2018-06-29 05:30:38,271 - neutron_utils - DEBUG - Attempting to retrieve existing floating ip with IP - 172.30.9.201 2018-06-29 05:30:38,271 - neutron_utils - DEBUG - Attempting to retrieve existing floating ip with IP - 172.30.9.201 2018-06-29 05:30:38,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/floatingips?ip=2cce57bf-f29f-4685-8898-fe34f332111c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc60f40a83fc3e9b823e611802bd72aa42e6a629" 2018-06-29 05:30:38,499 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 520 X-Openstack-Request-Id: req-fbbb9b1a-0f5b-4543-9d8f-b31b359345ca Date: Fri, 29 Jun 2018 05:30:38 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:30:37Z", "updated_at": "2018-06-29T05:30:37Z", "floating_network_id": "0e7f481a-c789-4462-9911-1581b2370e23", "port_details": null, "fixed_ip_address": null, "floating_ip_address": "172.30.9.201", "revision_number": 0, "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "port_id": null, "id": "2cce57bf-f29f-4685-8898-fe34f332111c", "qos_policy_id": null}]} 2018-06-29 05:30:38,499 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips?ip=2cce57bf-f29f-4685-8898-fe34f332111c used request id req-fbbb9b1a-0f5b-4543-9d8f-b31b359345ca 2018-06-29 05:30:38,499 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.201 2018-06-29 05:30:38,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/floatingips/2cce57bf-f29f-4685-8898-fe34f332111c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc60f40a83fc3e9b823e611802bd72aa42e6a629" 2018-06-29 05:30:39,480 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0a8f6c10-51b1-4060-b84c-626829f53bf2 Content-Length: 0 Date: Fri, 29 Jun 2018 05:30:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 05:30:39,480 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/2cce57bf-f29f-4685-8898-fe34f332111c used request id req-0a8f6c10-51b1-4060-b84c-626829f53bf2 2018-06-29 05:30:39,481 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 05:30:39,671 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-956605f5-9403-47ef-b616-6f2ee564b812 2018-06-29 05:30:39,671 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:30:40,065 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:30:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["qxrcpQgqR9a8oW5MKbVJSw"], "issued_at": "2018-06-29T05:30:40.000000Z"}} 2018-06-29 05:30:40,068 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fbcfc265a6cdd8dbe9886079707269c4587525c" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDPrkBICF4WxOZj8ZpMN67ma86W3YtLZwXhqS3SL8ZziUhym0zyZSnU7g29WkUi2rG+NBz2ARwZUBMjo/PieLmUocBnw92b8h6qXOtCUx+tM9wpmwwNZCxbwZygh3yxc5NIXLtIwjtG9UtNeQ2zVQ1qkxivPrwgCL+NLXM0XmvpBwvzRPnuYpWfBTmrKxsgJ0/6rRHxVMQRykRJ+tqAYiiZlIcFBP/gmzMQ/jcNUG/qPO+xnD3ixnFtA5HjBPUJ+l//KeYx0YQazc1YKe/FLBXEd7qx8YT+yXX0lQet7ATUwSh5Y+RC0PhfdC9HsmS6iNv0PmX9GHzUsqm3aBRppn+N", "name": "NovaUtilsKeypairTests-956605f5-9403-47ef-b616-6f2ee564b812"}}' 2018-06-29 05:30:40,337 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:30:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7327b732-8b22-4cd4-a999-d8f2ec9a36b2 x-compute-request-id: req-7327b732-8b22-4cd4-a999-d8f2ec9a36b2 Content-Encoding: gzip Content-Length: 499 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDPrkBICF4WxOZj8ZpMN67ma86W3YtLZwXhqS3SL8ZziUhym0zyZSnU7g29WkUi2rG+NBz2ARwZUBMjo/PieLmUocBnw92b8h6qXOtCUx+tM9wpmwwNZCxbwZygh3yxc5NIXLtIwjtG9UtNeQ2zVQ1qkxivPrwgCL+NLXM0XmvpBwvzRPnuYpWfBTmrKxsgJ0/6rRHxVMQRykRJ+tqAYiiZlIcFBP/gmzMQ/jcNUG/qPO+xnD3ixnFtA5HjBPUJ+l//KeYx0YQazc1YKe/FLBXEd7qx8YT+yXX0lQet7ATUwSh5Y+RC0PhfdC9HsmS6iNv0PmX9GHzUsqm3aBRppn+N", "user_id": "c13100c6fdf740938502979241e10e11", "name": "NovaUtilsKeypairTests-956605f5-9403-47ef-b616-6f2ee564b812", "fingerprint": "9b:9c:49:af:62:b1:1a:b5:43:d9:d2:db:6b:c6:e0:c1"}} 2018-06-29 05:30:40,337 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-7327b732-8b22-4cd4-a999-d8f2ec9a36b2 2018-06-29 05:30:40,341 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-956605f5-9403-47ef-b616-6f2ee564b812 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fbcfc265a6cdd8dbe9886079707269c4587525c" 2018-06-29 05:30:40,469 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:30:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-33354d6b-6e49-41b2-8827-ac9eec310980 x-compute-request-id: req-33354d6b-6e49-41b2-8827-ac9eec310980 Content-Encoding: gzip Content-Length: 559 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDPrkBICF4WxOZj8ZpMN67ma86W3YtLZwXhqS3SL8ZziUhym0zyZSnU7g29WkUi2rG+NBz2ARwZUBMjo/PieLmUocBnw92b8h6qXOtCUx+tM9wpmwwNZCxbwZygh3yxc5NIXLtIwjtG9UtNeQ2zVQ1qkxivPrwgCL+NLXM0XmvpBwvzRPnuYpWfBTmrKxsgJ0/6rRHxVMQRykRJ+tqAYiiZlIcFBP/gmzMQ/jcNUG/qPO+xnD3ixnFtA5HjBPUJ+l//KeYx0YQazc1YKe/FLBXEd7qx8YT+yXX0lQet7ATUwSh5Y+RC0PhfdC9HsmS6iNv0PmX9GHzUsqm3aBRppn+N", "user_id": "c13100c6fdf740938502979241e10e11", "name": "NovaUtilsKeypairTests-956605f5-9403-47ef-b616-6f2ee564b812", "deleted": false, "created_at": "2018-06-29T05:30:40.000000", "updated_at": null, "fingerprint": "9b:9c:49:af:62:b1:1a:b5:43:d9:d2:db:6b:c6:e0:c1", "deleted_at": null, "id": 2}} 2018-06-29 05:30:40,470 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-956605f5-9403-47ef-b616-6f2ee564b812 used request id req-33354d6b-6e49-41b2-8827-ac9eec310980 2018-06-29 05:30:40,470 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-956605f5-9403-47ef-b616-6f2ee564b812 2018-06-29 05:30:40,473 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-956605f5-9403-47ef-b616-6f2ee564b812 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fbcfc265a6cdd8dbe9886079707269c4587525c" 2018-06-29 05:30:40,653 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 05:30:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-06610bf7-098d-4aae-bdad-48cba550d6cb x-compute-request-id: req-06610bf7-098d-4aae-bdad-48cba550d6cb Content-Length: 0 Content-Type: application/json 2018-06-29 05:30:40,653 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-956605f5-9403-47ef-b616-6f2ee564b812 used request id req-06610bf7-098d-4aae-bdad-48cba550d6cb 2018-06-29 05:30:40,656 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-956605f5-9403-47ef-b616-6f2ee564b812 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fbcfc265a6cdd8dbe9886079707269c4587525c" 2018-06-29 05:30:40,797 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 29 Jun 2018 05:30:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0034633c-30bf-4ef7-96f4-ab1ad5fe4a49 x-compute-request-id: req-0034633c-30bf-4ef7-96f4-ab1ad5fe4a49 Content-Length: 164 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Keypair NovaUtilsKeypairTests-956605f5-9403-47ef-b616-6f2ee564b812 not found for user c13100c6fdf740938502979241e10e11", "code": 404}} 2018-06-29 05:30:40,797 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-956605f5-9403-47ef-b616-6f2ee564b812 used request id req-0034633c-30bf-4ef7-96f4-ab1ad5fe4a49 2018-06-29 05:30:40,797 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-956605f5-9403-47ef-b616-6f2ee564b812 2018-06-29 05:30:40,800 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-956605f5-9403-47ef-b616-6f2ee564b812 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fbcfc265a6cdd8dbe9886079707269c4587525c" 2018-06-29 05:30:40,843 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 29 Jun 2018 05:30:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-84bcb480-6447-463a-a72e-4085b8dbd562 x-compute-request-id: req-84bcb480-6447-463a-a72e-4085b8dbd562 Content-Length: 164 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Keypair NovaUtilsKeypairTests-956605f5-9403-47ef-b616-6f2ee564b812 not found for user c13100c6fdf740938502979241e10e11", "code": 404}} 2018-06-29 05:30:40,843 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-956605f5-9403-47ef-b616-6f2ee564b812 used request id req-84bcb480-6447-463a-a72e-4085b8dbd562 2018-06-29 05:30:40,844 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 05:30:40,998 - file_utils - INFO - Saved public key to - tmp/NovaUtilsKeypairTests-eff5baaa-31c3-4b77-896e-92cc7aa64419.pub 2018-06-29 05:30:40,999 - file_utils - INFO - Saved private key to - tmp/NovaUtilsKeypairTests-eff5baaa-31c3-4b77-896e-92cc7aa64419 2018-06-29 05:30:40,999 - nova_utils - INFO - Saving keypair to - tmp/NovaUtilsKeypairTests-eff5baaa-31c3-4b77-896e-92cc7aa64419.pub 2018-06-29 05:30:40,999 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-eff5baaa-31c3-4b77-896e-92cc7aa64419 2018-06-29 05:30:40,999 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:30:41,395 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:30:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["5AzVV8-8THS8lEGtsG-WWA"], "issued_at": "2018-06-29T05:30:41.000000Z"}} 2018-06-29 05:30:41,397 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fd6e027e878211527dd7b68cab253ce8e2e12c4" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCiibLHJ6alvCqx3i4/CBk3VTqh7oRsB7keOH3tKIxCAqpJHbcm6dlUgPAYWheeMnDu6aQwpvQ4pPckJ1GsoRxkhGiwilRDzsx+3OvYXyTJOLTyshZqEbfmCyI8xsoSrUTG6ugs9AmQLWQ2UdlbpXD53zYwZuwQHImozj02ts8IB19I7fLm9OSBHfr5d57z7/jYaiKcNqk+qiJxI/qQKnqyqIIF3IYi6CKNrDBgg7FxbmSY84ZZEs5oDlj/U42qjYPvmJfwmBzfjWA0BCP1kary3+Q4vV23F8bd3OW+AhxWfoDnl/RJoGOUmHaFqtpnyAAO4jsgvMK8uKLxHaY0Ifxr", "name": "NovaUtilsKeypairTests-eff5baaa-31c3-4b77-896e-92cc7aa64419"}}' 2018-06-29 05:30:42,174 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:30:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-31eeb300-0e9d-4d6f-83a3-ea391722b3a3 x-compute-request-id: req-31eeb300-0e9d-4d6f-83a3-ea391722b3a3 Content-Encoding: gzip Content-Length: 498 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCiibLHJ6alvCqx3i4/CBk3VTqh7oRsB7keOH3tKIxCAqpJHbcm6dlUgPAYWheeMnDu6aQwpvQ4pPckJ1GsoRxkhGiwilRDzsx+3OvYXyTJOLTyshZqEbfmCyI8xsoSrUTG6ugs9AmQLWQ2UdlbpXD53zYwZuwQHImozj02ts8IB19I7fLm9OSBHfr5d57z7/jYaiKcNqk+qiJxI/qQKnqyqIIF3IYi6CKNrDBgg7FxbmSY84ZZEs5oDlj/U42qjYPvmJfwmBzfjWA0BCP1kary3+Q4vV23F8bd3OW+AhxWfoDnl/RJoGOUmHaFqtpnyAAO4jsgvMK8uKLxHaY0Ifxr", "user_id": "c13100c6fdf740938502979241e10e11", "name": "NovaUtilsKeypairTests-eff5baaa-31c3-4b77-896e-92cc7aa64419", "fingerprint": "a9:cb:e5:82:e2:85:b5:d5:1f:ec:6b:23:d4:ac:13:3f"}} 2018-06-29 05:30:42,174 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-31eeb300-0e9d-4d6f-83a3-ea391722b3a3 2018-06-29 05:30:42,175 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-eff5baaa-31c3-4b77-896e-92cc7aa64419 2018-06-29 05:30:42,177 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-eff5baaa-31c3-4b77-896e-92cc7aa64419 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fd6e027e878211527dd7b68cab253ce8e2e12c4" 2018-06-29 05:30:42,330 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 05:30:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-22f4322e-cf6c-4e38-8be8-02ae4e7d9e79 x-compute-request-id: req-22f4322e-cf6c-4e38-8be8-02ae4e7d9e79 Content-Length: 0 Content-Type: application/json 2018-06-29 05:30:42,331 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-eff5baaa-31c3-4b77-896e-92cc7aa64419 used request id req-22f4322e-cf6c-4e38-8be8-02ae4e7d9e79 2018-06-29 05:30:42,332 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 05:30:42,508 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-2f864981-b201-43c6-9ddd-ae0903caf949 2018-06-29 05:30:42,508 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:30:42,905 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:30:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["xOssu8YESoOzfCRlV9ccrw"], "issued_at": "2018-06-29T05:30:42.000000Z"}} 2018-06-29 05:30:42,908 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b348c70ae70753c7a5283a9a312b1f14e85a6198" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCgT0SgO1AAP5WZJ/IdflltbJ6yKbDyObdOeRdTIt08s1wlQ0Hzm71dPN3bKPCBREiaUMKCYhR4sCb0UxTjNMP1hOis2RF5OhyvBVnMBq8mr7WG3Uzj5SG0ixU2khamt7hH15CZ6IzvOKOLHAni6rNWBYTVPVipuujw9Q/E7wFrHUkm0gSHv6Ns/qh6fgdAuQBK9iRQ/rZ5cvKVCrRr2iMDQRVzr3JRM8QiQW2KvmbW5tkzNbFI3dXDahFmVHE0i+i1POI5DZg47TwskxYd8F/Qnc87sI+nnZZUXhyvM9ttBcIe6e0On+tcCvHLiUIbYsKe+dobzSfofLwyhUwh33H/", "name": "NovaUtilsKeypairTests-2f864981-b201-43c6-9ddd-ae0903caf949"}}' 2018-06-29 05:30:43,701 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:30: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-0fec9cf9-ca77-45e8-80ab-088fb4116385 x-compute-request-id: req-0fec9cf9-ca77-45e8-80ab-088fb4116385 Content-Encoding: gzip Content-Length: 498 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCgT0SgO1AAP5WZJ/IdflltbJ6yKbDyObdOeRdTIt08s1wlQ0Hzm71dPN3bKPCBREiaUMKCYhR4sCb0UxTjNMP1hOis2RF5OhyvBVnMBq8mr7WG3Uzj5SG0ixU2khamt7hH15CZ6IzvOKOLHAni6rNWBYTVPVipuujw9Q/E7wFrHUkm0gSHv6Ns/qh6fgdAuQBK9iRQ/rZ5cvKVCrRr2iMDQRVzr3JRM8QiQW2KvmbW5tkzNbFI3dXDahFmVHE0i+i1POI5DZg47TwskxYd8F/Qnc87sI+nnZZUXhyvM9ttBcIe6e0On+tcCvHLiUIbYsKe+dobzSfofLwyhUwh33H/", "user_id": "c13100c6fdf740938502979241e10e11", "name": "NovaUtilsKeypairTests-2f864981-b201-43c6-9ddd-ae0903caf949", "fingerprint": "e5:08:f5:f9:cd:74:36:8b:61:e1:4a:4c:81:3e:56:e7"}} 2018-06-29 05:30:43,702 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-0fec9cf9-ca77-45e8-80ab-088fb4116385 2018-06-29 05:30:43,705 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-2f864981-b201-43c6-9ddd-ae0903caf949 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b348c70ae70753c7a5283a9a312b1f14e85a6198" 2018-06-29 05:30:43,827 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:30: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-50749b8d-d102-4220-bfa0-13b66d010e2c x-compute-request-id: req-50749b8d-d102-4220-bfa0-13b66d010e2c Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCgT0SgO1AAP5WZJ/IdflltbJ6yKbDyObdOeRdTIt08s1wlQ0Hzm71dPN3bKPCBREiaUMKCYhR4sCb0UxTjNMP1hOis2RF5OhyvBVnMBq8mr7WG3Uzj5SG0ixU2khamt7hH15CZ6IzvOKOLHAni6rNWBYTVPVipuujw9Q/E7wFrHUkm0gSHv6Ns/qh6fgdAuQBK9iRQ/rZ5cvKVCrRr2iMDQRVzr3JRM8QiQW2KvmbW5tkzNbFI3dXDahFmVHE0i+i1POI5DZg47TwskxYd8F/Qnc87sI+nnZZUXhyvM9ttBcIe6e0On+tcCvHLiUIbYsKe+dobzSfofLwyhUwh33H/", "user_id": "c13100c6fdf740938502979241e10e11", "name": "NovaUtilsKeypairTests-2f864981-b201-43c6-9ddd-ae0903caf949", "deleted": false, "created_at": "2018-06-29T05:30:43.000000", "updated_at": null, "fingerprint": "e5:08:f5:f9:cd:74:36:8b:61:e1:4a:4c:81:3e:56:e7", "deleted_at": null, "id": 8}} 2018-06-29 05:30:43,827 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-2f864981-b201-43c6-9ddd-ae0903caf949 used request id req-50749b8d-d102-4220-bfa0-13b66d010e2c 2018-06-29 05:30:43,830 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b348c70ae70753c7a5283a9a312b1f14e85a6198" 2018-06-29 05:30:43,850 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:30: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-4c187238-d860-4785-9112-6a38d48558f8 x-compute-request-id: req-4c187238-d860-4785-9112-6a38d48558f8 Content-Encoding: gzip Content-Length: 476 Content-Type: application/json RESP BODY: {"keypairs": [{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCgT0SgO1AAP5WZJ/IdflltbJ6yKbDyObdOeRdTIt08s1wlQ0Hzm71dPN3bKPCBREiaUMKCYhR4sCb0UxTjNMP1hOis2RF5OhyvBVnMBq8mr7WG3Uzj5SG0ixU2khamt7hH15CZ6IzvOKOLHAni6rNWBYTVPVipuujw9Q/E7wFrHUkm0gSHv6Ns/qh6fgdAuQBK9iRQ/rZ5cvKVCrRr2iMDQRVzr3JRM8QiQW2KvmbW5tkzNbFI3dXDahFmVHE0i+i1POI5DZg47TwskxYd8F/Qnc87sI+nnZZUXhyvM9ttBcIe6e0On+tcCvHLiUIbYsKe+dobzSfofLwyhUwh33H/", "name": "NovaUtilsKeypairTests-2f864981-b201-43c6-9ddd-ae0903caf949", "fingerprint": "e5:08:f5:f9:cd:74:36:8b:61:e1:4a:4c:81:3e:56:e7"}}]} 2018-06-29 05:30:43,850 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-4c187238-d860-4785-9112-6a38d48558f8 2018-06-29 05:30:43,851 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-2f864981-b201-43c6-9ddd-ae0903caf949 2018-06-29 05:30:43,853 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-2f864981-b201-43c6-9ddd-ae0903caf949 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b348c70ae70753c7a5283a9a312b1f14e85a6198" 2018-06-29 05:30:43,911 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 05:30: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-195aa3c6-e891-496b-951f-430c1c3a4bac x-compute-request-id: req-195aa3c6-e891-496b-951f-430c1c3a4bac Content-Length: 0 Content-Type: application/json 2018-06-29 05:30:43,911 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-2f864981-b201-43c6-9ddd-ae0903caf949 used request id req-195aa3c6-e891-496b-951f-430c1c3a4bac 2018-06-29 05:30:43,913 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 05:30:43,914 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:30:44,319 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:30:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["IbED-addQPyCa0GHVZFBLw"], "issued_at": "2018-06-29T05:30:44.000000Z"}} 2018-06-29 05:30:44,322 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47c434413ee84fe5143b97ebee5abe2d0b81f5ce" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "NovaUtilsFlavorTests-78871a12-de5d-4325-a12a-c915aa484c67-name", "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "OS-FLV-EXT-DATA:ephemeral": 1, "ram": 1, "id": "NovaUtilsFlavorTests-78871a12-de5d-4325-a12a-c915aa484c67-id", "swap": 2}}' 2018-06-29 05:30:44,550 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:30:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d25870c3-a2cb-4e4d-998f-59c349b0bbf2 x-compute-request-id: req-d25870c3-a2cb-4e4d-998f-59c349b0bbf2 Content-Encoding: gzip Content-Length: 287 Content-Type: application/json RESP BODY: {"flavor": {"name": "NovaUtilsFlavorTests-78871a12-de5d-4325-a12a-c915aa484c67-name", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/NovaUtilsFlavorTests-78871a12-de5d-4325-a12a-c915aa484c67-id", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/NovaUtilsFlavorTests-78871a12-de5d-4325-a12a-c915aa484c67-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-78871a12-de5d-4325-a12a-c915aa484c67-id"}} 2018-06-29 05:30:44,550 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-d25870c3-a2cb-4e4d-998f-59c349b0bbf2 2018-06-29 05:30:44,553 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/NovaUtilsFlavorTests-78871a12-de5d-4325-a12a-c915aa484c67-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47c434413ee84fe5143b97ebee5abe2d0b81f5ce" 2018-06-29 05:30:44,591 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 05:30:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c317fd58-1c16-4d60-929d-f92e51fe23f5 x-compute-request-id: req-c317fd58-1c16-4d60-929d-f92e51fe23f5 Content-Length: 0 Content-Type: application/json 2018-06-29 05:30:44,591 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/NovaUtilsFlavorTests-78871a12-de5d-4325-a12a-c915aa484c67-id used request id req-c317fd58-1c16-4d60-929d-f92e51fe23f5 2018-06-29 05:30:44,594 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47c434413ee84fe5143b97ebee5abe2d0b81f5ce" 2018-06-29 05:30:44,616 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:30:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-bb84ca5b-b5f1-4097-b620-a85c6e536965 x-compute-request-id: req-bb84ca5b-b5f1-4097-b620-a85c6e536965 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-06-29 05:30:44,616 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-bb84ca5b-b5f1-4097-b620-a85c6e536965 2018-06-29 05:30:44,618 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/NovaUtilsFlavorTests-78871a12-de5d-4325-a12a-c915aa484c67-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47c434413ee84fe5143b97ebee5abe2d0b81f5ce" 2018-06-29 05:30:44,635 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 29 Jun 2018 05:30:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ffc5132b-fbd4-4b5f-8dff-1f845307a850 x-compute-request-id: req-ffc5132b-fbd4-4b5f-8dff-1f845307a850 Content-Length: 133 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor NovaUtilsFlavorTests-78871a12-de5d-4325-a12a-c915aa484c67-id could not be found.", "code": 404}} 2018-06-29 05:30:44,635 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/NovaUtilsFlavorTests-78871a12-de5d-4325-a12a-c915aa484c67-id used request id req-ffc5132b-fbd4-4b5f-8dff-1f845307a850 2018-06-29 05:30:44,636 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 05:30:44,637 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:30:45,034 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:30:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["ek7PMQxZRL-Jqk9erRlEaw"], "issued_at": "2018-06-29T05:30:45.000000Z"}} 2018-06-29 05:30:45,036 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a97884b8e1735a5d559d28eb878a247a21885327" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "NovaUtilsFlavorTests-24e956fd-f118-402c-adcf-715683e32991-name", "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "OS-FLV-EXT-DATA:ephemeral": 1, "ram": 1, "id": "NovaUtilsFlavorTests-24e956fd-f118-402c-adcf-715683e32991-id", "swap": 2}}' 2018-06-29 05:30:45,257 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:30:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-14007f4c-c7e5-441f-b890-c710bff125cd x-compute-request-id: req-14007f4c-c7e5-441f-b890-c710bff125cd Content-Encoding: gzip Content-Length: 289 Content-Type: application/json RESP BODY: {"flavor": {"name": "NovaUtilsFlavorTests-24e956fd-f118-402c-adcf-715683e32991-name", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/NovaUtilsFlavorTests-24e956fd-f118-402c-adcf-715683e32991-id", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/NovaUtilsFlavorTests-24e956fd-f118-402c-adcf-715683e32991-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-24e956fd-f118-402c-adcf-715683e32991-id"}} 2018-06-29 05:30:45,257 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-14007f4c-c7e5-441f-b890-c710bff125cd 2018-06-29 05:30:45,261 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/NovaUtilsFlavorTests-24e956fd-f118-402c-adcf-715683e32991-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a97884b8e1735a5d559d28eb878a247a21885327" 2018-06-29 05:30:45,406 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 05:30:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f55adde9-0044-4645-aa8d-125347e2b414 x-compute-request-id: req-f55adde9-0044-4645-aa8d-125347e2b414 Content-Length: 0 Content-Type: application/json 2018-06-29 05:30:45,406 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/NovaUtilsFlavorTests-24e956fd-f118-402c-adcf-715683e32991-id used request id req-f55adde9-0044-4645-aa8d-125347e2b414 2018-06-29 05:30:45,407 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 05:30:45,409 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:30:45,805 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:30:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["If4gcWnsTBW1evoRKBnqhw"], "issued_at": "2018-06-29T05:30:45.000000Z"}} 2018-06-29 05:30:45,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}eeb4668e5888b567a358ac8d38118065fc40e637" 2018-06-29 05:30:45,889 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:30:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-719efa05-f676-4b76-9555-ae0c352f04ee Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:30:45,889 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-719efa05-f676-4b76-9555-ae0c352f04ee 2018-06-29 05:30:45,890 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-06-29 05:30:45,891 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:30:45,892 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:30:46,291 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:30:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["A5aQZPdgTx28ExCQdnmGBg"], "issued_at": "2018-06-29T05:30:46.000000Z"}} 2018-06-29 05:30:46,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}a8977ca11bde7ff6722e7495faadf442dd7cdc20" 2018-06-29 05:30:46,304 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:30:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-056645ec-27c2-4180-8c88-f68ad96ed358 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:30:46,304 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-056645ec-27c2-4180-8c88-f68ad96ed358 2018-06-29 05:30:46,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-46282ec6-ac30-413b-b10a-c123deecdb20-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a8977ca11bde7ff6722e7495faadf442dd7cdc20" 2018-06-29 05:30:46,961 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 167 Content-Type: application/json X-Openstack-Request-Id: req-30339d80-868b-4cd2-ae17-5a5c502acd11 Date: Fri, 29 Jun 2018 05:30:46 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceTests-46282ec6-ac30-413b-b10a-c123deecdb20-image"} 2018-06-29 05:30:46,961 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-46282ec6-ac30-413b-b10a-c123deecdb20-image used request id req-30339d80-868b-4cd2-ae17-5a5c502acd11 2018-06-29 05:30:46,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a8977ca11bde7ff6722e7495faadf442dd7cdc20" 2018-06-29 05:30:47,568 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-00f16d61-9a22-4cda-8596-019ebd9f3d20 Date: Fri, 29 Jun 2018 05:30: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 05:30:47,569 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-00f16d61-9a22-4cda-8596-019ebd9f3d20 2018-06-29 05:30:47,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a8977ca11bde7ff6722e7495faadf442dd7cdc20" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceTests-46282ec6-ac30-413b-b10a-c123deecdb20-image"}' 2018-06-29 05:30:48,318 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 626 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/28e8c0df-3177-42ae-8862-80cede60262b Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-1f075419-228d-4d55-8832-d81176c77d50 Date: Fri, 29 Jun 2018 05:30:48 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceTests-46282ec6-ac30-413b-b10a-c123deecdb20-image", "tags": [], "container_format": "bare", "created_at": "2018-06-29T05:30:48Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-06-29T05:30:48Z", "visibility": "shared", "locations": [], "self": "/v2/images/28e8c0df-3177-42ae-8862-80cede60262b", "min_disk": 0, "protected": false, "id": "28e8c0df-3177-42ae-8862-80cede60262b", "file": "/v2/images/28e8c0df-3177-42ae-8862-80cede60262b/file", "checksum": null, "owner": "cd9dbb674f044f3998e73a09e2cc2f57", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 05:30:48,318 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-1f075419-228d-4d55-8832-d81176c77d50 2018-06-29 05:30:48,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/28e8c0df-3177-42ae-8862-80cede60262b/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a8977ca11bde7ff6722e7495faadf442dd7cdc20" -d '' 2018-06-29 05:30:49,267 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8146dd09-a3d0-49d9-bb01-2ff1e2d1a41a Date: Fri, 29 Jun 2018 05:30: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 05:30:49,267 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/28e8c0df-3177-42ae-8862-80cede60262b/file used request id req-8146dd09-a3d0-49d9-bb01-2ff1e2d1a41a 2018-06-29 05:30:49,268 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-06-29 05:30:49,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/28e8c0df-3177-42ae-8862-80cede60262b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a8977ca11bde7ff6722e7495faadf442dd7cdc20" 2018-06-29 05:30:49,932 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 887 Content-Type: application/json X-Openstack-Request-Id: req-b477bf22-b71d-4e82-be6b-a546fb4e2994 Date: Fri, 29 Jun 2018 05:30:49 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-46282ec6-ac30-413b-b10a-c123deecdb20-image", "tags": [], "container_format": "bare", "created_at": "2018-06-29T05:30:48Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-06-29T05:30:49Z", "visibility": "shared", "locations": [{"url": "rbd://cc48edf5-5a9c-4722-a2ee-f16c65653e74/images/28e8c0df-3177-42ae-8862-80cede60262b/snap", "metadata": {}}], "self": "/v2/images/28e8c0df-3177-42ae-8862-80cede60262b", "min_disk": 0, "protected": false, "id": "28e8c0df-3177-42ae-8862-80cede60262b", "file": "/v2/images/28e8c0df-3177-42ae-8862-80cede60262b/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "cd9dbb674f044f3998e73a09e2cc2f57", "direct_url": "rbd://cc48edf5-5a9c-4722-a2ee-f16c65653e74/images/28e8c0df-3177-42ae-8862-80cede60262b/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 05:30:49,932 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/28e8c0df-3177-42ae-8862-80cede60262b used request id req-b477bf22-b71d-4e82-be6b-a546fb4e2994 2018-06-29 05:30:49,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a8977ca11bde7ff6722e7495faadf442dd7cdc20" 2018-06-29 05:30:50,106 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-9aead494-b840-41fb-8234-268253bd2545 Date: Fri, 29 Jun 2018 05:30:50 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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 05:30:50,106 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-9aead494-b840-41fb-8234-268253bd2545 2018-06-29 05:30:50,109 - create_image - INFO - Created image with name - NovaUtilsInstanceTests-46282ec6-ac30-413b-b10a-c123deecdb20-image 2018-06-29 05:30:50,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/28e8c0df-3177-42ae-8862-80cede60262b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a8977ca11bde7ff6722e7495faadf442dd7cdc20" 2018-06-29 05:30:50,763 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 887 Content-Type: application/json X-Openstack-Request-Id: req-e6fdc19e-871e-41e7-b8aa-3d1beb6074c4 Date: Fri, 29 Jun 2018 05:30:50 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-46282ec6-ac30-413b-b10a-c123deecdb20-image", "tags": [], "container_format": "bare", "created_at": "2018-06-29T05:30:48Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-06-29T05:30:49Z", "visibility": "shared", "locations": [{"url": "rbd://cc48edf5-5a9c-4722-a2ee-f16c65653e74/images/28e8c0df-3177-42ae-8862-80cede60262b/snap", "metadata": {}}], "self": "/v2/images/28e8c0df-3177-42ae-8862-80cede60262b", "min_disk": 0, "protected": false, "id": "28e8c0df-3177-42ae-8862-80cede60262b", "file": "/v2/images/28e8c0df-3177-42ae-8862-80cede60262b/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "cd9dbb674f044f3998e73a09e2cc2f57", "direct_url": "rbd://cc48edf5-5a9c-4722-a2ee-f16c65653e74/images/28e8c0df-3177-42ae-8862-80cede60262b/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 05:30:50,763 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/28e8c0df-3177-42ae-8862-80cede60262b used request id req-e6fdc19e-871e-41e7-b8aa-3d1beb6074c4 2018-06-29 05:30:50,764 - create_image - DEBUG - Instance status is - active 2018-06-29 05:30:50,764 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceTests-46282ec6-ac30-413b-b10a-c123deecdb20-image 2018-06-29 05:30:50,764 - create_image - INFO - Image is now active with name - NovaUtilsInstanceTests-46282ec6-ac30-413b-b10a-c123deecdb20-image 2018-06-29 05:30:50,764 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:30:50,765 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:30:51,155 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:30:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["Id6hwACXQJi3Vu8SJHnJEA"], "issued_at": "2018-06-29T05:30:51.000000Z"}} 2018-06-29 05:30:51,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}99888ed1f954657a7b7cc7461835a985eb761b4e" 2018-06-29 05:30:51,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:30:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56f53116-f51a-49d5-b4ce-8b8808bf8824 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:30:51,246 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-56f53116-f51a-49d5-b4ce-8b8808bf8824 2018-06-29 05:30:51,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceTests-46282ec6-ac30-413b-b10a-c123deecdb20-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99888ed1f954657a7b7cc7461835a985eb761b4e" 2018-06-29 05:30:51,451 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-2c56f625-e04c-4027-b32c-390f6753f992 Date: Fri, 29 Jun 2018 05:30:51 GMT RESP BODY: {"networks":[]} 2018-06-29 05:30:51,452 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceTests-46282ec6-ac30-413b-b10a-c123deecdb20-net used request id req-2c56f625-e04c-4027-b32c-390f6753f992 2018-06-29 05:30:51,452 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceTests-46282ec6-ac30-413b-b10a-c123deecdb20-net 2018-06-29 05:30:51,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99888ed1f954657a7b7cc7461835a985eb761b4e" -d '{"network": {"name": "NovaUtilsInstanceTests-46282ec6-ac30-413b-b10a-c123deecdb20-net", "admin_state_up": true}}' 2018-06-29 05:30:51,825 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-530341d6-75ef-4caa-8f79-dc9ff36a4180 Date: Fri, 29 Jun 2018 05:30:51 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"9e382e17-ec72-4ca8-9929-aaac808dd22d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":71,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T05:30:51Z","is_default":false,"qos_policy_id":null,"name":"NovaUtilsInstanceTests-46282ec6-ac30-413b-b10a-c123deecdb20-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:30:51Z","mtu":1450}} 2018-06-29 05:30:51,825 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-530341d6-75ef-4caa-8f79-dc9ff36a4180 2018-06-29 05:30:51,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=9e382e17-ec72-4ca8-9929-aaac808dd22d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99888ed1f954657a7b7cc7461835a985eb761b4e" 2018-06-29 05:30:52,106 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 720 X-Openstack-Request-Id: req-8291b099-91c3-4b90-9a49-4f66e4653e00 Date: Fri, 29 Jun 2018 05:30:52 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"9e382e17-ec72-4ca8-9929-aaac808dd22d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":71,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T05:30:51Z","qos_policy_id":null,"name":"NovaUtilsInstanceTests-46282ec6-ac30-413b-b10a-c123deecdb20-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:30:51Z","provider:network_type":"vxlan"}]} 2018-06-29 05:30:52,106 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=9e382e17-ec72-4ca8-9929-aaac808dd22d used request id req-8291b099-91c3-4b90-9a49-4f66e4653e00 2018-06-29 05:30:52,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=9e382e17-ec72-4ca8-9929-aaac808dd22d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99888ed1f954657a7b7cc7461835a985eb761b4e" 2018-06-29 05:30:52,318 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-f5f65e75-e550-4ddf-b9e8-c72dd3518640 Date: Fri, 29 Jun 2018 05:30:52 GMT RESP BODY: {"subnets":[]} 2018-06-29 05:30:52,318 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=9e382e17-ec72-4ca8-9929-aaac808dd22d used request id req-f5f65e75-e550-4ddf-b9e8-c72dd3518640 2018-06-29 05:30:52,318 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceTests-46282ec6-ac30-413b-b10a-c123deecdb20-subnet 2018-06-29 05:30:52,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99888ed1f954657a7b7cc7461835a985eb761b4e" -d '{"subnets": [{"ip_version": 4, "network_id": "9e382e17-ec72-4ca8-9929-aaac808dd22d", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceTests-46282ec6-ac30-413b-b10a-c123deecdb20-subnet"}]}' 2018-06-29 05:30:53,155 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 686 X-Openstack-Request-Id: req-3cddc3b2-9957-4e93-a9e9-b8b1135a7706 Date: Fri, 29 Jun 2018 05:30:53 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:30:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"52272a99-59fc-4ba4-98f2-60f1bf6cda7c","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceTests-46282ec6-ac30-413b-b10a-c123deecdb20-subnet","enable_dhcp":true,"segment_id":null,"network_id":"9e382e17-ec72-4ca8-9929-aaac808dd22d","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:30:52Z","ip_version":4}]} 2018-06-29 05:30:53,155 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-3cddc3b2-9957-4e93-a9e9-b8b1135a7706 2018-06-29 05:30:53,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=9e382e17-ec72-4ca8-9929-aaac808dd22d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99888ed1f954657a7b7cc7461835a985eb761b4e" 2018-06-29 05:30:53,419 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 764 X-Openstack-Request-Id: req-7d3b63d3-1d8a-4d72-91f7-dd63be7ffcb2 Date: Fri, 29 Jun 2018 05:30:53 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9e382e17-ec72-4ca8-9929-aaac808dd22d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":71,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["52272a99-59fc-4ba4-98f2-60f1bf6cda7c"],"description":"","tags":[],"updated_at":"2018-06-29T05:30:52Z","qos_policy_id":null,"name":"NovaUtilsInstanceTests-46282ec6-ac30-413b-b10a-c123deecdb20-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:30:51Z","provider:network_type":"vxlan"}]} 2018-06-29 05:30:53,419 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=9e382e17-ec72-4ca8-9929-aaac808dd22d used request id req-7d3b63d3-1d8a-4d72-91f7-dd63be7ffcb2 2018-06-29 05:30:53,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=9e382e17-ec72-4ca8-9929-aaac808dd22d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99888ed1f954657a7b7cc7461835a985eb761b4e" 2018-06-29 05:30:53,771 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 686 X-Openstack-Request-Id: req-83f7055c-e139-4e5d-98fc-d6f2b4fbdf69 Date: Fri, 29 Jun 2018 05:30:53 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:30:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"52272a99-59fc-4ba4-98f2-60f1bf6cda7c","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceTests-46282ec6-ac30-413b-b10a-c123deecdb20-subnet","enable_dhcp":true,"segment_id":null,"network_id":"9e382e17-ec72-4ca8-9929-aaac808dd22d","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:30:52Z","ip_version":4}]} 2018-06-29 05:30:53,771 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=9e382e17-ec72-4ca8-9929-aaac808dd22d used request id req-83f7055c-e139-4e5d-98fc-d6f2b4fbdf69 2018-06-29 05:30:53,772 - OpenStackNetwork - DEBUG - Network [9e382e17-ec72-4ca8-9929-aaac808dd22d] created successfully 2018-06-29 05:30:53,772 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:30:53,773 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:30:54,173 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:30:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["eGYwsOWJSRadzXhyLrbcXg"], "issued_at": "2018-06-29T05:30:54.000000Z"}} 2018-06-29 05:30:54,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}974f466d583c9f0880426706e524e814a2cb4c94" 2018-06-29 05:30:54,267 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:30:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b260bbf7-be2f-4444-a10b-d7ab81a35beb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:30:54,267 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b260bbf7-be2f-4444-a10b-d7ab81a35beb 2018-06-29 05:30:54,268 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 05:30:54,273 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974f466d583c9f0880426706e524e814a2cb4c94" 2018-06-29 05:30:54,986 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:30: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-29eb2233-682c-492a-9876-d476cf80c969 x-compute-request-id: req-29eb2233-682c-492a-9876-d476cf80c969 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-06-29 05:30:54,986 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-29eb2233-682c-492a-9876-d476cf80c969 2018-06-29 05:30:54,990 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974f466d583c9f0880426706e524e814a2cb4c94" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceTests-46282ec6-ac30-413b-b10a-c123deecdb20-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 05:30:55,074 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:30: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-b70a5a68-baed-4aa6-bb4e-e28103fb40e4 x-compute-request-id: req-b70a5a68-baed-4aa6-bb4e-e28103fb40e4 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"name": "NovaUtilsInstanceTests-46282ec6-ac30-413b-b10a-c123deecdb20-flavor-name", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/66f858e1-dadb-4dc3-a1c7-8be3f1573010", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/66f858e1-dadb-4dc3-a1c7-8be3f1573010", "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": "66f858e1-dadb-4dc3-a1c7-8be3f1573010"}} 2018-06-29 05:30:55,074 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-b70a5a68-baed-4aa6-bb4e-e28103fb40e4 2018-06-29 05:30:55,075 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:30:55,075 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:30:55,487 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:30:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["LjdrYyGnSuKUZQeS3Lg-VA"], "issued_at": "2018-06-29T05:30:55.000000Z"}} 2018-06-29 05:30:55,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}5f2712941e0bde42ec87b4f07c0b8a1f60f213a0" 2018-06-29 05:30:55,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:30:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47aa6458-cd15-403b-b1b5-4b8ff8109436 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:30:55,575 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-47aa6458-cd15-403b-b1b5-4b8ff8109436 2018-06-29 05:30:55,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceTests-46282ec6-ac30-413b-b10a-c123deecdb20-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeb4668e5888b567a358ac8d38118065fc40e637" 2018-06-29 05:30:55,840 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 764 X-Openstack-Request-Id: req-83d020b3-00d2-415d-a346-90e164878745 Date: Fri, 29 Jun 2018 05:30:55 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9e382e17-ec72-4ca8-9929-aaac808dd22d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":71,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["52272a99-59fc-4ba4-98f2-60f1bf6cda7c"],"description":"","tags":[],"updated_at":"2018-06-29T05:30:52Z","qos_policy_id":null,"name":"NovaUtilsInstanceTests-46282ec6-ac30-413b-b10a-c123deecdb20-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:30:51Z","provider:network_type":"vxlan"}]} 2018-06-29 05:30:55,840 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceTests-46282ec6-ac30-413b-b10a-c123deecdb20-net used request id req-83d020b3-00d2-415d-a346-90e164878745 2018-06-29 05:30:55,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=9e382e17-ec72-4ca8-9929-aaac808dd22d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeb4668e5888b567a358ac8d38118065fc40e637" 2018-06-29 05:30:56,050 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 686 X-Openstack-Request-Id: req-cf14fce7-bb6b-4022-b3dd-a06c3d3a74dc Date: Fri, 29 Jun 2018 05:30:56 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:30:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"52272a99-59fc-4ba4-98f2-60f1bf6cda7c","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceTests-46282ec6-ac30-413b-b10a-c123deecdb20-subnet","enable_dhcp":true,"segment_id":null,"network_id":"9e382e17-ec72-4ca8-9929-aaac808dd22d","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:30:52Z","ip_version":4}]} 2018-06-29 05:30:56,050 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=9e382e17-ec72-4ca8-9929-aaac808dd22d used request id req-cf14fce7-bb6b-4022-b3dd-a06c3d3a74dc 2018-06-29 05:30:56,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceTests-46282ec6-ac30-413b-b10a-c123deecdb20-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeb4668e5888b567a358ac8d38118065fc40e637" 2018-06-29 05:30:56,303 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 764 X-Openstack-Request-Id: req-055c6944-a5db-4379-b0b5-60df9dffa834 Date: Fri, 29 Jun 2018 05:30:56 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9e382e17-ec72-4ca8-9929-aaac808dd22d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":71,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["52272a99-59fc-4ba4-98f2-60f1bf6cda7c"],"description":"","tags":[],"updated_at":"2018-06-29T05:30:52Z","qos_policy_id":null,"name":"NovaUtilsInstanceTests-46282ec6-ac30-413b-b10a-c123deecdb20-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:30:51Z","provider:network_type":"vxlan"}]} 2018-06-29 05:30:56,303 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceTests-46282ec6-ac30-413b-b10a-c123deecdb20-net used request id req-055c6944-a5db-4379-b0b5-60df9dffa834 2018-06-29 05:30:56,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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 05:30:56,312 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 05:30: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.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 05:30:56,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f2712941e0bde42ec87b4f07c0b8a1f60f213a0" 2018-06-29 05:30:56,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:30:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4cbc877b-fa79-4f39-93f2-1efcd1ac0fa8 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}} 2018-06-29 05:30:56,404 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 used request id req-4cbc877b-fa79-4f39-93f2-1efcd1ac0fa8 2018-06-29 05:30:56,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=9e382e17-ec72-4ca8-9929-aaac808dd22d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeb4668e5888b567a358ac8d38118065fc40e637" 2018-06-29 05:30:56,634 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 686 X-Openstack-Request-Id: req-3436356e-af63-45b2-9730-39b0c4e18cee Date: Fri, 29 Jun 2018 05:30:56 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:30:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"52272a99-59fc-4ba4-98f2-60f1bf6cda7c","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceTests-46282ec6-ac30-413b-b10a-c123deecdb20-subnet","enable_dhcp":true,"segment_id":null,"network_id":"9e382e17-ec72-4ca8-9929-aaac808dd22d","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:30:52Z","ip_version":4}]} 2018-06-29 05:30:56,634 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=9e382e17-ec72-4ca8-9929-aaac808dd22d used request id req-3436356e-af63-45b2-9730-39b0c4e18cee 2018-06-29 05:30:56,635 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceTests-46282ec6-ac30-413b-b10a-c123deecdb20-net 2018-06-29 05:30:56,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeb4668e5888b567a358ac8d38118065fc40e637" -d '{"port": {"network_id": "9e382e17-ec72-4ca8-9929-aaac808dd22d", "name": "NovaUtilsInstanceTests-46282ec6-ac30-413b-b10a-c123deecdb20-port", "admin_state_up": true}}' 2018-06-29 05:30:57,549 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 902 X-Openstack-Request-Id: req-23022bd4-0254-499b-b660-6d415c8babf3 Date: Fri, 29 Jun 2018 05:30:57 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:30:57Z","device_owner":"","revision_number":2,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"52272a99-59fc-4ba4-98f2-60f1bf6cda7c","ip_address":"10.55.0.13"}],"id":"88d43dcc-25cb-4937-9438-53a0fc202e04","security_groups":["67fd1914-9a13-4c3f-b4a8-3292c73ccfbe"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:df:23:51","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"NovaUtilsInstanceTests-46282ec6-ac30-413b-b10a-c123deecdb20-port","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","qos_policy_id":null,"admin_state_up":true,"network_id":"9e382e17-ec72-4ca8-9929-aaac808dd22d","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:30:56Z","binding:vnic_type":"normal","ip_allocation":"immediate"}} 2018-06-29 05:30:57,549 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-23022bd4-0254-499b-b660-6d415c8babf3 2018-06-29 05:30:57,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceTests-46282ec6-ac30-413b-b10a-c123deecdb20-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeb4668e5888b567a358ac8d38118065fc40e637" 2018-06-29 05:30:57,635 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 764 X-Openstack-Request-Id: req-54be6e5c-1a8f-48dd-9a3d-70d39d69a710 Date: Fri, 29 Jun 2018 05:30:57 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9e382e17-ec72-4ca8-9929-aaac808dd22d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":71,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["52272a99-59fc-4ba4-98f2-60f1bf6cda7c"],"description":"","tags":[],"updated_at":"2018-06-29T05:30:52Z","qos_policy_id":null,"name":"NovaUtilsInstanceTests-46282ec6-ac30-413b-b10a-c123deecdb20-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:30:51Z","provider:network_type":"vxlan"}]} 2018-06-29 05:30:57,635 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceTests-46282ec6-ac30-413b-b10a-c123deecdb20-net used request id req-54be6e5c-1a8f-48dd-9a3d-70d39d69a710 2018-06-29 05:30:57,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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 05:30:57,644 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 05:30: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.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 05:30:57,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeb4668e5888b567a358ac8d38118065fc40e637" 2018-06-29 05:30:57,739 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:30:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc61d63d-44ad-4545-8559-2ed61bc8f4f1 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}} 2018-06-29 05:30:57,739 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 used request id req-dc61d63d-44ad-4545-8559-2ed61bc8f4f1 2018-06-29 05:30:57,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=9e382e17-ec72-4ca8-9929-aaac808dd22d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeb4668e5888b567a358ac8d38118065fc40e637" 2018-06-29 05:30:57,969 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 686 X-Openstack-Request-Id: req-026cc019-f00b-4a87-b1bd-2d9ca98c25b9 Date: Fri, 29 Jun 2018 05:30:57 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:30:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"52272a99-59fc-4ba4-98f2-60f1bf6cda7c","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceTests-46282ec6-ac30-413b-b10a-c123deecdb20-subnet","enable_dhcp":true,"segment_id":null,"network_id":"9e382e17-ec72-4ca8-9929-aaac808dd22d","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:30:52Z","ip_version":4}]} 2018-06-29 05:30:57,969 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=9e382e17-ec72-4ca8-9929-aaac808dd22d used request id req-026cc019-f00b-4a87-b1bd-2d9ca98c25b9 2018-06-29 05:30:57,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=9e382e17-ec72-4ca8-9929-aaac808dd22d&name=NovaUtilsInstanceTests-46282ec6-ac30-413b-b10a-c123deecdb20-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeb4668e5888b567a358ac8d38118065fc40e637" 2018-06-29 05:30:58,220 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 905 X-Openstack-Request-Id: req-bf46df3a-5788-4a15-ba5d-31febb4cbf8b Date: Fri, 29 Jun 2018 05:30:58 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:30:57Z","device_owner":"","revision_number":2,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"52272a99-59fc-4ba4-98f2-60f1bf6cda7c","ip_address":"10.55.0.13"}],"id":"88d43dcc-25cb-4937-9438-53a0fc202e04","security_groups":["67fd1914-9a13-4c3f-b4a8-3292c73ccfbe"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:df:23:51","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceTests-46282ec6-ac30-413b-b10a-c123deecdb20-port","admin_state_up":true,"network_id":"9e382e17-ec72-4ca8-9929-aaac808dd22d","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:30:56Z","binding:vnic_type":"normal","device_id":"","ip_allocation":"immediate"}]} 2018-06-29 05:30:58,220 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=9e382e17-ec72-4ca8-9929-aaac808dd22d&name=NovaUtilsInstanceTests-46282ec6-ac30-413b-b10a-c123deecdb20-port&admin_state_up=True used request id req-bf46df3a-5788-4a15-ba5d-31febb4cbf8b 2018-06-29 05:30:58,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeb4668e5888b567a358ac8d38118065fc40e637" 2018-06-29 05:30:58,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:30:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94b0d1fe-191a-4946-87a4-224d8a2e0a56 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}} 2018-06-29 05:30:58,319 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 used request id req-94b0d1fe-191a-4946-87a4-224d8a2e0a56 2018-06-29 05:30:58,319 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceTests-46282ec6-ac30-413b-b10a-c123deecdb20-vm_inst 2018-06-29 05:30:58,323 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeb4668e5888b567a358ac8d38118065fc40e637" 2018-06-29 05:30:58,916 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:30: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-1e75133e-4006-462f-882a-0d335a0e11b5 x-compute-request-id: req-1e75133e-4006-462f-882a-0d335a0e11b5 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"flavors": [{"id": "66f858e1-dadb-4dc3-a1c7-8be3f1573010", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/66f858e1-dadb-4dc3-a1c7-8be3f1573010", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/66f858e1-dadb-4dc3-a1c7-8be3f1573010", "rel": "bookmark"}], "name": "NovaUtilsInstanceTests-46282ec6-ac30-413b-b10a-c123deecdb20-flavor-name"}]} 2018-06-29 05:30:58,916 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-1e75133e-4006-462f-882a-0d335a0e11b5 2018-06-29 05:30:58,919 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/66f858e1-dadb-4dc3-a1c7-8be3f1573010 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeb4668e5888b567a358ac8d38118065fc40e637" 2018-06-29 05:30:58,943 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:30: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-27b95e82-23ed-43f8-bdac-86fa1e035942 x-compute-request-id: req-27b95e82-23ed-43f8-bdac-86fa1e035942 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"name": "NovaUtilsInstanceTests-46282ec6-ac30-413b-b10a-c123deecdb20-flavor-name", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/66f858e1-dadb-4dc3-a1c7-8be3f1573010", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/66f858e1-dadb-4dc3-a1c7-8be3f1573010", "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": "66f858e1-dadb-4dc3-a1c7-8be3f1573010"}} 2018-06-29 05:30:58,943 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/66f858e1-dadb-4dc3-a1c7-8be3f1573010 used request id req-27b95e82-23ed-43f8-bdac-86fa1e035942 2018-06-29 05:30:58,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-46282ec6-ac30-413b-b10a-c123deecdb20-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}eeb4668e5888b567a358ac8d38118065fc40e637" 2018-06-29 05:30:59,612 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1054 Content-Type: application/json X-Openstack-Request-Id: req-5a5f5d51-e020-4c26-9d2d-885c45213f15 Date: Fri, 29 Jun 2018 05:30:59 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-46282ec6-ac30-413b-b10a-c123deecdb20-image", "tags": [], "container_format": "bare", "created_at": "2018-06-29T05:30:48Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-06-29T05:30:49Z", "visibility": "shared", "locations": [{"url": "rbd://cc48edf5-5a9c-4722-a2ee-f16c65653e74/images/28e8c0df-3177-42ae-8862-80cede60262b/snap", "metadata": {}}], "self": "/v2/images/28e8c0df-3177-42ae-8862-80cede60262b", "min_disk": 0, "protected": false, "id": "28e8c0df-3177-42ae-8862-80cede60262b", "file": "/v2/images/28e8c0df-3177-42ae-8862-80cede60262b/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "cd9dbb674f044f3998e73a09e2cc2f57", "direct_url": "rbd://cc48edf5-5a9c-4722-a2ee-f16c65653e74/images/28e8c0df-3177-42ae-8862-80cede60262b/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceTests-46282ec6-ac30-413b-b10a-c123deecdb20-image"} 2018-06-29 05:30:59,612 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-46282ec6-ac30-413b-b10a-c123deecdb20-image used request id req-5a5f5d51-e020-4c26-9d2d-885c45213f15 2018-06-29 05:30:59,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}eeb4668e5888b567a358ac8d38118065fc40e637" 2018-06-29 05:31:00,234 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-b65c4c05-b0f6-424c-be3c-2fef0b2b9ca8 Date: Fri, 29 Jun 2018 05:31: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 05:31:00,234 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-b65c4c05-b0f6-424c-be3c-2fef0b2b9ca8 2018-06-29 05:31:00,240 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeb4668e5888b567a358ac8d38118065fc40e637" -d '{"server": {"name": "NovaUtilsInstanceTests-46282ec6-ac30-413b-b10a-c123deecdb20-vm_inst", "imageRef": "28e8c0df-3177-42ae-8862-80cede60262b", "flavorRef": "66f858e1-dadb-4dc3-a1c7-8be3f1573010", "max_count": 1, "min_count": 1, "networks": [{"port": "88d43dcc-25cb-4937-9438-53a0fc202e04"}]}}' 2018-06-29 05:31:02,794 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 05:31: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-911e9a5b-f795-419c-aa6a-130734fbf47d x-compute-request-id: req-911e9a5b-f795-419c-aa6a-130734fbf47d Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/f8005417-025b-46b0-86e8-d8fb0075b323 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "f8005417-025b-46b0-86e8-d8fb0075b323", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f8005417-025b-46b0-86e8-d8fb0075b323", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f8005417-025b-46b0-86e8-d8fb0075b323", "rel": "bookmark"}], "adminPass": "kecZ9hK8Kjfz"}} 2018-06-29 05:31:02,795 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-911e9a5b-f795-419c-aa6a-130734fbf47d 2018-06-29 05:31:02,798 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/f8005417-025b-46b0-86e8-d8fb0075b323 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeb4668e5888b567a358ac8d38118065fc40e637" 2018-06-29 05:31:03,733 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:31: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-60a34734-bc25-4743-a95a-0081463bc47a x-compute-request-id: req-60a34734-bc25-4743-a95a-0081463bc47a Content-Encoding: gzip Content-Length: 645 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f8005417-025b-46b0-86e8-d8fb0075b323", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f8005417-025b-46b0-86e8-d8fb0075b323", "rel": "bookmark"}], "image": {"id": "28e8c0df-3177-42ae-8862-80cede60262b", "links": [{"href": "http://172.30.9.23:8774/images/28e8c0df-3177-42ae-8862-80cede60262b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "66f858e1-dadb-4dc3-a1c7-8be3f1573010", "links": [{"href": "http://172.30.9.23:8774/flavors/66f858e1-dadb-4dc3-a1c7-8be3f1573010", "rel": "bookmark"}]}, "id": "f8005417-025b-46b0-86e8-d8fb0075b323", "user_id": "c13100c6fdf740938502979241e10e11", "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-29T05:31:02Z", "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-46282ec6-ac30-413b-b10a-c123deecdb20-vm_inst", "created": "2018-06-29T05:31:02Z", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 05:31:03,733 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/f8005417-025b-46b0-86e8-d8fb0075b323 used request id req-60a34734-bc25-4743-a95a-0081463bc47a 2018-06-29 05:31:03,736 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/f8005417-025b-46b0-86e8-d8fb0075b323 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeb4668e5888b567a358ac8d38118065fc40e637" 2018-06-29 05:31:04,169 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:31: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-8470c98c-4ad7-4485-ac79-01ecfcea8375 x-compute-request-id: req-8470c98c-4ad7-4485-ac79-01ecfcea8375 Content-Encoding: gzip Content-Length: 647 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f8005417-025b-46b0-86e8-d8fb0075b323", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f8005417-025b-46b0-86e8-d8fb0075b323", "rel": "bookmark"}], "image": {"id": "28e8c0df-3177-42ae-8862-80cede60262b", "links": [{"href": "http://172.30.9.23:8774/images/28e8c0df-3177-42ae-8862-80cede60262b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "66f858e1-dadb-4dc3-a1c7-8be3f1573010", "links": [{"href": "http://172.30.9.23:8774/flavors/66f858e1-dadb-4dc3-a1c7-8be3f1573010", "rel": "bookmark"}]}, "id": "f8005417-025b-46b0-86e8-d8fb0075b323", "user_id": "c13100c6fdf740938502979241e10e11", "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-29T05:31:03Z", "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-46282ec6-ac30-413b-b10a-c123deecdb20-vm_inst", "created": "2018-06-29T05:31:02Z", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 05:31:04,169 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/f8005417-025b-46b0-86e8-d8fb0075b323 used request id req-8470c98c-4ad7-4485-ac79-01ecfcea8375 2018-06-29 05:31:07,175 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/f8005417-025b-46b0-86e8-d8fb0075b323 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeb4668e5888b567a358ac8d38118065fc40e637" 2018-06-29 05:31:07,866 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:31: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-4ae84a74-70bd-477c-86ff-7f2dead2c0e4 x-compute-request-id: req-4ae84a74-70bd-477c-86ff-7f2dead2c0e4 Content-Encoding: gzip Content-Length: 654 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f8005417-025b-46b0-86e8-d8fb0075b323", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f8005417-025b-46b0-86e8-d8fb0075b323", "rel": "bookmark"}], "image": {"id": "28e8c0df-3177-42ae-8862-80cede60262b", "links": [{"href": "http://172.30.9.23:8774/images/28e8c0df-3177-42ae-8862-80cede60262b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "66f858e1-dadb-4dc3-a1c7-8be3f1573010", "links": [{"href": "http://172.30.9.23:8774/flavors/66f858e1-dadb-4dc3-a1c7-8be3f1573010", "rel": "bookmark"}]}, "id": "f8005417-025b-46b0-86e8-d8fb0075b323", "user_id": "c13100c6fdf740938502979241e10e11", "OS-DCF: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-29T05:31:05Z", "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-46282ec6-ac30-413b-b10a-c123deecdb20-vm_inst", "created": "2018-06-29T05:31:02Z", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 05:31:07,867 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/f8005417-025b-46b0-86e8-d8fb0075b323 used request id req-4ae84a74-70bd-477c-86ff-7f2dead2c0e4 2018-06-29 05:31:10,872 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/f8005417-025b-46b0-86e8-d8fb0075b323 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeb4668e5888b567a358ac8d38118065fc40e637" 2018-06-29 05:31:11,919 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:31: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-6ac681bb-ef10-4e5a-bbf4-12972c9f45a7 x-compute-request-id: req-6ac681bb-ef10-4e5a-bbf4-12972c9f45a7 Content-Encoding: gzip Content-Length: 654 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f8005417-025b-46b0-86e8-d8fb0075b323", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f8005417-025b-46b0-86e8-d8fb0075b323", "rel": "bookmark"}], "image": {"id": "28e8c0df-3177-42ae-8862-80cede60262b", "links": [{"href": "http://172.30.9.23:8774/images/28e8c0df-3177-42ae-8862-80cede60262b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "66f858e1-dadb-4dc3-a1c7-8be3f1573010", "links": [{"href": "http://172.30.9.23:8774/flavors/66f858e1-dadb-4dc3-a1c7-8be3f1573010", "rel": "bookmark"}]}, "id": "f8005417-025b-46b0-86e8-d8fb0075b323", "user_id": "c13100c6fdf740938502979241e10e11", "OS-DCF: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-29T05:31:05Z", "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-46282ec6-ac30-413b-b10a-c123deecdb20-vm_inst", "created": "2018-06-29T05:31:02Z", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 05:31:11,919 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/f8005417-025b-46b0-86e8-d8fb0075b323 used request id req-6ac681bb-ef10-4e5a-bbf4-12972c9f45a7 2018-06-29 05:31:14,925 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/f8005417-025b-46b0-86e8-d8fb0075b323 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeb4668e5888b567a358ac8d38118065fc40e637" 2018-06-29 05:31:16,013 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:31: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-680abb0c-d106-413a-80f8-61a1fe14370e x-compute-request-id: req-680abb0c-d106-413a-80f8-61a1fe14370e Content-Encoding: gzip Content-Length: 654 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f8005417-025b-46b0-86e8-d8fb0075b323", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f8005417-025b-46b0-86e8-d8fb0075b323", "rel": "bookmark"}], "image": {"id": "28e8c0df-3177-42ae-8862-80cede60262b", "links": [{"href": "http://172.30.9.23:8774/images/28e8c0df-3177-42ae-8862-80cede60262b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "66f858e1-dadb-4dc3-a1c7-8be3f1573010", "links": [{"href": "http://172.30.9.23:8774/flavors/66f858e1-dadb-4dc3-a1c7-8be3f1573010", "rel": "bookmark"}]}, "id": "f8005417-025b-46b0-86e8-d8fb0075b323", "user_id": "c13100c6fdf740938502979241e10e11", "OS-DCF: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-29T05:31:05Z", "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-46282ec6-ac30-413b-b10a-c123deecdb20-vm_inst", "created": "2018-06-29T05:31:02Z", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 05:31:16,014 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/f8005417-025b-46b0-86e8-d8fb0075b323 used request id req-680abb0c-d106-413a-80f8-61a1fe14370e 2018-06-29 05:31:19,020 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/f8005417-025b-46b0-86e8-d8fb0075b323 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeb4668e5888b567a358ac8d38118065fc40e637" 2018-06-29 05:31:20,015 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:31: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-dcb2f681-6482-4848-86b1-ea98ebd11142 x-compute-request-id: req-dcb2f681-6482-4848-86b1-ea98ebd11142 Content-Encoding: gzip Content-Length: 654 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f8005417-025b-46b0-86e8-d8fb0075b323", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f8005417-025b-46b0-86e8-d8fb0075b323", "rel": "bookmark"}], "image": {"id": "28e8c0df-3177-42ae-8862-80cede60262b", "links": [{"href": "http://172.30.9.23:8774/images/28e8c0df-3177-42ae-8862-80cede60262b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "66f858e1-dadb-4dc3-a1c7-8be3f1573010", "links": [{"href": "http://172.30.9.23:8774/flavors/66f858e1-dadb-4dc3-a1c7-8be3f1573010", "rel": "bookmark"}]}, "id": "f8005417-025b-46b0-86e8-d8fb0075b323", "user_id": "c13100c6fdf740938502979241e10e11", "OS-DCF: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-29T05:31:05Z", "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-46282ec6-ac30-413b-b10a-c123deecdb20-vm_inst", "created": "2018-06-29T05:31:02Z", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 05:31:20,015 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/f8005417-025b-46b0-86e8-d8fb0075b323 used request id req-dcb2f681-6482-4848-86b1-ea98ebd11142 2018-06-29 05:31:23,021 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/f8005417-025b-46b0-86e8-d8fb0075b323 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeb4668e5888b567a358ac8d38118065fc40e637" 2018-06-29 05:31:23,691 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:31:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9583ed5c-7ee8-4f24-a3b4-fb51eb86dce2 x-compute-request-id: req-9583ed5c-7ee8-4f24-a3b4-fb51eb86dce2 Content-Encoding: gzip Content-Length: 654 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f8005417-025b-46b0-86e8-d8fb0075b323", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f8005417-025b-46b0-86e8-d8fb0075b323", "rel": "bookmark"}], "image": {"id": "28e8c0df-3177-42ae-8862-80cede60262b", "links": [{"href": "http://172.30.9.23:8774/images/28e8c0df-3177-42ae-8862-80cede60262b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "66f858e1-dadb-4dc3-a1c7-8be3f1573010", "links": [{"href": "http://172.30.9.23:8774/flavors/66f858e1-dadb-4dc3-a1c7-8be3f1573010", "rel": "bookmark"}]}, "id": "f8005417-025b-46b0-86e8-d8fb0075b323", "user_id": "c13100c6fdf740938502979241e10e11", "OS-DCF: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-29T05:31:05Z", "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-46282ec6-ac30-413b-b10a-c123deecdb20-vm_inst", "created": "2018-06-29T05:31:02Z", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 05:31:23,691 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/f8005417-025b-46b0-86e8-d8fb0075b323 used request id req-9583ed5c-7ee8-4f24-a3b4-fb51eb86dce2 2018-06-29 05:31:26,697 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/f8005417-025b-46b0-86e8-d8fb0075b323 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeb4668e5888b567a358ac8d38118065fc40e637" 2018-06-29 05:31:27,140 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:31: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-33101b6e-b226-4ced-9964-4a9b1e032c0f x-compute-request-id: req-33101b6e-b226-4ced-9964-4a9b1e032c0f Content-Encoding: gzip Content-Length: 654 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f8005417-025b-46b0-86e8-d8fb0075b323", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f8005417-025b-46b0-86e8-d8fb0075b323", "rel": "bookmark"}], "image": {"id": "28e8c0df-3177-42ae-8862-80cede60262b", "links": [{"href": "http://172.30.9.23:8774/images/28e8c0df-3177-42ae-8862-80cede60262b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "66f858e1-dadb-4dc3-a1c7-8be3f1573010", "links": [{"href": "http://172.30.9.23:8774/flavors/66f858e1-dadb-4dc3-a1c7-8be3f1573010", "rel": "bookmark"}]}, "id": "f8005417-025b-46b0-86e8-d8fb0075b323", "user_id": "c13100c6fdf740938502979241e10e11", "OS-DCF: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-29T05:31:05Z", "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-46282ec6-ac30-413b-b10a-c123deecdb20-vm_inst", "created": "2018-06-29T05:31:02Z", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 05:31:27,140 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/f8005417-025b-46b0-86e8-d8fb0075b323 used request id req-33101b6e-b226-4ced-9964-4a9b1e032c0f 2018-06-29 05:31:30,146 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/f8005417-025b-46b0-86e8-d8fb0075b323 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeb4668e5888b567a358ac8d38118065fc40e637" 2018-06-29 05:31:30,627 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:31:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2271e68d-8ccd-4113-836d-caeb53601db8 x-compute-request-id: req-2271e68d-8ccd-4113-836d-caeb53601db8 Content-Encoding: gzip Content-Length: 654 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f8005417-025b-46b0-86e8-d8fb0075b323", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f8005417-025b-46b0-86e8-d8fb0075b323", "rel": "bookmark"}], "image": {"id": "28e8c0df-3177-42ae-8862-80cede60262b", "links": [{"href": "http://172.30.9.23:8774/images/28e8c0df-3177-42ae-8862-80cede60262b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "66f858e1-dadb-4dc3-a1c7-8be3f1573010", "links": [{"href": "http://172.30.9.23:8774/flavors/66f858e1-dadb-4dc3-a1c7-8be3f1573010", "rel": "bookmark"}]}, "id": "f8005417-025b-46b0-86e8-d8fb0075b323", "user_id": "c13100c6fdf740938502979241e10e11", "OS-DCF: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-29T05:31:05Z", "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-46282ec6-ac30-413b-b10a-c123deecdb20-vm_inst", "created": "2018-06-29T05:31:02Z", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 05:31:30,628 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/f8005417-025b-46b0-86e8-d8fb0075b323 used request id req-2271e68d-8ccd-4113-836d-caeb53601db8 2018-06-29 05:31:33,633 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/f8005417-025b-46b0-86e8-d8fb0075b323 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeb4668e5888b567a358ac8d38118065fc40e637" 2018-06-29 05:31:34,062 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:31: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-b6fb8aba-bd67-4284-b951-f948c2982746 x-compute-request-id: req-b6fb8aba-bd67-4284-b951-f948c2982746 Content-Encoding: gzip Content-Length: 654 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f8005417-025b-46b0-86e8-d8fb0075b323", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f8005417-025b-46b0-86e8-d8fb0075b323", "rel": "bookmark"}], "image": {"id": "28e8c0df-3177-42ae-8862-80cede60262b", "links": [{"href": "http://172.30.9.23:8774/images/28e8c0df-3177-42ae-8862-80cede60262b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "66f858e1-dadb-4dc3-a1c7-8be3f1573010", "links": [{"href": "http://172.30.9.23:8774/flavors/66f858e1-dadb-4dc3-a1c7-8be3f1573010", "rel": "bookmark"}]}, "id": "f8005417-025b-46b0-86e8-d8fb0075b323", "user_id": "c13100c6fdf740938502979241e10e11", "OS-DCF: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-29T05:31:05Z", "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-46282ec6-ac30-413b-b10a-c123deecdb20-vm_inst", "created": "2018-06-29T05:31:02Z", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 05:31:34,062 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/f8005417-025b-46b0-86e8-d8fb0075b323 used request id req-b6fb8aba-bd67-4284-b951-f948c2982746 2018-06-29 05:31:37,068 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/f8005417-025b-46b0-86e8-d8fb0075b323 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeb4668e5888b567a358ac8d38118065fc40e637" 2018-06-29 05:31:38,006 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:31: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-a19eccb0-5a64-49c2-9c6f-67d4745c9faa x-compute-request-id: req-a19eccb0-5a64-49c2-9c6f-67d4745c9faa Content-Encoding: gzip Content-Length: 741 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f8005417-025b-46b0-86e8-d8fb0075b323", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f8005417-025b-46b0-86e8-d8fb0075b323", "rel": "bookmark"}], "image": {"id": "28e8c0df-3177-42ae-8862-80cede60262b", "links": [{"href": "http://172.30.9.23:8774/images/28e8c0df-3177-42ae-8862-80cede60262b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "66f858e1-dadb-4dc3-a1c7-8be3f1573010", "links": [{"href": "http://172.30.9.23:8774/flavors/66f858e1-dadb-4dc3-a1c7-8be3f1573010", "rel": "bookmark"}]}, "id": "f8005417-025b-46b0-86e8-d8fb0075b323", "security_groups": [{"name": "default"}], "user_id": "c13100c6fdf740938502979241e10e11", "OS-DCF: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-29T05:31:36Z", "hostId": "117a5b8c289933fa183cf4a2955ac729bbbbcc2626a99edbbbff3147", "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-46282ec6-ac30-413b-b10a-c123deecdb20-vm_inst", "created": "2018-06-29T05:31:02Z", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 05:31:38,006 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/f8005417-025b-46b0-86e8-d8fb0075b323 used request id req-a19eccb0-5a64-49c2-9c6f-67d4745c9faa 2018-06-29 05:31:41,012 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/f8005417-025b-46b0-86e8-d8fb0075b323 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeb4668e5888b567a358ac8d38118065fc40e637" 2018-06-29 05:31:41,978 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:31:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-febf1d45-1412-480f-b85f-2e845029c230 x-compute-request-id: req-febf1d45-1412-480f-b85f-2e845029c230 Content-Encoding: gzip Content-Length: 812 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceTests-46282ec6-ac30-413b-b10a-c123deecdb20-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:23:51", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f8005417-025b-46b0-86e8-d8fb0075b323", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f8005417-025b-46b0-86e8-d8fb0075b323", "rel": "bookmark"}], "image": {"id": "28e8c0df-3177-42ae-8862-80cede60262b", "links": [{"href": "http://172.30.9.23:8774/images/28e8c0df-3177-42ae-8862-80cede60262b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "66f858e1-dadb-4dc3-a1c7-8be3f1573010", "links": [{"href": "http://172.30.9.23:8774/flavors/66f858e1-dadb-4dc3-a1c7-8be3f1573010", "rel": "bookmark"}]}, "id": "f8005417-025b-46b0-86e8-d8fb0075b323", "security_groups": [{"name": "default"}], "user_id": "c13100c6fdf740938502979241e10e11", "OS-DCF: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-29T05:31:36Z", "hostId": "117a5b8c289933fa183cf4a2955ac729bbbbcc2626a99edbbbff3147", "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-46282ec6-ac30-413b-b10a-c123deecdb20-vm_inst", "created": "2018-06-29T05:31:02Z", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 05:31:41,979 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/f8005417-025b-46b0-86e8-d8fb0075b323 used request id req-febf1d45-1412-480f-b85f-2e845029c230 2018-06-29 05:31:44,985 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/f8005417-025b-46b0-86e8-d8fb0075b323 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeb4668e5888b567a358ac8d38118065fc40e637" 2018-06-29 05:31:45,792 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:31:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7434e028-fb78-497d-bc1e-0be807d92bcb x-compute-request-id: req-7434e028-fb78-497d-bc1e-0be807d92bcb Content-Encoding: gzip Content-Length: 817 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceTests-46282ec6-ac30-413b-b10a-c123deecdb20-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:23:51", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f8005417-025b-46b0-86e8-d8fb0075b323", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f8005417-025b-46b0-86e8-d8fb0075b323", "rel": "bookmark"}], "image": {"id": "28e8c0df-3177-42ae-8862-80cede60262b", "links": [{"href": "http://172.30.9.23:8774/images/28e8c0df-3177-42ae-8862-80cede60262b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-06-29T05:23:41.000000", "flavor": {"id": "66f858e1-dadb-4dc3-a1c7-8be3f1573010", "links": [{"href": "http://172.30.9.23:8774/flavors/66f858e1-dadb-4dc3-a1c7-8be3f1573010", "rel": "bookmark"}]}, "id": "f8005417-025b-46b0-86e8-d8fb0075b323", "security_groups": [{"name": "default"}], "user_id": "c13100c6fdf740938502979241e10e11", "OS-DCF: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-29T05:31:43Z", "hostId": "117a5b8c289933fa183cf4a2955ac729bbbbcc2626a99edbbbff3147", "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-46282ec6-ac30-413b-b10a-c123deecdb20-vm_inst", "created": "2018-06-29T05:31:02Z", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 05:31:45,792 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/f8005417-025b-46b0-86e8-d8fb0075b323 used request id req-7434e028-fb78-497d-bc1e-0be807d92bcb 2018-06-29 05:31:45,795 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/f8005417-025b-46b0-86e8-d8fb0075b323 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeb4668e5888b567a358ac8d38118065fc40e637" 2018-06-29 05:31:46,868 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:31: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-cafb5dd1-5c72-4460-9e75-5cfd2c42afd4 x-compute-request-id: req-cafb5dd1-5c72-4460-9e75-5cfd2c42afd4 Content-Encoding: gzip Content-Length: 817 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceTests-46282ec6-ac30-413b-b10a-c123deecdb20-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:23:51", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f8005417-025b-46b0-86e8-d8fb0075b323", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f8005417-025b-46b0-86e8-d8fb0075b323", "rel": "bookmark"}], "image": {"id": "28e8c0df-3177-42ae-8862-80cede60262b", "links": [{"href": "http://172.30.9.23:8774/images/28e8c0df-3177-42ae-8862-80cede60262b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-06-29T05:23:41.000000", "flavor": {"id": "66f858e1-dadb-4dc3-a1c7-8be3f1573010", "links": [{"href": "http://172.30.9.23:8774/flavors/66f858e1-dadb-4dc3-a1c7-8be3f1573010", "rel": "bookmark"}]}, "id": "f8005417-025b-46b0-86e8-d8fb0075b323", "security_groups": [{"name": "default"}], "user_id": "c13100c6fdf740938502979241e10e11", "OS-DCF: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-29T05:31:43Z", "hostId": "117a5b8c289933fa183cf4a2955ac729bbbbcc2626a99edbbbff3147", "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-46282ec6-ac30-413b-b10a-c123deecdb20-vm_inst", "created": "2018-06-29T05:31:02Z", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 05:31:46,868 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/f8005417-025b-46b0-86e8-d8fb0075b323 used request id req-cafb5dd1-5c72-4460-9e75-5cfd2c42afd4 2018-06-29 05:31:46,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceTests-46282ec6-ac30-413b-b10a-c123deecdb20-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeb4668e5888b567a358ac8d38118065fc40e637" 2018-06-29 05:31:46,960 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 764 X-Openstack-Request-Id: req-49b928a0-13db-47e2-85d2-508a60cd7585 Date: Fri, 29 Jun 2018 05:31:46 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9e382e17-ec72-4ca8-9929-aaac808dd22d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":71,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["52272a99-59fc-4ba4-98f2-60f1bf6cda7c"],"description":"","tags":[],"updated_at":"2018-06-29T05:30:52Z","qos_policy_id":null,"name":"NovaUtilsInstanceTests-46282ec6-ac30-413b-b10a-c123deecdb20-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:30:51Z","provider:network_type":"vxlan"}]} 2018-06-29 05:31:46,960 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceTests-46282ec6-ac30-413b-b10a-c123deecdb20-net used request id req-49b928a0-13db-47e2-85d2-508a60cd7585 2018-06-29 05:31:46,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeb4668e5888b567a358ac8d38118065fc40e637" 2018-06-29 05:31:47,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:31:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-adc326f1-0dce-4ea2-bd23-ea2f93bcfb97 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}} 2018-06-29 05:31:47,061 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 used request id req-adc326f1-0dce-4ea2-bd23-ea2f93bcfb97 2018-06-29 05:31:47,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=9e382e17-ec72-4ca8-9929-aaac808dd22d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeb4668e5888b567a358ac8d38118065fc40e637" 2018-06-29 05:31:47,109 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 686 X-Openstack-Request-Id: req-f557a31d-35d7-424e-b94a-9cd61620ddd1 Date: Fri, 29 Jun 2018 05:31:47 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:30:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"52272a99-59fc-4ba4-98f2-60f1bf6cda7c","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceTests-46282ec6-ac30-413b-b10a-c123deecdb20-subnet","enable_dhcp":true,"segment_id":null,"network_id":"9e382e17-ec72-4ca8-9929-aaac808dd22d","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:30:52Z","ip_version":4}]} 2018-06-29 05:31:47,109 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=9e382e17-ec72-4ca8-9929-aaac808dd22d used request id req-f557a31d-35d7-424e-b94a-9cd61620ddd1 2018-06-29 05:31:47,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=9e382e17-ec72-4ca8-9929-aaac808dd22d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeb4668e5888b567a358ac8d38118065fc40e637" 2018-06-29 05:31:47,162 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3989 X-Openstack-Request-Id: req-313acdca-f7a8-4473-9fb2-d8bc9ce82e94 Date: Fri, 29 Jun 2018 05:31:47 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:30:55Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"52272a99-59fc-4ba4-98f2-60f1bf6cda7c","ip_address":"10.55.0.2"}],"id":"4aa33d44-1e5f-480c-98d2-5a029ec8f745","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:81:5f:8c","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9e382e17-ec72-4ca8-9929-aaac808dd22d","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:30:53Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9e382e17-ec72-4ca8-9929-aaac808dd22d","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:31:42Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"52272a99-59fc-4ba4-98f2-60f1bf6cda7c","ip_address":"10.55.0.13"}],"id":"88d43dcc-25cb-4937-9438-53a0fc202e04","security_groups":["67fd1914-9a13-4c3f-b4a8-3292c73ccfbe"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:df:23:51","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceTests-46282ec6-ac30-413b-b10a-c123deecdb20-port","admin_state_up":true,"network_id":"9e382e17-ec72-4ca8-9929-aaac808dd22d","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:30:56Z","binding:vnic_type":"normal","device_id":"f8005417-025b-46b0-86e8-d8fb0075b323","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:30:56Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"52272a99-59fc-4ba4-98f2-60f1bf6cda7c","ip_address":"10.55.0.4"}],"id":"98cdf859-6604-4ce1-b4af-a74f22a9370c","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8c:a2:5a","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9e382e17-ec72-4ca8-9929-aaac808dd22d","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:30:54Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9e382e17-ec72-4ca8-9929-aaac808dd22d","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:30:55Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"52272a99-59fc-4ba4-98f2-60f1bf6cda7c","ip_address":"10.55.0.3"}],"id":"bee752ea-4c0f-4030-85f9-45a6b84bb606","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cc:c7:e1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9e382e17-ec72-4ca8-9929-aaac808dd22d","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:30:53Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9e382e17-ec72-4ca8-9929-aaac808dd22d","ip_allocation":"immediate"}]} 2018-06-29 05:31:47,162 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=9e382e17-ec72-4ca8-9929-aaac808dd22d used request id req-313acdca-f7a8-4473-9fb2-d8bc9ce82e94 2018-06-29 05:31:47,166 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/servers/f8005417-025b-46b0-86e8-d8fb0075b323 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeb4668e5888b567a358ac8d38118065fc40e637" 2018-06-29 05:31:47,354 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 05:31:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-763e2452-303e-4818-8145-69b78c60cb76 x-compute-request-id: req-763e2452-303e-4818-8145-69b78c60cb76 Content-Type: application/json 2018-06-29 05:31:47,355 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/f8005417-025b-46b0-86e8-d8fb0075b323 used request id req-763e2452-303e-4818-8145-69b78c60cb76 2018-06-29 05:31:47,355 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceTests-46282ec6-ac30-413b-b10a-c123deecdb20-port 2018-06-29 05:31:47,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/ports/88d43dcc-25cb-4937-9438-53a0fc202e04 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeb4668e5888b567a358ac8d38118065fc40e637" 2018-06-29 05:31:48,117 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-97ffbfb8-3d12-49be-a003-f5884f5ae837 Date: Fri, 29 Jun 2018 05:31:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 05:31:48,117 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/ports/88d43dcc-25cb-4937-9438-53a0fc202e04 used request id req-97ffbfb8-3d12-49be-a003-f5884f5ae837 2018-06-29 05:31:48,120 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/66f858e1-dadb-4dc3-a1c7-8be3f1573010 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974f466d583c9f0880426706e524e814a2cb4c94" 2018-06-29 05:31:48,160 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 05:31:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b25bd693-9f72-4274-98ae-ae92fcf8e218 x-compute-request-id: req-b25bd693-9f72-4274-98ae-ae92fcf8e218 Content-Length: 0 Content-Type: application/json 2018-06-29 05:31:48,160 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/66f858e1-dadb-4dc3-a1c7-8be3f1573010 used request id req-b25bd693-9f72-4274-98ae-ae92fcf8e218 2018-06-29 05:31:48,161 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceTests-46282ec6-ac30-413b-b10a-c123deecdb20-subnet 2018-06-29 05:31:48,161 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceTests-46282ec6-ac30-413b-b10a-c123deecdb20-subnet 2018-06-29 05:31:48,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/52272a99-59fc-4ba4-98f2-60f1bf6cda7c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99888ed1f954657a7b7cc7461835a985eb761b4e" 2018-06-29 05:31:50,603 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a6869532-41e0-4105-b607-15bbc2f900e3 Date: Fri, 29 Jun 2018 05:31:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 05:31:50,603 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/52272a99-59fc-4ba4-98f2-60f1bf6cda7c used request id req-a6869532-41e0-4105-b607-15bbc2f900e3 2018-06-29 05:31:50,604 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceTests-46282ec6-ac30-413b-b10a-c123deecdb20-net 2018-06-29 05:31:50,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/9e382e17-ec72-4ca8-9929-aaac808dd22d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99888ed1f954657a7b7cc7461835a985eb761b4e" 2018-06-29 05:31:52,009 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-00ba7979-3147-47df-85f4-a470a7032b50 Date: Fri, 29 Jun 2018 05:31:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 05:31:52,009 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/9e382e17-ec72-4ca8-9929-aaac808dd22d used request id req-00ba7979-3147-47df-85f4-a470a7032b50 2018-06-29 05:31:52,010 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceTests-46282ec6-ac30-413b-b10a-c123deecdb20-image 2018-06-29 05:31:52,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/28e8c0df-3177-42ae-8862-80cede60262b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a8977ca11bde7ff6722e7495faadf442dd7cdc20" 2018-06-29 05:31:53,106 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-59240725-44aa-4e49-b79b-193416372824 Date: Fri, 29 Jun 2018 05:31:53 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 05:31:53,106 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/28e8c0df-3177-42ae-8862-80cede60262b used request id req-59240725-44aa-4e49-b79b-193416372824 2018-06-29 05:31:53,108 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 05:31:53,111 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-06-29 05:31:53,111 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:31:53,112 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:31:53,508 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:31:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["X7p--j8iTHe54XIL7pcOGg"], "issued_at": "2018-06-29T05:31:53.000000Z"}} 2018-06-29 05:31:53,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}8169af78c44e5acfba2800adcdb119fe585fae4f" 2018-06-29 05:31:53,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:31:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7279a55-4246-4486-b84f-fb92425d7cd9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:31:53,593 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-f7279a55-4246-4486-b84f-fb92425d7cd9 2018-06-29 05:31:53,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8169af78c44e5acfba2800adcdb119fe585fae4f" 2018-06-29 05:31:53,792 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-062f360a-8f34-4ba9-a116-f1cfa44c1087 Date: Fri, 29 Jun 2018 05:31:53 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-image"} 2018-06-29 05:31:53,792 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-image used request id req-062f360a-8f34-4ba9-a116-f1cfa44c1087 2018-06-29 05:31:53,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8169af78c44e5acfba2800adcdb119fe585fae4f" 2018-06-29 05:31:53,983 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-61f775e1-f37b-4352-a831-d01f96608cd4 Date: Fri, 29 Jun 2018 05:31:53 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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 05:31:53,983 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-61f775e1-f37b-4352-a831-d01f96608cd4 2018-06-29 05:31:54,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8169af78c44e5acfba2800adcdb119fe585fae4f" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-image"}' 2018-06-29 05:31:54,540 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/b4da5c2f-1cfa-4b55-b4fe-c6eecb66f62a Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-545c7081-2162-409e-a3ae-9996d2338a74 Date: Fri, 29 Jun 2018 05:31:54 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-image", "tags": [], "container_format": "bare", "created_at": "2018-06-29T05:31:54Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-06-29T05:31:54Z", "visibility": "shared", "locations": [], "self": "/v2/images/b4da5c2f-1cfa-4b55-b4fe-c6eecb66f62a", "min_disk": 0, "protected": false, "id": "b4da5c2f-1cfa-4b55-b4fe-c6eecb66f62a", "file": "/v2/images/b4da5c2f-1cfa-4b55-b4fe-c6eecb66f62a/file", "checksum": null, "owner": "cd9dbb674f044f3998e73a09e2cc2f57", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 05:31:54,540 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-545c7081-2162-409e-a3ae-9996d2338a74 2018-06-29 05:31:54,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/b4da5c2f-1cfa-4b55-b4fe-c6eecb66f62a/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8169af78c44e5acfba2800adcdb119fe585fae4f" -d '' 2018-06-29 05:31:55,238 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0099dc53-6964-4739-bc70-a9830c871150 Date: Fri, 29 Jun 2018 05:31: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 05:31:55,238 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/b4da5c2f-1cfa-4b55-b4fe-c6eecb66f62a/file used request id req-0099dc53-6964-4739-bc70-a9830c871150 2018-06-29 05:31:55,239 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-06-29 05:31:55,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/b4da5c2f-1cfa-4b55-b4fe-c6eecb66f62a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8169af78c44e5acfba2800adcdb119fe585fae4f" 2018-06-29 05:31:55,910 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-a32a1789-d136-499e-bec9-7cb73c2fb725 Date: Fri, 29 Jun 2018 05:31:55 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-image", "tags": [], "container_format": "bare", "created_at": "2018-06-29T05:31:54Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-06-29T05:31:55Z", "visibility": "shared", "locations": [{"url": "rbd://cc48edf5-5a9c-4722-a2ee-f16c65653e74/images/b4da5c2f-1cfa-4b55-b4fe-c6eecb66f62a/snap", "metadata": {}}], "self": "/v2/images/b4da5c2f-1cfa-4b55-b4fe-c6eecb66f62a", "min_disk": 0, "protected": false, "id": "b4da5c2f-1cfa-4b55-b4fe-c6eecb66f62a", "file": "/v2/images/b4da5c2f-1cfa-4b55-b4fe-c6eecb66f62a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "cd9dbb674f044f3998e73a09e2cc2f57", "direct_url": "rbd://cc48edf5-5a9c-4722-a2ee-f16c65653e74/images/b4da5c2f-1cfa-4b55-b4fe-c6eecb66f62a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 05:31:55,910 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/b4da5c2f-1cfa-4b55-b4fe-c6eecb66f62a used request id req-a32a1789-d136-499e-bec9-7cb73c2fb725 2018-06-29 05:31:55,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8169af78c44e5acfba2800adcdb119fe585fae4f" 2018-06-29 05:31:56,512 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-84c874bb-4f65-40e1-8714-8276bd5bfdbe Date: Fri, 29 Jun 2018 05:31: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 05:31:56,512 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-84c874bb-4f65-40e1-8714-8276bd5bfdbe 2018-06-29 05:31:56,515 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-image 2018-06-29 05:31:56,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/b4da5c2f-1cfa-4b55-b4fe-c6eecb66f62a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8169af78c44e5acfba2800adcdb119fe585fae4f" 2018-06-29 05:31:56,536 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-57022a1a-7aa5-44e0-b27c-4be1dfaa83f1 Date: Fri, 29 Jun 2018 05:31:56 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-image", "tags": [], "container_format": "bare", "created_at": "2018-06-29T05:31:54Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-06-29T05:31:55Z", "visibility": "shared", "locations": [{"url": "rbd://cc48edf5-5a9c-4722-a2ee-f16c65653e74/images/b4da5c2f-1cfa-4b55-b4fe-c6eecb66f62a/snap", "metadata": {}}], "self": "/v2/images/b4da5c2f-1cfa-4b55-b4fe-c6eecb66f62a", "min_disk": 0, "protected": false, "id": "b4da5c2f-1cfa-4b55-b4fe-c6eecb66f62a", "file": "/v2/images/b4da5c2f-1cfa-4b55-b4fe-c6eecb66f62a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "cd9dbb674f044f3998e73a09e2cc2f57", "direct_url": "rbd://cc48edf5-5a9c-4722-a2ee-f16c65653e74/images/b4da5c2f-1cfa-4b55-b4fe-c6eecb66f62a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 05:31:56,537 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/b4da5c2f-1cfa-4b55-b4fe-c6eecb66f62a used request id req-57022a1a-7aa5-44e0-b27c-4be1dfaa83f1 2018-06-29 05:31:56,537 - create_image - DEBUG - Instance status is - active 2018-06-29 05:31:56,537 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-image 2018-06-29 05:31:56,537 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-image 2018-06-29 05:31:56,538 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:31:56,538 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:31:56,951 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:31:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["ouHClgU2Tjeg2xKRLFYR3w"], "issued_at": "2018-06-29T05:31:56.000000Z"}} 2018-06-29 05:31:56,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}4f4919a4ded5980cca9e811d94fd306dfd4d3241" 2018-06-29 05:31:57,034 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:31:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-818343aa-b016-4236-86cc-4646def73a78 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:31:57,034 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-818343aa-b016-4236-86cc-4646def73a78 2018-06-29 05:31:57,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f4919a4ded5980cca9e811d94fd306dfd4d3241" 2018-06-29 05:31:57,230 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-53162f24-bb86-40a1-841a-83aa4998c94a Date: Fri, 29 Jun 2018 05:31:57 GMT RESP BODY: {"networks":[]} 2018-06-29 05:31:57,230 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-net used request id req-53162f24-bb86-40a1-841a-83aa4998c94a 2018-06-29 05:31:57,231 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-net 2018-06-29 05:31:57,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f4919a4ded5980cca9e811d94fd306dfd4d3241" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-net", "admin_state_up": true}}' 2018-06-29 05:31:57,566 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 742 X-Openstack-Request-Id: req-76125fcc-42c4-430e-a544-5bca8c4bed5c Date: Fri, 29 Jun 2018 05:31:57 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"ef454942-0433-4e22-b13e-e48dbe48fc0f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":24,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T05:31:57Z","is_default":false,"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:31:57Z","mtu":1450}} 2018-06-29 05:31:57,566 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-76125fcc-42c4-430e-a544-5bca8c4bed5c 2018-06-29 05:31:57,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=ef454942-0433-4e22-b13e-e48dbe48fc0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f4919a4ded5980cca9e811d94fd306dfd4d3241" 2018-06-29 05:31:57,808 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-12727419-bfae-4af3-9e71-8db0784b014b Date: Fri, 29 Jun 2018 05:31:57 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"ef454942-0433-4e22-b13e-e48dbe48fc0f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":24,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T05:31:57Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:31:57Z","provider:network_type":"vxlan"}]} 2018-06-29 05:31:57,809 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=ef454942-0433-4e22-b13e-e48dbe48fc0f used request id req-12727419-bfae-4af3-9e71-8db0784b014b 2018-06-29 05:31:57,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=ef454942-0433-4e22-b13e-e48dbe48fc0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f4919a4ded5980cca9e811d94fd306dfd4d3241" 2018-06-29 05:31:58,009 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-3a37e12b-3557-4d85-83e2-09f85ff54bba Date: Fri, 29 Jun 2018 05:31:58 GMT RESP BODY: {"subnets":[]} 2018-06-29 05:31:58,009 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=ef454942-0433-4e22-b13e-e48dbe48fc0f used request id req-3a37e12b-3557-4d85-83e2-09f85ff54bba 2018-06-29 05:31:58,010 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-subnet 2018-06-29 05:31:58,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f4919a4ded5980cca9e811d94fd306dfd4d3241" -d '{"subnets": [{"ip_version": 4, "network_id": "ef454942-0433-4e22-b13e-e48dbe48fc0f", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-subnet"}]}' 2018-06-29 05:31:58,620 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-ce389989-fea4-4c42-8e59-48bbe40f4b1a Date: Fri, 29 Jun 2018 05:31:58 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:31:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"efe5d220-f986-4770-a2f6-5a708c563eb6","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-subnet","enable_dhcp":true,"segment_id":null,"network_id":"ef454942-0433-4e22-b13e-e48dbe48fc0f","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:31:58Z","ip_version":4}]} 2018-06-29 05:31:58,620 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-ce389989-fea4-4c42-8e59-48bbe40f4b1a 2018-06-29 05:31:58,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=ef454942-0433-4e22-b13e-e48dbe48fc0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f4919a4ded5980cca9e811d94fd306dfd4d3241" 2018-06-29 05:31:58,900 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-9f0cd679-b023-4455-aeb9-2907df40b7d0 Date: Fri, 29 Jun 2018 05:31:58 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ef454942-0433-4e22-b13e-e48dbe48fc0f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":24,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["efe5d220-f986-4770-a2f6-5a708c563eb6"],"description":"","tags":[],"updated_at":"2018-06-29T05:31:58Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:31:57Z","provider:network_type":"vxlan"}]} 2018-06-29 05:31:58,900 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=ef454942-0433-4e22-b13e-e48dbe48fc0f used request id req-9f0cd679-b023-4455-aeb9-2907df40b7d0 2018-06-29 05:31:58,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=ef454942-0433-4e22-b13e-e48dbe48fc0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f4919a4ded5980cca9e811d94fd306dfd4d3241" 2018-06-29 05:31:58,946 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-06fecacc-8f9e-492d-896f-d5f5ed8c14c7 Date: Fri, 29 Jun 2018 05:31:58 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:31:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"efe5d220-f986-4770-a2f6-5a708c563eb6","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-subnet","enable_dhcp":true,"segment_id":null,"network_id":"ef454942-0433-4e22-b13e-e48dbe48fc0f","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:31:58Z","ip_version":4}]} 2018-06-29 05:31:58,947 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=ef454942-0433-4e22-b13e-e48dbe48fc0f used request id req-06fecacc-8f9e-492d-896f-d5f5ed8c14c7 2018-06-29 05:31:58,947 - OpenStackNetwork - DEBUG - Network [ef454942-0433-4e22-b13e-e48dbe48fc0f] created successfully 2018-06-29 05:31:58,947 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:31:58,948 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:31:59,348 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:31:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["VN71s5ITQ3mrpnwPApewdg"], "issued_at": "2018-06-29T05:31:59.000000Z"}} 2018-06-29 05:31:59,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}7b0c8a6f6810eda571be6369e6db1914b8e08c67" 2018-06-29 05:31:59,436 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:31:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc0ad91a-95c1-40f0-a5e1-f353ef3c55b5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:31:59,436 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-cc0ad91a-95c1-40f0-a5e1-f353ef3c55b5 2018-06-29 05:31:59,437 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 05:31:59,442 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b0c8a6f6810eda571be6369e6db1914b8e08c67" 2018-06-29 05:31:59,656 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:31:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2510b5e3-8718-485f-bd59-c18cf1279bc4 x-compute-request-id: req-2510b5e3-8718-485f-bd59-c18cf1279bc4 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-06-29 05:31:59,657 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-2510b5e3-8718-485f-bd59-c18cf1279bc4 2018-06-29 05:31:59,660 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b0c8a6f6810eda571be6369e6db1914b8e08c67" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-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 05:31:59,718 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:31:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4215b611-90eb-42e6-b6c5-710a0c44867b x-compute-request-id: req-4215b611-90eb-42e6-b6c5-710a0c44867b Content-Encoding: gzip Content-Length: 325 Content-Type: application/json RESP BODY: {"flavor": {"name": "NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-flavor", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/45db0c44-cfad-407b-a62a-a006bd0cbc75", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/45db0c44-cfad-407b-a62a-a006bd0cbc75", "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": "45db0c44-cfad-407b-a62a-a006bd0cbc75"}} 2018-06-29 05:31:59,718 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-4215b611-90eb-42e6-b6c5-710a0c44867b 2018-06-29 05:31:59,719 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:31:59,720 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:32:00,120 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:32:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["pNZ5sB4fSxOz1eRGatJGvA"], "issued_at": "2018-06-29T05:32:00.000000Z"}} 2018-06-29 05:32:00,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}f0fc9fe666727a9c6115c3c79c5cdead2337e0ab" 2018-06-29 05:32:00,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:32:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3650766-5f4e-484c-b7e7-e0786075bb74 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:32:00,213 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c3650766-5f4e-484c-b7e7-e0786075bb74 2018-06-29 05:32:00,218 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0fc9fe666727a9c6115c3c79c5cdead2337e0ab" 2018-06-29 05:32:01,190 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:32:00 GMT Server: Apache x-compute-request-id: req-154a85e0-dcaa-46cd-b99b-82576ac3f004 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-154a85e0-dcaa-46cd-b99b-82576ac3f004 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-06-29 05:32:01,190 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/detail used request id req-154a85e0-dcaa-46cd-b99b-82576ac3f004 2018-06-29 05:32:01,193 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-154a85e0-dcaa-46cd-b99b-82576ac3f004" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0fc9fe666727a9c6115c3c79c5cdead2337e0ab" -d '{"volume": {"status": "creating", "backup_id": null, "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771", "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 05:32:02,473 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 05:32:01 GMT Server: Apache x-compute-request-id: req-7aa213c8-1a35-4c11-b780-af6fe6ca3ac2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-7aa213c8-1a35-4c11-b780-af6fe6ca3ac2 Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "c13100c6fdf740938502979241e10e11", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/84feb088-4df5-48d4-9d3c-128f3b83b4d0", "rel": "self"}, {"href": "http://172.30.9.23:8776/cd9dbb674f044f3998e73a09e2cc2f57/volumes/84feb088-4df5-48d4-9d3c-128f3b83b4d0", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-06-29T05:32:02.000000", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "84feb088-4df5-48d4-9d3c-128f3b83b4d0", "size": 1}} 2018-06-29 05:32:02,473 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes used request id req-7aa213c8-1a35-4c11-b780-af6fe6ca3ac2 2018-06-29 05:32:02,476 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/84feb088-4df5-48d4-9d3c-128f3b83b4d0 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-154a85e0-dcaa-46cd-b99b-82576ac3f004" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0fc9fe666727a9c6115c3c79c5cdead2337e0ab" 2018-06-29 05:32:03,414 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:32:02 GMT Server: Apache x-compute-request-id: req-8003c084-28e7-4aad-925f-094b48fef93a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8003c084-28e7-4aad-925f-094b48fef93a Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/84feb088-4df5-48d4-9d3c-128f3b83b4d0", "rel": "self"}, {"href": "http://172.30.9.23:8776/cd9dbb674f044f3998e73a09e2cc2f57/volumes/84feb088-4df5-48d4-9d3c-128f3b83b4d0", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-06-29T05:32:02.000000", "replication_status": null, "snapshot_id": null, "id": "84feb088-4df5-48d4-9d3c-128f3b83b4d0", "size": 1, "user_id": "c13100c6fdf740938502979241e10e11", "os-vol-tenant-attr:tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "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-332601a0-d8de-4e48-bc22-028329347771", "bootable": "false", "created_at": "2018-06-29T05:32:02.000000", "volume_type": null}} 2018-06-29 05:32:03,414 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/84feb088-4df5-48d4-9d3c-128f3b83b4d0 used request id req-8003c084-28e7-4aad-925f-094b48fef93a 2018-06-29 05:32:03,415 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771 2018-06-29 05:32:03,417 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/84feb088-4df5-48d4-9d3c-128f3b83b4d0 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-154a85e0-dcaa-46cd-b99b-82576ac3f004" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0fc9fe666727a9c6115c3c79c5cdead2337e0ab" 2018-06-29 05:32:04,351 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:32:03 GMT Server: Apache x-compute-request-id: req-2953241e-8ece-4c8d-ad82-d49a4cdb9379 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2953241e-8ece-4c8d-ad82-d49a4cdb9379 Content-Encoding: gzip Content-Length: 523 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/84feb088-4df5-48d4-9d3c-128f3b83b4d0", "rel": "self"}, {"href": "http://172.30.9.23:8776/cd9dbb674f044f3998e73a09e2cc2f57/volumes/84feb088-4df5-48d4-9d3c-128f3b83b4d0", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-06-29T05:32:04.000000", "replication_status": null, "snapshot_id": null, "id": "84feb088-4df5-48d4-9d3c-128f3b83b4d0", "size": 1, "user_id": "c13100c6fdf740938502979241e10e11", "os-vol-tenant-attr:tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "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-332601a0-d8de-4e48-bc22-028329347771", "bootable": "false", "created_at": "2018-06-29T05:32:02.000000", "volume_type": null}} 2018-06-29 05:32:04,352 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/84feb088-4df5-48d4-9d3c-128f3b83b4d0 used request id req-2953241e-8ece-4c8d-ad82-d49a4cdb9379 2018-06-29 05:32:04,352 - create_volume - DEBUG - Instance status is - available 2018-06-29 05:32:04,352 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771 2018-06-29 05:32:04,352 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771 2018-06-29 05:32:04,353 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:32:04,353 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:32:04,747 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:32:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["hFE9jp-QSlyd6TiAzwtNRw"], "issued_at": "2018-06-29T05:32:04.000000Z"}} 2018-06-29 05:32:04,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}0c442c72c5faa726751eca74f1c1bf4e2d30ce78" 2018-06-29 05:32:04,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:32:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52ffae9b-7aab-4153-9cd7-a457ef0274ba Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:32:04,831 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-52ffae9b-7aab-4153-9cd7-a457ef0274ba 2018-06-29 05:32:04,832 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 05:32:04,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}0c442c72c5faa726751eca74f1c1bf4e2d30ce78" 2018-06-29 05:32:04,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:32:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26b81474-0cfc-44f4-bc8c-a75d71d06c64 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:32:04,924 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-26b81474-0cfc-44f4-bc8c-a75d71d06c64 2018-06-29 05:32:04,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c442c72c5faa726751eca74f1c1bf4e2d30ce78" 2018-06-29 05:32:05,441 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-d7c24916-a87d-4f36-8310-476edc617454 Date: Fri, 29 Jun 2018 05:32:05 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ef454942-0433-4e22-b13e-e48dbe48fc0f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":24,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["efe5d220-f986-4770-a2f6-5a708c563eb6"],"description":"","tags":[],"updated_at":"2018-06-29T05:31:58Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:31:57Z","provider:network_type":"vxlan"}]} 2018-06-29 05:32:05,441 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-net used request id req-d7c24916-a87d-4f36-8310-476edc617454 2018-06-29 05:32:05,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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 05:32:05,449 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 05:32:05 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 05:32:05,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c442c72c5faa726751eca74f1c1bf4e2d30ce78" 2018-06-29 05:32:05,540 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:32:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71a223d9-9571-4d8f-bf85-864ff1cf637f Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}} 2018-06-29 05:32:05,541 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 used request id req-71a223d9-9571-4d8f-bf85-864ff1cf637f 2018-06-29 05:32:05,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=ef454942-0433-4e22-b13e-e48dbe48fc0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c442c72c5faa726751eca74f1c1bf4e2d30ce78" 2018-06-29 05:32:05,750 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-181269fd-92e7-4770-a126-cf7fa165f967 Date: Fri, 29 Jun 2018 05:32:05 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:31:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"efe5d220-f986-4770-a2f6-5a708c563eb6","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-subnet","enable_dhcp":true,"segment_id":null,"network_id":"ef454942-0433-4e22-b13e-e48dbe48fc0f","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:31:58Z","ip_version":4}]} 2018-06-29 05:32:05,750 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=ef454942-0433-4e22-b13e-e48dbe48fc0f used request id req-181269fd-92e7-4770-a126-cf7fa165f967 2018-06-29 05:32:05,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=ef454942-0433-4e22-b13e-e48dbe48fc0f&name=NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c442c72c5faa726751eca74f1c1bf4e2d30ce78" 2018-06-29 05:32:05,961 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-89f9fe79-146c-43f9-b4eb-afa58386b91e Date: Fri, 29 Jun 2018 05:32:05 GMT RESP BODY: {"ports":[]} 2018-06-29 05:32:05,961 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=ef454942-0433-4e22-b13e-e48dbe48fc0f&name=NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-port&admin_state_up=True used request id req-89f9fe79-146c-43f9-b4eb-afa58386b91e 2018-06-29 05:32:05,964 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c442c72c5faa726751eca74f1c1bf4e2d30ce78" 2018-06-29 05:32:06,247 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:32: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-f6706e9b-ea22-4c48-856d-a3abbbbedd98 x-compute-request-id: req-f6706e9b-ea22-4c48-856d-a3abbbbedd98 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-06-29 05:32:06,248 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-vm_inst used request id req-f6706e9b-ea22-4c48-856d-a3abbbbedd98 2018-06-29 05:32:06,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c442c72c5faa726751eca74f1c1bf4e2d30ce78" 2018-06-29 05:32:06,341 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-3d04433b-20a2-42ae-a7f9-002104730574 Date: Fri, 29 Jun 2018 05:32:06 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ef454942-0433-4e22-b13e-e48dbe48fc0f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":24,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["efe5d220-f986-4770-a2f6-5a708c563eb6"],"description":"","tags":[],"updated_at":"2018-06-29T05:31:58Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:31:57Z","provider:network_type":"vxlan"}]} 2018-06-29 05:32:06,341 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-net used request id req-3d04433b-20a2-42ae-a7f9-002104730574 2018-06-29 05:32:06,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c442c72c5faa726751eca74f1c1bf4e2d30ce78" 2018-06-29 05:32:06,429 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:32:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd2492b1-92f5-4837-bf4a-b7e84a61e693 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}} 2018-06-29 05:32:06,429 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 used request id req-bd2492b1-92f5-4837-bf4a-b7e84a61e693 2018-06-29 05:32:06,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=ef454942-0433-4e22-b13e-e48dbe48fc0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c442c72c5faa726751eca74f1c1bf4e2d30ce78" 2018-06-29 05:32:06,655 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-5159fa71-c39a-4d08-91f5-768c918ad2a3 Date: Fri, 29 Jun 2018 05:32:06 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:31:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"efe5d220-f986-4770-a2f6-5a708c563eb6","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-subnet","enable_dhcp":true,"segment_id":null,"network_id":"ef454942-0433-4e22-b13e-e48dbe48fc0f","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:31:58Z","ip_version":4}]} 2018-06-29 05:32:06,655 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=ef454942-0433-4e22-b13e-e48dbe48fc0f used request id req-5159fa71-c39a-4d08-91f5-768c918ad2a3 2018-06-29 05:32:06,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=ef454942-0433-4e22-b13e-e48dbe48fc0f&name=NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c442c72c5faa726751eca74f1c1bf4e2d30ce78" 2018-06-29 05:32:06,691 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-425db9ee-2a22-4e90-8760-130c7f353b9c Date: Fri, 29 Jun 2018 05:32:06 GMT RESP BODY: {"ports":[]} 2018-06-29 05:32:06,691 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=ef454942-0433-4e22-b13e-e48dbe48fc0f&name=NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-port&admin_state_up=True used request id req-425db9ee-2a22-4e90-8760-130c7f353b9c 2018-06-29 05:32:06,691 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:32:06,692 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:32:07,089 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:32:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["3pq8wk9ET2aNCp3AOMK1Vw"], "issued_at": "2018-06-29T05:32:07.000000Z"}} 2018-06-29 05:32:07,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}19ad2d5f86561e659a4769ccd551dab758f019a5" 2018-06-29 05:32:07,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:32:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91fc865a-2acf-434d-8d6a-b8b3257950fe Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:32:07,274 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-91fc865a-2acf-434d-8d6a-b8b3257950fe 2018-06-29 05:32:07,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c442c72c5faa726751eca74f1c1bf4e2d30ce78" 2018-06-29 05:32:07,538 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-4f208794-fb5e-45b0-81f9-283302815a5a Date: Fri, 29 Jun 2018 05:32:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ef454942-0433-4e22-b13e-e48dbe48fc0f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":24,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["efe5d220-f986-4770-a2f6-5a708c563eb6"],"description":"","tags":[],"updated_at":"2018-06-29T05:31:58Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:31:57Z","provider:network_type":"vxlan"}]} 2018-06-29 05:32:07,538 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-net used request id req-4f208794-fb5e-45b0-81f9-283302815a5a 2018-06-29 05:32:07,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=ef454942-0433-4e22-b13e-e48dbe48fc0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c442c72c5faa726751eca74f1c1bf4e2d30ce78" 2018-06-29 05:32:07,589 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-cedb8d3d-256c-4ccb-808c-fc420344791d Date: Fri, 29 Jun 2018 05:32:07 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:31:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"efe5d220-f986-4770-a2f6-5a708c563eb6","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-subnet","enable_dhcp":true,"segment_id":null,"network_id":"ef454942-0433-4e22-b13e-e48dbe48fc0f","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:31:58Z","ip_version":4}]} 2018-06-29 05:32:07,590 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=ef454942-0433-4e22-b13e-e48dbe48fc0f used request id req-cedb8d3d-256c-4ccb-808c-fc420344791d 2018-06-29 05:32:07,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c442c72c5faa726751eca74f1c1bf4e2d30ce78" 2018-06-29 05:32:07,850 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-41b9849e-eced-44da-92b8-8434b9b7edfb Date: Fri, 29 Jun 2018 05:32:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ef454942-0433-4e22-b13e-e48dbe48fc0f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":24,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["efe5d220-f986-4770-a2f6-5a708c563eb6"],"description":"","tags":[],"updated_at":"2018-06-29T05:31:58Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:31:57Z","provider:network_type":"vxlan"}]} 2018-06-29 05:32:07,851 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-net used request id req-41b9849e-eced-44da-92b8-8434b9b7edfb 2018-06-29 05:32:07,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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 05:32:07,860 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 05:32: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.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 05:32:07,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19ad2d5f86561e659a4769ccd551dab758f019a5" 2018-06-29 05:32:07,959 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:32:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c602650e-689f-41e2-8d43-97e368d12013 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}} 2018-06-29 05:32:07,960 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 used request id req-c602650e-689f-41e2-8d43-97e368d12013 2018-06-29 05:32:07,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=ef454942-0433-4e22-b13e-e48dbe48fc0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c442c72c5faa726751eca74f1c1bf4e2d30ce78" 2018-06-29 05:32:08,011 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-abffea2c-f88a-4cf9-9064-bd322deb5d25 Date: Fri, 29 Jun 2018 05:32:08 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:31:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"efe5d220-f986-4770-a2f6-5a708c563eb6","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-subnet","enable_dhcp":true,"segment_id":null,"network_id":"ef454942-0433-4e22-b13e-e48dbe48fc0f","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:31:58Z","ip_version":4}]} 2018-06-29 05:32:08,012 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=ef454942-0433-4e22-b13e-e48dbe48fc0f used request id req-abffea2c-f88a-4cf9-9064-bd322deb5d25 2018-06-29 05:32:08,012 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-net 2018-06-29 05:32:08,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c442c72c5faa726751eca74f1c1bf4e2d30ce78" -d '{"port": {"network_id": "ef454942-0433-4e22-b13e-e48dbe48fc0f", "name": "NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-port", "admin_state_up": true}}' 2018-06-29 05:32:08,878 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 907 X-Openstack-Request-Id: req-d558fae6-d8b2-423a-bbcf-3a71aade0ba7 Date: Fri, 29 Jun 2018 05:32:08 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:32:08Z","device_owner":"","revision_number":2,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"efe5d220-f986-4770-a2f6-5a708c563eb6","ip_address":"10.55.0.6"}],"id":"107215a4-dd26-4fe6-9691-ff70d1b5be10","security_groups":["67fd1914-9a13-4c3f-b4a8-3292c73ccfbe"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:e5:fb:cb","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-port","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","qos_policy_id":null,"admin_state_up":true,"network_id":"ef454942-0433-4e22-b13e-e48dbe48fc0f","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:32:08Z","binding:vnic_type":"normal","ip_allocation":"immediate"}} 2018-06-29 05:32:08,878 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-d558fae6-d8b2-423a-bbcf-3a71aade0ba7 2018-06-29 05:32:08,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c442c72c5faa726751eca74f1c1bf4e2d30ce78" 2018-06-29 05:32:09,145 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-8af9febb-2255-457c-bd2c-d5d37ea649f9 Date: Fri, 29 Jun 2018 05:32:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ef454942-0433-4e22-b13e-e48dbe48fc0f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":24,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["efe5d220-f986-4770-a2f6-5a708c563eb6"],"description":"","tags":[],"updated_at":"2018-06-29T05:31:58Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:31:57Z","provider:network_type":"vxlan"}]} 2018-06-29 05:32:09,145 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-net used request id req-8af9febb-2255-457c-bd2c-d5d37ea649f9 2018-06-29 05:32:09,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c442c72c5faa726751eca74f1c1bf4e2d30ce78" 2018-06-29 05:32:09,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:32:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cde5cc14-c017-4aeb-9225-39d8d8d1e9ee Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}} 2018-06-29 05:32:09,239 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 used request id req-cde5cc14-c017-4aeb-9225-39d8d8d1e9ee 2018-06-29 05:32:09,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=ef454942-0433-4e22-b13e-e48dbe48fc0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c442c72c5faa726751eca74f1c1bf4e2d30ce78" 2018-06-29 05:32:09,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-7db2d06a-492b-45d8-b3a4-2e449512180b Date: Fri, 29 Jun 2018 05:32:09 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:31:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"efe5d220-f986-4770-a2f6-5a708c563eb6","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-subnet","enable_dhcp":true,"segment_id":null,"network_id":"ef454942-0433-4e22-b13e-e48dbe48fc0f","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:31:58Z","ip_version":4}]} 2018-06-29 05:32:09,288 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=ef454942-0433-4e22-b13e-e48dbe48fc0f used request id req-7db2d06a-492b-45d8-b3a4-2e449512180b 2018-06-29 05:32:09,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=ef454942-0433-4e22-b13e-e48dbe48fc0f&name=NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c442c72c5faa726751eca74f1c1bf4e2d30ce78" 2018-06-29 05:32:09,532 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 910 X-Openstack-Request-Id: req-4aab08eb-07db-4a59-a741-ab52b4998a5e Date: Fri, 29 Jun 2018 05:32:09 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:32:08Z","device_owner":"","revision_number":2,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"efe5d220-f986-4770-a2f6-5a708c563eb6","ip_address":"10.55.0.6"}],"id":"107215a4-dd26-4fe6-9691-ff70d1b5be10","security_groups":["67fd1914-9a13-4c3f-b4a8-3292c73ccfbe"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:e5:fb:cb","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-port","admin_state_up":true,"network_id":"ef454942-0433-4e22-b13e-e48dbe48fc0f","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:32:08Z","binding:vnic_type":"normal","device_id":"","ip_allocation":"immediate"}]} 2018-06-29 05:32:09,532 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=ef454942-0433-4e22-b13e-e48dbe48fc0f&name=NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-port&admin_state_up=True used request id req-4aab08eb-07db-4a59-a741-ab52b4998a5e 2018-06-29 05:32:09,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c442c72c5faa726751eca74f1c1bf4e2d30ce78" 2018-06-29 05:32:09,626 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:32:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd7ae047-21b4-47ba-ae2a-83f0bae55519 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}} 2018-06-29 05:32:09,626 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 used request id req-fd7ae047-21b4-47ba-ae2a-83f0bae55519 2018-06-29 05:32:09,626 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-vm_inst 2018-06-29 05:32:09,629 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c442c72c5faa726751eca74f1c1bf4e2d30ce78" 2018-06-29 05:32:09,764 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:32: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-2bed619f-8866-44da-af80-61bc437d815e x-compute-request-id: req-2bed619f-8866-44da-af80-61bc437d815e Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"flavors": [{"id": "45db0c44-cfad-407b-a62a-a006bd0cbc75", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/45db0c44-cfad-407b-a62a-a006bd0cbc75", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/45db0c44-cfad-407b-a62a-a006bd0cbc75", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-flavor"}]} 2018-06-29 05:32:09,764 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-2bed619f-8866-44da-af80-61bc437d815e 2018-06-29 05:32:09,767 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/45db0c44-cfad-407b-a62a-a006bd0cbc75 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c442c72c5faa726751eca74f1c1bf4e2d30ce78" 2018-06-29 05:32:09,951 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:32: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-391b3115-0821-46aa-b8f7-84abea1db6b8 x-compute-request-id: req-391b3115-0821-46aa-b8f7-84abea1db6b8 Content-Encoding: gzip Content-Length: 325 Content-Type: application/json RESP BODY: {"flavor": {"name": "NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-flavor", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/45db0c44-cfad-407b-a62a-a006bd0cbc75", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/45db0c44-cfad-407b-a62a-a006bd0cbc75", "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": "45db0c44-cfad-407b-a62a-a006bd0cbc75"}} 2018-06-29 05:32:09,951 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/45db0c44-cfad-407b-a62a-a006bd0cbc75 used request id req-391b3115-0821-46aa-b8f7-84abea1db6b8 2018-06-29 05:32:09,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0c442c72c5faa726751eca74f1c1bf4e2d30ce78" 2018-06-29 05:32:10,157 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-ff1cacd4-b59b-4116-9852-65fe7a3f2a77 Date: Fri, 29 Jun 2018 05:32:10 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-image", "tags": [], "container_format": "bare", "created_at": "2018-06-29T05:31:54Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-06-29T05:31:55Z", "visibility": "shared", "locations": [{"url": "rbd://cc48edf5-5a9c-4722-a2ee-f16c65653e74/images/b4da5c2f-1cfa-4b55-b4fe-c6eecb66f62a/snap", "metadata": {}}], "self": "/v2/images/b4da5c2f-1cfa-4b55-b4fe-c6eecb66f62a", "min_disk": 0, "protected": false, "id": "b4da5c2f-1cfa-4b55-b4fe-c6eecb66f62a", "file": "/v2/images/b4da5c2f-1cfa-4b55-b4fe-c6eecb66f62a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "cd9dbb674f044f3998e73a09e2cc2f57", "direct_url": "rbd://cc48edf5-5a9c-4722-a2ee-f16c65653e74/images/b4da5c2f-1cfa-4b55-b4fe-c6eecb66f62a/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-image"} 2018-06-29 05:32:10,157 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-image used request id req-ff1cacd4-b59b-4116-9852-65fe7a3f2a77 2018-06-29 05:32:10,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0c442c72c5faa726751eca74f1c1bf4e2d30ce78" 2018-06-29 05:32:10,335 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-73ef4565-e5d6-423e-a78d-e212312877a9 Date: Fri, 29 Jun 2018 05:32: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 05:32:10,336 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-73ef4565-e5d6-423e-a78d-e212312877a9 2018-06-29 05:32:10,340 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c442c72c5faa726751eca74f1c1bf4e2d30ce78" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-vm_inst", "imageRef": "b4da5c2f-1cfa-4b55-b4fe-c6eecb66f62a", "flavorRef": "45db0c44-cfad-407b-a62a-a006bd0cbc75", "max_count": 1, "min_count": 1, "networks": [{"port": "107215a4-dd26-4fe6-9691-ff70d1b5be10"}]}}' 2018-06-29 05:32:13,214 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 05:32: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-8a3ad27a-0fce-4ecf-ac4f-6f51ff8a600e x-compute-request-id: req-8a3ad27a-0fce-4ecf-ac4f-6f51ff8a600e Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/a5475a60-b1a8-48da-bf26-4eb3d1bccf5a Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "a5475a60-b1a8-48da-bf26-4eb3d1bccf5a", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a5475a60-b1a8-48da-bf26-4eb3d1bccf5a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a5475a60-b1a8-48da-bf26-4eb3d1bccf5a", "rel": "bookmark"}], "adminPass": "XQ5dtj4UahU3"}} 2018-06-29 05:32:13,214 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-8a3ad27a-0fce-4ecf-ac4f-6f51ff8a600e 2018-06-29 05:32:13,217 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/a5475a60-b1a8-48da-bf26-4eb3d1bccf5a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c442c72c5faa726751eca74f1c1bf4e2d30ce78" 2018-06-29 05:32:13,483 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:32: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-8a85bca5-df24-4fc3-80c4-1a37203c421d x-compute-request-id: req-8a85bca5-df24-4fc3-80c4-1a37203c421d 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.23:8774/v2.1/servers/a5475a60-b1a8-48da-bf26-4eb3d1bccf5a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a5475a60-b1a8-48da-bf26-4eb3d1bccf5a", "rel": "bookmark"}], "image": {"id": "b4da5c2f-1cfa-4b55-b4fe-c6eecb66f62a", "links": [{"href": "http://172.30.9.23:8774/images/b4da5c2f-1cfa-4b55-b4fe-c6eecb66f62a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "45db0c44-cfad-407b-a62a-a006bd0cbc75", "links": [{"href": "http://172.30.9.23:8774/flavors/45db0c44-cfad-407b-a62a-a006bd0cbc75", "rel": "bookmark"}]}, "id": "a5475a60-b1a8-48da-bf26-4eb3d1bccf5a", "user_id": "c13100c6fdf740938502979241e10e11", "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-29T05:32:13Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-vm_inst", "created": "2018-06-29T05:32:13Z", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 05:32:13,483 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a5475a60-b1a8-48da-bf26-4eb3d1bccf5a used request id req-8a85bca5-df24-4fc3-80c4-1a37203c421d 2018-06-29 05:32:13,484 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-vm_inst 2018-06-29 05:32:13,486 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/a5475a60-b1a8-48da-bf26-4eb3d1bccf5a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c442c72c5faa726751eca74f1c1bf4e2d30ce78" 2018-06-29 05:32:13,740 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:32: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-c6aec4b5-1574-4391-871f-4c0d6df1a601 x-compute-request-id: req-c6aec4b5-1574-4391-871f-4c0d6df1a601 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.23:8774/v2.1/servers/a5475a60-b1a8-48da-bf26-4eb3d1bccf5a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a5475a60-b1a8-48da-bf26-4eb3d1bccf5a", "rel": "bookmark"}], "image": {"id": "b4da5c2f-1cfa-4b55-b4fe-c6eecb66f62a", "links": [{"href": "http://172.30.9.23:8774/images/b4da5c2f-1cfa-4b55-b4fe-c6eecb66f62a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "45db0c44-cfad-407b-a62a-a006bd0cbc75", "links": [{"href": "http://172.30.9.23:8774/flavors/45db0c44-cfad-407b-a62a-a006bd0cbc75", "rel": "bookmark"}]}, "id": "a5475a60-b1a8-48da-bf26-4eb3d1bccf5a", "user_id": "c13100c6fdf740938502979241e10e11", "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-29T05:32:13Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-vm_inst", "created": "2018-06-29T05:32:13Z", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 05:32:13,740 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a5475a60-b1a8-48da-bf26-4eb3d1bccf5a used request id req-c6aec4b5-1574-4391-871f-4c0d6df1a601 2018-06-29 05:32:13,740 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-vm_inst] is - BUILD 2018-06-29 05:32:13,740 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-06-29 05:32:16,744 - create_instance - DEBUG - VM status query timeout in 896.740339994 2018-06-29 05:32:16,746 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/a5475a60-b1a8-48da-bf26-4eb3d1bccf5a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c442c72c5faa726751eca74f1c1bf4e2d30ce78" 2018-06-29 05:32:17,499 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:32: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-84ba52b7-d35e-4615-bee5-afc8b95ba887 x-compute-request-id: req-84ba52b7-d35e-4615-bee5-afc8b95ba887 Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a5475a60-b1a8-48da-bf26-4eb3d1bccf5a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a5475a60-b1a8-48da-bf26-4eb3d1bccf5a", "rel": "bookmark"}], "image": {"id": "b4da5c2f-1cfa-4b55-b4fe-c6eecb66f62a", "links": [{"href": "http://172.30.9.23:8774/images/b4da5c2f-1cfa-4b55-b4fe-c6eecb66f62a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": null, "flavor": {"id": "45db0c44-cfad-407b-a62a-a006bd0cbc75", "links": [{"href": "http://172.30.9.23:8774/flavors/45db0c44-cfad-407b-a62a-a006bd0cbc75", "rel": "bookmark"}]}, "id": "a5475a60-b1a8-48da-bf26-4eb3d1bccf5a", "security_groups": [{"name": "default"}], "user_id": "c13100c6fdf740938502979241e10e11", "OS-DCF: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-29T05:32:16Z", "hostId": "117a5b8c289933fa183cf4a2955ac729bbbbcc2626a99edbbbff3147", "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-332601a0-d8de-4e48-bc22-028329347771-vm_inst", "created": "2018-06-29T05:32:13Z", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 05:32:17,499 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a5475a60-b1a8-48da-bf26-4eb3d1bccf5a used request id req-84ba52b7-d35e-4615-bee5-afc8b95ba887 2018-06-29 05:32:17,500 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-vm_inst] is - BUILD 2018-06-29 05:32:17,500 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-06-29 05:32:20,503 - create_instance - DEBUG - VM status query timeout in 892.980789185 2018-06-29 05:32:20,506 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/a5475a60-b1a8-48da-bf26-4eb3d1bccf5a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c442c72c5faa726751eca74f1c1bf4e2d30ce78" 2018-06-29 05:32:21,168 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:32: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-5b353544-4da6-431a-9d16-15d2e7d4f8ad x-compute-request-id: req-5b353544-4da6-431a-9d16-15d2e7d4f8ad Content-Encoding: gzip Content-Length: 817 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:fb:cb", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a5475a60-b1a8-48da-bf26-4eb3d1bccf5a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a5475a60-b1a8-48da-bf26-4eb3d1bccf5a", "rel": "bookmark"}], "image": {"id": "b4da5c2f-1cfa-4b55-b4fe-c6eecb66f62a", "links": [{"href": "http://172.30.9.23:8774/images/b4da5c2f-1cfa-4b55-b4fe-c6eecb66f62a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": null, "flavor": {"id": "45db0c44-cfad-407b-a62a-a006bd0cbc75", "links": [{"href": "http://172.30.9.23:8774/flavors/45db0c44-cfad-407b-a62a-a006bd0cbc75", "rel": "bookmark"}]}, "id": "a5475a60-b1a8-48da-bf26-4eb3d1bccf5a", "security_groups": [{"name": "default"}], "user_id": "c13100c6fdf740938502979241e10e11", "OS-DCF: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-29T05:32:16Z", "hostId": "117a5b8c289933fa183cf4a2955ac729bbbbcc2626a99edbbbff3147", "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-332601a0-d8de-4e48-bc22-028329347771-vm_inst", "created": "2018-06-29T05:32:13Z", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 05:32:21,168 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a5475a60-b1a8-48da-bf26-4eb3d1bccf5a used request id req-5b353544-4da6-431a-9d16-15d2e7d4f8ad 2018-06-29 05:32:21,168 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-vm_inst] is - BUILD 2018-06-29 05:32:21,169 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-06-29 05:32:24,172 - create_instance - DEBUG - VM status query timeout in 889.312055111 2018-06-29 05:32:24,175 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/a5475a60-b1a8-48da-bf26-4eb3d1bccf5a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c442c72c5faa726751eca74f1c1bf4e2d30ce78" 2018-06-29 05:32:25,147 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:32: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-b18600aa-bf37-4fd2-8ab6-b930d665ef56 x-compute-request-id: req-b18600aa-bf37-4fd2-8ab6-b930d665ef56 Content-Encoding: gzip Content-Length: 822 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:fb:cb", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a5475a60-b1a8-48da-bf26-4eb3d1bccf5a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a5475a60-b1a8-48da-bf26-4eb3d1bccf5a", "rel": "bookmark"}], "image": {"id": "b4da5c2f-1cfa-4b55-b4fe-c6eecb66f62a", "links": [{"href": "http://172.30.9.23:8774/images/b4da5c2f-1cfa-4b55-b4fe-c6eecb66f62a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-06-29T05:24:19.000000", "flavor": {"id": "45db0c44-cfad-407b-a62a-a006bd0cbc75", "links": [{"href": "http://172.30.9.23:8774/flavors/45db0c44-cfad-407b-a62a-a006bd0cbc75", "rel": "bookmark"}]}, "id": "a5475a60-b1a8-48da-bf26-4eb3d1bccf5a", "security_groups": [{"name": "default"}], "user_id": "c13100c6fdf740938502979241e10e11", "OS-DCF: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-29T05:32:21Z", "hostId": "117a5b8c289933fa183cf4a2955ac729bbbbcc2626a99edbbbff3147", "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-332601a0-d8de-4e48-bc22-028329347771-vm_inst", "created": "2018-06-29T05:32:13Z", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 05:32:25,148 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a5475a60-b1a8-48da-bf26-4eb3d1bccf5a used request id req-b18600aa-bf37-4fd2-8ab6-b930d665ef56 2018-06-29 05:32:25,148 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-vm_inst] is - ACTIVE 2018-06-29 05:32:25,148 - create_instance - INFO - VM is - ACTIVE 2018-06-29 05:32:25,151 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/a5475a60-b1a8-48da-bf26-4eb3d1bccf5a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c442c72c5faa726751eca74f1c1bf4e2d30ce78" 2018-06-29 05:32:25,983 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:32: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-ef72a90e-4eab-4b0f-beed-bd58a887b179 x-compute-request-id: req-ef72a90e-4eab-4b0f-beed-bd58a887b179 Content-Encoding: gzip Content-Length: 822 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:fb:cb", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a5475a60-b1a8-48da-bf26-4eb3d1bccf5a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a5475a60-b1a8-48da-bf26-4eb3d1bccf5a", "rel": "bookmark"}], "image": {"id": "b4da5c2f-1cfa-4b55-b4fe-c6eecb66f62a", "links": [{"href": "http://172.30.9.23:8774/images/b4da5c2f-1cfa-4b55-b4fe-c6eecb66f62a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-06-29T05:24:19.000000", "flavor": {"id": "45db0c44-cfad-407b-a62a-a006bd0cbc75", "links": [{"href": "http://172.30.9.23:8774/flavors/45db0c44-cfad-407b-a62a-a006bd0cbc75", "rel": "bookmark"}]}, "id": "a5475a60-b1a8-48da-bf26-4eb3d1bccf5a", "security_groups": [{"name": "default"}], "user_id": "c13100c6fdf740938502979241e10e11", "OS-DCF: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-29T05:32:21Z", "hostId": "117a5b8c289933fa183cf4a2955ac729bbbbcc2626a99edbbbff3147", "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-332601a0-d8de-4e48-bc22-028329347771-vm_inst", "created": "2018-06-29T05:32:13Z", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 05:32:25,984 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a5475a60-b1a8-48da-bf26-4eb3d1bccf5a used request id req-ef72a90e-4eab-4b0f-beed-bd58a887b179 2018-06-29 05:32:25,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c442c72c5faa726751eca74f1c1bf4e2d30ce78" 2018-06-29 05:32:26,077 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-f3120d29-7a15-4fd5-bee0-0407119858d9 Date: Fri, 29 Jun 2018 05:32:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ef454942-0433-4e22-b13e-e48dbe48fc0f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":24,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["efe5d220-f986-4770-a2f6-5a708c563eb6"],"description":"","tags":[],"updated_at":"2018-06-29T05:31:58Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:31:57Z","provider:network_type":"vxlan"}]} 2018-06-29 05:32:26,077 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-net used request id req-f3120d29-7a15-4fd5-bee0-0407119858d9 2018-06-29 05:32:26,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c442c72c5faa726751eca74f1c1bf4e2d30ce78" 2018-06-29 05:32:26,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:32:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d4e1c51-62be-4b68-9a9f-2a2671130d1c Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}} 2018-06-29 05:32:26,179 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 used request id req-5d4e1c51-62be-4b68-9a9f-2a2671130d1c 2018-06-29 05:32:26,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=ef454942-0433-4e22-b13e-e48dbe48fc0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c442c72c5faa726751eca74f1c1bf4e2d30ce78" 2018-06-29 05:32:26,228 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-de46541c-6a6f-4aa8-a9c5-b2e7697e62a7 Date: Fri, 29 Jun 2018 05:32:26 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:31:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"efe5d220-f986-4770-a2f6-5a708c563eb6","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-subnet","enable_dhcp":true,"segment_id":null,"network_id":"ef454942-0433-4e22-b13e-e48dbe48fc0f","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:31:58Z","ip_version":4}]} 2018-06-29 05:32:26,228 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=ef454942-0433-4e22-b13e-e48dbe48fc0f used request id req-de46541c-6a6f-4aa8-a9c5-b2e7697e62a7 2018-06-29 05:32:26,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=ef454942-0433-4e22-b13e-e48dbe48fc0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c442c72c5faa726751eca74f1c1bf4e2d30ce78" 2018-06-29 05:32:26,298 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3994 X-Openstack-Request-Id: req-06a33f81-1c61-447a-bd78-f5bdb27f5de6 Date: Fri, 29 Jun 2018 05:32:26 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:32:20Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"efe5d220-f986-4770-a2f6-5a708c563eb6","ip_address":"10.55.0.6"}],"id":"107215a4-dd26-4fe6-9691-ff70d1b5be10","security_groups":["67fd1914-9a13-4c3f-b4a8-3292c73ccfbe"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e5:fb:cb","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-port","admin_state_up":true,"network_id":"ef454942-0433-4e22-b13e-e48dbe48fc0f","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:32:08Z","binding:vnic_type":"normal","device_id":"a5475a60-b1a8-48da-bf26-4eb3d1bccf5a","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:32:02Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"efe5d220-f986-4770-a2f6-5a708c563eb6","ip_address":"10.55.0.4"}],"id":"483d0c2a-119b-4b6c-ab99-cccdeeb1092d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:83:7b:8b","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ef454942-0433-4e22-b13e-e48dbe48fc0f","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:32:00Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-ef454942-0433-4e22-b13e-e48dbe48fc0f","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:32:01Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"efe5d220-f986-4770-a2f6-5a708c563eb6","ip_address":"10.55.0.2"}],"id":"58d4b8e4-0fc2-4dbc-a13b-3bde3a1342ac","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:64:8b:e5","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ef454942-0433-4e22-b13e-e48dbe48fc0f","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:31:58Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-ef454942-0433-4e22-b13e-e48dbe48fc0f","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:32:01Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"efe5d220-f986-4770-a2f6-5a708c563eb6","ip_address":"10.55.0.3"}],"id":"5a40c146-8b45-4064-b3a6-5a02f4ab6a0d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:64:ab:2a","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ef454942-0433-4e22-b13e-e48dbe48fc0f","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:31:59Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-ef454942-0433-4e22-b13e-e48dbe48fc0f","ip_allocation":"immediate"}]} 2018-06-29 05:32:26,298 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=ef454942-0433-4e22-b13e-e48dbe48fc0f used request id req-06a33f81-1c61-447a-bd78-f5bdb27f5de6 2018-06-29 05:32:26,299 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:32:26,686 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:32:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["HgyyyIQ8QSOIb_A80er45A"], "issued_at": "2018-06-29T05:32:26.000000Z"}} 2018-06-29 05:32:26,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}43222d5b29b45ca23656a1f3a82efd862f013b7d" 2018-06-29 05:32:26,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:32:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12415071-7dba-46d1-9020-49e4b3fce060 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:32:26,779 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-12415071-7dba-46d1-9020-49e4b3fce060 2018-06-29 05:32:26,783 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/a5475a60-b1a8-48da-bf26-4eb3d1bccf5a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c442c72c5faa726751eca74f1c1bf4e2d30ce78" 2018-06-29 05:32:27,335 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:32: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-fc8627d6-af03-4090-bf97-5898e26f851b x-compute-request-id: req-fc8627d6-af03-4090-bf97-5898e26f851b Content-Encoding: gzip Content-Length: 822 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:fb:cb", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a5475a60-b1a8-48da-bf26-4eb3d1bccf5a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a5475a60-b1a8-48da-bf26-4eb3d1bccf5a", "rel": "bookmark"}], "image": {"id": "b4da5c2f-1cfa-4b55-b4fe-c6eecb66f62a", "links": [{"href": "http://172.30.9.23:8774/images/b4da5c2f-1cfa-4b55-b4fe-c6eecb66f62a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-06-29T05:24:19.000000", "flavor": {"id": "45db0c44-cfad-407b-a62a-a006bd0cbc75", "links": [{"href": "http://172.30.9.23:8774/flavors/45db0c44-cfad-407b-a62a-a006bd0cbc75", "rel": "bookmark"}]}, "id": "a5475a60-b1a8-48da-bf26-4eb3d1bccf5a", "security_groups": [{"name": "default"}], "user_id": "c13100c6fdf740938502979241e10e11", "OS-DCF: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-29T05:32:21Z", "hostId": "117a5b8c289933fa183cf4a2955ac729bbbbcc2626a99edbbbff3147", "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-332601a0-d8de-4e48-bc22-028329347771-vm_inst", "created": "2018-06-29T05:32:13Z", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 05:32:27,335 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a5475a60-b1a8-48da-bf26-4eb3d1bccf5a used request id req-fc8627d6-af03-4090-bf97-5898e26f851b 2018-06-29 05:32:27,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c442c72c5faa726751eca74f1c1bf4e2d30ce78" 2018-06-29 05:32:27,600 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-4d6ae57b-ccc9-4698-a17d-b35faa9870ed Date: Fri, 29 Jun 2018 05:32:27 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ef454942-0433-4e22-b13e-e48dbe48fc0f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":24,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["efe5d220-f986-4770-a2f6-5a708c563eb6"],"description":"","tags":[],"updated_at":"2018-06-29T05:31:58Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:31:57Z","provider:network_type":"vxlan"}]} 2018-06-29 05:32:27,600 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-net used request id req-4d6ae57b-ccc9-4698-a17d-b35faa9870ed 2018-06-29 05:32:27,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c442c72c5faa726751eca74f1c1bf4e2d30ce78" 2018-06-29 05:32:27,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:32:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dfd91c98-f2b1-428a-b3d1-2004f0889528 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}} 2018-06-29 05:32:27,703 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 used request id req-dfd91c98-f2b1-428a-b3d1-2004f0889528 2018-06-29 05:32:27,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=ef454942-0433-4e22-b13e-e48dbe48fc0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c442c72c5faa726751eca74f1c1bf4e2d30ce78" 2018-06-29 05:32:27,751 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-a2a33253-a1e6-444a-91fa-08e49f7d38a5 Date: Fri, 29 Jun 2018 05:32:27 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:31:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"efe5d220-f986-4770-a2f6-5a708c563eb6","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-subnet","enable_dhcp":true,"segment_id":null,"network_id":"ef454942-0433-4e22-b13e-e48dbe48fc0f","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:31:58Z","ip_version":4}]} 2018-06-29 05:32:27,751 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=ef454942-0433-4e22-b13e-e48dbe48fc0f used request id req-a2a33253-a1e6-444a-91fa-08e49f7d38a5 2018-06-29 05:32:27,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=ef454942-0433-4e22-b13e-e48dbe48fc0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c442c72c5faa726751eca74f1c1bf4e2d30ce78" 2018-06-29 05:32:27,816 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3994 X-Openstack-Request-Id: req-8d59b2c3-e274-4db2-9984-d528eec2f697 Date: Fri, 29 Jun 2018 05:32:27 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:32:20Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"efe5d220-f986-4770-a2f6-5a708c563eb6","ip_address":"10.55.0.6"}],"id":"107215a4-dd26-4fe6-9691-ff70d1b5be10","security_groups":["67fd1914-9a13-4c3f-b4a8-3292c73ccfbe"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e5:fb:cb","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-port","admin_state_up":true,"network_id":"ef454942-0433-4e22-b13e-e48dbe48fc0f","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:32:08Z","binding:vnic_type":"normal","device_id":"a5475a60-b1a8-48da-bf26-4eb3d1bccf5a","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:32:02Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"efe5d220-f986-4770-a2f6-5a708c563eb6","ip_address":"10.55.0.4"}],"id":"483d0c2a-119b-4b6c-ab99-cccdeeb1092d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:83:7b:8b","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ef454942-0433-4e22-b13e-e48dbe48fc0f","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:32:00Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-ef454942-0433-4e22-b13e-e48dbe48fc0f","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:32:01Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"efe5d220-f986-4770-a2f6-5a708c563eb6","ip_address":"10.55.0.2"}],"id":"58d4b8e4-0fc2-4dbc-a13b-3bde3a1342ac","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:64:8b:e5","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ef454942-0433-4e22-b13e-e48dbe48fc0f","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:31:58Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-ef454942-0433-4e22-b13e-e48dbe48fc0f","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:32:01Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"efe5d220-f986-4770-a2f6-5a708c563eb6","ip_address":"10.55.0.3"}],"id":"5a40c146-8b45-4064-b3a6-5a02f4ab6a0d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:64:ab:2a","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ef454942-0433-4e22-b13e-e48dbe48fc0f","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:31:59Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-ef454942-0433-4e22-b13e-e48dbe48fc0f","ip_allocation":"immediate"}]} 2018-06-29 05:32:27,817 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=ef454942-0433-4e22-b13e-e48dbe48fc0f used request id req-8d59b2c3-e274-4db2-9984-d528eec2f697 2018-06-29 05:32:27,820 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/a5475a60-b1a8-48da-bf26-4eb3d1bccf5a/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43222d5b29b45ca23656a1f3a82efd862f013b7d" -d '{"volumeAttachment": {"volumeId": "84feb088-4df5-48d4-9d3c-128f3b83b4d0"}}' 2018-06-29 05:32:52,704 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:32:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f24c29d2-c58c-4289-832a-b0638cb58832 x-compute-request-id: req-f24c29d2-c58c-4289-832a-b0638cb58832 Content-Encoding: gzip Content-Length: 146 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "a5475a60-b1a8-48da-bf26-4eb3d1bccf5a", "id": "84feb088-4df5-48d4-9d3c-128f3b83b4d0", "volumeId": "84feb088-4df5-48d4-9d3c-128f3b83b4d0"}} 2018-06-29 05:32:52,704 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a5475a60-b1a8-48da-bf26-4eb3d1bccf5a/os-volume_attachments used request id req-f24c29d2-c58c-4289-832a-b0638cb58832 2018-06-29 05:32:52,708 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/a5475a60-b1a8-48da-bf26-4eb3d1bccf5a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43222d5b29b45ca23656a1f3a82efd862f013b7d" 2018-06-29 05:32:53,634 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:32:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5752c4e9-8d4a-420a-9ee5-978b5f07e4d8 x-compute-request-id: req-5752c4e9-8d4a-420a-9ee5-978b5f07e4d8 Content-Encoding: gzip Content-Length: 848 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:fb:cb", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a5475a60-b1a8-48da-bf26-4eb3d1bccf5a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a5475a60-b1a8-48da-bf26-4eb3d1bccf5a", "rel": "bookmark"}], "image": {"id": "b4da5c2f-1cfa-4b55-b4fe-c6eecb66f62a", "links": [{"href": "http://172.30.9.23:8774/images/b4da5c2f-1cfa-4b55-b4fe-c6eecb66f62a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-06-29T05:24:19.000000", "flavor": {"id": "45db0c44-cfad-407b-a62a-a006bd0cbc75", "links": [{"href": "http://172.30.9.23:8774/flavors/45db0c44-cfad-407b-a62a-a006bd0cbc75", "rel": "bookmark"}]}, "id": "a5475a60-b1a8-48da-bf26-4eb3d1bccf5a", "security_groups": [{"name": "default"}], "user_id": "c13100c6fdf740938502979241e10e11", "OS-DCF: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-29T05:32:21Z", "hostId": "117a5b8c289933fa183cf4a2955ac729bbbbcc2626a99edbbbff3147", "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-332601a0-d8de-4e48-bc22-028329347771-vm_inst", "created": "2018-06-29T05:32:13Z", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "os-extended-volumes:volumes_attached": [{"id": "84feb088-4df5-48d4-9d3c-128f3b83b4d0"}], "metadata": {}}} 2018-06-29 05:32:53,634 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a5475a60-b1a8-48da-bf26-4eb3d1bccf5a used request id req-5752c4e9-8d4a-420a-9ee5-978b5f07e4d8 2018-06-29 05:32:53,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43222d5b29b45ca23656a1f3a82efd862f013b7d" 2018-06-29 05:32:53,722 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-10b571b0-9514-41b6-85db-e5a5539ba788 Date: Fri, 29 Jun 2018 05:32:53 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ef454942-0433-4e22-b13e-e48dbe48fc0f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":24,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["efe5d220-f986-4770-a2f6-5a708c563eb6"],"description":"","tags":[],"updated_at":"2018-06-29T05:31:58Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:31:57Z","provider:network_type":"vxlan"}]} 2018-06-29 05:32:53,722 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-net used request id req-10b571b0-9514-41b6-85db-e5a5539ba788 2018-06-29 05:32:53,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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 05:32:53,731 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 05:32: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.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 05:32:53,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43222d5b29b45ca23656a1f3a82efd862f013b7d" 2018-06-29 05:32:53,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:32:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-197726e4-344a-47a4-9b69-d311bec2ce3b Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}} 2018-06-29 05:32:53,830 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 used request id req-197726e4-344a-47a4-9b69-d311bec2ce3b 2018-06-29 05:32:53,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=ef454942-0433-4e22-b13e-e48dbe48fc0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43222d5b29b45ca23656a1f3a82efd862f013b7d" 2018-06-29 05:32:54,046 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-3fb8559e-e178-4e35-801b-72acba76dbb4 Date: Fri, 29 Jun 2018 05:32:54 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:31:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"efe5d220-f986-4770-a2f6-5a708c563eb6","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-subnet","enable_dhcp":true,"segment_id":null,"network_id":"ef454942-0433-4e22-b13e-e48dbe48fc0f","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:31:58Z","ip_version":4}]} 2018-06-29 05:32:54,046 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=ef454942-0433-4e22-b13e-e48dbe48fc0f used request id req-3fb8559e-e178-4e35-801b-72acba76dbb4 2018-06-29 05:32:54,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=ef454942-0433-4e22-b13e-e48dbe48fc0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43222d5b29b45ca23656a1f3a82efd862f013b7d" 2018-06-29 05:32:54,098 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3994 X-Openstack-Request-Id: req-51ed7d94-d014-46fe-ac7f-05757cc13bff Date: Fri, 29 Jun 2018 05:32:54 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:32:20Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"efe5d220-f986-4770-a2f6-5a708c563eb6","ip_address":"10.55.0.6"}],"id":"107215a4-dd26-4fe6-9691-ff70d1b5be10","security_groups":["67fd1914-9a13-4c3f-b4a8-3292c73ccfbe"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e5:fb:cb","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-port","admin_state_up":true,"network_id":"ef454942-0433-4e22-b13e-e48dbe48fc0f","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:32:08Z","binding:vnic_type":"normal","device_id":"a5475a60-b1a8-48da-bf26-4eb3d1bccf5a","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:32:02Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"efe5d220-f986-4770-a2f6-5a708c563eb6","ip_address":"10.55.0.4"}],"id":"483d0c2a-119b-4b6c-ab99-cccdeeb1092d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:83:7b:8b","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ef454942-0433-4e22-b13e-e48dbe48fc0f","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:32:00Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-ef454942-0433-4e22-b13e-e48dbe48fc0f","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:32:01Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"efe5d220-f986-4770-a2f6-5a708c563eb6","ip_address":"10.55.0.2"}],"id":"58d4b8e4-0fc2-4dbc-a13b-3bde3a1342ac","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:64:8b:e5","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ef454942-0433-4e22-b13e-e48dbe48fc0f","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:31:58Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-ef454942-0433-4e22-b13e-e48dbe48fc0f","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:32:01Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"efe5d220-f986-4770-a2f6-5a708c563eb6","ip_address":"10.55.0.3"}],"id":"5a40c146-8b45-4064-b3a6-5a02f4ab6a0d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:64:ab:2a","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ef454942-0433-4e22-b13e-e48dbe48fc0f","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:31:59Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-ef454942-0433-4e22-b13e-e48dbe48fc0f","ip_allocation":"immediate"}]} 2018-06-29 05:32:54,098 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=ef454942-0433-4e22-b13e-e48dbe48fc0f used request id req-51ed7d94-d014-46fe-ac7f-05757cc13bff 2018-06-29 05:32:54,102 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/84feb088-4df5-48d4-9d3c-128f3b83b4d0 -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43222d5b29b45ca23656a1f3a82efd862f013b7d" 2018-06-29 05:32:55,029 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:32:54 GMT Server: Apache x-compute-request-id: req-e922dc9c-2a7a-4468-b321-1a3c73732a00 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e922dc9c-2a7a-4468-b321-1a3c73732a00 Content-Encoding: gzip Content-Length: 525 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/84feb088-4df5-48d4-9d3c-128f3b83b4d0", "rel": "self"}, {"href": "http://172.30.9.23:8776/cd9dbb674f044f3998e73a09e2cc2f57/volumes/84feb088-4df5-48d4-9d3c-128f3b83b4d0", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-06-29T05:32:52.000000", "replication_status": null, "snapshot_id": null, "id": "84feb088-4df5-48d4-9d3c-128f3b83b4d0", "size": 1, "user_id": "c13100c6fdf740938502979241e10e11", "os-vol-tenant-attr:tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "reserved", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771", "bootable": "false", "created_at": "2018-06-29T05:32:02.000000", "volume_type": null}} 2018-06-29 05:32:55,029 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/84feb088-4df5-48d4-9d3c-128f3b83b4d0 used request id req-e922dc9c-2a7a-4468-b321-1a3c73732a00 2018-06-29 05:32:58,035 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/84feb088-4df5-48d4-9d3c-128f3b83b4d0 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e922dc9c-2a7a-4468-b321-1a3c73732a00" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43222d5b29b45ca23656a1f3a82efd862f013b7d" 2018-06-29 05:32:58,971 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:32:58 GMT Server: Apache x-compute-request-id: req-81d671f8-70a5-4659-9ba5-1722b57a6791 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-81d671f8-70a5-4659-9ba5-1722b57a6791 Content-Encoding: gzip Content-Length: 650 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [{"server_id": "a5475a60-b1a8-48da-bf26-4eb3d1bccf5a", "attachment_id": "707e4bb4-4718-4acb-a8cd-d274354b5875", "attached_at": "2018-06-29T05:32:55.000000", "host_name": "overcloud-novacompute-1.opnfvlf.org", "volume_id": "84feb088-4df5-48d4-9d3c-128f3b83b4d0", "device": "/dev/vdb", "id": "84feb088-4df5-48d4-9d3c-128f3b83b4d0"}], "links": [{"href": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/84feb088-4df5-48d4-9d3c-128f3b83b4d0", "rel": "self"}, {"href": "http://172.30.9.23:8776/cd9dbb674f044f3998e73a09e2cc2f57/volumes/84feb088-4df5-48d4-9d3c-128f3b83b4d0", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-06-29T05:32:57.000000", "replication_status": null, "snapshot_id": null, "id": "84feb088-4df5-48d4-9d3c-128f3b83b4d0", "size": 1, "user_id": "c13100c6fdf740938502979241e10e11", "os-vol-tenant-attr:tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "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-332601a0-d8de-4e48-bc22-028329347771", "bootable": "false", "created_at": "2018-06-29T05:32:02.000000", "volume_type": null}} 2018-06-29 05:32:58,971 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/84feb088-4df5-48d4-9d3c-128f3b83b4d0 used request id req-81d671f8-70a5-4659-9ba5-1722b57a6791 2018-06-29 05:32:58,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}43222d5b29b45ca23656a1f3a82efd862f013b7d" 2018-06-29 05:32:59,154 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:32:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56b2c502-e9a9-4b7c-92a2-50638fa2b642 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:32:59,154 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-56b2c502-e9a9-4b7c-92a2-50638fa2b642 2018-06-29 05:32:59,158 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/a5475a60-b1a8-48da-bf26-4eb3d1bccf5a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c442c72c5faa726751eca74f1c1bf4e2d30ce78" 2018-06-29 05:32:59,888 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:32:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-59005058-6539-4e1b-a35d-516f9a12d21f x-compute-request-id: req-59005058-6539-4e1b-a35d-516f9a12d21f Content-Encoding: gzip Content-Length: 848 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:fb:cb", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a5475a60-b1a8-48da-bf26-4eb3d1bccf5a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a5475a60-b1a8-48da-bf26-4eb3d1bccf5a", "rel": "bookmark"}], "image": {"id": "b4da5c2f-1cfa-4b55-b4fe-c6eecb66f62a", "links": [{"href": "http://172.30.9.23:8774/images/b4da5c2f-1cfa-4b55-b4fe-c6eecb66f62a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-06-29T05:24:19.000000", "flavor": {"id": "45db0c44-cfad-407b-a62a-a006bd0cbc75", "links": [{"href": "http://172.30.9.23:8774/flavors/45db0c44-cfad-407b-a62a-a006bd0cbc75", "rel": "bookmark"}]}, "id": "a5475a60-b1a8-48da-bf26-4eb3d1bccf5a", "security_groups": [{"name": "default"}], "user_id": "c13100c6fdf740938502979241e10e11", "OS-DCF: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-29T05:32:21Z", "hostId": "117a5b8c289933fa183cf4a2955ac729bbbbcc2626a99edbbbff3147", "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-332601a0-d8de-4e48-bc22-028329347771-vm_inst", "created": "2018-06-29T05:32:13Z", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "os-extended-volumes:volumes_attached": [{"id": "84feb088-4df5-48d4-9d3c-128f3b83b4d0"}], "metadata": {}}} 2018-06-29 05:32:59,888 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a5475a60-b1a8-48da-bf26-4eb3d1bccf5a used request id req-59005058-6539-4e1b-a35d-516f9a12d21f 2018-06-29 05:32:59,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c442c72c5faa726751eca74f1c1bf4e2d30ce78" 2018-06-29 05:32:59,974 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-028abfda-bdce-4f51-81ce-ac87bac3b151 Date: Fri, 29 Jun 2018 05:32:59 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ef454942-0433-4e22-b13e-e48dbe48fc0f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":24,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["efe5d220-f986-4770-a2f6-5a708c563eb6"],"description":"","tags":[],"updated_at":"2018-06-29T05:31:58Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:31:57Z","provider:network_type":"vxlan"}]} 2018-06-29 05:32:59,975 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-net used request id req-028abfda-bdce-4f51-81ce-ac87bac3b151 2018-06-29 05:32:59,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c442c72c5faa726751eca74f1c1bf4e2d30ce78" 2018-06-29 05:33:00,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:32:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a209f28-3e1b-40e6-ab9c-575005a3f52f Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}} 2018-06-29 05:33:00,072 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 used request id req-4a209f28-3e1b-40e6-ab9c-575005a3f52f 2018-06-29 05:33:00,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=ef454942-0433-4e22-b13e-e48dbe48fc0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c442c72c5faa726751eca74f1c1bf4e2d30ce78" 2018-06-29 05:33:00,287 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-ef93daff-197d-49b4-91bd-c8a3414aaea6 Date: Fri, 29 Jun 2018 05:33:00 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:31:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"efe5d220-f986-4770-a2f6-5a708c563eb6","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-subnet","enable_dhcp":true,"segment_id":null,"network_id":"ef454942-0433-4e22-b13e-e48dbe48fc0f","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:31:58Z","ip_version":4}]} 2018-06-29 05:33:00,287 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=ef454942-0433-4e22-b13e-e48dbe48fc0f used request id req-ef93daff-197d-49b4-91bd-c8a3414aaea6 2018-06-29 05:33:00,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=ef454942-0433-4e22-b13e-e48dbe48fc0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c442c72c5faa726751eca74f1c1bf4e2d30ce78" 2018-06-29 05:33:00,341 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3994 X-Openstack-Request-Id: req-61d7fb4a-1e01-45f1-ad5d-c404b483fe1a Date: Fri, 29 Jun 2018 05:33:00 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:32:20Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"efe5d220-f986-4770-a2f6-5a708c563eb6","ip_address":"10.55.0.6"}],"id":"107215a4-dd26-4fe6-9691-ff70d1b5be10","security_groups":["67fd1914-9a13-4c3f-b4a8-3292c73ccfbe"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e5:fb:cb","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-port","admin_state_up":true,"network_id":"ef454942-0433-4e22-b13e-e48dbe48fc0f","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:32:08Z","binding:vnic_type":"normal","device_id":"a5475a60-b1a8-48da-bf26-4eb3d1bccf5a","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:32:02Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"efe5d220-f986-4770-a2f6-5a708c563eb6","ip_address":"10.55.0.4"}],"id":"483d0c2a-119b-4b6c-ab99-cccdeeb1092d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:83:7b:8b","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ef454942-0433-4e22-b13e-e48dbe48fc0f","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:32:00Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-ef454942-0433-4e22-b13e-e48dbe48fc0f","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:32:01Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"efe5d220-f986-4770-a2f6-5a708c563eb6","ip_address":"10.55.0.2"}],"id":"58d4b8e4-0fc2-4dbc-a13b-3bde3a1342ac","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:64:8b:e5","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ef454942-0433-4e22-b13e-e48dbe48fc0f","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:31:58Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-ef454942-0433-4e22-b13e-e48dbe48fc0f","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:32:01Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"efe5d220-f986-4770-a2f6-5a708c563eb6","ip_address":"10.55.0.3"}],"id":"5a40c146-8b45-4064-b3a6-5a02f4ab6a0d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:64:ab:2a","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ef454942-0433-4e22-b13e-e48dbe48fc0f","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:31:59Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-ef454942-0433-4e22-b13e-e48dbe48fc0f","ip_allocation":"immediate"}]} 2018-06-29 05:33:00,341 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=ef454942-0433-4e22-b13e-e48dbe48fc0f used request id req-61d7fb4a-1e01-45f1-ad5d-c404b483fe1a 2018-06-29 05:33:00,345 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/a5475a60-b1a8-48da-bf26-4eb3d1bccf5a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43222d5b29b45ca23656a1f3a82efd862f013b7d" 2018-06-29 05:33:01,227 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:33: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-85f33a73-def3-4310-b4e2-23d3dfbb2f93 x-compute-request-id: req-85f33a73-def3-4310-b4e2-23d3dfbb2f93 Content-Encoding: gzip Content-Length: 848 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:fb:cb", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a5475a60-b1a8-48da-bf26-4eb3d1bccf5a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a5475a60-b1a8-48da-bf26-4eb3d1bccf5a", "rel": "bookmark"}], "image": {"id": "b4da5c2f-1cfa-4b55-b4fe-c6eecb66f62a", "links": [{"href": "http://172.30.9.23:8774/images/b4da5c2f-1cfa-4b55-b4fe-c6eecb66f62a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-06-29T05:24:19.000000", "flavor": {"id": "45db0c44-cfad-407b-a62a-a006bd0cbc75", "links": [{"href": "http://172.30.9.23:8774/flavors/45db0c44-cfad-407b-a62a-a006bd0cbc75", "rel": "bookmark"}]}, "id": "a5475a60-b1a8-48da-bf26-4eb3d1bccf5a", "security_groups": [{"name": "default"}], "user_id": "c13100c6fdf740938502979241e10e11", "OS-DCF: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-29T05:32:21Z", "hostId": "117a5b8c289933fa183cf4a2955ac729bbbbcc2626a99edbbbff3147", "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-332601a0-d8de-4e48-bc22-028329347771-vm_inst", "created": "2018-06-29T05:32:13Z", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "os-extended-volumes:volumes_attached": [{"id": "84feb088-4df5-48d4-9d3c-128f3b83b4d0"}], "metadata": {}}} 2018-06-29 05:33:01,227 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a5475a60-b1a8-48da-bf26-4eb3d1bccf5a used request id req-85f33a73-def3-4310-b4e2-23d3dfbb2f93 2018-06-29 05:33:01,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43222d5b29b45ca23656a1f3a82efd862f013b7d" 2018-06-29 05:33:01,480 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-5c4bf92f-68ed-4d55-af4a-e49007b0a75c Date: Fri, 29 Jun 2018 05:33:01 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ef454942-0433-4e22-b13e-e48dbe48fc0f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":24,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["efe5d220-f986-4770-a2f6-5a708c563eb6"],"description":"","tags":[],"updated_at":"2018-06-29T05:31:58Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:31:57Z","provider:network_type":"vxlan"}]} 2018-06-29 05:33:01,480 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-net used request id req-5c4bf92f-68ed-4d55-af4a-e49007b0a75c 2018-06-29 05:33:01,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43222d5b29b45ca23656a1f3a82efd862f013b7d" 2018-06-29 05:33:01,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:33:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5307bf5d-3c85-4077-8b50-a8533e9c6537 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}} 2018-06-29 05:33:01,578 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 used request id req-5307bf5d-3c85-4077-8b50-a8533e9c6537 2018-06-29 05:33:01,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=ef454942-0433-4e22-b13e-e48dbe48fc0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43222d5b29b45ca23656a1f3a82efd862f013b7d" 2018-06-29 05:33:01,624 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-624049a9-6804-4635-8c86-6f4f630b998d Date: Fri, 29 Jun 2018 05:33:01 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:31:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"efe5d220-f986-4770-a2f6-5a708c563eb6","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-subnet","enable_dhcp":true,"segment_id":null,"network_id":"ef454942-0433-4e22-b13e-e48dbe48fc0f","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:31:58Z","ip_version":4}]} 2018-06-29 05:33:01,625 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=ef454942-0433-4e22-b13e-e48dbe48fc0f used request id req-624049a9-6804-4635-8c86-6f4f630b998d 2018-06-29 05:33:01,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=ef454942-0433-4e22-b13e-e48dbe48fc0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43222d5b29b45ca23656a1f3a82efd862f013b7d" 2018-06-29 05:33:01,854 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3994 X-Openstack-Request-Id: req-eaeb446f-d198-474d-a6c5-54308f148246 Date: Fri, 29 Jun 2018 05:33:01 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:32:20Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"efe5d220-f986-4770-a2f6-5a708c563eb6","ip_address":"10.55.0.6"}],"id":"107215a4-dd26-4fe6-9691-ff70d1b5be10","security_groups":["67fd1914-9a13-4c3f-b4a8-3292c73ccfbe"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e5:fb:cb","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-port","admin_state_up":true,"network_id":"ef454942-0433-4e22-b13e-e48dbe48fc0f","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:32:08Z","binding:vnic_type":"normal","device_id":"a5475a60-b1a8-48da-bf26-4eb3d1bccf5a","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:32:02Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"efe5d220-f986-4770-a2f6-5a708c563eb6","ip_address":"10.55.0.4"}],"id":"483d0c2a-119b-4b6c-ab99-cccdeeb1092d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:83:7b:8b","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ef454942-0433-4e22-b13e-e48dbe48fc0f","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:32:00Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-ef454942-0433-4e22-b13e-e48dbe48fc0f","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:32:01Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"efe5d220-f986-4770-a2f6-5a708c563eb6","ip_address":"10.55.0.2"}],"id":"58d4b8e4-0fc2-4dbc-a13b-3bde3a1342ac","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:64:8b:e5","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ef454942-0433-4e22-b13e-e48dbe48fc0f","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:31:58Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-ef454942-0433-4e22-b13e-e48dbe48fc0f","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:32:01Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"efe5d220-f986-4770-a2f6-5a708c563eb6","ip_address":"10.55.0.3"}],"id":"5a40c146-8b45-4064-b3a6-5a02f4ab6a0d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:64:ab:2a","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ef454942-0433-4e22-b13e-e48dbe48fc0f","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:31:59Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-ef454942-0433-4e22-b13e-e48dbe48fc0f","ip_allocation":"immediate"}]} 2018-06-29 05:33:01,854 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=ef454942-0433-4e22-b13e-e48dbe48fc0f used request id req-eaeb446f-d198-474d-a6c5-54308f148246 2018-06-29 05:33:01,857 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/a5475a60-b1a8-48da-bf26-4eb3d1bccf5a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c442c72c5faa726751eca74f1c1bf4e2d30ce78" 2018-06-29 05:33:03,123 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:33: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-f9607d94-c1c5-4285-8a1b-9e295faf45c0 x-compute-request-id: req-f9607d94-c1c5-4285-8a1b-9e295faf45c0 Content-Encoding: gzip Content-Length: 848 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:fb:cb", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a5475a60-b1a8-48da-bf26-4eb3d1bccf5a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a5475a60-b1a8-48da-bf26-4eb3d1bccf5a", "rel": "bookmark"}], "image": {"id": "b4da5c2f-1cfa-4b55-b4fe-c6eecb66f62a", "links": [{"href": "http://172.30.9.23:8774/images/b4da5c2f-1cfa-4b55-b4fe-c6eecb66f62a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-06-29T05:24:19.000000", "flavor": {"id": "45db0c44-cfad-407b-a62a-a006bd0cbc75", "links": [{"href": "http://172.30.9.23:8774/flavors/45db0c44-cfad-407b-a62a-a006bd0cbc75", "rel": "bookmark"}]}, "id": "a5475a60-b1a8-48da-bf26-4eb3d1bccf5a", "security_groups": [{"name": "default"}], "user_id": "c13100c6fdf740938502979241e10e11", "OS-DCF: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-29T05:32:21Z", "hostId": "117a5b8c289933fa183cf4a2955ac729bbbbcc2626a99edbbbff3147", "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-332601a0-d8de-4e48-bc22-028329347771-vm_inst", "created": "2018-06-29T05:32:13Z", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "os-extended-volumes:volumes_attached": [{"id": "84feb088-4df5-48d4-9d3c-128f3b83b4d0"}], "metadata": {}}} 2018-06-29 05:33:03,123 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a5475a60-b1a8-48da-bf26-4eb3d1bccf5a used request id req-f9607d94-c1c5-4285-8a1b-9e295faf45c0 2018-06-29 05:33:03,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c442c72c5faa726751eca74f1c1bf4e2d30ce78" 2018-06-29 05:33:03,220 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-1a6274dc-360e-4c84-a9a7-0cd5b68eb270 Date: Fri, 29 Jun 2018 05:33:03 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ef454942-0433-4e22-b13e-e48dbe48fc0f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":24,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["efe5d220-f986-4770-a2f6-5a708c563eb6"],"description":"","tags":[],"updated_at":"2018-06-29T05:31:58Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:31:57Z","provider:network_type":"vxlan"}]} 2018-06-29 05:33:03,220 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-net used request id req-1a6274dc-360e-4c84-a9a7-0cd5b68eb270 2018-06-29 05:33:03,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c442c72c5faa726751eca74f1c1bf4e2d30ce78" 2018-06-29 05:33:03,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:33:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99b0279e-6955-417e-aa9e-a66dd95a6e34 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}} 2018-06-29 05:33:03,324 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 used request id req-99b0279e-6955-417e-aa9e-a66dd95a6e34 2018-06-29 05:33:03,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=ef454942-0433-4e22-b13e-e48dbe48fc0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c442c72c5faa726751eca74f1c1bf4e2d30ce78" 2018-06-29 05:33:03,566 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-5abed9cb-7f58-415c-8fd5-b97d0f524d9f Date: Fri, 29 Jun 2018 05:33:03 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:31:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"efe5d220-f986-4770-a2f6-5a708c563eb6","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-subnet","enable_dhcp":true,"segment_id":null,"network_id":"ef454942-0433-4e22-b13e-e48dbe48fc0f","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:31:58Z","ip_version":4}]} 2018-06-29 05:33:03,566 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=ef454942-0433-4e22-b13e-e48dbe48fc0f used request id req-5abed9cb-7f58-415c-8fd5-b97d0f524d9f 2018-06-29 05:33:03,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=ef454942-0433-4e22-b13e-e48dbe48fc0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c442c72c5faa726751eca74f1c1bf4e2d30ce78" 2018-06-29 05:33:03,616 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3994 X-Openstack-Request-Id: req-77849d6c-a531-4841-b0bb-8245a7f584d1 Date: Fri, 29 Jun 2018 05:33:03 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:32:20Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"efe5d220-f986-4770-a2f6-5a708c563eb6","ip_address":"10.55.0.6"}],"id":"107215a4-dd26-4fe6-9691-ff70d1b5be10","security_groups":["67fd1914-9a13-4c3f-b4a8-3292c73ccfbe"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e5:fb:cb","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-port","admin_state_up":true,"network_id":"ef454942-0433-4e22-b13e-e48dbe48fc0f","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:32:08Z","binding:vnic_type":"normal","device_id":"a5475a60-b1a8-48da-bf26-4eb3d1bccf5a","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:32:02Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"efe5d220-f986-4770-a2f6-5a708c563eb6","ip_address":"10.55.0.4"}],"id":"483d0c2a-119b-4b6c-ab99-cccdeeb1092d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:83:7b:8b","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ef454942-0433-4e22-b13e-e48dbe48fc0f","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:32:00Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-ef454942-0433-4e22-b13e-e48dbe48fc0f","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:32:01Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"efe5d220-f986-4770-a2f6-5a708c563eb6","ip_address":"10.55.0.2"}],"id":"58d4b8e4-0fc2-4dbc-a13b-3bde3a1342ac","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:64:8b:e5","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ef454942-0433-4e22-b13e-e48dbe48fc0f","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:31:58Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-ef454942-0433-4e22-b13e-e48dbe48fc0f","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:32:01Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"efe5d220-f986-4770-a2f6-5a708c563eb6","ip_address":"10.55.0.3"}],"id":"5a40c146-8b45-4064-b3a6-5a02f4ab6a0d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:64:ab:2a","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ef454942-0433-4e22-b13e-e48dbe48fc0f","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:31:59Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-ef454942-0433-4e22-b13e-e48dbe48fc0f","ip_allocation":"immediate"}]} 2018-06-29 05:33:03,616 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=ef454942-0433-4e22-b13e-e48dbe48fc0f used request id req-77849d6c-a531-4841-b0bb-8245a7f584d1 2018-06-29 05:33:03,619 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/servers/a5475a60-b1a8-48da-bf26-4eb3d1bccf5a/os-volume_attachments/84feb088-4df5-48d4-9d3c-128f3b83b4d0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43222d5b29b45ca23656a1f3a82efd862f013b7d" 2018-06-29 05:33:05,203 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 05:33:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5831fe1c-319d-4724-906b-710f186c0319 x-compute-request-id: req-5831fe1c-319d-4724-906b-710f186c0319 Content-Length: 0 Content-Type: application/json 2018-06-29 05:33:05,204 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/a5475a60-b1a8-48da-bf26-4eb3d1bccf5a/os-volume_attachments/84feb088-4df5-48d4-9d3c-128f3b83b4d0 used request id req-5831fe1c-319d-4724-906b-710f186c0319 2018-06-29 05:33:05,206 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/a5475a60-b1a8-48da-bf26-4eb3d1bccf5a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43222d5b29b45ca23656a1f3a82efd862f013b7d" 2018-06-29 05:33:06,462 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:33:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e6f0687e-5d44-4055-8934-d120a6e15a78 x-compute-request-id: req-e6f0687e-5d44-4055-8934-d120a6e15a78 Content-Encoding: gzip Content-Length: 848 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:fb:cb", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a5475a60-b1a8-48da-bf26-4eb3d1bccf5a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a5475a60-b1a8-48da-bf26-4eb3d1bccf5a", "rel": "bookmark"}], "image": {"id": "b4da5c2f-1cfa-4b55-b4fe-c6eecb66f62a", "links": [{"href": "http://172.30.9.23:8774/images/b4da5c2f-1cfa-4b55-b4fe-c6eecb66f62a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-06-29T05:24:19.000000", "flavor": {"id": "45db0c44-cfad-407b-a62a-a006bd0cbc75", "links": [{"href": "http://172.30.9.23:8774/flavors/45db0c44-cfad-407b-a62a-a006bd0cbc75", "rel": "bookmark"}]}, "id": "a5475a60-b1a8-48da-bf26-4eb3d1bccf5a", "security_groups": [{"name": "default"}], "user_id": "c13100c6fdf740938502979241e10e11", "OS-DCF: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-29T05:32:21Z", "hostId": "117a5b8c289933fa183cf4a2955ac729bbbbcc2626a99edbbbff3147", "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-332601a0-d8de-4e48-bc22-028329347771-vm_inst", "created": "2018-06-29T05:32:13Z", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "os-extended-volumes:volumes_attached": [{"id": "84feb088-4df5-48d4-9d3c-128f3b83b4d0"}], "metadata": {}}} 2018-06-29 05:33:06,462 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a5475a60-b1a8-48da-bf26-4eb3d1bccf5a used request id req-e6f0687e-5d44-4055-8934-d120a6e15a78 2018-06-29 05:33:06,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43222d5b29b45ca23656a1f3a82efd862f013b7d" 2018-06-29 05:33:06,898 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-f059dc8c-312a-4e50-a667-f63157827c35 Date: Fri, 29 Jun 2018 05:33:06 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ef454942-0433-4e22-b13e-e48dbe48fc0f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":24,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["efe5d220-f986-4770-a2f6-5a708c563eb6"],"description":"","tags":[],"updated_at":"2018-06-29T05:31:58Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:31:57Z","provider:network_type":"vxlan"}]} 2018-06-29 05:33:06,898 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-net used request id req-f059dc8c-312a-4e50-a667-f63157827c35 2018-06-29 05:33:06,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43222d5b29b45ca23656a1f3a82efd862f013b7d" 2018-06-29 05:33:06,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:33:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d6a99bb-3056-4534-a39d-b560c87737fa Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}} 2018-06-29 05:33:06,987 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 used request id req-1d6a99bb-3056-4534-a39d-b560c87737fa 2018-06-29 05:33:06,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=ef454942-0433-4e22-b13e-e48dbe48fc0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43222d5b29b45ca23656a1f3a82efd862f013b7d" 2018-06-29 05:33:07,209 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-3a1f9c5c-d8de-4516-9811-58d83a77be10 Date: Fri, 29 Jun 2018 05:33:07 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:31:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"efe5d220-f986-4770-a2f6-5a708c563eb6","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-subnet","enable_dhcp":true,"segment_id":null,"network_id":"ef454942-0433-4e22-b13e-e48dbe48fc0f","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:31:58Z","ip_version":4}]} 2018-06-29 05:33:07,210 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=ef454942-0433-4e22-b13e-e48dbe48fc0f used request id req-3a1f9c5c-d8de-4516-9811-58d83a77be10 2018-06-29 05:33:07,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=ef454942-0433-4e22-b13e-e48dbe48fc0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43222d5b29b45ca23656a1f3a82efd862f013b7d" 2018-06-29 05:33:07,445 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3994 X-Openstack-Request-Id: req-255f8c63-88a5-4308-a036-64ac7c3561d8 Date: Fri, 29 Jun 2018 05:33:07 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:32:20Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"efe5d220-f986-4770-a2f6-5a708c563eb6","ip_address":"10.55.0.6"}],"id":"107215a4-dd26-4fe6-9691-ff70d1b5be10","security_groups":["67fd1914-9a13-4c3f-b4a8-3292c73ccfbe"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e5:fb:cb","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-port","admin_state_up":true,"network_id":"ef454942-0433-4e22-b13e-e48dbe48fc0f","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:32:08Z","binding:vnic_type":"normal","device_id":"a5475a60-b1a8-48da-bf26-4eb3d1bccf5a","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:32:02Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"efe5d220-f986-4770-a2f6-5a708c563eb6","ip_address":"10.55.0.4"}],"id":"483d0c2a-119b-4b6c-ab99-cccdeeb1092d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:83:7b:8b","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ef454942-0433-4e22-b13e-e48dbe48fc0f","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:32:00Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-ef454942-0433-4e22-b13e-e48dbe48fc0f","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:32:01Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"efe5d220-f986-4770-a2f6-5a708c563eb6","ip_address":"10.55.0.2"}],"id":"58d4b8e4-0fc2-4dbc-a13b-3bde3a1342ac","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:64:8b:e5","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ef454942-0433-4e22-b13e-e48dbe48fc0f","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:31:58Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-ef454942-0433-4e22-b13e-e48dbe48fc0f","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:32:01Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"efe5d220-f986-4770-a2f6-5a708c563eb6","ip_address":"10.55.0.3"}],"id":"5a40c146-8b45-4064-b3a6-5a02f4ab6a0d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:64:ab:2a","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ef454942-0433-4e22-b13e-e48dbe48fc0f","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:31:59Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-ef454942-0433-4e22-b13e-e48dbe48fc0f","ip_allocation":"immediate"}]} 2018-06-29 05:33:07,445 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=ef454942-0433-4e22-b13e-e48dbe48fc0f used request id req-255f8c63-88a5-4308-a036-64ac7c3561d8 2018-06-29 05:33:10,452 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/a5475a60-b1a8-48da-bf26-4eb3d1bccf5a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43222d5b29b45ca23656a1f3a82efd862f013b7d" 2018-06-29 05:33:11,139 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:33:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2b90d58d-4747-47c9-b0b0-6e277371c485 x-compute-request-id: req-2b90d58d-4747-47c9-b0b0-6e277371c485 Content-Encoding: gzip Content-Length: 822 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:fb:cb", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a5475a60-b1a8-48da-bf26-4eb3d1bccf5a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a5475a60-b1a8-48da-bf26-4eb3d1bccf5a", "rel": "bookmark"}], "image": {"id": "b4da5c2f-1cfa-4b55-b4fe-c6eecb66f62a", "links": [{"href": "http://172.30.9.23:8774/images/b4da5c2f-1cfa-4b55-b4fe-c6eecb66f62a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-06-29T05:24:19.000000", "flavor": {"id": "45db0c44-cfad-407b-a62a-a006bd0cbc75", "links": [{"href": "http://172.30.9.23:8774/flavors/45db0c44-cfad-407b-a62a-a006bd0cbc75", "rel": "bookmark"}]}, "id": "a5475a60-b1a8-48da-bf26-4eb3d1bccf5a", "security_groups": [{"name": "default"}], "user_id": "c13100c6fdf740938502979241e10e11", "OS-DCF: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-29T05:32:21Z", "hostId": "117a5b8c289933fa183cf4a2955ac729bbbbcc2626a99edbbbff3147", "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-332601a0-d8de-4e48-bc22-028329347771-vm_inst", "created": "2018-06-29T05:32:13Z", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 05:33:11,139 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a5475a60-b1a8-48da-bf26-4eb3d1bccf5a used request id req-2b90d58d-4747-47c9-b0b0-6e277371c485 2018-06-29 05:33:11,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43222d5b29b45ca23656a1f3a82efd862f013b7d" 2018-06-29 05:33:11,224 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-3d7c084c-8857-4046-990a-45ccf2471209 Date: Fri, 29 Jun 2018 05:33:11 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ef454942-0433-4e22-b13e-e48dbe48fc0f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":24,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["efe5d220-f986-4770-a2f6-5a708c563eb6"],"description":"","tags":[],"updated_at":"2018-06-29T05:31:58Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:31:57Z","provider:network_type":"vxlan"}]} 2018-06-29 05:33:11,225 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-net used request id req-3d7c084c-8857-4046-990a-45ccf2471209 2018-06-29 05:33:11,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43222d5b29b45ca23656a1f3a82efd862f013b7d" 2018-06-29 05:33:11,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:33:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2862b9a0-0621-4b93-9e0a-6eb9a3105200 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}} 2018-06-29 05:33:11,328 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 used request id req-2862b9a0-0621-4b93-9e0a-6eb9a3105200 2018-06-29 05:33:11,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=ef454942-0433-4e22-b13e-e48dbe48fc0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43222d5b29b45ca23656a1f3a82efd862f013b7d" 2018-06-29 05:33:11,552 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-555e7b7b-c33e-4ef8-aa33-98cdcae10d56 Date: Fri, 29 Jun 2018 05:33:11 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:31:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"efe5d220-f986-4770-a2f6-5a708c563eb6","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-subnet","enable_dhcp":true,"segment_id":null,"network_id":"ef454942-0433-4e22-b13e-e48dbe48fc0f","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:31:58Z","ip_version":4}]} 2018-06-29 05:33:11,552 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=ef454942-0433-4e22-b13e-e48dbe48fc0f used request id req-555e7b7b-c33e-4ef8-aa33-98cdcae10d56 2018-06-29 05:33:11,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=ef454942-0433-4e22-b13e-e48dbe48fc0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43222d5b29b45ca23656a1f3a82efd862f013b7d" 2018-06-29 05:33:11,601 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3994 X-Openstack-Request-Id: req-5f55925b-7423-44b9-bfa1-2530be68d0d1 Date: Fri, 29 Jun 2018 05:33:11 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:32:20Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"efe5d220-f986-4770-a2f6-5a708c563eb6","ip_address":"10.55.0.6"}],"id":"107215a4-dd26-4fe6-9691-ff70d1b5be10","security_groups":["67fd1914-9a13-4c3f-b4a8-3292c73ccfbe"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e5:fb:cb","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-port","admin_state_up":true,"network_id":"ef454942-0433-4e22-b13e-e48dbe48fc0f","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:32:08Z","binding:vnic_type":"normal","device_id":"a5475a60-b1a8-48da-bf26-4eb3d1bccf5a","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:32:02Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"efe5d220-f986-4770-a2f6-5a708c563eb6","ip_address":"10.55.0.4"}],"id":"483d0c2a-119b-4b6c-ab99-cccdeeb1092d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:83:7b:8b","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ef454942-0433-4e22-b13e-e48dbe48fc0f","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:32:00Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-ef454942-0433-4e22-b13e-e48dbe48fc0f","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:32:01Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"efe5d220-f986-4770-a2f6-5a708c563eb6","ip_address":"10.55.0.2"}],"id":"58d4b8e4-0fc2-4dbc-a13b-3bde3a1342ac","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:64:8b:e5","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ef454942-0433-4e22-b13e-e48dbe48fc0f","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:31:58Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-ef454942-0433-4e22-b13e-e48dbe48fc0f","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:32:01Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"efe5d220-f986-4770-a2f6-5a708c563eb6","ip_address":"10.55.0.3"}],"id":"5a40c146-8b45-4064-b3a6-5a02f4ab6a0d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:64:ab:2a","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ef454942-0433-4e22-b13e-e48dbe48fc0f","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:31:59Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-ef454942-0433-4e22-b13e-e48dbe48fc0f","ip_allocation":"immediate"}]} 2018-06-29 05:33:11,602 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=ef454942-0433-4e22-b13e-e48dbe48fc0f used request id req-5f55925b-7423-44b9-bfa1-2530be68d0d1 2018-06-29 05:33:11,604 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/84feb088-4df5-48d4-9d3c-128f3b83b4d0 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e922dc9c-2a7a-4468-b321-1a3c73732a00" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43222d5b29b45ca23656a1f3a82efd862f013b7d" 2018-06-29 05:33:11,855 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:33:11 GMT Server: Apache x-compute-request-id: req-3ae0abb5-49fd-4598-87d9-87a7ddc15a6f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3ae0abb5-49fd-4598-87d9-87a7ddc15a6f Content-Encoding: gzip Content-Length: 525 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/84feb088-4df5-48d4-9d3c-128f3b83b4d0", "rel": "self"}, {"href": "http://172.30.9.23:8776/cd9dbb674f044f3998e73a09e2cc2f57/volumes/84feb088-4df5-48d4-9d3c-128f3b83b4d0", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-06-29T05:33:06.000000", "replication_status": null, "snapshot_id": null, "id": "84feb088-4df5-48d4-9d3c-128f3b83b4d0", "size": 1, "user_id": "c13100c6fdf740938502979241e10e11", "os-vol-tenant-attr:tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "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-332601a0-d8de-4e48-bc22-028329347771", "bootable": "false", "created_at": "2018-06-29T05:32:02.000000", "volume_type": null}} 2018-06-29 05:33:11,856 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/84feb088-4df5-48d4-9d3c-128f3b83b4d0 used request id req-3ae0abb5-49fd-4598-87d9-87a7ddc15a6f 2018-06-29 05:33:11,859 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/a5475a60-b1a8-48da-bf26-4eb3d1bccf5a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c442c72c5faa726751eca74f1c1bf4e2d30ce78" 2018-06-29 05:33:12,677 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:33: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-2c3a81e1-4b54-4050-b43a-67291799cd35 x-compute-request-id: req-2c3a81e1-4b54-4050-b43a-67291799cd35 Content-Encoding: gzip Content-Length: 822 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:fb:cb", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a5475a60-b1a8-48da-bf26-4eb3d1bccf5a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a5475a60-b1a8-48da-bf26-4eb3d1bccf5a", "rel": "bookmark"}], "image": {"id": "b4da5c2f-1cfa-4b55-b4fe-c6eecb66f62a", "links": [{"href": "http://172.30.9.23:8774/images/b4da5c2f-1cfa-4b55-b4fe-c6eecb66f62a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-06-29T05:24:19.000000", "flavor": {"id": "45db0c44-cfad-407b-a62a-a006bd0cbc75", "links": [{"href": "http://172.30.9.23:8774/flavors/45db0c44-cfad-407b-a62a-a006bd0cbc75", "rel": "bookmark"}]}, "id": "a5475a60-b1a8-48da-bf26-4eb3d1bccf5a", "security_groups": [{"name": "default"}], "user_id": "c13100c6fdf740938502979241e10e11", "OS-DCF: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-29T05:32:21Z", "hostId": "117a5b8c289933fa183cf4a2955ac729bbbbcc2626a99edbbbff3147", "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-332601a0-d8de-4e48-bc22-028329347771-vm_inst", "created": "2018-06-29T05:32:13Z", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 05:33:12,678 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a5475a60-b1a8-48da-bf26-4eb3d1bccf5a used request id req-2c3a81e1-4b54-4050-b43a-67291799cd35 2018-06-29 05:33:12,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c442c72c5faa726751eca74f1c1bf4e2d30ce78" 2018-06-29 05:33:12,769 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-85a37d26-55da-4f9c-925d-020d17bfec0f Date: Fri, 29 Jun 2018 05:33:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ef454942-0433-4e22-b13e-e48dbe48fc0f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":24,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["efe5d220-f986-4770-a2f6-5a708c563eb6"],"description":"","tags":[],"updated_at":"2018-06-29T05:31:58Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:31:57Z","provider:network_type":"vxlan"}]} 2018-06-29 05:33:12,769 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-net used request id req-85a37d26-55da-4f9c-925d-020d17bfec0f 2018-06-29 05:33:12,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c442c72c5faa726751eca74f1c1bf4e2d30ce78" 2018-06-29 05:33:12,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:33:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e1b5db0-e73e-4471-954f-d3125c3b8bba Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}} 2018-06-29 05:33:12,870 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 used request id req-6e1b5db0-e73e-4471-954f-d3125c3b8bba 2018-06-29 05:33:12,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=ef454942-0433-4e22-b13e-e48dbe48fc0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c442c72c5faa726751eca74f1c1bf4e2d30ce78" 2018-06-29 05:33:13,095 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-767768c2-198d-4c50-8f30-095a0b48905b Date: Fri, 29 Jun 2018 05:33:13 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:31:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"efe5d220-f986-4770-a2f6-5a708c563eb6","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-subnet","enable_dhcp":true,"segment_id":null,"network_id":"ef454942-0433-4e22-b13e-e48dbe48fc0f","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:31:58Z","ip_version":4}]} 2018-06-29 05:33:13,095 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=ef454942-0433-4e22-b13e-e48dbe48fc0f used request id req-767768c2-198d-4c50-8f30-095a0b48905b 2018-06-29 05:33:13,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=ef454942-0433-4e22-b13e-e48dbe48fc0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c442c72c5faa726751eca74f1c1bf4e2d30ce78" 2018-06-29 05:33:13,149 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3994 X-Openstack-Request-Id: req-626e0ec9-a4bd-4ae9-8580-0617c12fe409 Date: Fri, 29 Jun 2018 05:33:13 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:32:20Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"efe5d220-f986-4770-a2f6-5a708c563eb6","ip_address":"10.55.0.6"}],"id":"107215a4-dd26-4fe6-9691-ff70d1b5be10","security_groups":["67fd1914-9a13-4c3f-b4a8-3292c73ccfbe"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e5:fb:cb","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-port","admin_state_up":true,"network_id":"ef454942-0433-4e22-b13e-e48dbe48fc0f","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:32:08Z","binding:vnic_type":"normal","device_id":"a5475a60-b1a8-48da-bf26-4eb3d1bccf5a","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:32:02Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"efe5d220-f986-4770-a2f6-5a708c563eb6","ip_address":"10.55.0.4"}],"id":"483d0c2a-119b-4b6c-ab99-cccdeeb1092d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:83:7b:8b","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ef454942-0433-4e22-b13e-e48dbe48fc0f","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:32:00Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-ef454942-0433-4e22-b13e-e48dbe48fc0f","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:32:01Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"efe5d220-f986-4770-a2f6-5a708c563eb6","ip_address":"10.55.0.2"}],"id":"58d4b8e4-0fc2-4dbc-a13b-3bde3a1342ac","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:64:8b:e5","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ef454942-0433-4e22-b13e-e48dbe48fc0f","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:31:58Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-ef454942-0433-4e22-b13e-e48dbe48fc0f","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:32:01Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"efe5d220-f986-4770-a2f6-5a708c563eb6","ip_address":"10.55.0.3"}],"id":"5a40c146-8b45-4064-b3a6-5a02f4ab6a0d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:64:ab:2a","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ef454942-0433-4e22-b13e-e48dbe48fc0f","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:31:59Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-ef454942-0433-4e22-b13e-e48dbe48fc0f","ip_allocation":"immediate"}]} 2018-06-29 05:33:13,149 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=ef454942-0433-4e22-b13e-e48dbe48fc0f used request id req-626e0ec9-a4bd-4ae9-8580-0617c12fe409 2018-06-29 05:33:13,153 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/a5475a60-b1a8-48da-bf26-4eb3d1bccf5a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43222d5b29b45ca23656a1f3a82efd862f013b7d" 2018-06-29 05:33:14,366 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:33:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7a34f439-a162-4265-9e81-c071b5803291 x-compute-request-id: req-7a34f439-a162-4265-9e81-c071b5803291 Content-Encoding: gzip Content-Length: 822 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:fb:cb", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a5475a60-b1a8-48da-bf26-4eb3d1bccf5a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a5475a60-b1a8-48da-bf26-4eb3d1bccf5a", "rel": "bookmark"}], "image": {"id": "b4da5c2f-1cfa-4b55-b4fe-c6eecb66f62a", "links": [{"href": "http://172.30.9.23:8774/images/b4da5c2f-1cfa-4b55-b4fe-c6eecb66f62a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-06-29T05:24:19.000000", "flavor": {"id": "45db0c44-cfad-407b-a62a-a006bd0cbc75", "links": [{"href": "http://172.30.9.23:8774/flavors/45db0c44-cfad-407b-a62a-a006bd0cbc75", "rel": "bookmark"}]}, "id": "a5475a60-b1a8-48da-bf26-4eb3d1bccf5a", "security_groups": [{"name": "default"}], "user_id": "c13100c6fdf740938502979241e10e11", "OS-DCF: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-29T05:32:21Z", "hostId": "117a5b8c289933fa183cf4a2955ac729bbbbcc2626a99edbbbff3147", "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-332601a0-d8de-4e48-bc22-028329347771-vm_inst", "created": "2018-06-29T05:32:13Z", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 05:33:14,366 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a5475a60-b1a8-48da-bf26-4eb3d1bccf5a used request id req-7a34f439-a162-4265-9e81-c071b5803291 2018-06-29 05:33:14,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43222d5b29b45ca23656a1f3a82efd862f013b7d" 2018-06-29 05:33:14,613 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-83ab7b4d-2886-4b39-83d3-9853cd5dad5a Date: Fri, 29 Jun 2018 05:33:14 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ef454942-0433-4e22-b13e-e48dbe48fc0f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":24,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["efe5d220-f986-4770-a2f6-5a708c563eb6"],"description":"","tags":[],"updated_at":"2018-06-29T05:31:58Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:31:57Z","provider:network_type":"vxlan"}]} 2018-06-29 05:33:14,613 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-net used request id req-83ab7b4d-2886-4b39-83d3-9853cd5dad5a 2018-06-29 05:33:14,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43222d5b29b45ca23656a1f3a82efd862f013b7d" 2018-06-29 05:33:14,715 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:33:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0d4a8fa-b2f8-400a-9483-a1853676e910 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}} 2018-06-29 05:33:14,715 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 used request id req-f0d4a8fa-b2f8-400a-9483-a1853676e910 2018-06-29 05:33:14,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=ef454942-0433-4e22-b13e-e48dbe48fc0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43222d5b29b45ca23656a1f3a82efd862f013b7d" 2018-06-29 05:33:14,764 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-9ad4d3aa-9361-462b-a86f-990f629b96c1 Date: Fri, 29 Jun 2018 05:33:14 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:31:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"efe5d220-f986-4770-a2f6-5a708c563eb6","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-subnet","enable_dhcp":true,"segment_id":null,"network_id":"ef454942-0433-4e22-b13e-e48dbe48fc0f","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:31:58Z","ip_version":4}]} 2018-06-29 05:33:14,764 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=ef454942-0433-4e22-b13e-e48dbe48fc0f used request id req-9ad4d3aa-9361-462b-a86f-990f629b96c1 2018-06-29 05:33:14,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=ef454942-0433-4e22-b13e-e48dbe48fc0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43222d5b29b45ca23656a1f3a82efd862f013b7d" 2018-06-29 05:33:14,999 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3994 X-Openstack-Request-Id: req-a98e60b7-57ff-4eea-8d01-56e66deb49f0 Date: Fri, 29 Jun 2018 05:33:14 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:32:20Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"efe5d220-f986-4770-a2f6-5a708c563eb6","ip_address":"10.55.0.6"}],"id":"107215a4-dd26-4fe6-9691-ff70d1b5be10","security_groups":["67fd1914-9a13-4c3f-b4a8-3292c73ccfbe"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e5:fb:cb","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-port","admin_state_up":true,"network_id":"ef454942-0433-4e22-b13e-e48dbe48fc0f","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:32:08Z","binding:vnic_type":"normal","device_id":"a5475a60-b1a8-48da-bf26-4eb3d1bccf5a","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:32:02Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"efe5d220-f986-4770-a2f6-5a708c563eb6","ip_address":"10.55.0.4"}],"id":"483d0c2a-119b-4b6c-ab99-cccdeeb1092d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:83:7b:8b","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ef454942-0433-4e22-b13e-e48dbe48fc0f","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:32:00Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-ef454942-0433-4e22-b13e-e48dbe48fc0f","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:32:01Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"efe5d220-f986-4770-a2f6-5a708c563eb6","ip_address":"10.55.0.2"}],"id":"58d4b8e4-0fc2-4dbc-a13b-3bde3a1342ac","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:64:8b:e5","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ef454942-0433-4e22-b13e-e48dbe48fc0f","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:31:58Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-ef454942-0433-4e22-b13e-e48dbe48fc0f","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:32:01Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"efe5d220-f986-4770-a2f6-5a708c563eb6","ip_address":"10.55.0.3"}],"id":"5a40c146-8b45-4064-b3a6-5a02f4ab6a0d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:64:ab:2a","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ef454942-0433-4e22-b13e-e48dbe48fc0f","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:31:59Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-ef454942-0433-4e22-b13e-e48dbe48fc0f","ip_allocation":"immediate"}]} 2018-06-29 05:33:15,000 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=ef454942-0433-4e22-b13e-e48dbe48fc0f used request id req-a98e60b7-57ff-4eea-8d01-56e66deb49f0 2018-06-29 05:33:15,001 - create_instance - INFO - Deleting Port with ID - 107215a4-dd26-4fe6-9691-ff70d1b5be10 2018-06-29 05:33:15,001 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-port 2018-06-29 05:33:15,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/ports/107215a4-dd26-4fe6-9691-ff70d1b5be10 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c442c72c5faa726751eca74f1c1bf4e2d30ce78" 2018-06-29 05:33:15,620 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6f59cb2e-7044-45be-9d28-b710f7f60203 Date: Fri, 29 Jun 2018 05:33:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 05:33:15,620 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/ports/107215a4-dd26-4fe6-9691-ff70d1b5be10 used request id req-6f59cb2e-7044-45be-9d28-b710f7f60203 2018-06-29 05:33:15,620 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-vm_inst 2018-06-29 05:33:15,623 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/servers/a5475a60-b1a8-48da-bf26-4eb3d1bccf5a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c442c72c5faa726751eca74f1c1bf4e2d30ce78" 2018-06-29 05:33:15,802 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 05:33: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-fa07c5a0-d798-4d07-9888-f4bf5526a8bd x-compute-request-id: req-fa07c5a0-d798-4d07-9888-f4bf5526a8bd Content-Type: application/json 2018-06-29 05:33:15,803 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/a5475a60-b1a8-48da-bf26-4eb3d1bccf5a used request id req-fa07c5a0-d798-4d07-9888-f4bf5526a8bd 2018-06-29 05:33:15,803 - create_instance - INFO - Checking deletion status 2018-06-29 05:33:15,805 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/a5475a60-b1a8-48da-bf26-4eb3d1bccf5a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c442c72c5faa726751eca74f1c1bf4e2d30ce78" 2018-06-29 05:33:16,514 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:33: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-c76cb2be-4994-491d-972c-0dbd8ded5752 x-compute-request-id: req-c76cb2be-4994-491d-972c-0dbd8ded5752 Content-Encoding: gzip Content-Length: 806 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:fb:cb", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a5475a60-b1a8-48da-bf26-4eb3d1bccf5a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a5475a60-b1a8-48da-bf26-4eb3d1bccf5a", "rel": "bookmark"}], "image": {"id": "b4da5c2f-1cfa-4b55-b4fe-c6eecb66f62a", "links": [{"href": "http://172.30.9.23:8774/images/b4da5c2f-1cfa-4b55-b4fe-c6eecb66f62a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-06-29T05:24:19.000000", "flavor": {"id": "45db0c44-cfad-407b-a62a-a006bd0cbc75", "links": [{"href": "http://172.30.9.23:8774/flavors/45db0c44-cfad-407b-a62a-a006bd0cbc75", "rel": "bookmark"}]}, "id": "a5475a60-b1a8-48da-bf26-4eb3d1bccf5a", "user_id": "c13100c6fdf740938502979241e10e11", "OS-DCF: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-29T05:33:15Z", "hostId": "117a5b8c289933fa183cf4a2955ac729bbbbcc2626a99edbbbff3147", "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-332601a0-d8de-4e48-bc22-028329347771-vm_inst", "created": "2018-06-29T05:32:13Z", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 05:33:16,514 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a5475a60-b1a8-48da-bf26-4eb3d1bccf5a used request id req-c76cb2be-4994-491d-972c-0dbd8ded5752 2018-06-29 05:33:16,515 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-vm_inst] is - ACTIVE 2018-06-29 05:33:16,515 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-06-29 05:33:19,518 - create_instance - DEBUG - VM status query timeout in 296.285240889 2018-06-29 05:33:19,521 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/a5475a60-b1a8-48da-bf26-4eb3d1bccf5a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c442c72c5faa726751eca74f1c1bf4e2d30ce78" 2018-06-29 05:33:19,563 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 29 Jun 2018 05:33:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3a4a1d3b-a839-4492-9af2-12cc887b4301 x-compute-request-id: req-3a4a1d3b-a839-4492-9af2-12cc887b4301 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance a5475a60-b1a8-48da-bf26-4eb3d1bccf5a could not be found.", "code": 404}} 2018-06-29 05:33:19,563 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a5475a60-b1a8-48da-bf26-4eb3d1bccf5a used request id req-3a4a1d3b-a839-4492-9af2-12cc887b4301 2018-06-29 05:33:19,563 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance a5475a60-b1a8-48da-bf26-4eb3d1bccf5a could not be found. (HTTP 404) (Request-ID: req-3a4a1d3b-a839-4492-9af2-12cc887b4301) 2018-06-29 05:33:19,563 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-vm_inst 2018-06-29 05:33:19,567 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/84feb088-4df5-48d4-9d3c-128f3b83b4d0 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-154a85e0-dcaa-46cd-b99b-82576ac3f004" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0fc9fe666727a9c6115c3c79c5cdead2337e0ab" 2018-06-29 05:33:19,626 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:33:19 GMT Server: Apache x-compute-request-id: req-7656d2d0-60f0-45c2-a4e2-3194e7b19158 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7656d2d0-60f0-45c2-a4e2-3194e7b19158 Content-Encoding: gzip Content-Length: 525 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/84feb088-4df5-48d4-9d3c-128f3b83b4d0", "rel": "self"}, {"href": "http://172.30.9.23:8776/cd9dbb674f044f3998e73a09e2cc2f57/volumes/84feb088-4df5-48d4-9d3c-128f3b83b4d0", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-06-29T05:33:06.000000", "replication_status": null, "snapshot_id": null, "id": "84feb088-4df5-48d4-9d3c-128f3b83b4d0", "size": 1, "user_id": "c13100c6fdf740938502979241e10e11", "os-vol-tenant-attr:tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "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-332601a0-d8de-4e48-bc22-028329347771", "bootable": "false", "created_at": "2018-06-29T05:32:02.000000", "volume_type": null}} 2018-06-29 05:33:19,626 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/84feb088-4df5-48d4-9d3c-128f3b83b4d0 used request id req-7656d2d0-60f0-45c2-a4e2-3194e7b19158 2018-06-29 05:33:19,626 - create_volume - DEBUG - Instance status is - available 2018-06-29 05:33:19,627 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771 2018-06-29 05:33:19,627 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771 2018-06-29 05:33:19,629 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/84feb088-4df5-48d4-9d3c-128f3b83b4d0 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-154a85e0-dcaa-46cd-b99b-82576ac3f004" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0fc9fe666727a9c6115c3c79c5cdead2337e0ab" 2018-06-29 05:33:20,611 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 05:33:19 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-134f0ecc-5bc6-4b95-a075-99f4ecf6c932 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 05:33:20,611 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/84feb088-4df5-48d4-9d3c-128f3b83b4d0 used request id req-134f0ecc-5bc6-4b95-a075-99f4ecf6c932 2018-06-29 05:33:20,614 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/84feb088-4df5-48d4-9d3c-128f3b83b4d0 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-154a85e0-dcaa-46cd-b99b-82576ac3f004" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0fc9fe666727a9c6115c3c79c5cdead2337e0ab" 2018-06-29 05:33:21,493 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 29 Jun 2018 05:33:20 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-72987aa9-3b2f-4772-b0df-35fa5a4223d2 x-openstack-request-id: req-72987aa9-3b2f-4772-b0df-35fa5a4223d2 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 84feb088-4df5-48d4-9d3c-128f3b83b4d0 could not be found.", "code": 404}} 2018-06-29 05:33:21,494 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/84feb088-4df5-48d4-9d3c-128f3b83b4d0 used request id req-72987aa9-3b2f-4772-b0df-35fa5a4223d2 2018-06-29 05:33:21,494 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 84feb088-4df5-48d4-9d3c-128f3b83b4d0 could not be found. (HTTP 404) (Request-ID: req-72987aa9-3b2f-4772-b0df-35fa5a4223d2) 2018-06-29 05:33:21,494 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771 2018-06-29 05:33:21,497 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/45db0c44-cfad-407b-a62a-a006bd0cbc75 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b0c8a6f6810eda571be6369e6db1914b8e08c67" 2018-06-29 05:33:21,531 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 05:33: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-ff06ad08-6bfe-4c8e-b837-09a72763ca48 x-compute-request-id: req-ff06ad08-6bfe-4c8e-b837-09a72763ca48 Content-Length: 0 Content-Type: application/json 2018-06-29 05:33:21,531 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/45db0c44-cfad-407b-a62a-a006bd0cbc75 used request id req-ff06ad08-6bfe-4c8e-b837-09a72763ca48 2018-06-29 05:33:21,531 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-subnet 2018-06-29 05:33:21,532 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-subnet 2018-06-29 05:33:21,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/efe5d220-f986-4770-a2f6-5a708c563eb6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f4919a4ded5980cca9e811d94fd306dfd4d3241" 2018-06-29 05:33:23,734 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-20493d87-20fd-41fc-9136-937bf782bab0 Date: Fri, 29 Jun 2018 05:33:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 05:33:23,734 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/efe5d220-f986-4770-a2f6-5a708c563eb6 used request id req-20493d87-20fd-41fc-9136-937bf782bab0 2018-06-29 05:33:23,734 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-net 2018-06-29 05:33:23,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/ef454942-0433-4e22-b13e-e48dbe48fc0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f4919a4ded5980cca9e811d94fd306dfd4d3241" 2018-06-29 05:33:25,484 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-723c29f0-bd74-45c0-8c7c-1b5c3c7ac3de Date: Fri, 29 Jun 2018 05:33:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 05:33:25,484 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/ef454942-0433-4e22-b13e-e48dbe48fc0f used request id req-723c29f0-bd74-45c0-8c7c-1b5c3c7ac3de 2018-06-29 05:33:25,485 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-332601a0-d8de-4e48-bc22-028329347771-image 2018-06-29 05:33:25,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/b4da5c2f-1cfa-4b55-b4fe-c6eecb66f62a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8169af78c44e5acfba2800adcdb119fe585fae4f" 2018-06-29 05:33:26,829 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-57c9e672-5152-4fe5-b05d-225edbcdd167 Date: Fri, 29 Jun 2018 05:33: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 05:33:26,829 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/b4da5c2f-1cfa-4b55-b4fe-c6eecb66f62a used request id req-57c9e672-5152-4fe5-b05d-225edbcdd167 2018-06-29 05:33:26,831 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 05:33:26,834 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-06-29 05:33:26,834 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:33:26,835 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:33:27,242 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:33:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["T6jOlj9HSi-D5eFlPTZ0eA"], "issued_at": "2018-06-29T05:33:27.000000Z"}} 2018-06-29 05:33:27,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}82548171162ec7e15c571f3c86417233184fb39b" 2018-06-29 05:33:27,330 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:33:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ef49e97-2a43-40c9-95f5-05f2815031ec Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:33:27,331 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1ef49e97-2a43-40c9-95f5-05f2815031ec 2018-06-29 05:33:27,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}82548171162ec7e15c571f3c86417233184fb39b" 2018-06-29 05:33:28,007 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-f49df479-357e-4835-8b23-695ba559c0b1 Date: Fri, 29 Jun 2018 05:33:28 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-image"} 2018-06-29 05:33:28,007 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-image used request id req-f49df479-357e-4835-8b23-695ba559c0b1 2018-06-29 05:33:28,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}82548171162ec7e15c571f3c86417233184fb39b" 2018-06-29 05:33:28,616 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-a642badf-fdb6-4d1e-ab44-f944f08a3d9f Date: Fri, 29 Jun 2018 05:33: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 05:33:28,617 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-a642badf-fdb6-4d1e-ab44-f944f08a3d9f 2018-06-29 05:33:28,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}82548171162ec7e15c571f3c86417233184fb39b" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-image"}' 2018-06-29 05:33:28,858 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/27df0053-cdcb-486b-ba61-a86f8ec12746 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-2c06ca50-810f-47ce-8881-07fc7c79f4a6 Date: Fri, 29 Jun 2018 05:33:28 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-image", "tags": [], "container_format": "bare", "created_at": "2018-06-29T05:33:28Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-06-29T05:33:28Z", "visibility": "shared", "locations": [], "self": "/v2/images/27df0053-cdcb-486b-ba61-a86f8ec12746", "min_disk": 0, "protected": false, "id": "27df0053-cdcb-486b-ba61-a86f8ec12746", "file": "/v2/images/27df0053-cdcb-486b-ba61-a86f8ec12746/file", "checksum": null, "owner": "cd9dbb674f044f3998e73a09e2cc2f57", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 05:33:28,858 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-2c06ca50-810f-47ce-8881-07fc7c79f4a6 2018-06-29 05:33:28,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/27df0053-cdcb-486b-ba61-a86f8ec12746/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}82548171162ec7e15c571f3c86417233184fb39b" -d '' 2018-06-29 05:33:30,603 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-eaf875d3-9d86-4df2-a40f-715123b27f54 Date: Fri, 29 Jun 2018 05:33:30 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 05:33:30,603 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/27df0053-cdcb-486b-ba61-a86f8ec12746/file used request id req-eaf875d3-9d86-4df2-a40f-715123b27f54 2018-06-29 05:33:30,604 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-06-29 05:33:30,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/27df0053-cdcb-486b-ba61-a86f8ec12746 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}82548171162ec7e15c571f3c86417233184fb39b" 2018-06-29 05:33:30,801 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-af23674d-0097-4c93-a1aa-bbaaf5b37bb7 Date: Fri, 29 Jun 2018 05:33:30 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-image", "tags": [], "container_format": "bare", "created_at": "2018-06-29T05:33:28Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-06-29T05:33:30Z", "visibility": "shared", "locations": [{"url": "rbd://cc48edf5-5a9c-4722-a2ee-f16c65653e74/images/27df0053-cdcb-486b-ba61-a86f8ec12746/snap", "metadata": {}}], "self": "/v2/images/27df0053-cdcb-486b-ba61-a86f8ec12746", "min_disk": 0, "protected": false, "id": "27df0053-cdcb-486b-ba61-a86f8ec12746", "file": "/v2/images/27df0053-cdcb-486b-ba61-a86f8ec12746/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "cd9dbb674f044f3998e73a09e2cc2f57", "direct_url": "rbd://cc48edf5-5a9c-4722-a2ee-f16c65653e74/images/27df0053-cdcb-486b-ba61-a86f8ec12746/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 05:33:30,801 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/27df0053-cdcb-486b-ba61-a86f8ec12746 used request id req-af23674d-0097-4c93-a1aa-bbaaf5b37bb7 2018-06-29 05:33:30,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}82548171162ec7e15c571f3c86417233184fb39b" 2018-06-29 05:33:31,425 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-dd630b6c-70c2-40f9-a140-297807b3cfc1 Date: Fri, 29 Jun 2018 05:33:31 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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 05:33:31,425 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-dd630b6c-70c2-40f9-a140-297807b3cfc1 2018-06-29 05:33:31,428 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-image 2018-06-29 05:33:31,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/27df0053-cdcb-486b-ba61-a86f8ec12746 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}82548171162ec7e15c571f3c86417233184fb39b" 2018-06-29 05:33:31,650 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-db37bff7-b50e-41c7-aa81-ab4990ed5bae Date: Fri, 29 Jun 2018 05:33:31 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-image", "tags": [], "container_format": "bare", "created_at": "2018-06-29T05:33:28Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-06-29T05:33:30Z", "visibility": "shared", "locations": [{"url": "rbd://cc48edf5-5a9c-4722-a2ee-f16c65653e74/images/27df0053-cdcb-486b-ba61-a86f8ec12746/snap", "metadata": {}}], "self": "/v2/images/27df0053-cdcb-486b-ba61-a86f8ec12746", "min_disk": 0, "protected": false, "id": "27df0053-cdcb-486b-ba61-a86f8ec12746", "file": "/v2/images/27df0053-cdcb-486b-ba61-a86f8ec12746/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "cd9dbb674f044f3998e73a09e2cc2f57", "direct_url": "rbd://cc48edf5-5a9c-4722-a2ee-f16c65653e74/images/27df0053-cdcb-486b-ba61-a86f8ec12746/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 05:33:31,650 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/27df0053-cdcb-486b-ba61-a86f8ec12746 used request id req-db37bff7-b50e-41c7-aa81-ab4990ed5bae 2018-06-29 05:33:31,651 - create_image - DEBUG - Instance status is - active 2018-06-29 05:33:31,651 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-image 2018-06-29 05:33:31,651 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-image 2018-06-29 05:33:31,651 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:33:31,652 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:33:32,043 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:33:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["dm9yeJj0Q2Og6p_4U0e-0Q"], "issued_at": "2018-06-29T05:33:32.000000Z"}} 2018-06-29 05:33:32,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}7b059e5f1b5280998c0ffbf062ac2eb7e17d9d6f" 2018-06-29 05:33:32,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:33:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d24dd58d-0d06-4f7d-809b-e8e5371c8c59 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:33:32,131 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d24dd58d-0d06-4f7d-809b-e8e5371c8c59 2018-06-29 05:33:32,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b059e5f1b5280998c0ffbf062ac2eb7e17d9d6f" 2018-06-29 05:33:32,336 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-108d7eee-a7db-4fbf-94d1-5802f377411e Date: Fri, 29 Jun 2018 05:33:32 GMT RESP BODY: {"networks":[]} 2018-06-29 05:33:32,336 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-net used request id req-108d7eee-a7db-4fbf-94d1-5802f377411e 2018-06-29 05:33:32,337 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-net 2018-06-29 05:33:32,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b059e5f1b5280998c0ffbf062ac2eb7e17d9d6f" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-net", "admin_state_up": true}}' 2018-06-29 05:33:32,937 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 742 X-Openstack-Request-Id: req-d28c4811-7319-4b76-8b46-3fd05522c1f3 Date: Fri, 29 Jun 2018 05:33:32 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"f3c9bd40-0c28-43c6-928a-578e71cb4767","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":37,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T05:33:32Z","is_default":false,"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:33:32Z","mtu":1450}} 2018-06-29 05:33:32,937 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-d28c4811-7319-4b76-8b46-3fd05522c1f3 2018-06-29 05:33:32,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=f3c9bd40-0c28-43c6-928a-578e71cb4767 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b059e5f1b5280998c0ffbf062ac2eb7e17d9d6f" 2018-06-29 05:33:33,331 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-08867f96-b34a-46a4-ba79-78322d2292e0 Date: Fri, 29 Jun 2018 05:33:33 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"f3c9bd40-0c28-43c6-928a-578e71cb4767","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":37,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T05:33:32Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:33:32Z","provider:network_type":"vxlan"}]} 2018-06-29 05:33:33,331 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=f3c9bd40-0c28-43c6-928a-578e71cb4767 used request id req-08867f96-b34a-46a4-ba79-78322d2292e0 2018-06-29 05:33:33,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f3c9bd40-0c28-43c6-928a-578e71cb4767 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b059e5f1b5280998c0ffbf062ac2eb7e17d9d6f" 2018-06-29 05:33:33,546 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-9a4d9dba-8991-49db-a136-37cd533e15fb Date: Fri, 29 Jun 2018 05:33:33 GMT RESP BODY: {"subnets":[]} 2018-06-29 05:33:33,547 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f3c9bd40-0c28-43c6-928a-578e71cb4767 used request id req-9a4d9dba-8991-49db-a136-37cd533e15fb 2018-06-29 05:33:33,547 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-subnet 2018-06-29 05:33:33,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b059e5f1b5280998c0ffbf062ac2eb7e17d9d6f" -d '{"subnets": [{"ip_version": 4, "network_id": "f3c9bd40-0c28-43c6-928a-578e71cb4767", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-subnet"}]}' 2018-06-29 05:33:34,213 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-a199c4fa-c149-4711-876e-099536ba1b66 Date: Fri, 29 Jun 2018 05:33:34 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:33:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"506cf458-0d5d-49f6-bdf7-84044d61061e","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-subnet","enable_dhcp":true,"segment_id":null,"network_id":"f3c9bd40-0c28-43c6-928a-578e71cb4767","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:33:33Z","ip_version":4}]} 2018-06-29 05:33:34,213 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-a199c4fa-c149-4711-876e-099536ba1b66 2018-06-29 05:33:34,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=f3c9bd40-0c28-43c6-928a-578e71cb4767 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b059e5f1b5280998c0ffbf062ac2eb7e17d9d6f" 2018-06-29 05:33:34,498 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-ddd8c876-210b-4d7d-b0fa-5cdff945934a Date: Fri, 29 Jun 2018 05:33:34 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f3c9bd40-0c28-43c6-928a-578e71cb4767","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":37,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["506cf458-0d5d-49f6-bdf7-84044d61061e"],"description":"","tags":[],"updated_at":"2018-06-29T05:33:33Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:33:32Z","provider:network_type":"vxlan"}]} 2018-06-29 05:33:34,498 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=f3c9bd40-0c28-43c6-928a-578e71cb4767 used request id req-ddd8c876-210b-4d7d-b0fa-5cdff945934a 2018-06-29 05:33:34,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f3c9bd40-0c28-43c6-928a-578e71cb4767 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b059e5f1b5280998c0ffbf062ac2eb7e17d9d6f" 2018-06-29 05:33:34,711 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-6b10f3c4-e908-418a-88ec-dfa62c36a701 Date: Fri, 29 Jun 2018 05:33:34 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:33:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"506cf458-0d5d-49f6-bdf7-84044d61061e","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-subnet","enable_dhcp":true,"segment_id":null,"network_id":"f3c9bd40-0c28-43c6-928a-578e71cb4767","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:33:33Z","ip_version":4}]} 2018-06-29 05:33:34,712 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f3c9bd40-0c28-43c6-928a-578e71cb4767 used request id req-6b10f3c4-e908-418a-88ec-dfa62c36a701 2018-06-29 05:33:34,712 - OpenStackNetwork - DEBUG - Network [f3c9bd40-0c28-43c6-928a-578e71cb4767] created successfully 2018-06-29 05:33:34,712 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:33:34,713 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:33:35,113 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:33:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["BdLnvTTESqWzHUkL4cW1fQ"], "issued_at": "2018-06-29T05:33:35.000000Z"}} 2018-06-29 05:33:35,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}d0a8f0e92e717dac164d4d3be5f7efe272034475" 2018-06-29 05:33:35,198 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:33:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de9cc301-0d75-435b-8d4a-812c9f00161a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:33:35,198 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-de9cc301-0d75-435b-8d4a-812c9f00161a 2018-06-29 05:33:35,199 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 05:33:35,204 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a8f0e92e717dac164d4d3be5f7efe272034475" 2018-06-29 05:33:35,410 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:33:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-969da261-78db-4c1c-b86b-01b6d3a9bdcd x-compute-request-id: req-969da261-78db-4c1c-b86b-01b6d3a9bdcd Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-06-29 05:33:35,410 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-969da261-78db-4c1c-b86b-01b6d3a9bdcd 2018-06-29 05:33:35,413 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a8f0e92e717dac164d4d3be5f7efe272034475" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-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 05:33:35,586 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:33:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8392831b-31ec-43a8-b0d6-5e3c5caaaa8f x-compute-request-id: req-8392831b-31ec-43a8-b0d6-5e3c5caaaa8f Content-Encoding: gzip Content-Length: 327 Content-Type: application/json RESP BODY: {"flavor": {"name": "NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-flavor", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/d9c5f066-950b-40e1-b781-54585d636a24", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/d9c5f066-950b-40e1-b781-54585d636a24", "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": "d9c5f066-950b-40e1-b781-54585d636a24"}} 2018-06-29 05:33:35,586 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-8392831b-31ec-43a8-b0d6-5e3c5caaaa8f 2018-06-29 05:33:35,587 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:33:35,588 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:33:35,999 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:33:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["g-ztmcPCS1SZwYVsz-vLUw"], "issued_at": "2018-06-29T05:33:35.000000Z"}} 2018-06-29 05:33:35,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}6896e8978d04c30e3a4495e9bf91fbc835c35ba6" 2018-06-29 05:33:36,093 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:33:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7552c1a8-25a8-4165-861d-7528ecd348d3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:33:36,093 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-7552c1a8-25a8-4165-861d-7528ecd348d3 2018-06-29 05:33:36,098 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6896e8978d04c30e3a4495e9bf91fbc835c35ba6" 2018-06-29 05:33:36,306 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:33:36 GMT Server: Apache x-compute-request-id: req-10d71414-7631-4087-a6ff-7f86c7b8fdd1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-10d71414-7631-4087-a6ff-7f86c7b8fdd1 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-06-29 05:33:36,306 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/detail used request id req-10d71414-7631-4087-a6ff-7f86c7b8fdd1 2018-06-29 05:33:36,310 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-10d71414-7631-4087-a6ff-7f86c7b8fdd1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6896e8978d04c30e3a4495e9bf91fbc835c35ba6" -d '{"volume": {"status": "creating", "backup_id": null, "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf", "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 05:33:36,764 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 05:33:36 GMT Server: Apache x-compute-request-id: req-d9191209-4d56-46a8-ab1d-61ee4f07da2d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d9191209-4d56-46a8-ab1d-61ee4f07da2d Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "c13100c6fdf740938502979241e10e11", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/71ea1f4b-e8b3-44ed-969a-665ed49a2577", "rel": "self"}, {"href": "http://172.30.9.23:8776/cd9dbb674f044f3998e73a09e2cc2f57/volumes/71ea1f4b-e8b3-44ed-969a-665ed49a2577", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-06-29T05:33:36.000000", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "71ea1f4b-e8b3-44ed-969a-665ed49a2577", "size": 1}} 2018-06-29 05:33:36,764 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes used request id req-d9191209-4d56-46a8-ab1d-61ee4f07da2d 2018-06-29 05:33:36,767 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/71ea1f4b-e8b3-44ed-969a-665ed49a2577 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-10d71414-7631-4087-a6ff-7f86c7b8fdd1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6896e8978d04c30e3a4495e9bf91fbc835c35ba6" 2018-06-29 05:33:37,736 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:33:36 GMT Server: Apache x-compute-request-id: req-a48a34b2-c5f6-4569-ae6a-aeb1959c2b12 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a48a34b2-c5f6-4569-ae6a-aeb1959c2b12 Content-Encoding: gzip Content-Length: 520 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/71ea1f4b-e8b3-44ed-969a-665ed49a2577", "rel": "self"}, {"href": "http://172.30.9.23:8776/cd9dbb674f044f3998e73a09e2cc2f57/volumes/71ea1f4b-e8b3-44ed-969a-665ed49a2577", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-06-29T05:33:36.000000", "replication_status": null, "snapshot_id": null, "id": "71ea1f4b-e8b3-44ed-969a-665ed49a2577", "size": 1, "user_id": "c13100c6fdf740938502979241e10e11", "os-vol-tenant-attr:tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "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-4661f59b-7362-4a0e-a823-7993d1e05fbf", "bootable": "false", "created_at": "2018-06-29T05:33:36.000000", "volume_type": null}} 2018-06-29 05:33:37,736 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/71ea1f4b-e8b3-44ed-969a-665ed49a2577 used request id req-a48a34b2-c5f6-4569-ae6a-aeb1959c2b12 2018-06-29 05:33:37,737 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf 2018-06-29 05:33:37,740 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/71ea1f4b-e8b3-44ed-969a-665ed49a2577 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-10d71414-7631-4087-a6ff-7f86c7b8fdd1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6896e8978d04c30e3a4495e9bf91fbc835c35ba6" 2018-06-29 05:33:38,677 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:33:37 GMT Server: Apache x-compute-request-id: req-94d75803-e2db-4e0a-a8ea-0513d512d744 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-94d75803-e2db-4e0a-a8ea-0513d512d744 Content-Encoding: gzip Content-Length: 520 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/71ea1f4b-e8b3-44ed-969a-665ed49a2577", "rel": "self"}, {"href": "http://172.30.9.23:8776/cd9dbb674f044f3998e73a09e2cc2f57/volumes/71ea1f4b-e8b3-44ed-969a-665ed49a2577", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-06-29T05:33:36.000000", "replication_status": null, "snapshot_id": null, "id": "71ea1f4b-e8b3-44ed-969a-665ed49a2577", "size": 1, "user_id": "c13100c6fdf740938502979241e10e11", "os-vol-tenant-attr:tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "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-4661f59b-7362-4a0e-a823-7993d1e05fbf", "bootable": "false", "created_at": "2018-06-29T05:33:36.000000", "volume_type": null}} 2018-06-29 05:33:38,677 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/71ea1f4b-e8b3-44ed-969a-665ed49a2577 used request id req-94d75803-e2db-4e0a-a8ea-0513d512d744 2018-06-29 05:33:38,678 - create_volume - DEBUG - Instance status is - available 2018-06-29 05:33:38,678 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf 2018-06-29 05:33:38,678 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf 2018-06-29 05:33:38,678 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:33:38,679 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:33:39,072 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:33:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["oNk4PeLhR_OrMaJfyM7vFw"], "issued_at": "2018-06-29T05:33:39.000000Z"}} 2018-06-29 05:33:39,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}229cc3679cd0b17008f91ed91b1acbccbb3cee3a" 2018-06-29 05:33:39,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:33:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a907267-a680-4f69-a955-f3a1cc36af93 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:33:39,155 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-6a907267-a680-4f69-a955-f3a1cc36af93 2018-06-29 05:33:39,157 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 05:33:39,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}229cc3679cd0b17008f91ed91b1acbccbb3cee3a" 2018-06-29 05:33:39,256 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:33:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e37b9073-0dc1-4348-920a-37d70e45428a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:33:39,256 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e37b9073-0dc1-4348-920a-37d70e45428a 2018-06-29 05:33:39,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}229cc3679cd0b17008f91ed91b1acbccbb3cee3a" 2018-06-29 05:33:39,524 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-db11d3a0-8191-4e7a-891e-ab2273c44e91 Date: Fri, 29 Jun 2018 05:33:39 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f3c9bd40-0c28-43c6-928a-578e71cb4767","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":37,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["506cf458-0d5d-49f6-bdf7-84044d61061e"],"description":"","tags":[],"updated_at":"2018-06-29T05:33:33Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:33:32Z","provider:network_type":"vxlan"}]} 2018-06-29 05:33:39,524 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-net used request id req-db11d3a0-8191-4e7a-891e-ab2273c44e91 2018-06-29 05:33:39,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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 05:33:39,532 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 05:33:39 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.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 05:33:39,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}229cc3679cd0b17008f91ed91b1acbccbb3cee3a" 2018-06-29 05:33:39,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:33:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e6076d1-6d19-46a1-af16-e0a9ac382d01 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}} 2018-06-29 05:33:39,632 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 used request id req-5e6076d1-6d19-46a1-af16-e0a9ac382d01 2018-06-29 05:33:39,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f3c9bd40-0c28-43c6-928a-578e71cb4767 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}229cc3679cd0b17008f91ed91b1acbccbb3cee3a" 2018-06-29 05:33:39,859 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-96eb1dc4-1c1d-4615-bf09-6c03b6e7be3d Date: Fri, 29 Jun 2018 05:33:39 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:33:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"506cf458-0d5d-49f6-bdf7-84044d61061e","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-subnet","enable_dhcp":true,"segment_id":null,"network_id":"f3c9bd40-0c28-43c6-928a-578e71cb4767","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:33:33Z","ip_version":4}]} 2018-06-29 05:33:39,860 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f3c9bd40-0c28-43c6-928a-578e71cb4767 used request id req-96eb1dc4-1c1d-4615-bf09-6c03b6e7be3d 2018-06-29 05:33:39,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=f3c9bd40-0c28-43c6-928a-578e71cb4767&name=NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}229cc3679cd0b17008f91ed91b1acbccbb3cee3a" 2018-06-29 05:33:40,074 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-47059d3a-49cd-4d2e-8e34-383df5ff7201 Date: Fri, 29 Jun 2018 05:33:40 GMT RESP BODY: {"ports":[]} 2018-06-29 05:33:40,074 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=f3c9bd40-0c28-43c6-928a-578e71cb4767&name=NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-port&admin_state_up=True used request id req-47059d3a-49cd-4d2e-8e34-383df5ff7201 2018-06-29 05:33:40,077 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}229cc3679cd0b17008f91ed91b1acbccbb3cee3a" 2018-06-29 05:33:40,359 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:33:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7401bfee-f311-4544-b122-5263bead7f8a x-compute-request-id: req-7401bfee-f311-4544-b122-5263bead7f8a Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-06-29 05:33:40,360 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-vm_inst used request id req-7401bfee-f311-4544-b122-5263bead7f8a 2018-06-29 05:33:40,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}229cc3679cd0b17008f91ed91b1acbccbb3cee3a" 2018-06-29 05:33:40,664 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-b11ce921-46eb-4117-85aa-93e6b86e3717 Date: Fri, 29 Jun 2018 05:33:40 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f3c9bd40-0c28-43c6-928a-578e71cb4767","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":37,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["506cf458-0d5d-49f6-bdf7-84044d61061e"],"description":"","tags":[],"updated_at":"2018-06-29T05:33:33Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:33:32Z","provider:network_type":"vxlan"}]} 2018-06-29 05:33:40,664 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-net used request id req-b11ce921-46eb-4117-85aa-93e6b86e3717 2018-06-29 05:33:40,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}229cc3679cd0b17008f91ed91b1acbccbb3cee3a" 2018-06-29 05:33:40,762 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:33:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3d6804f-5935-4f2b-88b3-e1380bd3f45e Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}} 2018-06-29 05:33:40,763 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 used request id req-e3d6804f-5935-4f2b-88b3-e1380bd3f45e 2018-06-29 05:33:40,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f3c9bd40-0c28-43c6-928a-578e71cb4767 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}229cc3679cd0b17008f91ed91b1acbccbb3cee3a" 2018-06-29 05:33:40,976 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-9cff881d-6139-4094-bf5d-6d0e6d0b9073 Date: Fri, 29 Jun 2018 05:33:40 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:33:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"506cf458-0d5d-49f6-bdf7-84044d61061e","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-subnet","enable_dhcp":true,"segment_id":null,"network_id":"f3c9bd40-0c28-43c6-928a-578e71cb4767","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:33:33Z","ip_version":4}]} 2018-06-29 05:33:40,976 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f3c9bd40-0c28-43c6-928a-578e71cb4767 used request id req-9cff881d-6139-4094-bf5d-6d0e6d0b9073 2018-06-29 05:33:40,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=f3c9bd40-0c28-43c6-928a-578e71cb4767&name=NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}229cc3679cd0b17008f91ed91b1acbccbb3cee3a" 2018-06-29 05:33:41,194 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-36142be4-0765-44ed-8550-456c69bfe272 Date: Fri, 29 Jun 2018 05:33:41 GMT RESP BODY: {"ports":[]} 2018-06-29 05:33:41,195 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=f3c9bd40-0c28-43c6-928a-578e71cb4767&name=NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-port&admin_state_up=True used request id req-36142be4-0765-44ed-8550-456c69bfe272 2018-06-29 05:33:41,195 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:33:41,196 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:33:41,586 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:33:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["Yl86abq7SNW8-u0kDwiCIw"], "issued_at": "2018-06-29T05:33:41.000000Z"}} 2018-06-29 05:33:41,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}d9ec686ed0d7650d902748331408806724e7c7db" 2018-06-29 05:33:41,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:33:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fef2b18-1f39-4824-86ac-2b709a401e2a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:33:41,675 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-5fef2b18-1f39-4824-86ac-2b709a401e2a 2018-06-29 05:33:41,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}229cc3679cd0b17008f91ed91b1acbccbb3cee3a" 2018-06-29 05:33:41,947 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-6c6ab32c-48e8-4858-bf91-15f183be00b0 Date: Fri, 29 Jun 2018 05:33:41 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f3c9bd40-0c28-43c6-928a-578e71cb4767","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":37,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["506cf458-0d5d-49f6-bdf7-84044d61061e"],"description":"","tags":[],"updated_at":"2018-06-29T05:33:33Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:33:32Z","provider:network_type":"vxlan"}]} 2018-06-29 05:33:41,947 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-net used request id req-6c6ab32c-48e8-4858-bf91-15f183be00b0 2018-06-29 05:33:41,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f3c9bd40-0c28-43c6-928a-578e71cb4767 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}229cc3679cd0b17008f91ed91b1acbccbb3cee3a" 2018-06-29 05:33:42,174 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-dc07bc97-61aa-4936-9b9d-07edde91c4e1 Date: Fri, 29 Jun 2018 05:33:42 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:33:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"506cf458-0d5d-49f6-bdf7-84044d61061e","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-subnet","enable_dhcp":true,"segment_id":null,"network_id":"f3c9bd40-0c28-43c6-928a-578e71cb4767","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:33:33Z","ip_version":4}]} 2018-06-29 05:33:42,175 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f3c9bd40-0c28-43c6-928a-578e71cb4767 used request id req-dc07bc97-61aa-4936-9b9d-07edde91c4e1 2018-06-29 05:33:42,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}229cc3679cd0b17008f91ed91b1acbccbb3cee3a" 2018-06-29 05:33:42,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-46abad6c-8315-4227-b4e8-e302c8ba9b8e Date: Fri, 29 Jun 2018 05:33:42 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f3c9bd40-0c28-43c6-928a-578e71cb4767","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":37,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["506cf458-0d5d-49f6-bdf7-84044d61061e"],"description":"","tags":[],"updated_at":"2018-06-29T05:33:33Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:33:32Z","provider:network_type":"vxlan"}]} 2018-06-29 05:33:42,428 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-net used request id req-46abad6c-8315-4227-b4e8-e302c8ba9b8e 2018-06-29 05:33:42,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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 05:33:42,437 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 05:33: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.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 05:33:42,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9ec686ed0d7650d902748331408806724e7c7db" 2018-06-29 05:33:42,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:33:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5aea92c-b6ff-45f4-98f1-604ea9651a7f Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}} 2018-06-29 05:33:42,527 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 used request id req-a5aea92c-b6ff-45f4-98f1-604ea9651a7f 2018-06-29 05:33:42,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f3c9bd40-0c28-43c6-928a-578e71cb4767 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}229cc3679cd0b17008f91ed91b1acbccbb3cee3a" 2018-06-29 05:33:42,575 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-92805fca-223e-44a8-bc78-ee1a5e32102b Date: Fri, 29 Jun 2018 05:33:42 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:33:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"506cf458-0d5d-49f6-bdf7-84044d61061e","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-subnet","enable_dhcp":true,"segment_id":null,"network_id":"f3c9bd40-0c28-43c6-928a-578e71cb4767","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:33:33Z","ip_version":4}]} 2018-06-29 05:33:42,575 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f3c9bd40-0c28-43c6-928a-578e71cb4767 used request id req-92805fca-223e-44a8-bc78-ee1a5e32102b 2018-06-29 05:33:42,576 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-net 2018-06-29 05:33:42,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}229cc3679cd0b17008f91ed91b1acbccbb3cee3a" -d '{"port": {"network_id": "f3c9bd40-0c28-43c6-928a-578e71cb4767", "name": "NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-port", "admin_state_up": true}}' 2018-06-29 05:33:43,692 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 908 X-Openstack-Request-Id: req-1ef82b76-63fc-4091-9b5c-725ef12dfff0 Date: Fri, 29 Jun 2018 05:33:43 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:33:43Z","device_owner":"","revision_number":2,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"506cf458-0d5d-49f6-bdf7-84044d61061e","ip_address":"10.55.0.14"}],"id":"34f32cc2-c5cd-4a63-8554-768daf856e92","security_groups":["67fd1914-9a13-4c3f-b4a8-3292c73ccfbe"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:5a:fc:6f","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-port","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","qos_policy_id":null,"admin_state_up":true,"network_id":"f3c9bd40-0c28-43c6-928a-578e71cb4767","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:33:43Z","binding:vnic_type":"normal","ip_allocation":"immediate"}} 2018-06-29 05:33:43,692 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-1ef82b76-63fc-4091-9b5c-725ef12dfff0 2018-06-29 05:33:43,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}229cc3679cd0b17008f91ed91b1acbccbb3cee3a" 2018-06-29 05:33:44,112 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-26ac9843-52e6-4864-9758-de8d5995288d Date: Fri, 29 Jun 2018 05:33:44 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f3c9bd40-0c28-43c6-928a-578e71cb4767","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":37,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["506cf458-0d5d-49f6-bdf7-84044d61061e"],"description":"","tags":[],"updated_at":"2018-06-29T05:33:33Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:33:32Z","provider:network_type":"vxlan"}]} 2018-06-29 05:33:44,113 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-net used request id req-26ac9843-52e6-4864-9758-de8d5995288d 2018-06-29 05:33:44,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}229cc3679cd0b17008f91ed91b1acbccbb3cee3a" 2018-06-29 05:33:44,214 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:33:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31b9c776-db76-4513-b1e0-1145c8d2685f Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}} 2018-06-29 05:33:44,214 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 used request id req-31b9c776-db76-4513-b1e0-1145c8d2685f 2018-06-29 05:33:44,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f3c9bd40-0c28-43c6-928a-578e71cb4767 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}229cc3679cd0b17008f91ed91b1acbccbb3cee3a" 2018-06-29 05:33:44,458 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-f8cc960f-03fd-43a3-8ded-ec0f97981ad9 Date: Fri, 29 Jun 2018 05:33:44 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:33:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"506cf458-0d5d-49f6-bdf7-84044d61061e","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-subnet","enable_dhcp":true,"segment_id":null,"network_id":"f3c9bd40-0c28-43c6-928a-578e71cb4767","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:33:33Z","ip_version":4}]} 2018-06-29 05:33:44,458 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f3c9bd40-0c28-43c6-928a-578e71cb4767 used request id req-f8cc960f-03fd-43a3-8ded-ec0f97981ad9 2018-06-29 05:33:44,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=f3c9bd40-0c28-43c6-928a-578e71cb4767&name=NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}229cc3679cd0b17008f91ed91b1acbccbb3cee3a" 2018-06-29 05:33:44,689 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 911 X-Openstack-Request-Id: req-7f8cc8e7-43e4-4c2e-bd06-83337a81acc7 Date: Fri, 29 Jun 2018 05:33:44 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:33:43Z","device_owner":"","revision_number":2,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"506cf458-0d5d-49f6-bdf7-84044d61061e","ip_address":"10.55.0.14"}],"id":"34f32cc2-c5cd-4a63-8554-768daf856e92","security_groups":["67fd1914-9a13-4c3f-b4a8-3292c73ccfbe"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:5a:fc:6f","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-port","admin_state_up":true,"network_id":"f3c9bd40-0c28-43c6-928a-578e71cb4767","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:33:43Z","binding:vnic_type":"normal","device_id":"","ip_allocation":"immediate"}]} 2018-06-29 05:33:44,690 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=f3c9bd40-0c28-43c6-928a-578e71cb4767&name=NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-port&admin_state_up=True used request id req-7f8cc8e7-43e4-4c2e-bd06-83337a81acc7 2018-06-29 05:33:44,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}229cc3679cd0b17008f91ed91b1acbccbb3cee3a" 2018-06-29 05:33:44,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:33:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d42e235-9fd3-4b82-bf72-a56cb3c4edb2 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}} 2018-06-29 05:33:44,792 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 used request id req-4d42e235-9fd3-4b82-bf72-a56cb3c4edb2 2018-06-29 05:33:44,792 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-vm_inst 2018-06-29 05:33:44,795 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}229cc3679cd0b17008f91ed91b1acbccbb3cee3a" 2018-06-29 05:33:44,820 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:33:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4af775aa-0d82-4751-90b6-ba629959982f x-compute-request-id: req-4af775aa-0d82-4751-90b6-ba629959982f Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"flavors": [{"id": "d9c5f066-950b-40e1-b781-54585d636a24", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/d9c5f066-950b-40e1-b781-54585d636a24", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/d9c5f066-950b-40e1-b781-54585d636a24", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-flavor"}]} 2018-06-29 05:33:44,821 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-4af775aa-0d82-4751-90b6-ba629959982f 2018-06-29 05:33:44,823 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/d9c5f066-950b-40e1-b781-54585d636a24 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}229cc3679cd0b17008f91ed91b1acbccbb3cee3a" 2018-06-29 05:33:44,854 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:33:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-caa73dc7-5d0b-4d03-b915-9656f89cdd5c x-compute-request-id: req-caa73dc7-5d0b-4d03-b915-9656f89cdd5c Content-Encoding: gzip Content-Length: 327 Content-Type: application/json RESP BODY: {"flavor": {"name": "NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-flavor", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/d9c5f066-950b-40e1-b781-54585d636a24", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/d9c5f066-950b-40e1-b781-54585d636a24", "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": "d9c5f066-950b-40e1-b781-54585d636a24"}} 2018-06-29 05:33:44,855 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/d9c5f066-950b-40e1-b781-54585d636a24 used request id req-caa73dc7-5d0b-4d03-b915-9656f89cdd5c 2018-06-29 05:33:44,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}229cc3679cd0b17008f91ed91b1acbccbb3cee3a" 2018-06-29 05:33:45,055 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-f8f82d35-392d-4f7f-a5ec-df9701d26d07 Date: Fri, 29 Jun 2018 05:33:45 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-image", "tags": [], "container_format": "bare", "created_at": "2018-06-29T05:33:28Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-06-29T05:33:30Z", "visibility": "shared", "locations": [{"url": "rbd://cc48edf5-5a9c-4722-a2ee-f16c65653e74/images/27df0053-cdcb-486b-ba61-a86f8ec12746/snap", "metadata": {}}], "self": "/v2/images/27df0053-cdcb-486b-ba61-a86f8ec12746", "min_disk": 0, "protected": false, "id": "27df0053-cdcb-486b-ba61-a86f8ec12746", "file": "/v2/images/27df0053-cdcb-486b-ba61-a86f8ec12746/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "cd9dbb674f044f3998e73a09e2cc2f57", "direct_url": "rbd://cc48edf5-5a9c-4722-a2ee-f16c65653e74/images/27df0053-cdcb-486b-ba61-a86f8ec12746/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-image"} 2018-06-29 05:33:45,056 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-image used request id req-f8f82d35-392d-4f7f-a5ec-df9701d26d07 2018-06-29 05:33:45,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}229cc3679cd0b17008f91ed91b1acbccbb3cee3a" 2018-06-29 05:33:45,684 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-2c96c26a-2456-4281-8530-3694e0cc3440 Date: Fri, 29 Jun 2018 05:33:45 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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 05:33:45,684 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-2c96c26a-2456-4281-8530-3694e0cc3440 2018-06-29 05:33:45,690 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}229cc3679cd0b17008f91ed91b1acbccbb3cee3a" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-vm_inst", "imageRef": "27df0053-cdcb-486b-ba61-a86f8ec12746", "flavorRef": "d9c5f066-950b-40e1-b781-54585d636a24", "max_count": 1, "min_count": 1, "networks": [{"port": "34f32cc2-c5cd-4a63-8554-768daf856e92"}]}}' 2018-06-29 05:33:48,539 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 05:33:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-23818f33-6865-431e-aace-76ee9c2068ad x-compute-request-id: req-23818f33-6865-431e-aace-76ee9c2068ad Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/5d498203-b483-461d-b27b-83b4b8393abb Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "5d498203-b483-461d-b27b-83b4b8393abb", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5d498203-b483-461d-b27b-83b4b8393abb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5d498203-b483-461d-b27b-83b4b8393abb", "rel": "bookmark"}], "adminPass": "KUa4Pu3n4bVV"}} 2018-06-29 05:33:48,540 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-23818f33-6865-431e-aace-76ee9c2068ad 2018-06-29 05:33:48,543 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/5d498203-b483-461d-b27b-83b4b8393abb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}229cc3679cd0b17008f91ed91b1acbccbb3cee3a" 2018-06-29 05:33:49,511 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:33: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-74d8b616-5833-4cef-a7be-68a5afcf379b x-compute-request-id: req-74d8b616-5833-4cef-a7be-68a5afcf379b Content-Encoding: gzip Content-Length: 650 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5d498203-b483-461d-b27b-83b4b8393abb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5d498203-b483-461d-b27b-83b4b8393abb", "rel": "bookmark"}], "image": {"id": "27df0053-cdcb-486b-ba61-a86f8ec12746", "links": [{"href": "http://172.30.9.23:8774/images/27df0053-cdcb-486b-ba61-a86f8ec12746", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9c5f066-950b-40e1-b781-54585d636a24", "links": [{"href": "http://172.30.9.23:8774/flavors/d9c5f066-950b-40e1-b781-54585d636a24", "rel": "bookmark"}]}, "id": "5d498203-b483-461d-b27b-83b4b8393abb", "user_id": "c13100c6fdf740938502979241e10e11", "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-29T05:33:48Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-vm_inst", "created": "2018-06-29T05:33:48Z", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 05:33:49,511 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/5d498203-b483-461d-b27b-83b4b8393abb used request id req-74d8b616-5833-4cef-a7be-68a5afcf379b 2018-06-29 05:33:49,511 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-vm_inst 2018-06-29 05:33:49,514 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/5d498203-b483-461d-b27b-83b4b8393abb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}229cc3679cd0b17008f91ed91b1acbccbb3cee3a" 2018-06-29 05:33:49,865 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:33: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-4b89bc30-7af3-40ef-ab22-55234238e85b x-compute-request-id: req-4b89bc30-7af3-40ef-ab22-55234238e85b Content-Encoding: gzip Content-Length: 653 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5d498203-b483-461d-b27b-83b4b8393abb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5d498203-b483-461d-b27b-83b4b8393abb", "rel": "bookmark"}], "image": {"id": "27df0053-cdcb-486b-ba61-a86f8ec12746", "links": [{"href": "http://172.30.9.23:8774/images/27df0053-cdcb-486b-ba61-a86f8ec12746", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9c5f066-950b-40e1-b781-54585d636a24", "links": [{"href": "http://172.30.9.23:8774/flavors/d9c5f066-950b-40e1-b781-54585d636a24", "rel": "bookmark"}]}, "id": "5d498203-b483-461d-b27b-83b4b8393abb", "user_id": "c13100c6fdf740938502979241e10e11", "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-29T05:33:49Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-vm_inst", "created": "2018-06-29T05:33:48Z", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 05:33:49,866 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/5d498203-b483-461d-b27b-83b4b8393abb used request id req-4b89bc30-7af3-40ef-ab22-55234238e85b 2018-06-29 05:33:49,866 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-vm_inst] is - BUILD 2018-06-29 05:33:49,866 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-06-29 05:33:52,869 - create_instance - DEBUG - VM status query timeout in 896.642158985 2018-06-29 05:33:52,872 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/5d498203-b483-461d-b27b-83b4b8393abb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}229cc3679cd0b17008f91ed91b1acbccbb3cee3a" 2018-06-29 05:33:54,027 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:33: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-24944016-79c5-4dca-a225-8214ecd0db3f x-compute-request-id: req-24944016-79c5-4dca-a225-8214ecd0db3f Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5d498203-b483-461d-b27b-83b4b8393abb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5d498203-b483-461d-b27b-83b4b8393abb", "rel": "bookmark"}], "image": {"id": "27df0053-cdcb-486b-ba61-a86f8ec12746", "links": [{"href": "http://172.30.9.23:8774/images/27df0053-cdcb-486b-ba61-a86f8ec12746", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9c5f066-950b-40e1-b781-54585d636a24", "links": [{"href": "http://172.30.9.23:8774/flavors/d9c5f066-950b-40e1-b781-54585d636a24", "rel": "bookmark"}]}, "id": "5d498203-b483-461d-b27b-83b4b8393abb", "security_groups": [{"name": "default"}], "user_id": "c13100c6fdf740938502979241e10e11", "OS-DCF: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-29T05:33:51Z", "hostId": "117a5b8c289933fa183cf4a2955ac729bbbbcc2626a99edbbbff3147", "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-4661f59b-7362-4a0e-a823-7993d1e05fbf-vm_inst", "created": "2018-06-29T05:33:48Z", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 05:33:54,027 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/5d498203-b483-461d-b27b-83b4b8393abb used request id req-24944016-79c5-4dca-a225-8214ecd0db3f 2018-06-29 05:33:54,027 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-vm_inst] is - BUILD 2018-06-29 05:33:54,027 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-06-29 05:33:57,030 - create_instance - DEBUG - VM status query timeout in 892.481572151 2018-06-29 05:33:57,033 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/5d498203-b483-461d-b27b-83b4b8393abb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}229cc3679cd0b17008f91ed91b1acbccbb3cee3a" 2018-06-29 05:33:57,739 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:33: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-fce9034e-b673-4c54-8ab5-d4daf2ba58a6 x-compute-request-id: req-fce9034e-b673-4c54-8ab5-d4daf2ba58a6 Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:fc:6f", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5d498203-b483-461d-b27b-83b4b8393abb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5d498203-b483-461d-b27b-83b4b8393abb", "rel": "bookmark"}], "image": {"id": "27df0053-cdcb-486b-ba61-a86f8ec12746", "links": [{"href": "http://172.30.9.23:8774/images/27df0053-cdcb-486b-ba61-a86f8ec12746", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2018-06-29T05:25:55.000000", "flavor": {"id": "d9c5f066-950b-40e1-b781-54585d636a24", "links": [{"href": "http://172.30.9.23:8774/flavors/d9c5f066-950b-40e1-b781-54585d636a24", "rel": "bookmark"}]}, "id": "5d498203-b483-461d-b27b-83b4b8393abb", "security_groups": [{"name": "default"}], "user_id": "c13100c6fdf740938502979241e10e11", "OS-DCF: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-29T05:33:56Z", "hostId": "117a5b8c289933fa183cf4a2955ac729bbbbcc2626a99edbbbff3147", "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-4661f59b-7362-4a0e-a823-7993d1e05fbf-vm_inst", "created": "2018-06-29T05:33:48Z", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 05:33:57,739 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/5d498203-b483-461d-b27b-83b4b8393abb used request id req-fce9034e-b673-4c54-8ab5-d4daf2ba58a6 2018-06-29 05:33:57,740 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-vm_inst] is - ACTIVE 2018-06-29 05:33:57,740 - create_instance - INFO - VM is - ACTIVE 2018-06-29 05:33:57,742 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/5d498203-b483-461d-b27b-83b4b8393abb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}229cc3679cd0b17008f91ed91b1acbccbb3cee3a" 2018-06-29 05:33:58,542 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:33: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-2541310c-f205-4b90-9f62-0ec44c97b97b x-compute-request-id: req-2541310c-f205-4b90-9f62-0ec44c97b97b Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:fc:6f", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5d498203-b483-461d-b27b-83b4b8393abb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5d498203-b483-461d-b27b-83b4b8393abb", "rel": "bookmark"}], "image": {"id": "27df0053-cdcb-486b-ba61-a86f8ec12746", "links": [{"href": "http://172.30.9.23:8774/images/27df0053-cdcb-486b-ba61-a86f8ec12746", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2018-06-29T05:25:55.000000", "flavor": {"id": "d9c5f066-950b-40e1-b781-54585d636a24", "links": [{"href": "http://172.30.9.23:8774/flavors/d9c5f066-950b-40e1-b781-54585d636a24", "rel": "bookmark"}]}, "id": "5d498203-b483-461d-b27b-83b4b8393abb", "security_groups": [{"name": "default"}], "user_id": "c13100c6fdf740938502979241e10e11", "OS-DCF: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-29T05:33:56Z", "hostId": "117a5b8c289933fa183cf4a2955ac729bbbbcc2626a99edbbbff3147", "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-4661f59b-7362-4a0e-a823-7993d1e05fbf-vm_inst", "created": "2018-06-29T05:33:48Z", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 05:33:58,542 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/5d498203-b483-461d-b27b-83b4b8393abb used request id req-2541310c-f205-4b90-9f62-0ec44c97b97b 2018-06-29 05:33:58,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}229cc3679cd0b17008f91ed91b1acbccbb3cee3a" 2018-06-29 05:33:58,631 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-d38bd508-7abe-4ecc-9dcf-53d4e1b29235 Date: Fri, 29 Jun 2018 05:33:58 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f3c9bd40-0c28-43c6-928a-578e71cb4767","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":37,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["506cf458-0d5d-49f6-bdf7-84044d61061e"],"description":"","tags":[],"updated_at":"2018-06-29T05:33:33Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:33:32Z","provider:network_type":"vxlan"}]} 2018-06-29 05:33:58,631 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-net used request id req-d38bd508-7abe-4ecc-9dcf-53d4e1b29235 2018-06-29 05:33:58,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}229cc3679cd0b17008f91ed91b1acbccbb3cee3a" 2018-06-29 05:33:58,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:33:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f82a335f-e69d-48c9-a71e-3c506d12d842 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}} 2018-06-29 05:33:58,726 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 used request id req-f82a335f-e69d-48c9-a71e-3c506d12d842 2018-06-29 05:33:58,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f3c9bd40-0c28-43c6-928a-578e71cb4767 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}229cc3679cd0b17008f91ed91b1acbccbb3cee3a" 2018-06-29 05:33:58,982 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-07e063a2-091f-47b2-b647-1d9fa6ded2d8 Date: Fri, 29 Jun 2018 05:33:58 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:33:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"506cf458-0d5d-49f6-bdf7-84044d61061e","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-subnet","enable_dhcp":true,"segment_id":null,"network_id":"f3c9bd40-0c28-43c6-928a-578e71cb4767","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:33:33Z","ip_version":4}]} 2018-06-29 05:33:58,982 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f3c9bd40-0c28-43c6-928a-578e71cb4767 used request id req-07e063a2-091f-47b2-b647-1d9fa6ded2d8 2018-06-29 05:33:58,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=f3c9bd40-0c28-43c6-928a-578e71cb4767 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}229cc3679cd0b17008f91ed91b1acbccbb3cee3a" 2018-06-29 05:33:59,140 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3995 X-Openstack-Request-Id: req-45be9255-ca11-4086-b38d-97b5d1624dbb Date: Fri, 29 Jun 2018 05:33:59 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:33:36Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"506cf458-0d5d-49f6-bdf7-84044d61061e","ip_address":"10.55.0.3"}],"id":"31b42806-f99d-4b3a-bf88-5fb0308fdb5f","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:aa:6b:a7","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f3c9bd40-0c28-43c6-928a-578e71cb4767","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:33:34Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f3c9bd40-0c28-43c6-928a-578e71cb4767","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:33:56Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"506cf458-0d5d-49f6-bdf7-84044d61061e","ip_address":"10.55.0.14"}],"id":"34f32cc2-c5cd-4a63-8554-768daf856e92","security_groups":["67fd1914-9a13-4c3f-b4a8-3292c73ccfbe"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5a:fc:6f","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-port","admin_state_up":true,"network_id":"f3c9bd40-0c28-43c6-928a-578e71cb4767","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:33:43Z","binding:vnic_type":"normal","device_id":"5d498203-b483-461d-b27b-83b4b8393abb","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:33:37Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"506cf458-0d5d-49f6-bdf7-84044d61061e","ip_address":"10.55.0.4"}],"id":"473392b0-1404-47c3-b050-929eaa2aa242","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:18:f2:d0","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f3c9bd40-0c28-43c6-928a-578e71cb4767","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:33:35Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f3c9bd40-0c28-43c6-928a-578e71cb4767","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:33:35Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"506cf458-0d5d-49f6-bdf7-84044d61061e","ip_address":"10.55.0.2"}],"id":"8f0c6e89-2a2e-4383-bc70-cc121f35a4c0","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e4:dd:51","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f3c9bd40-0c28-43c6-928a-578e71cb4767","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:33:34Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f3c9bd40-0c28-43c6-928a-578e71cb4767","ip_allocation":"immediate"}]} 2018-06-29 05:33:59,140 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=f3c9bd40-0c28-43c6-928a-578e71cb4767 used request id req-45be9255-ca11-4086-b38d-97b5d1624dbb 2018-06-29 05:33:59,142 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:33:59,544 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:33:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["Z8emllWESxuV39KnhVwLRw"], "issued_at": "2018-06-29T05:33:59.000000Z"}} 2018-06-29 05:33:59,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}a5d146a143d5d86f459ab172ca633247ebb68794" 2018-06-29 05:33:59,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:33:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d06f0863-4926-40fc-b2a0-3c57ef726410 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:33:59,638 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d06f0863-4926-40fc-b2a0-3c57ef726410 2018-06-29 05:33:59,641 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/5d498203-b483-461d-b27b-83b4b8393abb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}229cc3679cd0b17008f91ed91b1acbccbb3cee3a" 2018-06-29 05:34:00,135 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:33:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b2531b7c-05bc-43ab-9531-a2e2632f649f x-compute-request-id: req-b2531b7c-05bc-43ab-9531-a2e2632f649f Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:fc:6f", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5d498203-b483-461d-b27b-83b4b8393abb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5d498203-b483-461d-b27b-83b4b8393abb", "rel": "bookmark"}], "image": {"id": "27df0053-cdcb-486b-ba61-a86f8ec12746", "links": [{"href": "http://172.30.9.23:8774/images/27df0053-cdcb-486b-ba61-a86f8ec12746", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2018-06-29T05:25:55.000000", "flavor": {"id": "d9c5f066-950b-40e1-b781-54585d636a24", "links": [{"href": "http://172.30.9.23:8774/flavors/d9c5f066-950b-40e1-b781-54585d636a24", "rel": "bookmark"}]}, "id": "5d498203-b483-461d-b27b-83b4b8393abb", "security_groups": [{"name": "default"}], "user_id": "c13100c6fdf740938502979241e10e11", "OS-DCF: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-29T05:33:56Z", "hostId": "117a5b8c289933fa183cf4a2955ac729bbbbcc2626a99edbbbff3147", "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-4661f59b-7362-4a0e-a823-7993d1e05fbf-vm_inst", "created": "2018-06-29T05:33:48Z", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 05:34:00,135 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/5d498203-b483-461d-b27b-83b4b8393abb used request id req-b2531b7c-05bc-43ab-9531-a2e2632f649f 2018-06-29 05:34:00,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}229cc3679cd0b17008f91ed91b1acbccbb3cee3a" 2018-06-29 05:34:00,382 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-2f1ee74a-db53-4e40-8ce3-31449b5aab99 Date: Fri, 29 Jun 2018 05:34:00 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f3c9bd40-0c28-43c6-928a-578e71cb4767","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":37,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["506cf458-0d5d-49f6-bdf7-84044d61061e"],"description":"","tags":[],"updated_at":"2018-06-29T05:33:33Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:33:32Z","provider:network_type":"vxlan"}]} 2018-06-29 05:34:00,382 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-net used request id req-2f1ee74a-db53-4e40-8ce3-31449b5aab99 2018-06-29 05:34:00,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}229cc3679cd0b17008f91ed91b1acbccbb3cee3a" 2018-06-29 05:34:00,475 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:34:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a69f6986-a058-4a16-a0d4-5f4a8b402f33 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}} 2018-06-29 05:34:00,475 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 used request id req-a69f6986-a058-4a16-a0d4-5f4a8b402f33 2018-06-29 05:34:00,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f3c9bd40-0c28-43c6-928a-578e71cb4767 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}229cc3679cd0b17008f91ed91b1acbccbb3cee3a" 2018-06-29 05:34:00,534 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-ca48c454-8a9f-4a9f-8e04-5a36ac490938 Date: Fri, 29 Jun 2018 05:34:00 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:33:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"506cf458-0d5d-49f6-bdf7-84044d61061e","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-subnet","enable_dhcp":true,"segment_id":null,"network_id":"f3c9bd40-0c28-43c6-928a-578e71cb4767","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:33:33Z","ip_version":4}]} 2018-06-29 05:34:00,535 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f3c9bd40-0c28-43c6-928a-578e71cb4767 used request id req-ca48c454-8a9f-4a9f-8e04-5a36ac490938 2018-06-29 05:34:00,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=f3c9bd40-0c28-43c6-928a-578e71cb4767 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}229cc3679cd0b17008f91ed91b1acbccbb3cee3a" 2018-06-29 05:34:00,755 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3995 X-Openstack-Request-Id: req-5c44ba89-3787-4491-879c-e6e1229b30b2 Date: Fri, 29 Jun 2018 05:34:00 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:33:36Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"506cf458-0d5d-49f6-bdf7-84044d61061e","ip_address":"10.55.0.3"}],"id":"31b42806-f99d-4b3a-bf88-5fb0308fdb5f","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:aa:6b:a7","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f3c9bd40-0c28-43c6-928a-578e71cb4767","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:33:34Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f3c9bd40-0c28-43c6-928a-578e71cb4767","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:33:56Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"506cf458-0d5d-49f6-bdf7-84044d61061e","ip_address":"10.55.0.14"}],"id":"34f32cc2-c5cd-4a63-8554-768daf856e92","security_groups":["67fd1914-9a13-4c3f-b4a8-3292c73ccfbe"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5a:fc:6f","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-port","admin_state_up":true,"network_id":"f3c9bd40-0c28-43c6-928a-578e71cb4767","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:33:43Z","binding:vnic_type":"normal","device_id":"5d498203-b483-461d-b27b-83b4b8393abb","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:33:37Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"506cf458-0d5d-49f6-bdf7-84044d61061e","ip_address":"10.55.0.4"}],"id":"473392b0-1404-47c3-b050-929eaa2aa242","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:18:f2:d0","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f3c9bd40-0c28-43c6-928a-578e71cb4767","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:33:35Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f3c9bd40-0c28-43c6-928a-578e71cb4767","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:33:35Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"506cf458-0d5d-49f6-bdf7-84044d61061e","ip_address":"10.55.0.2"}],"id":"8f0c6e89-2a2e-4383-bc70-cc121f35a4c0","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e4:dd:51","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f3c9bd40-0c28-43c6-928a-578e71cb4767","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:33:34Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f3c9bd40-0c28-43c6-928a-578e71cb4767","ip_allocation":"immediate"}]} 2018-06-29 05:34:00,755 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=f3c9bd40-0c28-43c6-928a-578e71cb4767 used request id req-5c44ba89-3787-4491-879c-e6e1229b30b2 2018-06-29 05:34:00,758 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/5d498203-b483-461d-b27b-83b4b8393abb/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5d146a143d5d86f459ab172ca633247ebb68794" -d '{"volumeAttachment": {"volumeId": "71ea1f4b-e8b3-44ed-969a-665ed49a2577"}}' 2018-06-29 05:34:02,093 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:34: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-af95d615-0030-4000-85ce-e4a67d0e0d74 x-compute-request-id: req-af95d615-0030-4000-85ce-e4a67d0e0d74 Content-Encoding: gzip Content-Length: 146 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "5d498203-b483-461d-b27b-83b4b8393abb", "id": "71ea1f4b-e8b3-44ed-969a-665ed49a2577", "volumeId": "71ea1f4b-e8b3-44ed-969a-665ed49a2577"}} 2018-06-29 05:34:02,093 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/5d498203-b483-461d-b27b-83b4b8393abb/os-volume_attachments used request id req-af95d615-0030-4000-85ce-e4a67d0e0d74 2018-06-29 05:34:02,094 - create_instance - INFO - Deleting Port with ID - 34f32cc2-c5cd-4a63-8554-768daf856e92 2018-06-29 05:34:02,094 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-port 2018-06-29 05:34:02,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/ports/34f32cc2-c5cd-4a63-8554-768daf856e92 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}229cc3679cd0b17008f91ed91b1acbccbb3cee3a" 2018-06-29 05:34:02,954 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3d8488ee-33fd-4714-98c9-847265181665 Date: Fri, 29 Jun 2018 05:34:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 05:34:02,955 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/ports/34f32cc2-c5cd-4a63-8554-768daf856e92 used request id req-3d8488ee-33fd-4714-98c9-847265181665 2018-06-29 05:34:02,955 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-vm_inst 2018-06-29 05:34:02,958 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/servers/5d498203-b483-461d-b27b-83b4b8393abb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}229cc3679cd0b17008f91ed91b1acbccbb3cee3a" 2018-06-29 05:34:03,239 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 05:34: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-56db5c9d-00f5-4c86-90cb-ccec063834ac x-compute-request-id: req-56db5c9d-00f5-4c86-90cb-ccec063834ac Content-Type: application/json 2018-06-29 05:34:03,239 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/5d498203-b483-461d-b27b-83b4b8393abb used request id req-56db5c9d-00f5-4c86-90cb-ccec063834ac 2018-06-29 05:34:03,239 - create_instance - INFO - Checking deletion status 2018-06-29 05:34:03,243 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/5d498203-b483-461d-b27b-83b4b8393abb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}229cc3679cd0b17008f91ed91b1acbccbb3cee3a" 2018-06-29 05:34:03,546 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:34: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-a174c001-c168-4d11-a925-6c2ffa99f4a0 x-compute-request-id: req-a174c001-c168-4d11-a925-6c2ffa99f4a0 Content-Encoding: gzip Content-Length: 833 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:fc:6f", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5d498203-b483-461d-b27b-83b4b8393abb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5d498203-b483-461d-b27b-83b4b8393abb", "rel": "bookmark"}], "image": {"id": "27df0053-cdcb-486b-ba61-a86f8ec12746", "links": [{"href": "http://172.30.9.23:8774/images/27df0053-cdcb-486b-ba61-a86f8ec12746", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2018-06-29T05:25:55.000000", "flavor": {"id": "d9c5f066-950b-40e1-b781-54585d636a24", "links": [{"href": "http://172.30.9.23:8774/flavors/d9c5f066-950b-40e1-b781-54585d636a24", "rel": "bookmark"}]}, "id": "5d498203-b483-461d-b27b-83b4b8393abb", "user_id": "c13100c6fdf740938502979241e10e11", "OS-DCF: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-29T05:34:03Z", "hostId": "117a5b8c289933fa183cf4a2955ac729bbbbcc2626a99edbbbff3147", "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-4661f59b-7362-4a0e-a823-7993d1e05fbf-vm_inst", "created": "2018-06-29T05:33:48Z", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "os-extended-volumes:volumes_attached": [{"id": "71ea1f4b-e8b3-44ed-969a-665ed49a2577"}], "metadata": {}}} 2018-06-29 05:34:03,547 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/5d498203-b483-461d-b27b-83b4b8393abb used request id req-a174c001-c168-4d11-a925-6c2ffa99f4a0 2018-06-29 05:34:03,547 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-vm_inst] is - ACTIVE 2018-06-29 05:34:03,547 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-06-29 05:34:06,549 - create_instance - DEBUG - VM status query timeout in 296.690604925 2018-06-29 05:34:06,552 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/5d498203-b483-461d-b27b-83b4b8393abb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}229cc3679cd0b17008f91ed91b1acbccbb3cee3a" 2018-06-29 05:34:07,109 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:34: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-c76e13f2-0a37-4664-8b2f-eacbd19f1dc8 x-compute-request-id: req-c76e13f2-0a37-4664-8b2f-eacbd19f1dc8 Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5d498203-b483-461d-b27b-83b4b8393abb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5d498203-b483-461d-b27b-83b4b8393abb", "rel": "bookmark"}], "image": {"id": "27df0053-cdcb-486b-ba61-a86f8ec12746", "links": [{"href": "http://172.30.9.23:8774/images/27df0053-cdcb-486b-ba61-a86f8ec12746", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2018-06-29T05:25:55.000000", "flavor": {"id": "d9c5f066-950b-40e1-b781-54585d636a24", "links": [{"href": "http://172.30.9.23:8774/flavors/d9c5f066-950b-40e1-b781-54585d636a24", "rel": "bookmark"}]}, "id": "5d498203-b483-461d-b27b-83b4b8393abb", "user_id": "c13100c6fdf740938502979241e10e11", "OS-DCF: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-29T05:34:05Z", "hostId": "117a5b8c289933fa183cf4a2955ac729bbbbcc2626a99edbbbff3147", "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-4661f59b-7362-4a0e-a823-7993d1e05fbf-vm_inst", "created": "2018-06-29T05:33:48Z", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "os-extended-volumes:volumes_attached": [{"id": "71ea1f4b-e8b3-44ed-969a-665ed49a2577"}], "metadata": {}}} 2018-06-29 05:34:07,110 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/5d498203-b483-461d-b27b-83b4b8393abb used request id req-c76e13f2-0a37-4664-8b2f-eacbd19f1dc8 2018-06-29 05:34:07,110 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-vm_inst] is - ACTIVE 2018-06-29 05:34:07,110 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-06-29 05:34:10,113 - create_instance - DEBUG - VM status query timeout in 293.126143932 2018-06-29 05:34:10,116 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/5d498203-b483-461d-b27b-83b4b8393abb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}229cc3679cd0b17008f91ed91b1acbccbb3cee3a" 2018-06-29 05:34:10,183 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 29 Jun 2018 05:34: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-9297b003-5105-4c3b-9ded-9a0692fb2b23 x-compute-request-id: req-9297b003-5105-4c3b-9ded-9a0692fb2b23 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 5d498203-b483-461d-b27b-83b4b8393abb could not be found.", "code": 404}} 2018-06-29 05:34:10,183 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/5d498203-b483-461d-b27b-83b4b8393abb used request id req-9297b003-5105-4c3b-9ded-9a0692fb2b23 2018-06-29 05:34:10,184 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 5d498203-b483-461d-b27b-83b4b8393abb could not be found. (HTTP 404) (Request-ID: req-9297b003-5105-4c3b-9ded-9a0692fb2b23) 2018-06-29 05:34:10,184 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-vm_inst 2018-06-29 05:34:10,188 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/71ea1f4b-e8b3-44ed-969a-665ed49a2577 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-10d71414-7631-4087-a6ff-7f86c7b8fdd1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6896e8978d04c30e3a4495e9bf91fbc835c35ba6" 2018-06-29 05:34:11,160 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:34:10 GMT Server: Apache x-compute-request-id: req-e86b59c6-a5e5-4cc7-b157-8386eb5efccb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e86b59c6-a5e5-4cc7-b157-8386eb5efccb Content-Encoding: gzip Content-Length: 524 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/71ea1f4b-e8b3-44ed-969a-665ed49a2577", "rel": "self"}, {"href": "http://172.30.9.23:8776/cd9dbb674f044f3998e73a09e2cc2f57/volumes/71ea1f4b-e8b3-44ed-969a-665ed49a2577", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-06-29T05:34:06.000000", "replication_status": null, "snapshot_id": null, "id": "71ea1f4b-e8b3-44ed-969a-665ed49a2577", "size": 1, "user_id": "c13100c6fdf740938502979241e10e11", "os-vol-tenant-attr:tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "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-4661f59b-7362-4a0e-a823-7993d1e05fbf", "bootable": "false", "created_at": "2018-06-29T05:33:36.000000", "volume_type": null}} 2018-06-29 05:34:11,160 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/71ea1f4b-e8b3-44ed-969a-665ed49a2577 used request id req-e86b59c6-a5e5-4cc7-b157-8386eb5efccb 2018-06-29 05:34:11,161 - create_volume - DEBUG - Instance status is - available 2018-06-29 05:34:11,161 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf 2018-06-29 05:34:11,161 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf 2018-06-29 05:34:11,164 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/71ea1f4b-e8b3-44ed-969a-665ed49a2577 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-10d71414-7631-4087-a6ff-7f86c7b8fdd1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6896e8978d04c30e3a4495e9bf91fbc835c35ba6" 2018-06-29 05:34:11,432 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 05:34:11 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-656f6946-7cec-472f-8a61-397412f35aff 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 05:34:11,433 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/71ea1f4b-e8b3-44ed-969a-665ed49a2577 used request id req-656f6946-7cec-472f-8a61-397412f35aff 2018-06-29 05:34:11,435 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/71ea1f4b-e8b3-44ed-969a-665ed49a2577 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-10d71414-7631-4087-a6ff-7f86c7b8fdd1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6896e8978d04c30e3a4495e9bf91fbc835c35ba6" 2018-06-29 05:34:12,318 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 29 Jun 2018 05:34:11 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-551dc2a8-fd4f-4eb7-baff-6059e116db56 x-openstack-request-id: req-551dc2a8-fd4f-4eb7-baff-6059e116db56 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 71ea1f4b-e8b3-44ed-969a-665ed49a2577 could not be found.", "code": 404}} 2018-06-29 05:34:12,318 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/71ea1f4b-e8b3-44ed-969a-665ed49a2577 used request id req-551dc2a8-fd4f-4eb7-baff-6059e116db56 2018-06-29 05:34:12,319 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 71ea1f4b-e8b3-44ed-969a-665ed49a2577 could not be found. (HTTP 404) (Request-ID: req-551dc2a8-fd4f-4eb7-baff-6059e116db56) 2018-06-29 05:34:12,319 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf 2018-06-29 05:34:12,322 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/d9c5f066-950b-40e1-b781-54585d636a24 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a8f0e92e717dac164d4d3be5f7efe272034475" 2018-06-29 05:34:12,357 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 05:34:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-45023ee7-fdb9-4918-818e-d73cf18d3630 x-compute-request-id: req-45023ee7-fdb9-4918-818e-d73cf18d3630 Content-Length: 0 Content-Type: application/json 2018-06-29 05:34:12,357 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/d9c5f066-950b-40e1-b781-54585d636a24 used request id req-45023ee7-fdb9-4918-818e-d73cf18d3630 2018-06-29 05:34:12,358 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-subnet 2018-06-29 05:34:12,358 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-subnet 2018-06-29 05:34:12,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/506cf458-0d5d-49f6-bdf7-84044d61061e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b059e5f1b5280998c0ffbf062ac2eb7e17d9d6f" 2018-06-29 05:34:14,670 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d5fb17a3-bc23-4dcf-ba6a-5f05f08719e5 Date: Fri, 29 Jun 2018 05:34:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 05:34:14,670 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/506cf458-0d5d-49f6-bdf7-84044d61061e used request id req-d5fb17a3-bc23-4dcf-ba6a-5f05f08719e5 2018-06-29 05:34:14,670 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-net 2018-06-29 05:34:14,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/f3c9bd40-0c28-43c6-928a-578e71cb4767 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b059e5f1b5280998c0ffbf062ac2eb7e17d9d6f" 2018-06-29 05:34:16,110 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8ca1e92d-525e-4f34-b5d7-5b9366f42378 Date: Fri, 29 Jun 2018 05:34:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 05:34:16,111 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/f3c9bd40-0c28-43c6-928a-578e71cb4767 used request id req-8ca1e92d-525e-4f34-b5d7-5b9366f42378 2018-06-29 05:34:16,111 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-4661f59b-7362-4a0e-a823-7993d1e05fbf-image 2018-06-29 05:34:16,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/27df0053-cdcb-486b-ba61-a86f8ec12746 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}82548171162ec7e15c571f3c86417233184fb39b" 2018-06-29 05:34:16,764 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8cf848bf-15aa-49e5-b78d-3d79e395217a Date: Fri, 29 Jun 2018 05:34: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 05:34:16,764 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/27df0053-cdcb-486b-ba61-a86f8ec12746 used request id req-8cf848bf-15aa-49e5-b78d-3d79e395217a 2018-06-29 05:34:16,766 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 05:34:16,769 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-06-29 05:34:16,769 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:34:16,770 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:34:17,168 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:34:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["pnpeWZhERby3bOE2Vjt_RQ"], "issued_at": "2018-06-29T05:34:17.000000Z"}} 2018-06-29 05:34:17,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}ec1978faea262c0d75f7fe7b4523eedf511492e2" 2018-06-29 05:34:17,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:34:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df5c4dc9-e0e9-452e-9f17-43de40a74fc9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:34:17,260 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-df5c4dc9-e0e9-452e-9f17-43de40a74fc9 2018-06-29 05:34:17,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ec1978faea262c0d75f7fe7b4523eedf511492e2" 2018-06-29 05:34:17,444 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-f7e008b7-4674-4147-9e5f-328123611ea6 Date: Fri, 29 Jun 2018 05:34:17 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-image"} 2018-06-29 05:34:17,444 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-image used request id req-f7e008b7-4674-4147-9e5f-328123611ea6 2018-06-29 05:34:17,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ec1978faea262c0d75f7fe7b4523eedf511492e2" 2018-06-29 05:34:18,069 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-37db2f8b-8654-4788-8b6b-4667e0d41b43 Date: Fri, 29 Jun 2018 05:34:18 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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 05:34:18,069 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-37db2f8b-8654-4788-8b6b-4667e0d41b43 2018-06-29 05:34:18,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ec1978faea262c0d75f7fe7b4523eedf511492e2" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-image"}' 2018-06-29 05:34:18,347 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/2492fb17-fe2b-4690-b10c-ce1d227024c1 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-42e2c13f-7e28-4bc7-9d4b-b9aada1ac89d Date: Fri, 29 Jun 2018 05:34:18 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-image", "tags": [], "container_format": "bare", "created_at": "2018-06-29T05:34:18Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-06-29T05:34:18Z", "visibility": "shared", "locations": [], "self": "/v2/images/2492fb17-fe2b-4690-b10c-ce1d227024c1", "min_disk": 0, "protected": false, "id": "2492fb17-fe2b-4690-b10c-ce1d227024c1", "file": "/v2/images/2492fb17-fe2b-4690-b10c-ce1d227024c1/file", "checksum": null, "owner": "cd9dbb674f044f3998e73a09e2cc2f57", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 05:34:18,347 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-42e2c13f-7e28-4bc7-9d4b-b9aada1ac89d 2018-06-29 05:34:18,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/2492fb17-fe2b-4690-b10c-ce1d227024c1/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ec1978faea262c0d75f7fe7b4523eedf511492e2" -d '' 2018-06-29 05:34:19,566 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-dc1ca482-889b-4d94-b600-7162889f6ac4 Date: Fri, 29 Jun 2018 05:34:19 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 05:34:19,566 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/2492fb17-fe2b-4690-b10c-ce1d227024c1/file used request id req-dc1ca482-889b-4d94-b600-7162889f6ac4 2018-06-29 05:34:19,567 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-06-29 05:34:19,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/2492fb17-fe2b-4690-b10c-ce1d227024c1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ec1978faea262c0d75f7fe7b4523eedf511492e2" 2018-06-29 05:34:19,808 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-03b52677-a692-428e-9468-3fde6adac103 Date: Fri, 29 Jun 2018 05:34:19 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-image", "tags": [], "container_format": "bare", "created_at": "2018-06-29T05:34:18Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-06-29T05:34:19Z", "visibility": "shared", "locations": [{"url": "rbd://cc48edf5-5a9c-4722-a2ee-f16c65653e74/images/2492fb17-fe2b-4690-b10c-ce1d227024c1/snap", "metadata": {}}], "self": "/v2/images/2492fb17-fe2b-4690-b10c-ce1d227024c1", "min_disk": 0, "protected": false, "id": "2492fb17-fe2b-4690-b10c-ce1d227024c1", "file": "/v2/images/2492fb17-fe2b-4690-b10c-ce1d227024c1/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "cd9dbb674f044f3998e73a09e2cc2f57", "direct_url": "rbd://cc48edf5-5a9c-4722-a2ee-f16c65653e74/images/2492fb17-fe2b-4690-b10c-ce1d227024c1/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 05:34:19,808 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/2492fb17-fe2b-4690-b10c-ce1d227024c1 used request id req-03b52677-a692-428e-9468-3fde6adac103 2018-06-29 05:34:19,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ec1978faea262c0d75f7fe7b4523eedf511492e2" 2018-06-29 05:34:20,435 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-50b28797-908d-4615-96d2-17fe76269537 Date: Fri, 29 Jun 2018 05:34: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 05:34:20,435 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-50b28797-908d-4615-96d2-17fe76269537 2018-06-29 05:34:20,438 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-image 2018-06-29 05:34:20,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/2492fb17-fe2b-4690-b10c-ce1d227024c1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ec1978faea262c0d75f7fe7b4523eedf511492e2" 2018-06-29 05:34:20,663 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-fb71d5b7-2439-42c1-87c2-0c94a1e6ec96 Date: Fri, 29 Jun 2018 05:34:20 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-image", "tags": [], "container_format": "bare", "created_at": "2018-06-29T05:34:18Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-06-29T05:34:19Z", "visibility": "shared", "locations": [{"url": "rbd://cc48edf5-5a9c-4722-a2ee-f16c65653e74/images/2492fb17-fe2b-4690-b10c-ce1d227024c1/snap", "metadata": {}}], "self": "/v2/images/2492fb17-fe2b-4690-b10c-ce1d227024c1", "min_disk": 0, "protected": false, "id": "2492fb17-fe2b-4690-b10c-ce1d227024c1", "file": "/v2/images/2492fb17-fe2b-4690-b10c-ce1d227024c1/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "cd9dbb674f044f3998e73a09e2cc2f57", "direct_url": "rbd://cc48edf5-5a9c-4722-a2ee-f16c65653e74/images/2492fb17-fe2b-4690-b10c-ce1d227024c1/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 05:34:20,664 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/2492fb17-fe2b-4690-b10c-ce1d227024c1 used request id req-fb71d5b7-2439-42c1-87c2-0c94a1e6ec96 2018-06-29 05:34:20,664 - create_image - DEBUG - Instance status is - active 2018-06-29 05:34:20,665 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-image 2018-06-29 05:34:20,665 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-image 2018-06-29 05:34:20,665 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:34:20,666 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:34:21,057 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:34:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["Uthg0lQbQPWYCZEe1YD3mQ"], "issued_at": "2018-06-29T05:34:21.000000Z"}} 2018-06-29 05:34:21,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}69b771afea2dc2b04f1a15c00f8fb3f2ad49e9eb" 2018-06-29 05:34:21,143 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:34:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1cfd75d8-0209-470d-ae49-2bab29d21a89 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:34:21,143 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1cfd75d8-0209-470d-ae49-2bab29d21a89 2018-06-29 05:34:21,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69b771afea2dc2b04f1a15c00f8fb3f2ad49e9eb" 2018-06-29 05:34:21,426 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-4bb94c50-09bc-4d88-a414-da8df5736576 Date: Fri, 29 Jun 2018 05:34:21 GMT RESP BODY: {"networks":[]} 2018-06-29 05:34:21,426 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-net used request id req-4bb94c50-09bc-4d88-a414-da8df5736576 2018-06-29 05:34:21,427 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-net 2018-06-29 05:34:21,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69b771afea2dc2b04f1a15c00f8fb3f2ad49e9eb" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-net", "admin_state_up": true}}' 2018-06-29 05:34:21,889 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 742 X-Openstack-Request-Id: req-f45270ea-e946-4406-ae31-63b0ec763c41 Date: Fri, 29 Jun 2018 05:34:21 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"14936936-47e4-4bb8-a786-3b415bbd5b4a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":75,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T05:34:21Z","is_default":false,"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:34:21Z","mtu":1450}} 2018-06-29 05:34:21,889 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-f45270ea-e946-4406-ae31-63b0ec763c41 2018-06-29 05:34:21,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=14936936-47e4-4bb8-a786-3b415bbd5b4a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69b771afea2dc2b04f1a15c00f8fb3f2ad49e9eb" 2018-06-29 05:34:22,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-d7d97de6-178c-4c81-acd8-d80eb9607641 Date: Fri, 29 Jun 2018 05:34:22 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"14936936-47e4-4bb8-a786-3b415bbd5b4a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":75,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-06-29T05:34:21Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:34:21Z","provider:network_type":"vxlan"}]} 2018-06-29 05:34:22,302 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=14936936-47e4-4bb8-a786-3b415bbd5b4a used request id req-d7d97de6-178c-4c81-acd8-d80eb9607641 2018-06-29 05:34:22,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=14936936-47e4-4bb8-a786-3b415bbd5b4a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69b771afea2dc2b04f1a15c00f8fb3f2ad49e9eb" 2018-06-29 05:34:22,511 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-f4a08887-d733-4726-a774-793eac0b48c1 Date: Fri, 29 Jun 2018 05:34:22 GMT RESP BODY: {"subnets":[]} 2018-06-29 05:34:22,512 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=14936936-47e4-4bb8-a786-3b415bbd5b4a used request id req-f4a08887-d733-4726-a774-793eac0b48c1 2018-06-29 05:34:22,512 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-subnet 2018-06-29 05:34:22,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69b771afea2dc2b04f1a15c00f8fb3f2ad49e9eb" -d '{"subnets": [{"ip_version": 4, "network_id": "14936936-47e4-4bb8-a786-3b415bbd5b4a", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-subnet"}]}' 2018-06-29 05:34:23,196 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-d8e4d649-148d-454c-a71d-ca99c598edc1 Date: Fri, 29 Jun 2018 05:34:23 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:34:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"d642475d-8490-4c19-82ea-514ae3e18e6f","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-subnet","enable_dhcp":true,"segment_id":null,"network_id":"14936936-47e4-4bb8-a786-3b415bbd5b4a","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:34:22Z","ip_version":4}]} 2018-06-29 05:34:23,196 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-d8e4d649-148d-454c-a71d-ca99c598edc1 2018-06-29 05:34:23,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=14936936-47e4-4bb8-a786-3b415bbd5b4a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69b771afea2dc2b04f1a15c00f8fb3f2ad49e9eb" 2018-06-29 05:34:23,284 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-158726da-be36-4499-a7d8-12094470e8b0 Date: Fri, 29 Jun 2018 05:34:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"14936936-47e4-4bb8-a786-3b415bbd5b4a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":75,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["d642475d-8490-4c19-82ea-514ae3e18e6f"],"description":"","tags":[],"updated_at":"2018-06-29T05:34:22Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:34:21Z","provider:network_type":"vxlan"}]} 2018-06-29 05:34:23,284 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=14936936-47e4-4bb8-a786-3b415bbd5b4a used request id req-158726da-be36-4499-a7d8-12094470e8b0 2018-06-29 05:34:23,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=14936936-47e4-4bb8-a786-3b415bbd5b4a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69b771afea2dc2b04f1a15c00f8fb3f2ad49e9eb" 2018-06-29 05:34:23,515 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-9414a306-2e17-4c07-9700-ea2d47d3a028 Date: Fri, 29 Jun 2018 05:34:23 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:34:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"d642475d-8490-4c19-82ea-514ae3e18e6f","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-subnet","enable_dhcp":true,"segment_id":null,"network_id":"14936936-47e4-4bb8-a786-3b415bbd5b4a","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:34:22Z","ip_version":4}]} 2018-06-29 05:34:23,515 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=14936936-47e4-4bb8-a786-3b415bbd5b4a used request id req-9414a306-2e17-4c07-9700-ea2d47d3a028 2018-06-29 05:34:23,516 - OpenStackNetwork - DEBUG - Network [14936936-47e4-4bb8-a786-3b415bbd5b4a] created successfully 2018-06-29 05:34:23,516 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:34:23,517 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:34:23,936 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:34:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["54fjlvBQSUK8ndTZTqHMzg"], "issued_at": "2018-06-29T05:34:23.000000Z"}} 2018-06-29 05:34:23,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}be81ee77e59c22fa9d1f99679fbcec3f643fd88a" 2018-06-29 05:34:24,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:34:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-adcbd6d6-b133-4817-a7b6-bf913f8feadb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:34:24,020 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-adcbd6d6-b133-4817-a7b6-bf913f8feadb 2018-06-29 05:34:24,021 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 05:34:24,026 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be81ee77e59c22fa9d1f99679fbcec3f643fd88a" 2018-06-29 05:34:24,240 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:34:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9f98b66d-8fa7-4655-8feb-d6b15b292ee7 x-compute-request-id: req-9f98b66d-8fa7-4655-8feb-d6b15b292ee7 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-06-29 05:34:24,240 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-9f98b66d-8fa7-4655-8feb-d6b15b292ee7 2018-06-29 05:34:24,243 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be81ee77e59c22fa9d1f99679fbcec3f643fd88a" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-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 05:34:24,301 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:34:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7ca39e33-bfa3-440f-913e-12686f959cf9 x-compute-request-id: req-7ca39e33-bfa3-440f-913e-12686f959cf9 Content-Encoding: gzip Content-Length: 326 Content-Type: application/json RESP BODY: {"flavor": {"name": "NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-flavor", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/585e87f4-2938-4605-87d1-43ae9d6fbd7c", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/585e87f4-2938-4605-87d1-43ae9d6fbd7c", "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": "585e87f4-2938-4605-87d1-43ae9d6fbd7c"}} 2018-06-29 05:34:24,301 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-7ca39e33-bfa3-440f-913e-12686f959cf9 2018-06-29 05:34:24,302 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:34:24,303 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:34:24,712 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:34:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["twQrDB33Qy-qmmoPfg-D3w"], "issued_at": "2018-06-29T05:34:24.000000Z"}} 2018-06-29 05:34:24,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}f090d54f60718afced5ebe0df7094c6a8bf2846b" 2018-06-29 05:34:24,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:34:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6692147f-acb1-46b3-a517-20037f7ae404 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:34:24,801 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-6692147f-acb1-46b3-a517-20037f7ae404 2018-06-29 05:34:24,806 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f090d54f60718afced5ebe0df7094c6a8bf2846b" 2018-06-29 05:34:25,143 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:34:24 GMT Server: Apache x-compute-request-id: req-54f0dc4f-44e6-4e00-944d-ffb80c0e6d24 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-54f0dc4f-44e6-4e00-944d-ffb80c0e6d24 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-06-29 05:34:25,143 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/detail used request id req-54f0dc4f-44e6-4e00-944d-ffb80c0e6d24 2018-06-29 05:34:25,146 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-54f0dc4f-44e6-4e00-944d-ffb80c0e6d24" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f090d54f60718afced5ebe0df7094c6a8bf2846b" -d '{"volume": {"status": "creating", "backup_id": null, "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69", "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 05:34:25,655 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 05:34:25 GMT Server: Apache x-compute-request-id: req-26f8db4e-0eef-42b4-aded-3f476790dda3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-26f8db4e-0eef-42b4-aded-3f476790dda3 Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "c13100c6fdf740938502979241e10e11", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/5bd67f5c-c8f2-4f7c-bf89-b4b418be8ff3", "rel": "self"}, {"href": "http://172.30.9.23:8776/cd9dbb674f044f3998e73a09e2cc2f57/volumes/5bd67f5c-c8f2-4f7c-bf89-b4b418be8ff3", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-06-29T05:34:25.000000", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "5bd67f5c-c8f2-4f7c-bf89-b4b418be8ff3", "size": 1}} 2018-06-29 05:34:25,655 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes used request id req-26f8db4e-0eef-42b4-aded-3f476790dda3 2018-06-29 05:34:25,658 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/5bd67f5c-c8f2-4f7c-bf89-b4b418be8ff3 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-54f0dc4f-44e6-4e00-944d-ffb80c0e6d24" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f090d54f60718afced5ebe0df7094c6a8bf2846b" 2018-06-29 05:34:25,919 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:34:25 GMT Server: Apache x-compute-request-id: req-800542d5-e1c5-4e9b-81fc-74a71b303eea OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-800542d5-e1c5-4e9b-81fc-74a71b303eea Content-Encoding: gzip Content-Length: 524 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/5bd67f5c-c8f2-4f7c-bf89-b4b418be8ff3", "rel": "self"}, {"href": "http://172.30.9.23:8776/cd9dbb674f044f3998e73a09e2cc2f57/volumes/5bd67f5c-c8f2-4f7c-bf89-b4b418be8ff3", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-06-29T05:34:25.000000", "replication_status": null, "snapshot_id": null, "id": "5bd67f5c-c8f2-4f7c-bf89-b4b418be8ff3", "size": 1, "user_id": "c13100c6fdf740938502979241e10e11", "os-vol-tenant-attr:tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "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-7b94f209-4076-45d4-b6e1-2e712d020f69", "bootable": "false", "created_at": "2018-06-29T05:34:25.000000", "volume_type": null}} 2018-06-29 05:34:25,920 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/5bd67f5c-c8f2-4f7c-bf89-b4b418be8ff3 used request id req-800542d5-e1c5-4e9b-81fc-74a71b303eea 2018-06-29 05:34:25,920 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69 2018-06-29 05:34:25,923 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/5bd67f5c-c8f2-4f7c-bf89-b4b418be8ff3 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-54f0dc4f-44e6-4e00-944d-ffb80c0e6d24" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f090d54f60718afced5ebe0df7094c6a8bf2846b" 2018-06-29 05:34:26,187 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:34:25 GMT Server: Apache x-compute-request-id: req-1546bb60-14af-4dd6-8279-04461170ef39 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1546bb60-14af-4dd6-8279-04461170ef39 Content-Encoding: gzip Content-Length: 521 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/5bd67f5c-c8f2-4f7c-bf89-b4b418be8ff3", "rel": "self"}, {"href": "http://172.30.9.23:8776/cd9dbb674f044f3998e73a09e2cc2f57/volumes/5bd67f5c-c8f2-4f7c-bf89-b4b418be8ff3", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-06-29T05:34:25.000000", "replication_status": null, "snapshot_id": null, "id": "5bd67f5c-c8f2-4f7c-bf89-b4b418be8ff3", "size": 1, "user_id": "c13100c6fdf740938502979241e10e11", "os-vol-tenant-attr:tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "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-7b94f209-4076-45d4-b6e1-2e712d020f69", "bootable": "false", "created_at": "2018-06-29T05:34:25.000000", "volume_type": null}} 2018-06-29 05:34:26,188 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/5bd67f5c-c8f2-4f7c-bf89-b4b418be8ff3 used request id req-1546bb60-14af-4dd6-8279-04461170ef39 2018-06-29 05:34:26,188 - create_volume - DEBUG - Instance status is - available 2018-06-29 05:34:26,188 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69 2018-06-29 05:34:26,188 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69 2018-06-29 05:34:26,188 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:34:26,189 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:34:26,576 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:34:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["drfioOn-Sg6CCjMLKj3LAw"], "issued_at": "2018-06-29T05:34:26.000000Z"}} 2018-06-29 05:34:26,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}d47d782e62c201c78f9a7126b439dade14947b87" 2018-06-29 05:34:26,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:34:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8856794b-6653-48c4-baf6-eb9846630846 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:34:26,669 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-8856794b-6653-48c4-baf6-eb9846630846 2018-06-29 05:34:26,670 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 05:34:26,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}d47d782e62c201c78f9a7126b439dade14947b87" 2018-06-29 05:34:26,762 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:34:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b459d6b-115d-4f5e-885b-16fbe9ece2d8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:34:26,762 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-5b459d6b-115d-4f5e-885b-16fbe9ece2d8 2018-06-29 05:34:26,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d47d782e62c201c78f9a7126b439dade14947b87" 2018-06-29 05:34:27,052 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-98943e3a-6989-4286-aca3-cc7a5e1c3074 Date: Fri, 29 Jun 2018 05:34:27 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"14936936-47e4-4bb8-a786-3b415bbd5b4a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":75,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["d642475d-8490-4c19-82ea-514ae3e18e6f"],"description":"","tags":[],"updated_at":"2018-06-29T05:34:22Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:34:21Z","provider:network_type":"vxlan"}]} 2018-06-29 05:34:27,052 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-net used request id req-98943e3a-6989-4286-aca3-cc7a5e1c3074 2018-06-29 05:34:27,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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 05:34:27,061 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 05:34: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.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 05:34:27,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d47d782e62c201c78f9a7126b439dade14947b87" 2018-06-29 05:34:27,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:34:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34d4250a-cd93-4841-a8e2-bf34fa46a0b4 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}} 2018-06-29 05:34:27,161 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 used request id req-34d4250a-cd93-4841-a8e2-bf34fa46a0b4 2018-06-29 05:34:27,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=14936936-47e4-4bb8-a786-3b415bbd5b4a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d47d782e62c201c78f9a7126b439dade14947b87" 2018-06-29 05:34:27,387 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-2fec4fce-2e38-496c-8d7a-a539db848dc5 Date: Fri, 29 Jun 2018 05:34:27 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:34:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"d642475d-8490-4c19-82ea-514ae3e18e6f","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-subnet","enable_dhcp":true,"segment_id":null,"network_id":"14936936-47e4-4bb8-a786-3b415bbd5b4a","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:34:22Z","ip_version":4}]} 2018-06-29 05:34:27,387 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=14936936-47e4-4bb8-a786-3b415bbd5b4a used request id req-2fec4fce-2e38-496c-8d7a-a539db848dc5 2018-06-29 05:34:27,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=14936936-47e4-4bb8-a786-3b415bbd5b4a&name=NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d47d782e62c201c78f9a7126b439dade14947b87" 2018-06-29 05:34:27,577 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-b90e7205-196d-446d-8ed4-ee0eb7551823 Date: Fri, 29 Jun 2018 05:34:27 GMT RESP BODY: {"ports":[]} 2018-06-29 05:34:27,577 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=14936936-47e4-4bb8-a786-3b415bbd5b4a&name=NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-port&admin_state_up=True used request id req-b90e7205-196d-446d-8ed4-ee0eb7551823 2018-06-29 05:34:27,580 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d47d782e62c201c78f9a7126b439dade14947b87" 2018-06-29 05:34:28,408 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:34: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-13d0111c-126e-4132-8643-f07ad0190369 x-compute-request-id: req-13d0111c-126e-4132-8643-f07ad0190369 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-06-29 05:34:28,408 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-vm_inst used request id req-13d0111c-126e-4132-8643-f07ad0190369 2018-06-29 05:34:28,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d47d782e62c201c78f9a7126b439dade14947b87" 2018-06-29 05:34:28,500 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-b3e84d9f-cb5f-431d-81ec-1cdf0be1ee33 Date: Fri, 29 Jun 2018 05:34:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"14936936-47e4-4bb8-a786-3b415bbd5b4a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":75,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["d642475d-8490-4c19-82ea-514ae3e18e6f"],"description":"","tags":[],"updated_at":"2018-06-29T05:34:22Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:34:21Z","provider:network_type":"vxlan"}]} 2018-06-29 05:34:28,501 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-net used request id req-b3e84d9f-cb5f-431d-81ec-1cdf0be1ee33 2018-06-29 05:34:28,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d47d782e62c201c78f9a7126b439dade14947b87" 2018-06-29 05:34:28,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:34:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-edd29a93-d8a6-44ce-8f29-41a8213d9de5 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}} 2018-06-29 05:34:28,610 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 used request id req-edd29a93-d8a6-44ce-8f29-41a8213d9de5 2018-06-29 05:34:28,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=14936936-47e4-4bb8-a786-3b415bbd5b4a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d47d782e62c201c78f9a7126b439dade14947b87" 2018-06-29 05:34:28,826 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-d763a086-70df-4a2e-b02a-9709bc88f22f Date: Fri, 29 Jun 2018 05:34:28 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:34:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"d642475d-8490-4c19-82ea-514ae3e18e6f","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-subnet","enable_dhcp":true,"segment_id":null,"network_id":"14936936-47e4-4bb8-a786-3b415bbd5b4a","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:34:22Z","ip_version":4}]} 2018-06-29 05:34:28,826 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=14936936-47e4-4bb8-a786-3b415bbd5b4a used request id req-d763a086-70df-4a2e-b02a-9709bc88f22f 2018-06-29 05:34:28,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=14936936-47e4-4bb8-a786-3b415bbd5b4a&name=NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d47d782e62c201c78f9a7126b439dade14947b87" 2018-06-29 05:34:29,123 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-da8f06c7-8c7f-45c8-b092-9e49c60a2cad Date: Fri, 29 Jun 2018 05:34:29 GMT RESP BODY: {"ports":[]} 2018-06-29 05:34:29,124 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=14936936-47e4-4bb8-a786-3b415bbd5b4a&name=NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-port&admin_state_up=True used request id req-da8f06c7-8c7f-45c8-b092-9e49c60a2cad 2018-06-29 05:34:29,124 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:34:29,125 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:34:29,515 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:34:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["WLsznG8pQ_qVZac4b0GpFA"], "issued_at": "2018-06-29T05:34:29.000000Z"}} 2018-06-29 05:34:29,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}b6c72e2210c1bbcd7091d318c11668ee92516b3d" 2018-06-29 05:34:29,607 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:34:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93f0f4d5-29ad-4335-886e-7ab5ca63d4b1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:34:29,607 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-93f0f4d5-29ad-4335-886e-7ab5ca63d4b1 2018-06-29 05:34:29,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d47d782e62c201c78f9a7126b439dade14947b87" 2018-06-29 05:34:29,891 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-6ae559d0-0226-4d3b-ba42-ef51ce0ad161 Date: Fri, 29 Jun 2018 05:34:29 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"14936936-47e4-4bb8-a786-3b415bbd5b4a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":75,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["d642475d-8490-4c19-82ea-514ae3e18e6f"],"description":"","tags":[],"updated_at":"2018-06-29T05:34:22Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:34:21Z","provider:network_type":"vxlan"}]} 2018-06-29 05:34:29,891 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-net used request id req-6ae559d0-0226-4d3b-ba42-ef51ce0ad161 2018-06-29 05:34:29,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=14936936-47e4-4bb8-a786-3b415bbd5b4a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d47d782e62c201c78f9a7126b439dade14947b87" 2018-06-29 05:34:30,100 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-8b82cd4f-f6dd-4623-85ed-0e9a8996a718 Date: Fri, 29 Jun 2018 05:34:30 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:34:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"d642475d-8490-4c19-82ea-514ae3e18e6f","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-subnet","enable_dhcp":true,"segment_id":null,"network_id":"14936936-47e4-4bb8-a786-3b415bbd5b4a","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:34:22Z","ip_version":4}]} 2018-06-29 05:34:30,100 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=14936936-47e4-4bb8-a786-3b415bbd5b4a used request id req-8b82cd4f-f6dd-4623-85ed-0e9a8996a718 2018-06-29 05:34:30,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d47d782e62c201c78f9a7126b439dade14947b87" 2018-06-29 05:34:30,466 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-93870cad-1520-4a23-8177-14aff3f89dc5 Date: Fri, 29 Jun 2018 05:34:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"14936936-47e4-4bb8-a786-3b415bbd5b4a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":75,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["d642475d-8490-4c19-82ea-514ae3e18e6f"],"description":"","tags":[],"updated_at":"2018-06-29T05:34:22Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:34:21Z","provider:network_type":"vxlan"}]} 2018-06-29 05:34:30,466 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-net used request id req-93870cad-1520-4a23-8177-14aff3f89dc5 2018-06-29 05:34:30,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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 05:34:30,475 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 05:34: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.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 05:34:30,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6c72e2210c1bbcd7091d318c11668ee92516b3d" 2018-06-29 05:34:30,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:34:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d43ecd8-81af-4100-939a-a066250ede62 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}} 2018-06-29 05:34:30,565 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 used request id req-1d43ecd8-81af-4100-939a-a066250ede62 2018-06-29 05:34:30,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=14936936-47e4-4bb8-a786-3b415bbd5b4a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d47d782e62c201c78f9a7126b439dade14947b87" 2018-06-29 05:34:30,794 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-9a48ecd2-c467-4d57-8b29-2d17a58b88e5 Date: Fri, 29 Jun 2018 05:34:30 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:34:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"d642475d-8490-4c19-82ea-514ae3e18e6f","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-subnet","enable_dhcp":true,"segment_id":null,"network_id":"14936936-47e4-4bb8-a786-3b415bbd5b4a","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:34:22Z","ip_version":4}]} 2018-06-29 05:34:30,795 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=14936936-47e4-4bb8-a786-3b415bbd5b4a used request id req-9a48ecd2-c467-4d57-8b29-2d17a58b88e5 2018-06-29 05:34:30,796 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-net 2018-06-29 05:34:30,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d47d782e62c201c78f9a7126b439dade14947b87" -d '{"port": {"network_id": "14936936-47e4-4bb8-a786-3b415bbd5b4a", "name": "NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-port", "admin_state_up": true}}' 2018-06-29 05:34:31,725 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 908 X-Openstack-Request-Id: req-7a81e04d-0e26-4c05-8010-9ee20b8c9c6b Date: Fri, 29 Jun 2018 05:34:31 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:34:31Z","device_owner":"","revision_number":2,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"d642475d-8490-4c19-82ea-514ae3e18e6f","ip_address":"10.55.0.11"}],"id":"e98fdaad-3be1-4c1c-acdb-0233e6b1f28e","security_groups":["67fd1914-9a13-4c3f-b4a8-3292c73ccfbe"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:89:5d:59","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-port","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","qos_policy_id":null,"admin_state_up":true,"network_id":"14936936-47e4-4bb8-a786-3b415bbd5b4a","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:34:31Z","binding:vnic_type":"normal","ip_allocation":"immediate"}} 2018-06-29 05:34:31,725 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-7a81e04d-0e26-4c05-8010-9ee20b8c9c6b 2018-06-29 05:34:31,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d47d782e62c201c78f9a7126b439dade14947b87" 2018-06-29 05:34:31,984 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-70d2f12e-de8d-41ca-ae38-d07b23b2a634 Date: Fri, 29 Jun 2018 05:34:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"14936936-47e4-4bb8-a786-3b415bbd5b4a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":75,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["d642475d-8490-4c19-82ea-514ae3e18e6f"],"description":"","tags":[],"updated_at":"2018-06-29T05:34:22Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:34:21Z","provider:network_type":"vxlan"}]} 2018-06-29 05:34:31,984 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-net used request id req-70d2f12e-de8d-41ca-ae38-d07b23b2a634 2018-06-29 05:34:31,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d47d782e62c201c78f9a7126b439dade14947b87" 2018-06-29 05:34:32,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:34:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cff215a5-2a9b-4b20-869f-ea711b9327b0 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}} 2018-06-29 05:34:32,087 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 used request id req-cff215a5-2a9b-4b20-869f-ea711b9327b0 2018-06-29 05:34:32,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=14936936-47e4-4bb8-a786-3b415bbd5b4a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d47d782e62c201c78f9a7126b439dade14947b87" 2018-06-29 05:34:32,313 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-41014e27-5147-468d-9ec1-1a48ecbbcb39 Date: Fri, 29 Jun 2018 05:34:32 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:34:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"d642475d-8490-4c19-82ea-514ae3e18e6f","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-subnet","enable_dhcp":true,"segment_id":null,"network_id":"14936936-47e4-4bb8-a786-3b415bbd5b4a","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:34:22Z","ip_version":4}]} 2018-06-29 05:34:32,313 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=14936936-47e4-4bb8-a786-3b415bbd5b4a used request id req-41014e27-5147-468d-9ec1-1a48ecbbcb39 2018-06-29 05:34:32,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=14936936-47e4-4bb8-a786-3b415bbd5b4a&name=NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d47d782e62c201c78f9a7126b439dade14947b87" 2018-06-29 05:34:32,524 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 911 X-Openstack-Request-Id: req-c5ee4f64-d994-4686-a69d-424f99993516 Date: Fri, 29 Jun 2018 05:34:32 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:34:31Z","device_owner":"","revision_number":2,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d642475d-8490-4c19-82ea-514ae3e18e6f","ip_address":"10.55.0.11"}],"id":"e98fdaad-3be1-4c1c-acdb-0233e6b1f28e","security_groups":["67fd1914-9a13-4c3f-b4a8-3292c73ccfbe"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:89:5d:59","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-port","admin_state_up":true,"network_id":"14936936-47e4-4bb8-a786-3b415bbd5b4a","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:34:31Z","binding:vnic_type":"normal","device_id":"","ip_allocation":"immediate"}]} 2018-06-29 05:34:32,524 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=14936936-47e4-4bb8-a786-3b415bbd5b4a&name=NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-port&admin_state_up=True used request id req-c5ee4f64-d994-4686-a69d-424f99993516 2018-06-29 05:34:32,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d47d782e62c201c78f9a7126b439dade14947b87" 2018-06-29 05:34:32,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:34:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7908c8e7-bead-4b5a-a4b5-05515306150a Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}} 2018-06-29 05:34:32,627 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 used request id req-7908c8e7-bead-4b5a-a4b5-05515306150a 2018-06-29 05:34:32,627 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-vm_inst 2018-06-29 05:34:32,631 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d47d782e62c201c78f9a7126b439dade14947b87" 2018-06-29 05:34:32,655 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:34:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-10eba11a-7d9f-490a-9ad8-ddee168c75e1 x-compute-request-id: req-10eba11a-7d9f-490a-9ad8-ddee168c75e1 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"flavors": [{"id": "585e87f4-2938-4605-87d1-43ae9d6fbd7c", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/585e87f4-2938-4605-87d1-43ae9d6fbd7c", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/585e87f4-2938-4605-87d1-43ae9d6fbd7c", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-flavor"}]} 2018-06-29 05:34:32,655 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-10eba11a-7d9f-490a-9ad8-ddee168c75e1 2018-06-29 05:34:32,658 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/585e87f4-2938-4605-87d1-43ae9d6fbd7c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d47d782e62c201c78f9a7126b439dade14947b87" 2018-06-29 05:34:32,681 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:34:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-114e6b5a-39c5-4aeb-a04a-a64b36c21a09 x-compute-request-id: req-114e6b5a-39c5-4aeb-a04a-a64b36c21a09 Content-Encoding: gzip Content-Length: 326 Content-Type: application/json RESP BODY: {"flavor": {"name": "NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-flavor", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/585e87f4-2938-4605-87d1-43ae9d6fbd7c", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/585e87f4-2938-4605-87d1-43ae9d6fbd7c", "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": "585e87f4-2938-4605-87d1-43ae9d6fbd7c"}} 2018-06-29 05:34:32,681 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/585e87f4-2938-4605-87d1-43ae9d6fbd7c used request id req-114e6b5a-39c5-4aeb-a04a-a64b36c21a09 2018-06-29 05:34:32,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d47d782e62c201c78f9a7126b439dade14947b87" 2018-06-29 05:34:32,881 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-ee768511-c4b8-42d8-a617-cf8759d3b655 Date: Fri, 29 Jun 2018 05:34:32 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-image", "tags": [], "container_format": "bare", "created_at": "2018-06-29T05:34:18Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-06-29T05:34:19Z", "visibility": "shared", "locations": [{"url": "rbd://cc48edf5-5a9c-4722-a2ee-f16c65653e74/images/2492fb17-fe2b-4690-b10c-ce1d227024c1/snap", "metadata": {}}], "self": "/v2/images/2492fb17-fe2b-4690-b10c-ce1d227024c1", "min_disk": 0, "protected": false, "id": "2492fb17-fe2b-4690-b10c-ce1d227024c1", "file": "/v2/images/2492fb17-fe2b-4690-b10c-ce1d227024c1/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "cd9dbb674f044f3998e73a09e2cc2f57", "direct_url": "rbd://cc48edf5-5a9c-4722-a2ee-f16c65653e74/images/2492fb17-fe2b-4690-b10c-ce1d227024c1/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-image"} 2018-06-29 05:34:32,881 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-image used request id req-ee768511-c4b8-42d8-a617-cf8759d3b655 2018-06-29 05:34:32,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d47d782e62c201c78f9a7126b439dade14947b87" 2018-06-29 05:34:33,499 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-a2016dd1-52d0-40d8-bc11-0a05fe4a019f Date: Fri, 29 Jun 2018 05:34: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 05:34:33,499 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-a2016dd1-52d0-40d8-bc11-0a05fe4a019f 2018-06-29 05:34:33,504 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d47d782e62c201c78f9a7126b439dade14947b87" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-vm_inst", "imageRef": "2492fb17-fe2b-4690-b10c-ce1d227024c1", "flavorRef": "585e87f4-2938-4605-87d1-43ae9d6fbd7c", "max_count": 1, "min_count": 1, "networks": [{"port": "e98fdaad-3be1-4c1c-acdb-0233e6b1f28e"}]}}' 2018-06-29 05:34:35,423 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 05:34:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-aee76175-9fee-4154-9907-5a4ea820c692 x-compute-request-id: req-aee76175-9fee-4154-9907-5a4ea820c692 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/899241a6-21f8-4d03-9cf3-b310de8d6b89 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "899241a6-21f8-4d03-9cf3-b310de8d6b89", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/899241a6-21f8-4d03-9cf3-b310de8d6b89", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/899241a6-21f8-4d03-9cf3-b310de8d6b89", "rel": "bookmark"}], "adminPass": "cG8DyfqyYFXb"}} 2018-06-29 05:34:35,423 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-aee76175-9fee-4154-9907-5a4ea820c692 2018-06-29 05:34:35,427 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/899241a6-21f8-4d03-9cf3-b310de8d6b89 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d47d782e62c201c78f9a7126b439dade14947b87" 2018-06-29 05:34:35,660 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:34:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-08f995ab-2a85-4752-b568-6843ad03c669 x-compute-request-id: req-08f995ab-2a85-4752-b568-6843ad03c669 Content-Encoding: gzip Content-Length: 647 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/899241a6-21f8-4d03-9cf3-b310de8d6b89", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/899241a6-21f8-4d03-9cf3-b310de8d6b89", "rel": "bookmark"}], "image": {"id": "2492fb17-fe2b-4690-b10c-ce1d227024c1", "links": [{"href": "http://172.30.9.23:8774/images/2492fb17-fe2b-4690-b10c-ce1d227024c1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "585e87f4-2938-4605-87d1-43ae9d6fbd7c", "links": [{"href": "http://172.30.9.23:8774/flavors/585e87f4-2938-4605-87d1-43ae9d6fbd7c", "rel": "bookmark"}]}, "id": "899241a6-21f8-4d03-9cf3-b310de8d6b89", "user_id": "c13100c6fdf740938502979241e10e11", "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-29T05:34:35Z", "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-7b94f209-4076-45d4-b6e1-2e712d020f69-vm_inst", "created": "2018-06-29T05:34:35Z", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 05:34:35,661 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/899241a6-21f8-4d03-9cf3-b310de8d6b89 used request id req-08f995ab-2a85-4752-b568-6843ad03c669 2018-06-29 05:34:35,661 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-vm_inst 2018-06-29 05:34:35,664 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/899241a6-21f8-4d03-9cf3-b310de8d6b89 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d47d782e62c201c78f9a7126b439dade14947b87" 2018-06-29 05:34:35,896 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:34:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f0eb1ced-bca1-4923-8f5b-a32574e6a1f9 x-compute-request-id: req-f0eb1ced-bca1-4923-8f5b-a32574e6a1f9 Content-Encoding: gzip Content-Length: 647 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/899241a6-21f8-4d03-9cf3-b310de8d6b89", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/899241a6-21f8-4d03-9cf3-b310de8d6b89", "rel": "bookmark"}], "image": {"id": "2492fb17-fe2b-4690-b10c-ce1d227024c1", "links": [{"href": "http://172.30.9.23:8774/images/2492fb17-fe2b-4690-b10c-ce1d227024c1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "585e87f4-2938-4605-87d1-43ae9d6fbd7c", "links": [{"href": "http://172.30.9.23:8774/flavors/585e87f4-2938-4605-87d1-43ae9d6fbd7c", "rel": "bookmark"}]}, "id": "899241a6-21f8-4d03-9cf3-b310de8d6b89", "user_id": "c13100c6fdf740938502979241e10e11", "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-29T05:34:35Z", "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-7b94f209-4076-45d4-b6e1-2e712d020f69-vm_inst", "created": "2018-06-29T05:34:35Z", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 05:34:35,896 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/899241a6-21f8-4d03-9cf3-b310de8d6b89 used request id req-f0eb1ced-bca1-4923-8f5b-a32574e6a1f9 2018-06-29 05:34:35,897 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-vm_inst] is - BUILD 2018-06-29 05:34:35,897 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-06-29 05:34:38,900 - create_instance - DEBUG - VM status query timeout in 896.76113987 2018-06-29 05:34:38,904 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/899241a6-21f8-4d03-9cf3-b310de8d6b89 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d47d782e62c201c78f9a7126b439dade14947b87" 2018-06-29 05:34:39,301 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:34:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-42991bd3-7a30-4f57-87c5-8764a77e30d5 x-compute-request-id: req-42991bd3-7a30-4f57-87c5-8764a77e30d5 Content-Encoding: gzip Content-Length: 721 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/899241a6-21f8-4d03-9cf3-b310de8d6b89", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/899241a6-21f8-4d03-9cf3-b310de8d6b89", "rel": "bookmark"}], "image": {"id": "2492fb17-fe2b-4690-b10c-ce1d227024c1", "links": [{"href": "http://172.30.9.23:8774/images/2492fb17-fe2b-4690-b10c-ce1d227024c1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "585e87f4-2938-4605-87d1-43ae9d6fbd7c", "links": [{"href": "http://172.30.9.23:8774/flavors/585e87f4-2938-4605-87d1-43ae9d6fbd7c", "rel": "bookmark"}]}, "id": "899241a6-21f8-4d03-9cf3-b310de8d6b89", "user_id": "c13100c6fdf740938502979241e10e11", "OS-DCF: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-29T05:34:38Z", "hostId": "117a5b8c289933fa183cf4a2955ac729bbbbcc2626a99edbbbff3147", "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-7b94f209-4076-45d4-b6e1-2e712d020f69-vm_inst", "created": "2018-06-29T05:34:35Z", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 05:34:39,302 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/899241a6-21f8-4d03-9cf3-b310de8d6b89 used request id req-42991bd3-7a30-4f57-87c5-8764a77e30d5 2018-06-29 05:34:39,302 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-vm_inst] is - BUILD 2018-06-29 05:34:39,302 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-06-29 05:34:42,306 - create_instance - DEBUG - VM status query timeout in 893.355791807 2018-06-29 05:34:42,309 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/899241a6-21f8-4d03-9cf3-b310de8d6b89 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d47d782e62c201c78f9a7126b439dade14947b87" 2018-06-29 05:34:43,331 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:34: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-7ccd4eaa-2c25-4e30-bdc4-e95810270b63 x-compute-request-id: req-7ccd4eaa-2c25-4e30-bdc4-e95810270b63 Content-Encoding: gzip Content-Length: 815 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:5d:59", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/899241a6-21f8-4d03-9cf3-b310de8d6b89", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/899241a6-21f8-4d03-9cf3-b310de8d6b89", "rel": "bookmark"}], "image": {"id": "2492fb17-fe2b-4690-b10c-ce1d227024c1", "links": [{"href": "http://172.30.9.23:8774/images/2492fb17-fe2b-4690-b10c-ce1d227024c1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "585e87f4-2938-4605-87d1-43ae9d6fbd7c", "links": [{"href": "http://172.30.9.23:8774/flavors/585e87f4-2938-4605-87d1-43ae9d6fbd7c", "rel": "bookmark"}]}, "id": "899241a6-21f8-4d03-9cf3-b310de8d6b89", "security_groups": [{"name": "default"}], "user_id": "c13100c6fdf740938502979241e10e11", "OS-DCF: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-29T05:34:38Z", "hostId": "117a5b8c289933fa183cf4a2955ac729bbbbcc2626a99edbbbff3147", "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-7b94f209-4076-45d4-b6e1-2e712d020f69-vm_inst", "created": "2018-06-29T05:34:35Z", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 05:34:43,331 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/899241a6-21f8-4d03-9cf3-b310de8d6b89 used request id req-7ccd4eaa-2c25-4e30-bdc4-e95810270b63 2018-06-29 05:34:43,332 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-vm_inst] is - BUILD 2018-06-29 05:34:43,332 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-06-29 05:34:46,335 - create_instance - DEBUG - VM status query timeout in 889.326014996 2018-06-29 05:34:46,339 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/899241a6-21f8-4d03-9cf3-b310de8d6b89 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d47d782e62c201c78f9a7126b439dade14947b87" 2018-06-29 05:34:46,986 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:34: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-b662b6be-6d0f-4b2a-b0e8-ba7663c0b7ff x-compute-request-id: req-b662b6be-6d0f-4b2a-b0e8-ba7663c0b7ff Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:5d:59", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/899241a6-21f8-4d03-9cf3-b310de8d6b89", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/899241a6-21f8-4d03-9cf3-b310de8d6b89", "rel": "bookmark"}], "image": {"id": "2492fb17-fe2b-4690-b10c-ce1d227024c1", "links": [{"href": "http://172.30.9.23:8774/images/2492fb17-fe2b-4690-b10c-ce1d227024c1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": "2018-06-29T05:26:42.000000", "flavor": {"id": "585e87f4-2938-4605-87d1-43ae9d6fbd7c", "links": [{"href": "http://172.30.9.23:8774/flavors/585e87f4-2938-4605-87d1-43ae9d6fbd7c", "rel": "bookmark"}]}, "id": "899241a6-21f8-4d03-9cf3-b310de8d6b89", "security_groups": [{"name": "default"}], "user_id": "c13100c6fdf740938502979241e10e11", "OS-DCF: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-29T05:34:44Z", "hostId": "117a5b8c289933fa183cf4a2955ac729bbbbcc2626a99edbbbff3147", "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-7b94f209-4076-45d4-b6e1-2e712d020f69-vm_inst", "created": "2018-06-29T05:34:35Z", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 05:34:46,986 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/899241a6-21f8-4d03-9cf3-b310de8d6b89 used request id req-b662b6be-6d0f-4b2a-b0e8-ba7663c0b7ff 2018-06-29 05:34:46,987 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-vm_inst] is - ACTIVE 2018-06-29 05:34:46,987 - create_instance - INFO - VM is - ACTIVE 2018-06-29 05:34:46,989 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/899241a6-21f8-4d03-9cf3-b310de8d6b89 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d47d782e62c201c78f9a7126b439dade14947b87" 2018-06-29 05:34:48,183 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:34: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-aa917470-0a0a-43b5-abae-b509fb9e9e00 x-compute-request-id: req-aa917470-0a0a-43b5-abae-b509fb9e9e00 Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:5d:59", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/899241a6-21f8-4d03-9cf3-b310de8d6b89", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/899241a6-21f8-4d03-9cf3-b310de8d6b89", "rel": "bookmark"}], "image": {"id": "2492fb17-fe2b-4690-b10c-ce1d227024c1", "links": [{"href": "http://172.30.9.23:8774/images/2492fb17-fe2b-4690-b10c-ce1d227024c1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": "2018-06-29T05:26:42.000000", "flavor": {"id": "585e87f4-2938-4605-87d1-43ae9d6fbd7c", "links": [{"href": "http://172.30.9.23:8774/flavors/585e87f4-2938-4605-87d1-43ae9d6fbd7c", "rel": "bookmark"}]}, "id": "899241a6-21f8-4d03-9cf3-b310de8d6b89", "security_groups": [{"name": "default"}], "user_id": "c13100c6fdf740938502979241e10e11", "OS-DCF: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-29T05:34:44Z", "hostId": "117a5b8c289933fa183cf4a2955ac729bbbbcc2626a99edbbbff3147", "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-7b94f209-4076-45d4-b6e1-2e712d020f69-vm_inst", "created": "2018-06-29T05:34:35Z", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 05:34:48,183 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/899241a6-21f8-4d03-9cf3-b310de8d6b89 used request id req-aa917470-0a0a-43b5-abae-b509fb9e9e00 2018-06-29 05:34:48,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d47d782e62c201c78f9a7126b439dade14947b87" 2018-06-29 05:34:48,579 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-222c5036-c8e3-4aba-8953-8cb0b025475a Date: Fri, 29 Jun 2018 05:34:48 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"14936936-47e4-4bb8-a786-3b415bbd5b4a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":75,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["d642475d-8490-4c19-82ea-514ae3e18e6f"],"description":"","tags":[],"updated_at":"2018-06-29T05:34:22Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:34:21Z","provider:network_type":"vxlan"}]} 2018-06-29 05:34:48,579 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-net used request id req-222c5036-c8e3-4aba-8953-8cb0b025475a 2018-06-29 05:34:48,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d47d782e62c201c78f9a7126b439dade14947b87" 2018-06-29 05:34:48,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:34:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd002899-9573-4b12-992b-2abb2e0d3c57 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}} 2018-06-29 05:34:48,675 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 used request id req-cd002899-9573-4b12-992b-2abb2e0d3c57 2018-06-29 05:34:48,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=14936936-47e4-4bb8-a786-3b415bbd5b4a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d47d782e62c201c78f9a7126b439dade14947b87" 2018-06-29 05:34:48,914 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-2f828734-cf70-4b87-93c1-dec12e63f08b Date: Fri, 29 Jun 2018 05:34:48 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:34:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"d642475d-8490-4c19-82ea-514ae3e18e6f","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-subnet","enable_dhcp":true,"segment_id":null,"network_id":"14936936-47e4-4bb8-a786-3b415bbd5b4a","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:34:22Z","ip_version":4}]} 2018-06-29 05:34:48,914 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=14936936-47e4-4bb8-a786-3b415bbd5b4a used request id req-2f828734-cf70-4b87-93c1-dec12e63f08b 2018-06-29 05:34:48,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=14936936-47e4-4bb8-a786-3b415bbd5b4a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d47d782e62c201c78f9a7126b439dade14947b87" 2018-06-29 05:34:48,978 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3995 X-Openstack-Request-Id: req-ac0dccc2-7528-4bbd-875f-66af85ea0a29 Date: Fri, 29 Jun 2018 05:34:48 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:34:26Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d642475d-8490-4c19-82ea-514ae3e18e6f","ip_address":"10.55.0.3"}],"id":"274e0eea-ac15-4cbb-ae57-9ccd2350c61c","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2c:46:07","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"14936936-47e4-4bb8-a786-3b415bbd5b4a","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:34:23Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-14936936-47e4-4bb8-a786-3b415bbd5b4a","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:34:27Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d642475d-8490-4c19-82ea-514ae3e18e6f","ip_address":"10.55.0.4"}],"id":"64906908-223d-408b-91b6-c2d5fc496758","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9f:61:a5","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"14936936-47e4-4bb8-a786-3b415bbd5b4a","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:34:24Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-14936936-47e4-4bb8-a786-3b415bbd5b4a","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:34:25Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d642475d-8490-4c19-82ea-514ae3e18e6f","ip_address":"10.55.0.2"}],"id":"80ce8366-244a-4ec0-b0c1-337174d49ff4","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:63:34:3f","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"14936936-47e4-4bb8-a786-3b415bbd5b4a","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:34:23Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-14936936-47e4-4bb8-a786-3b415bbd5b4a","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:34:44Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d642475d-8490-4c19-82ea-514ae3e18e6f","ip_address":"10.55.0.11"}],"id":"e98fdaad-3be1-4c1c-acdb-0233e6b1f28e","security_groups":["67fd1914-9a13-4c3f-b4a8-3292c73ccfbe"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:89:5d:59","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-port","admin_state_up":true,"network_id":"14936936-47e4-4bb8-a786-3b415bbd5b4a","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:34:31Z","binding:vnic_type":"normal","device_id":"899241a6-21f8-4d03-9cf3-b310de8d6b89","ip_allocation":"immediate"}]} 2018-06-29 05:34:48,978 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=14936936-47e4-4bb8-a786-3b415bbd5b4a used request id req-ac0dccc2-7528-4bbd-875f-66af85ea0a29 2018-06-29 05:34:48,980 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:34:49,376 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:34:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["ZrpxuYxKQFm-XVYXCOVg3g"], "issued_at": "2018-06-29T05:34:49.000000Z"}} 2018-06-29 05:34:49,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}79f029a66a645ce5474acab37a63d16d0191e90e" 2018-06-29 05:34:49,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:34:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad96cb60-d974-4240-b851-95119404edb5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:34:49,461 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-ad96cb60-d974-4240-b851-95119404edb5 2018-06-29 05:34:49,465 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/899241a6-21f8-4d03-9cf3-b310de8d6b89 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d47d782e62c201c78f9a7126b439dade14947b87" 2018-06-29 05:34:50,350 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:34:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0d21a8dc-25d6-466d-ad3a-2092608200f7 x-compute-request-id: req-0d21a8dc-25d6-466d-ad3a-2092608200f7 Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:5d:59", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/899241a6-21f8-4d03-9cf3-b310de8d6b89", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/899241a6-21f8-4d03-9cf3-b310de8d6b89", "rel": "bookmark"}], "image": {"id": "2492fb17-fe2b-4690-b10c-ce1d227024c1", "links": [{"href": "http://172.30.9.23:8774/images/2492fb17-fe2b-4690-b10c-ce1d227024c1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": "2018-06-29T05:26:42.000000", "flavor": {"id": "585e87f4-2938-4605-87d1-43ae9d6fbd7c", "links": [{"href": "http://172.30.9.23:8774/flavors/585e87f4-2938-4605-87d1-43ae9d6fbd7c", "rel": "bookmark"}]}, "id": "899241a6-21f8-4d03-9cf3-b310de8d6b89", "security_groups": [{"name": "default"}], "user_id": "c13100c6fdf740938502979241e10e11", "OS-DCF: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-29T05:34:44Z", "hostId": "117a5b8c289933fa183cf4a2955ac729bbbbcc2626a99edbbbff3147", "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-7b94f209-4076-45d4-b6e1-2e712d020f69-vm_inst", "created": "2018-06-29T05:34:35Z", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 05:34:50,350 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/899241a6-21f8-4d03-9cf3-b310de8d6b89 used request id req-0d21a8dc-25d6-466d-ad3a-2092608200f7 2018-06-29 05:34:50,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d47d782e62c201c78f9a7126b439dade14947b87" 2018-06-29 05:34:50,438 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-24e7119e-2191-46d2-9a59-c887c303e24d Date: Fri, 29 Jun 2018 05:34:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"14936936-47e4-4bb8-a786-3b415bbd5b4a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":75,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["d642475d-8490-4c19-82ea-514ae3e18e6f"],"description":"","tags":[],"updated_at":"2018-06-29T05:34:22Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:34:21Z","provider:network_type":"vxlan"}]} 2018-06-29 05:34:50,438 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-net used request id req-24e7119e-2191-46d2-9a59-c887c303e24d 2018-06-29 05:34:50,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d47d782e62c201c78f9a7126b439dade14947b87" 2018-06-29 05:34:50,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:34:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1bed1338-a77c-45eb-9164-5f00f9360f59 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}} 2018-06-29 05:34:50,532 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 used request id req-1bed1338-a77c-45eb-9164-5f00f9360f59 2018-06-29 05:34:50,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=14936936-47e4-4bb8-a786-3b415bbd5b4a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d47d782e62c201c78f9a7126b439dade14947b87" 2018-06-29 05:34:50,620 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-1187c5a9-018d-4749-b9e9-5bf9fe4060eb Date: Fri, 29 Jun 2018 05:34:50 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:34:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"d642475d-8490-4c19-82ea-514ae3e18e6f","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-subnet","enable_dhcp":true,"segment_id":null,"network_id":"14936936-47e4-4bb8-a786-3b415bbd5b4a","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:34:22Z","ip_version":4}]} 2018-06-29 05:34:50,620 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=14936936-47e4-4bb8-a786-3b415bbd5b4a used request id req-1187c5a9-018d-4749-b9e9-5bf9fe4060eb 2018-06-29 05:34:50,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=14936936-47e4-4bb8-a786-3b415bbd5b4a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d47d782e62c201c78f9a7126b439dade14947b87" 2018-06-29 05:34:50,855 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3995 X-Openstack-Request-Id: req-cc8204b4-b71d-4961-ac5a-c8cf67cc794d Date: Fri, 29 Jun 2018 05:34:50 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:34:26Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d642475d-8490-4c19-82ea-514ae3e18e6f","ip_address":"10.55.0.3"}],"id":"274e0eea-ac15-4cbb-ae57-9ccd2350c61c","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2c:46:07","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"14936936-47e4-4bb8-a786-3b415bbd5b4a","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:34:23Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-14936936-47e4-4bb8-a786-3b415bbd5b4a","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:34:27Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d642475d-8490-4c19-82ea-514ae3e18e6f","ip_address":"10.55.0.4"}],"id":"64906908-223d-408b-91b6-c2d5fc496758","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9f:61:a5","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"14936936-47e4-4bb8-a786-3b415bbd5b4a","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:34:24Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-14936936-47e4-4bb8-a786-3b415bbd5b4a","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:34:25Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d642475d-8490-4c19-82ea-514ae3e18e6f","ip_address":"10.55.0.2"}],"id":"80ce8366-244a-4ec0-b0c1-337174d49ff4","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:63:34:3f","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"14936936-47e4-4bb8-a786-3b415bbd5b4a","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:34:23Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-14936936-47e4-4bb8-a786-3b415bbd5b4a","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:34:44Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d642475d-8490-4c19-82ea-514ae3e18e6f","ip_address":"10.55.0.11"}],"id":"e98fdaad-3be1-4c1c-acdb-0233e6b1f28e","security_groups":["67fd1914-9a13-4c3f-b4a8-3292c73ccfbe"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:89:5d:59","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-port","admin_state_up":true,"network_id":"14936936-47e4-4bb8-a786-3b415bbd5b4a","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:34:31Z","binding:vnic_type":"normal","device_id":"899241a6-21f8-4d03-9cf3-b310de8d6b89","ip_allocation":"immediate"}]} 2018-06-29 05:34:50,856 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=14936936-47e4-4bb8-a786-3b415bbd5b4a used request id req-cc8204b4-b71d-4961-ac5a-c8cf67cc794d 2018-06-29 05:34:50,859 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/899241a6-21f8-4d03-9cf3-b310de8d6b89/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79f029a66a645ce5474acab37a63d16d0191e90e" -d '{"volumeAttachment": {"volumeId": "5bd67f5c-c8f2-4f7c-bf89-b4b418be8ff3"}}' 2018-06-29 05:34:53,168 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:34:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-45a3c3f2-742a-431a-95a4-931b9ff02954 x-compute-request-id: req-45a3c3f2-742a-431a-95a4-931b9ff02954 Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "899241a6-21f8-4d03-9cf3-b310de8d6b89", "id": "5bd67f5c-c8f2-4f7c-bf89-b4b418be8ff3", "volumeId": "5bd67f5c-c8f2-4f7c-bf89-b4b418be8ff3"}} 2018-06-29 05:34:53,168 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/899241a6-21f8-4d03-9cf3-b310de8d6b89/os-volume_attachments used request id req-45a3c3f2-742a-431a-95a4-931b9ff02954 2018-06-29 05:34:53,172 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/899241a6-21f8-4d03-9cf3-b310de8d6b89 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79f029a66a645ce5474acab37a63d16d0191e90e" 2018-06-29 05:34:54,025 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:34: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-d0e8d29e-0ad8-435a-8f31-fcd100997c12 x-compute-request-id: req-d0e8d29e-0ad8-435a-8f31-fcd100997c12 Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:5d:59", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/899241a6-21f8-4d03-9cf3-b310de8d6b89", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/899241a6-21f8-4d03-9cf3-b310de8d6b89", "rel": "bookmark"}], "image": {"id": "2492fb17-fe2b-4690-b10c-ce1d227024c1", "links": [{"href": "http://172.30.9.23:8774/images/2492fb17-fe2b-4690-b10c-ce1d227024c1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": "2018-06-29T05:26:42.000000", "flavor": {"id": "585e87f4-2938-4605-87d1-43ae9d6fbd7c", "links": [{"href": "http://172.30.9.23:8774/flavors/585e87f4-2938-4605-87d1-43ae9d6fbd7c", "rel": "bookmark"}]}, "id": "899241a6-21f8-4d03-9cf3-b310de8d6b89", "security_groups": [{"name": "default"}], "user_id": "c13100c6fdf740938502979241e10e11", "OS-DCF: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-29T05:34:44Z", "hostId": "117a5b8c289933fa183cf4a2955ac729bbbbcc2626a99edbbbff3147", "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-7b94f209-4076-45d4-b6e1-2e712d020f69-vm_inst", "created": "2018-06-29T05:34:35Z", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "os-extended-volumes:volumes_attached": [{"id": "5bd67f5c-c8f2-4f7c-bf89-b4b418be8ff3"}], "metadata": {}}} 2018-06-29 05:34:54,025 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/899241a6-21f8-4d03-9cf3-b310de8d6b89 used request id req-d0e8d29e-0ad8-435a-8f31-fcd100997c12 2018-06-29 05:34:54,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79f029a66a645ce5474acab37a63d16d0191e90e" 2018-06-29 05:34:54,109 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-bd962665-fa24-42fe-a4cc-410c16baaeb1 Date: Fri, 29 Jun 2018 05:34:54 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"14936936-47e4-4bb8-a786-3b415bbd5b4a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":75,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["d642475d-8490-4c19-82ea-514ae3e18e6f"],"description":"","tags":[],"updated_at":"2018-06-29T05:34:22Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:34:21Z","provider:network_type":"vxlan"}]} 2018-06-29 05:34:54,109 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-net used request id req-bd962665-fa24-42fe-a4cc-410c16baaeb1 2018-06-29 05:34:54,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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 05:34:54,117 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 05:34: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.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 05:34:54,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79f029a66a645ce5474acab37a63d16d0191e90e" 2018-06-29 05:34:54,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:34:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63a9830b-41bc-4f0d-9fcf-d9777a1c1c73 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}} 2018-06-29 05:34:54,222 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 used request id req-63a9830b-41bc-4f0d-9fcf-d9777a1c1c73 2018-06-29 05:34:54,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=14936936-47e4-4bb8-a786-3b415bbd5b4a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79f029a66a645ce5474acab37a63d16d0191e90e" 2018-06-29 05:34:54,444 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-cc1c0b9e-b2f0-4048-a2f8-89517b52359d Date: Fri, 29 Jun 2018 05:34:54 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:34:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"d642475d-8490-4c19-82ea-514ae3e18e6f","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-subnet","enable_dhcp":true,"segment_id":null,"network_id":"14936936-47e4-4bb8-a786-3b415bbd5b4a","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:34:22Z","ip_version":4}]} 2018-06-29 05:34:54,444 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=14936936-47e4-4bb8-a786-3b415bbd5b4a used request id req-cc1c0b9e-b2f0-4048-a2f8-89517b52359d 2018-06-29 05:34:54,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=14936936-47e4-4bb8-a786-3b415bbd5b4a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79f029a66a645ce5474acab37a63d16d0191e90e" 2018-06-29 05:34:54,669 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3995 X-Openstack-Request-Id: req-8ff85e5d-1d3c-4bee-bf88-531320d60316 Date: Fri, 29 Jun 2018 05:34:54 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:34:26Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d642475d-8490-4c19-82ea-514ae3e18e6f","ip_address":"10.55.0.3"}],"id":"274e0eea-ac15-4cbb-ae57-9ccd2350c61c","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2c:46:07","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"14936936-47e4-4bb8-a786-3b415bbd5b4a","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:34:23Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-14936936-47e4-4bb8-a786-3b415bbd5b4a","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:34:27Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d642475d-8490-4c19-82ea-514ae3e18e6f","ip_address":"10.55.0.4"}],"id":"64906908-223d-408b-91b6-c2d5fc496758","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9f:61:a5","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"14936936-47e4-4bb8-a786-3b415bbd5b4a","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:34:24Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-14936936-47e4-4bb8-a786-3b415bbd5b4a","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:34:25Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d642475d-8490-4c19-82ea-514ae3e18e6f","ip_address":"10.55.0.2"}],"id":"80ce8366-244a-4ec0-b0c1-337174d49ff4","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:63:34:3f","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"14936936-47e4-4bb8-a786-3b415bbd5b4a","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:34:23Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-14936936-47e4-4bb8-a786-3b415bbd5b4a","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:34:44Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d642475d-8490-4c19-82ea-514ae3e18e6f","ip_address":"10.55.0.11"}],"id":"e98fdaad-3be1-4c1c-acdb-0233e6b1f28e","security_groups":["67fd1914-9a13-4c3f-b4a8-3292c73ccfbe"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:89:5d:59","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-port","admin_state_up":true,"network_id":"14936936-47e4-4bb8-a786-3b415bbd5b4a","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:34:31Z","binding:vnic_type":"normal","device_id":"899241a6-21f8-4d03-9cf3-b310de8d6b89","ip_allocation":"immediate"}]} 2018-06-29 05:34:54,669 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=14936936-47e4-4bb8-a786-3b415bbd5b4a used request id req-8ff85e5d-1d3c-4bee-bf88-531320d60316 2018-06-29 05:34:54,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}79f029a66a645ce5474acab37a63d16d0191e90e" 2018-06-29 05:34:54,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:34:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d0131d8-4b44-46b0-b7c9-1aa5fb35fd19 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:34:54,754 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-7d0131d8-4b44-46b0-b7c9-1aa5fb35fd19 2018-06-29 05:34:54,758 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/899241a6-21f8-4d03-9cf3-b310de8d6b89 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d47d782e62c201c78f9a7126b439dade14947b87" 2018-06-29 05:34:55,635 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:34:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0d1c04de-9a09-4565-a7ce-1baf611fe34c x-compute-request-id: req-0d1c04de-9a09-4565-a7ce-1baf611fe34c Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:5d:59", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/899241a6-21f8-4d03-9cf3-b310de8d6b89", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/899241a6-21f8-4d03-9cf3-b310de8d6b89", "rel": "bookmark"}], "image": {"id": "2492fb17-fe2b-4690-b10c-ce1d227024c1", "links": [{"href": "http://172.30.9.23:8774/images/2492fb17-fe2b-4690-b10c-ce1d227024c1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": "2018-06-29T05:26:42.000000", "flavor": {"id": "585e87f4-2938-4605-87d1-43ae9d6fbd7c", "links": [{"href": "http://172.30.9.23:8774/flavors/585e87f4-2938-4605-87d1-43ae9d6fbd7c", "rel": "bookmark"}]}, "id": "899241a6-21f8-4d03-9cf3-b310de8d6b89", "security_groups": [{"name": "default"}], "user_id": "c13100c6fdf740938502979241e10e11", "OS-DCF: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-29T05:34:44Z", "hostId": "117a5b8c289933fa183cf4a2955ac729bbbbcc2626a99edbbbff3147", "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-7b94f209-4076-45d4-b6e1-2e712d020f69-vm_inst", "created": "2018-06-29T05:34:35Z", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "os-extended-volumes:volumes_attached": [{"id": "5bd67f5c-c8f2-4f7c-bf89-b4b418be8ff3"}], "metadata": {}}} 2018-06-29 05:34:55,635 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/899241a6-21f8-4d03-9cf3-b310de8d6b89 used request id req-0d1c04de-9a09-4565-a7ce-1baf611fe34c 2018-06-29 05:34:55,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d47d782e62c201c78f9a7126b439dade14947b87" 2018-06-29 05:34:55,721 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-58bc41a5-5dca-44c8-8e53-5d01fe2288ed Date: Fri, 29 Jun 2018 05:34:55 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"14936936-47e4-4bb8-a786-3b415bbd5b4a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":75,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["d642475d-8490-4c19-82ea-514ae3e18e6f"],"description":"","tags":[],"updated_at":"2018-06-29T05:34:22Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:34:21Z","provider:network_type":"vxlan"}]} 2018-06-29 05:34:55,721 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-net used request id req-58bc41a5-5dca-44c8-8e53-5d01fe2288ed 2018-06-29 05:34:55,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d47d782e62c201c78f9a7126b439dade14947b87" 2018-06-29 05:34:55,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:34:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f651b919-b389-4a3d-8440-8c36c08f943f Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}} 2018-06-29 05:34:55,822 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 used request id req-f651b919-b389-4a3d-8440-8c36c08f943f 2018-06-29 05:34:55,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=14936936-47e4-4bb8-a786-3b415bbd5b4a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d47d782e62c201c78f9a7126b439dade14947b87" 2018-06-29 05:34:55,869 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-134934f6-d9cb-4bbe-8248-072af899c90c Date: Fri, 29 Jun 2018 05:34:55 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:34:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"d642475d-8490-4c19-82ea-514ae3e18e6f","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-subnet","enable_dhcp":true,"segment_id":null,"network_id":"14936936-47e4-4bb8-a786-3b415bbd5b4a","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:34:22Z","ip_version":4}]} 2018-06-29 05:34:55,869 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=14936936-47e4-4bb8-a786-3b415bbd5b4a used request id req-134934f6-d9cb-4bbe-8248-072af899c90c 2018-06-29 05:34:55,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=14936936-47e4-4bb8-a786-3b415bbd5b4a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d47d782e62c201c78f9a7126b439dade14947b87" 2018-06-29 05:34:55,933 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3995 X-Openstack-Request-Id: req-87cd0394-c04f-473e-8ea2-fe483d213958 Date: Fri, 29 Jun 2018 05:34:55 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:34:26Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d642475d-8490-4c19-82ea-514ae3e18e6f","ip_address":"10.55.0.3"}],"id":"274e0eea-ac15-4cbb-ae57-9ccd2350c61c","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2c:46:07","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"14936936-47e4-4bb8-a786-3b415bbd5b4a","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:34:23Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-14936936-47e4-4bb8-a786-3b415bbd5b4a","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:34:27Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d642475d-8490-4c19-82ea-514ae3e18e6f","ip_address":"10.55.0.4"}],"id":"64906908-223d-408b-91b6-c2d5fc496758","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9f:61:a5","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"14936936-47e4-4bb8-a786-3b415bbd5b4a","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:34:24Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-14936936-47e4-4bb8-a786-3b415bbd5b4a","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:34:25Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d642475d-8490-4c19-82ea-514ae3e18e6f","ip_address":"10.55.0.2"}],"id":"80ce8366-244a-4ec0-b0c1-337174d49ff4","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:63:34:3f","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"14936936-47e4-4bb8-a786-3b415bbd5b4a","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:34:23Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-14936936-47e4-4bb8-a786-3b415bbd5b4a","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:34:44Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d642475d-8490-4c19-82ea-514ae3e18e6f","ip_address":"10.55.0.11"}],"id":"e98fdaad-3be1-4c1c-acdb-0233e6b1f28e","security_groups":["67fd1914-9a13-4c3f-b4a8-3292c73ccfbe"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:89:5d:59","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-port","admin_state_up":true,"network_id":"14936936-47e4-4bb8-a786-3b415bbd5b4a","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:34:31Z","binding:vnic_type":"normal","device_id":"899241a6-21f8-4d03-9cf3-b310de8d6b89","ip_allocation":"immediate"}]} 2018-06-29 05:34:55,933 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=14936936-47e4-4bb8-a786-3b415bbd5b4a used request id req-87cd0394-c04f-473e-8ea2-fe483d213958 2018-06-29 05:34:55,937 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/899241a6-21f8-4d03-9cf3-b310de8d6b89 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79f029a66a645ce5474acab37a63d16d0191e90e" 2018-06-29 05:34:57,152 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:34:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b8749141-f205-42a0-a02a-17ad27c148ed x-compute-request-id: req-b8749141-f205-42a0-a02a-17ad27c148ed Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:5d:59", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/899241a6-21f8-4d03-9cf3-b310de8d6b89", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/899241a6-21f8-4d03-9cf3-b310de8d6b89", "rel": "bookmark"}], "image": {"id": "2492fb17-fe2b-4690-b10c-ce1d227024c1", "links": [{"href": "http://172.30.9.23:8774/images/2492fb17-fe2b-4690-b10c-ce1d227024c1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": "2018-06-29T05:26:42.000000", "flavor": {"id": "585e87f4-2938-4605-87d1-43ae9d6fbd7c", "links": [{"href": "http://172.30.9.23:8774/flavors/585e87f4-2938-4605-87d1-43ae9d6fbd7c", "rel": "bookmark"}]}, "id": "899241a6-21f8-4d03-9cf3-b310de8d6b89", "security_groups": [{"name": "default"}], "user_id": "c13100c6fdf740938502979241e10e11", "OS-DCF: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-29T05:34:44Z", "hostId": "117a5b8c289933fa183cf4a2955ac729bbbbcc2626a99edbbbff3147", "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-7b94f209-4076-45d4-b6e1-2e712d020f69-vm_inst", "created": "2018-06-29T05:34:35Z", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "os-extended-volumes:volumes_attached": [{"id": "5bd67f5c-c8f2-4f7c-bf89-b4b418be8ff3"}], "metadata": {}}} 2018-06-29 05:34:57,153 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/899241a6-21f8-4d03-9cf3-b310de8d6b89 used request id req-b8749141-f205-42a0-a02a-17ad27c148ed 2018-06-29 05:34:57,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79f029a66a645ce5474acab37a63d16d0191e90e" 2018-06-29 05:34:57,405 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-c25a726f-d6c0-4a4a-a1e2-e1c36d89a497 Date: Fri, 29 Jun 2018 05:34:57 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"14936936-47e4-4bb8-a786-3b415bbd5b4a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":75,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["d642475d-8490-4c19-82ea-514ae3e18e6f"],"description":"","tags":[],"updated_at":"2018-06-29T05:34:22Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:34:21Z","provider:network_type":"vxlan"}]} 2018-06-29 05:34:57,405 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-net used request id req-c25a726f-d6c0-4a4a-a1e2-e1c36d89a497 2018-06-29 05:34:57,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79f029a66a645ce5474acab37a63d16d0191e90e" 2018-06-29 05:34:57,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:34:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01aca891-2e9f-43fe-bc73-27f21a37ed2f Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}} 2018-06-29 05:34:57,504 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 used request id req-01aca891-2e9f-43fe-bc73-27f21a37ed2f 2018-06-29 05:34:57,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=14936936-47e4-4bb8-a786-3b415bbd5b4a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79f029a66a645ce5474acab37a63d16d0191e90e" 2018-06-29 05:34:57,718 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-cb418368-0cf4-4daa-923f-82e994e37bad Date: Fri, 29 Jun 2018 05:34:57 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:34:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"d642475d-8490-4c19-82ea-514ae3e18e6f","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-subnet","enable_dhcp":true,"segment_id":null,"network_id":"14936936-47e4-4bb8-a786-3b415bbd5b4a","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:34:22Z","ip_version":4}]} 2018-06-29 05:34:57,718 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=14936936-47e4-4bb8-a786-3b415bbd5b4a used request id req-cb418368-0cf4-4daa-923f-82e994e37bad 2018-06-29 05:34:57,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=14936936-47e4-4bb8-a786-3b415bbd5b4a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79f029a66a645ce5474acab37a63d16d0191e90e" 2018-06-29 05:34:57,939 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3995 X-Openstack-Request-Id: req-86b432a9-3056-4c44-a711-f9ca0af0bd76 Date: Fri, 29 Jun 2018 05:34:57 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:34:26Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d642475d-8490-4c19-82ea-514ae3e18e6f","ip_address":"10.55.0.3"}],"id":"274e0eea-ac15-4cbb-ae57-9ccd2350c61c","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2c:46:07","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"14936936-47e4-4bb8-a786-3b415bbd5b4a","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:34:23Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-14936936-47e4-4bb8-a786-3b415bbd5b4a","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:34:27Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d642475d-8490-4c19-82ea-514ae3e18e6f","ip_address":"10.55.0.4"}],"id":"64906908-223d-408b-91b6-c2d5fc496758","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9f:61:a5","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"14936936-47e4-4bb8-a786-3b415bbd5b4a","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:34:24Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-14936936-47e4-4bb8-a786-3b415bbd5b4a","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:34:25Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d642475d-8490-4c19-82ea-514ae3e18e6f","ip_address":"10.55.0.2"}],"id":"80ce8366-244a-4ec0-b0c1-337174d49ff4","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:63:34:3f","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"14936936-47e4-4bb8-a786-3b415bbd5b4a","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:34:23Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-14936936-47e4-4bb8-a786-3b415bbd5b4a","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:34:44Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d642475d-8490-4c19-82ea-514ae3e18e6f","ip_address":"10.55.0.11"}],"id":"e98fdaad-3be1-4c1c-acdb-0233e6b1f28e","security_groups":["67fd1914-9a13-4c3f-b4a8-3292c73ccfbe"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:89:5d:59","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-port","admin_state_up":true,"network_id":"14936936-47e4-4bb8-a786-3b415bbd5b4a","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:34:31Z","binding:vnic_type":"normal","device_id":"899241a6-21f8-4d03-9cf3-b310de8d6b89","ip_allocation":"immediate"}]} 2018-06-29 05:34:57,940 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=14936936-47e4-4bb8-a786-3b415bbd5b4a used request id req-86b432a9-3056-4c44-a711-f9ca0af0bd76 2018-06-29 05:34:57,943 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/5bd67f5c-c8f2-4f7c-bf89-b4b418be8ff3 -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79f029a66a645ce5474acab37a63d16d0191e90e" 2018-06-29 05:34:58,181 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:34:57 GMT Server: Apache x-compute-request-id: req-41fe4862-0efa-4531-852c-06c41dfc7789 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-41fe4862-0efa-4531-852c-06c41dfc7789 Content-Encoding: gzip Content-Length: 651 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [{"server_id": "899241a6-21f8-4d03-9cf3-b310de8d6b89", "attachment_id": "0de134c1-1b6d-4cec-8606-de9509a0732e", "attached_at": "2018-06-29T05:34:54.000000", "host_name": "overcloud-novacompute-1.opnfvlf.org", "volume_id": "5bd67f5c-c8f2-4f7c-bf89-b4b418be8ff3", "device": "/dev/vdb", "id": "5bd67f5c-c8f2-4f7c-bf89-b4b418be8ff3"}], "links": [{"href": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/5bd67f5c-c8f2-4f7c-bf89-b4b418be8ff3", "rel": "self"}, {"href": "http://172.30.9.23:8776/cd9dbb674f044f3998e73a09e2cc2f57/volumes/5bd67f5c-c8f2-4f7c-bf89-b4b418be8ff3", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-06-29T05:34:55.000000", "replication_status": null, "snapshot_id": null, "id": "5bd67f5c-c8f2-4f7c-bf89-b4b418be8ff3", "size": 1, "user_id": "c13100c6fdf740938502979241e10e11", "os-vol-tenant-attr:tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "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-7b94f209-4076-45d4-b6e1-2e712d020f69", "bootable": "false", "created_at": "2018-06-29T05:34:25.000000", "volume_type": null}} 2018-06-29 05:34:58,181 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/5bd67f5c-c8f2-4f7c-bf89-b4b418be8ff3 used request id req-41fe4862-0efa-4531-852c-06c41dfc7789 2018-06-29 05:34:58,184 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/899241a6-21f8-4d03-9cf3-b310de8d6b89 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d47d782e62c201c78f9a7126b439dade14947b87" 2018-06-29 05:34:58,840 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:34: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-4bddeb42-c169-4d63-8cd6-71b106438aac x-compute-request-id: req-4bddeb42-c169-4d63-8cd6-71b106438aac Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:5d:59", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/899241a6-21f8-4d03-9cf3-b310de8d6b89", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/899241a6-21f8-4d03-9cf3-b310de8d6b89", "rel": "bookmark"}], "image": {"id": "2492fb17-fe2b-4690-b10c-ce1d227024c1", "links": [{"href": "http://172.30.9.23:8774/images/2492fb17-fe2b-4690-b10c-ce1d227024c1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": "2018-06-29T05:26:42.000000", "flavor": {"id": "585e87f4-2938-4605-87d1-43ae9d6fbd7c", "links": [{"href": "http://172.30.9.23:8774/flavors/585e87f4-2938-4605-87d1-43ae9d6fbd7c", "rel": "bookmark"}]}, "id": "899241a6-21f8-4d03-9cf3-b310de8d6b89", "security_groups": [{"name": "default"}], "user_id": "c13100c6fdf740938502979241e10e11", "OS-DCF: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-29T05:34:44Z", "hostId": "117a5b8c289933fa183cf4a2955ac729bbbbcc2626a99edbbbff3147", "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-7b94f209-4076-45d4-b6e1-2e712d020f69-vm_inst", "created": "2018-06-29T05:34:35Z", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "os-extended-volumes:volumes_attached": [{"id": "5bd67f5c-c8f2-4f7c-bf89-b4b418be8ff3"}], "metadata": {}}} 2018-06-29 05:34:58,840 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/899241a6-21f8-4d03-9cf3-b310de8d6b89 used request id req-4bddeb42-c169-4d63-8cd6-71b106438aac 2018-06-29 05:34:58,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d47d782e62c201c78f9a7126b439dade14947b87" 2018-06-29 05:34:58,931 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-b753c771-157e-4c11-a07a-df00e18e0ae9 Date: Fri, 29 Jun 2018 05:34:58 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"14936936-47e4-4bb8-a786-3b415bbd5b4a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":75,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["d642475d-8490-4c19-82ea-514ae3e18e6f"],"description":"","tags":[],"updated_at":"2018-06-29T05:34:22Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:34:21Z","provider:network_type":"vxlan"}]} 2018-06-29 05:34:58,932 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-net used request id req-b753c771-157e-4c11-a07a-df00e18e0ae9 2018-06-29 05:34:58,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d47d782e62c201c78f9a7126b439dade14947b87" 2018-06-29 05:34:59,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:34:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58aa99fb-03f6-48b0-a106-5c386b455a30 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}} 2018-06-29 05:34:59,029 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 used request id req-58aa99fb-03f6-48b0-a106-5c386b455a30 2018-06-29 05:34:59,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=14936936-47e4-4bb8-a786-3b415bbd5b4a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d47d782e62c201c78f9a7126b439dade14947b87" 2018-06-29 05:34:59,080 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-5c756b7b-4edd-4719-b9a4-80f6af2dbad7 Date: Fri, 29 Jun 2018 05:34:59 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:34:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"d642475d-8490-4c19-82ea-514ae3e18e6f","dns_nameservers":[],"gateway_ip":"10.55.0.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.55.0.0/24","subnetpool_id":null,"service_types":[],"name":"NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-subnet","enable_dhcp":true,"segment_id":null,"network_id":"14936936-47e4-4bb8-a786-3b415bbd5b4a","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:34:22Z","ip_version":4}]} 2018-06-29 05:34:59,080 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=14936936-47e4-4bb8-a786-3b415bbd5b4a used request id req-5c756b7b-4edd-4719-b9a4-80f6af2dbad7 2018-06-29 05:34:59,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=14936936-47e4-4bb8-a786-3b415bbd5b4a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d47d782e62c201c78f9a7126b439dade14947b87" 2018-06-29 05:34:59,300 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3995 X-Openstack-Request-Id: req-de42ce98-73db-4460-a4c5-4a0dd81f508a Date: Fri, 29 Jun 2018 05:34:59 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:34:26Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d642475d-8490-4c19-82ea-514ae3e18e6f","ip_address":"10.55.0.3"}],"id":"274e0eea-ac15-4cbb-ae57-9ccd2350c61c","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2c:46:07","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"14936936-47e4-4bb8-a786-3b415bbd5b4a","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:34:23Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-14936936-47e4-4bb8-a786-3b415bbd5b4a","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:34:27Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d642475d-8490-4c19-82ea-514ae3e18e6f","ip_address":"10.55.0.4"}],"id":"64906908-223d-408b-91b6-c2d5fc496758","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9f:61:a5","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"14936936-47e4-4bb8-a786-3b415bbd5b4a","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:34:24Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-14936936-47e4-4bb8-a786-3b415bbd5b4a","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:34:25Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d642475d-8490-4c19-82ea-514ae3e18e6f","ip_address":"10.55.0.2"}],"id":"80ce8366-244a-4ec0-b0c1-337174d49ff4","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:63:34:3f","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"14936936-47e4-4bb8-a786-3b415bbd5b4a","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:34:23Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-14936936-47e4-4bb8-a786-3b415bbd5b4a","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:34:44Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d642475d-8490-4c19-82ea-514ae3e18e6f","ip_address":"10.55.0.11"}],"id":"e98fdaad-3be1-4c1c-acdb-0233e6b1f28e","security_groups":["67fd1914-9a13-4c3f-b4a8-3292c73ccfbe"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:89:5d:59","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-port","admin_state_up":true,"network_id":"14936936-47e4-4bb8-a786-3b415bbd5b4a","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:34:31Z","binding:vnic_type":"normal","device_id":"899241a6-21f8-4d03-9cf3-b310de8d6b89","ip_allocation":"immediate"}]} 2018-06-29 05:34:59,301 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=14936936-47e4-4bb8-a786-3b415bbd5b4a used request id req-de42ce98-73db-4460-a4c5-4a0dd81f508a 2018-06-29 05:34:59,304 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/servers/899241a6-21f8-4d03-9cf3-b310de8d6b89/os-volume_attachments/5bd67f5c-c8f2-4f7c-bf89-b4b418be8ff3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79f029a66a645ce5474acab37a63d16d0191e90e" 2018-06-29 05:35:00,719 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 05:34:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d152aa7e-3aab-4d54-9bd8-9fc35f95c8c5 x-compute-request-id: req-d152aa7e-3aab-4d54-9bd8-9fc35f95c8c5 Content-Length: 0 Content-Type: application/json 2018-06-29 05:35:00,719 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/899241a6-21f8-4d03-9cf3-b310de8d6b89/os-volume_attachments/5bd67f5c-c8f2-4f7c-bf89-b4b418be8ff3 used request id req-d152aa7e-3aab-4d54-9bd8-9fc35f95c8c5 2018-06-29 05:35:00,719 - create_instance - INFO - Deleting Port with ID - e98fdaad-3be1-4c1c-acdb-0233e6b1f28e 2018-06-29 05:35:00,720 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-port 2018-06-29 05:35:00,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/ports/e98fdaad-3be1-4c1c-acdb-0233e6b1f28e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d47d782e62c201c78f9a7126b439dade14947b87" 2018-06-29 05:35:01,446 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-719b427c-fb2e-4949-8012-a9bd6ae12bff Date: Fri, 29 Jun 2018 05:35:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 05:35:01,446 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/ports/e98fdaad-3be1-4c1c-acdb-0233e6b1f28e used request id req-719b427c-fb2e-4949-8012-a9bd6ae12bff 2018-06-29 05:35:01,446 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-vm_inst 2018-06-29 05:35:01,449 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/servers/899241a6-21f8-4d03-9cf3-b310de8d6b89 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d47d782e62c201c78f9a7126b439dade14947b87" 2018-06-29 05:35:01,588 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 05:35: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-e4f7e696-b511-4ed1-b93f-21501b93ca41 x-compute-request-id: req-e4f7e696-b511-4ed1-b93f-21501b93ca41 Content-Type: application/json 2018-06-29 05:35:01,588 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/899241a6-21f8-4d03-9cf3-b310de8d6b89 used request id req-e4f7e696-b511-4ed1-b93f-21501b93ca41 2018-06-29 05:35:01,588 - create_instance - INFO - Checking deletion status 2018-06-29 05:35:01,591 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/899241a6-21f8-4d03-9cf3-b310de8d6b89 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d47d782e62c201c78f9a7126b439dade14947b87" 2018-06-29 05:35:01,876 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:35: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-bacff3bb-9b2c-41b5-a328-2d7d879b523f x-compute-request-id: req-bacff3bb-9b2c-41b5-a328-2d7d879b523f Content-Encoding: gzip Content-Length: 830 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:5d:59", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/899241a6-21f8-4d03-9cf3-b310de8d6b89", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/899241a6-21f8-4d03-9cf3-b310de8d6b89", "rel": "bookmark"}], "image": {"id": "2492fb17-fe2b-4690-b10c-ce1d227024c1", "links": [{"href": "http://172.30.9.23:8774/images/2492fb17-fe2b-4690-b10c-ce1d227024c1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": "2018-06-29T05:26:42.000000", "flavor": {"id": "585e87f4-2938-4605-87d1-43ae9d6fbd7c", "links": [{"href": "http://172.30.9.23:8774/flavors/585e87f4-2938-4605-87d1-43ae9d6fbd7c", "rel": "bookmark"}]}, "id": "899241a6-21f8-4d03-9cf3-b310de8d6b89", "user_id": "c13100c6fdf740938502979241e10e11", "OS-DCF: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-29T05:35:01Z", "hostId": "117a5b8c289933fa183cf4a2955ac729bbbbcc2626a99edbbbff3147", "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-7b94f209-4076-45d4-b6e1-2e712d020f69-vm_inst", "created": "2018-06-29T05:34:35Z", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "os-extended-volumes:volumes_attached": [{"id": "5bd67f5c-c8f2-4f7c-bf89-b4b418be8ff3"}], "metadata": {}}} 2018-06-29 05:35:01,876 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/899241a6-21f8-4d03-9cf3-b310de8d6b89 used request id req-bacff3bb-9b2c-41b5-a328-2d7d879b523f 2018-06-29 05:35:01,876 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-vm_inst] is - ACTIVE 2018-06-29 05:35:01,877 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-06-29 05:35:04,880 - create_instance - DEBUG - VM status query timeout in 296.708765984 2018-06-29 05:35:04,883 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/899241a6-21f8-4d03-9cf3-b310de8d6b89 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d47d782e62c201c78f9a7126b439dade14947b87" 2018-06-29 05:35:04,929 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 29 Jun 2018 05:35: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-67c87ca8-6352-4827-98a2-02c1ad3e26ca x-compute-request-id: req-67c87ca8-6352-4827-98a2-02c1ad3e26ca Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 899241a6-21f8-4d03-9cf3-b310de8d6b89 could not be found.", "code": 404}} 2018-06-29 05:35:04,929 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/899241a6-21f8-4d03-9cf3-b310de8d6b89 used request id req-67c87ca8-6352-4827-98a2-02c1ad3e26ca 2018-06-29 05:35:04,929 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 899241a6-21f8-4d03-9cf3-b310de8d6b89 could not be found. (HTTP 404) (Request-ID: req-67c87ca8-6352-4827-98a2-02c1ad3e26ca) 2018-06-29 05:35:04,929 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-vm_inst 2018-06-29 05:35:04,933 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/5bd67f5c-c8f2-4f7c-bf89-b4b418be8ff3 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-54f0dc4f-44e6-4e00-944d-ffb80c0e6d24" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f090d54f60718afced5ebe0df7094c6a8bf2846b" 2018-06-29 05:35:05,160 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:35:04 GMT Server: Apache x-compute-request-id: req-e2437d2f-216e-41ec-b000-de180bae133f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e2437d2f-216e-41ec-b000-de180bae133f Content-Encoding: gzip Content-Length: 526 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/5bd67f5c-c8f2-4f7c-bf89-b4b418be8ff3", "rel": "self"}, {"href": "http://172.30.9.23:8776/cd9dbb674f044f3998e73a09e2cc2f57/volumes/5bd67f5c-c8f2-4f7c-bf89-b4b418be8ff3", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-06-29T05:35:01.000000", "replication_status": null, "snapshot_id": null, "id": "5bd67f5c-c8f2-4f7c-bf89-b4b418be8ff3", "size": 1, "user_id": "c13100c6fdf740938502979241e10e11", "os-vol-tenant-attr:tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "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-7b94f209-4076-45d4-b6e1-2e712d020f69", "bootable": "false", "created_at": "2018-06-29T05:34:25.000000", "volume_type": null}} 2018-06-29 05:35:05,160 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/5bd67f5c-c8f2-4f7c-bf89-b4b418be8ff3 used request id req-e2437d2f-216e-41ec-b000-de180bae133f 2018-06-29 05:35:05,160 - create_volume - DEBUG - Instance status is - available 2018-06-29 05:35:05,161 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69 2018-06-29 05:35:05,161 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69 2018-06-29 05:35:05,163 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/5bd67f5c-c8f2-4f7c-bf89-b4b418be8ff3 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-54f0dc4f-44e6-4e00-944d-ffb80c0e6d24" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f090d54f60718afced5ebe0df7094c6a8bf2846b" 2018-06-29 05:35:05,270 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 05:35:05 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e25401d5-c4e1-442a-b6ee-2d8c798204aa 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 05:35:05,270 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/5bd67f5c-c8f2-4f7c-bf89-b4b418be8ff3 used request id req-e25401d5-c4e1-442a-b6ee-2d8c798204aa 2018-06-29 05:35:05,273 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/5bd67f5c-c8f2-4f7c-bf89-b4b418be8ff3 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-54f0dc4f-44e6-4e00-944d-ffb80c0e6d24" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f090d54f60718afced5ebe0df7094c6a8bf2846b" 2018-06-29 05:35:05,490 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 29 Jun 2018 05:35:05 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-9bf46b35-d7f7-4799-a7d6-b9fd9658307c x-openstack-request-id: req-9bf46b35-d7f7-4799-a7d6-b9fd9658307c Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 5bd67f5c-c8f2-4f7c-bf89-b4b418be8ff3 could not be found.", "code": 404}} 2018-06-29 05:35:05,490 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/5bd67f5c-c8f2-4f7c-bf89-b4b418be8ff3 used request id req-9bf46b35-d7f7-4799-a7d6-b9fd9658307c 2018-06-29 05:35:05,491 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 5bd67f5c-c8f2-4f7c-bf89-b4b418be8ff3 could not be found. (HTTP 404) (Request-ID: req-9bf46b35-d7f7-4799-a7d6-b9fd9658307c) 2018-06-29 05:35:05,491 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69 2018-06-29 05:35:05,494 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/585e87f4-2938-4605-87d1-43ae9d6fbd7c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be81ee77e59c22fa9d1f99679fbcec3f643fd88a" 2018-06-29 05:35:05,561 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 05:35: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-d6754d23-60a7-476b-96a9-1fbe46465bdf x-compute-request-id: req-d6754d23-60a7-476b-96a9-1fbe46465bdf Content-Length: 0 Content-Type: application/json 2018-06-29 05:35:05,561 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/585e87f4-2938-4605-87d1-43ae9d6fbd7c used request id req-d6754d23-60a7-476b-96a9-1fbe46465bdf 2018-06-29 05:35:05,562 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-subnet 2018-06-29 05:35:05,562 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-subnet 2018-06-29 05:35:05,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/d642475d-8490-4c19-82ea-514ae3e18e6f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69b771afea2dc2b04f1a15c00f8fb3f2ad49e9eb" 2018-06-29 05:35:07,775 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3c9c7194-7436-4ece-a00c-d19297c2e194 Date: Fri, 29 Jun 2018 05:35:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 05:35:07,775 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/d642475d-8490-4c19-82ea-514ae3e18e6f used request id req-3c9c7194-7436-4ece-a00c-d19297c2e194 2018-06-29 05:35:07,775 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-net 2018-06-29 05:35:07,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/14936936-47e4-4bb8-a786-3b415bbd5b4a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69b771afea2dc2b04f1a15c00f8fb3f2ad49e9eb" 2018-06-29 05:35:09,272 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-325a9968-2d99-4576-916f-8b5f131f4d0e Date: Fri, 29 Jun 2018 05:35:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-06-29 05:35:09,272 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/14936936-47e4-4bb8-a786-3b415bbd5b4a used request id req-325a9968-2d99-4576-916f-8b5f131f4d0e 2018-06-29 05:35:09,273 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-7b94f209-4076-45d4-b6e1-2e712d020f69-image 2018-06-29 05:35:09,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/2492fb17-fe2b-4690-b10c-ce1d227024c1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ec1978faea262c0d75f7fe7b4523eedf511492e2" 2018-06-29 05:35:10,694 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-45e22d59-0912-4c2f-86c4-5d3b83e86696 Date: Fri, 29 Jun 2018 05:35: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 05:35:10,695 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/2492fb17-fe2b-4690-b10c-ce1d227024c1 used request id req-45e22d59-0912-4c2f-86c4-5d3b83e86696 2018-06-29 05:35:10,696 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 05:35:10,698 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:35:10,699 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:35:11,103 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:35:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["bngYdnd1TJC8i9YtUg4b0Q"], "issued_at": "2018-06-29T05:35:11.000000Z"}} 2018-06-29 05:35:11,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}4bb42d5745a9c90a759e31e4ad1b95e923cca14c" 2018-06-29 05:35:11,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:35:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01fed5d5-5cbf-4f70-9a32-a1997b235f9d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:35:11,183 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-01fed5d5-5cbf-4f70-9a32-a1997b235f9d 2018-06-29 05:35:11,184 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 05:35:11,189 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bb42d5745a9c90a759e31e4ad1b95e923cca14c" 2018-06-29 05:35:11,380 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:35:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6af0b84d-8be0-433b-b9a9-672d8ed1dd87 x-compute-request-id: req-6af0b84d-8be0-433b-b9a9-672d8ed1dd87 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-06-29 05:35:11,381 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-6af0b84d-8be0-433b-b9a9-672d8ed1dd87 2018-06-29 05:35:11,384 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bb42d5745a9c90a759e31e4ad1b95e923cca14c" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-a730a8f3-b19a-4164-a6d3-e38bfc229a23name", "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 05:35:11,555 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:35: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-cc6d50fa-763a-4d7c-b76e-6283d80229a1 x-compute-request-id: req-cc6d50fa-763a-4d7c-b76e-6283d80229a1 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateFlavorTests-a730a8f3-b19a-4164-a6d3-e38bfc229a23name", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/59dd78fb-214f-4873-ac46-83b2bbf99adf", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/59dd78fb-214f-4873-ac46-83b2bbf99adf", "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": "59dd78fb-214f-4873-ac46-83b2bbf99adf"}} 2018-06-29 05:35:11,555 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-cc6d50fa-763a-4d7c-b76e-6283d80229a1 2018-06-29 05:35:11,556 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:35:11,951 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:35:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["S0veRUGmQ_q7NK3mr81tIA"], "issued_at": "2018-06-29T05:35:11.000000Z"}} 2018-06-29 05:35:11,954 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/59dd78fb-214f-4873-ac46-83b2bbf99adf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56fca2f5cda948ddc22efbaa91f479842c43dde5" 2018-06-29 05:35:12,170 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:35: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-84e8abbb-f5d2-4975-87fe-bf38c434a3f3 x-compute-request-id: req-84e8abbb-f5d2-4975-87fe-bf38c434a3f3 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateFlavorTests-a730a8f3-b19a-4164-a6d3-e38bfc229a23name", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/59dd78fb-214f-4873-ac46-83b2bbf99adf", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/59dd78fb-214f-4873-ac46-83b2bbf99adf", "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": "59dd78fb-214f-4873-ac46-83b2bbf99adf"}} 2018-06-29 05:35:12,170 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/59dd78fb-214f-4873-ac46-83b2bbf99adf used request id req-84e8abbb-f5d2-4975-87fe-bf38c434a3f3 2018-06-29 05:35:12,173 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/59dd78fb-214f-4873-ac46-83b2bbf99adf/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56fca2f5cda948ddc22efbaa91f479842c43dde5" 2018-06-29 05:35:12,191 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:35: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-3eea2dad-e9b1-4d52-b3c5-81c7dd6d4fe3 x-compute-request-id: req-3eea2dad-e9b1-4d52-b3c5-81c7dd6d4fe3 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-06-29 05:35:12,191 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/59dd78fb-214f-4873-ac46-83b2bbf99adf/os-extra_specs used request id req-3eea2dad-e9b1-4d52-b3c5-81c7dd6d4fe3 2018-06-29 05:35:12,194 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/59dd78fb-214f-4873-ac46-83b2bbf99adf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bb42d5745a9c90a759e31e4ad1b95e923cca14c" 2018-06-29 05:35:12,231 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 05:35: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-9202c0bd-1c45-4c1b-a3be-319301cfc561 x-compute-request-id: req-9202c0bd-1c45-4c1b-a3be-319301cfc561 Content-Length: 0 Content-Type: application/json 2018-06-29 05:35:12,231 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/59dd78fb-214f-4873-ac46-83b2bbf99adf used request id req-9202c0bd-1c45-4c1b-a3be-319301cfc561 2018-06-29 05:35:12,235 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56fca2f5cda948ddc22efbaa91f479842c43dde5" 2018-06-29 05:35:12,257 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:35: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-9010e83c-7ee7-41b9-9b0a-70154ff9f45d x-compute-request-id: req-9010e83c-7ee7-41b9-9b0a-70154ff9f45d Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-06-29 05:35:12,257 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-9010e83c-7ee7-41b9-9b0a-70154ff9f45d 2018-06-29 05:35:12,258 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 05:35:12,259 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:35:12,260 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:35:12,657 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:35:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["UBYg-OaUTOWSYsQCuAJ0zg"], "issued_at": "2018-06-29T05:35:12.000000Z"}} 2018-06-29 05:35:12,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}47e07509b96789fbd3778e12ee29c7923609e1ba" 2018-06-29 05:35:12,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:35:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c008cfc3-226b-4fd9-a3b6-0d39b76ef7c8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:35:12,750 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c008cfc3-226b-4fd9-a3b6-0d39b76ef7c8 2018-06-29 05:35:12,752 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 05:35:12,756 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47e07509b96789fbd3778e12ee29c7923609e1ba" 2018-06-29 05:35:12,932 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:35: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-127c9835-e773-4739-9777-a0398907f1ec x-compute-request-id: req-127c9835-e773-4739-9777-a0398907f1ec Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-06-29 05:35:12,933 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-127c9835-e773-4739-9777-a0398907f1ec 2018-06-29 05:35:12,936 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47e07509b96789fbd3778e12ee29c7923609e1ba" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-88b75267-b035-4a70-85af-9aa8a7dc9352name", "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 05:35:13,006 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:35: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-cfe149d8-c307-4fd6-8d7a-31d2d40afbe0 x-compute-request-id: req-cfe149d8-c307-4fd6-8d7a-31d2d40afbe0 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateFlavorTests-88b75267-b035-4a70-85af-9aa8a7dc9352name", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/1590749f-4544-4b59-a582-e1eff0164e17", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/1590749f-4544-4b59-a582-e1eff0164e17", "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": "1590749f-4544-4b59-a582-e1eff0164e17"}} 2018-06-29 05:35:13,006 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-cfe149d8-c307-4fd6-8d7a-31d2d40afbe0 2018-06-29 05:35:13,007 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:35:13,398 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:35:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["_MiGT3vDRAW5Ezl2AtxchQ"], "issued_at": "2018-06-29T05:35:13.000000Z"}} 2018-06-29 05:35:13,401 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/1590749f-4544-4b59-a582-e1eff0164e17 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6584048d7f071f8d1ba2c59267f655fac335ed4" 2018-06-29 05:35:13,596 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:35: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-d89df768-c7df-4535-9028-aed66b383faa x-compute-request-id: req-d89df768-c7df-4535-9028-aed66b383faa Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateFlavorTests-88b75267-b035-4a70-85af-9aa8a7dc9352name", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/1590749f-4544-4b59-a582-e1eff0164e17", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/1590749f-4544-4b59-a582-e1eff0164e17", "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": "1590749f-4544-4b59-a582-e1eff0164e17"}} 2018-06-29 05:35:13,596 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/1590749f-4544-4b59-a582-e1eff0164e17 used request id req-d89df768-c7df-4535-9028-aed66b383faa 2018-06-29 05:35:13,598 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/1590749f-4544-4b59-a582-e1eff0164e17/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6584048d7f071f8d1ba2c59267f655fac335ed4" 2018-06-29 05:35:13,621 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:35: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-7ed58be2-f8f8-42c2-bae0-9253976916c2 x-compute-request-id: req-7ed58be2-f8f8-42c2-bae0-9253976916c2 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-06-29 05:35:13,622 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/1590749f-4544-4b59-a582-e1eff0164e17/os-extra_specs used request id req-7ed58be2-f8f8-42c2-bae0-9253976916c2 2018-06-29 05:35:13,624 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/1590749f-4544-4b59-a582-e1eff0164e17 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6584048d7f071f8d1ba2c59267f655fac335ed4" 2018-06-29 05:35:13,662 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 05:35: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-b0e93027-6102-48aa-9a7a-c26e7183a98b x-compute-request-id: req-b0e93027-6102-48aa-9a7a-c26e7183a98b Content-Length: 0 Content-Type: application/json 2018-06-29 05:35:13,662 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/1590749f-4544-4b59-a582-e1eff0164e17 used request id req-b0e93027-6102-48aa-9a7a-c26e7183a98b 2018-06-29 05:35:13,666 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6584048d7f071f8d1ba2c59267f655fac335ed4" 2018-06-29 05:35:13,692 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:35: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-fe963263-6595-4899-b4e7-0cb56c3823f6 x-compute-request-id: req-fe963263-6595-4899-b4e7-0cb56c3823f6 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-06-29 05:35:13,693 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-fe963263-6595-4899-b4e7-0cb56c3823f6 2018-06-29 05:35:13,695 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/1590749f-4544-4b59-a582-e1eff0164e17 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47e07509b96789fbd3778e12ee29c7923609e1ba" 2018-06-29 05:35:13,714 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 29 Jun 2018 05:35: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-d279b473-1845-4c62-9010-9374fe086e75 x-compute-request-id: req-d279b473-1845-4c62-9010-9374fe086e75 Content-Length: 109 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor 1590749f-4544-4b59-a582-e1eff0164e17 could not be found.", "code": 404}} 2018-06-29 05:35:13,714 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/1590749f-4544-4b59-a582-e1eff0164e17 used request id req-d279b473-1845-4c62-9010-9374fe086e75 2018-06-29 05:35:13,715 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 05:35:13,716 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:35:13,717 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:35:14,111 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:35:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["UJWQiFkxSGqHLX13qvd86w"], "issued_at": "2018-06-29T05:35:14.000000Z"}} 2018-06-29 05:35:14,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}fdede388fbe4474ba87d41d20bf966f7d8d2bc81" 2018-06-29 05:35:14,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:35:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf6050cd-6236-4427-8ef7-1897445d22f2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:35:14,202 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-bf6050cd-6236-4427-8ef7-1897445d22f2 2018-06-29 05:35:14,203 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 05:35:14,206 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdede388fbe4474ba87d41d20bf966f7d8d2bc81" 2018-06-29 05:35:14,324 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:35:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ed708c24-0540-490a-b31a-ca00b3ff6b59 x-compute-request-id: req-ed708c24-0540-490a-b31a-ca00b3ff6b59 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-06-29 05:35:14,324 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-ed708c24-0540-490a-b31a-ca00b3ff6b59 2018-06-29 05:35:14,327 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdede388fbe4474ba87d41d20bf966f7d8d2bc81" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-cbd9e463-0e7b-4256-aa7f-28a340dcacd5name", "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 05:35:14,404 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:35:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3148eca5-b104-4680-a493-689dbc8055c1 x-compute-request-id: req-3148eca5-b104-4680-a493-689dbc8055c1 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateFlavorTests-cbd9e463-0e7b-4256-aa7f-28a340dcacd5name", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/a6e63a20-e764-45d2-9bf5-c7503603a054", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/a6e63a20-e764-45d2-9bf5-c7503603a054", "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": "a6e63a20-e764-45d2-9bf5-c7503603a054"}} 2018-06-29 05:35:14,404 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-3148eca5-b104-4680-a493-689dbc8055c1 2018-06-29 05:35:14,405 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:35:14,795 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:35:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["Q4HIW2PoTimT4ZPUh3jzrA"], "issued_at": "2018-06-29T05:35:14.000000Z"}} 2018-06-29 05:35:14,798 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/a6e63a20-e764-45d2-9bf5-c7503603a054 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75da3ad9fd9fb630eb88256d182f395d65e9daa9" 2018-06-29 05:35:14,995 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:35:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eaded33b-9489-4c14-a6d3-40c62d0210b5 x-compute-request-id: req-eaded33b-9489-4c14-a6d3-40c62d0210b5 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateFlavorTests-cbd9e463-0e7b-4256-aa7f-28a340dcacd5name", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/a6e63a20-e764-45d2-9bf5-c7503603a054", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/a6e63a20-e764-45d2-9bf5-c7503603a054", "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": "a6e63a20-e764-45d2-9bf5-c7503603a054"}} 2018-06-29 05:35:14,996 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/a6e63a20-e764-45d2-9bf5-c7503603a054 used request id req-eaded33b-9489-4c14-a6d3-40c62d0210b5 2018-06-29 05:35:14,998 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/a6e63a20-e764-45d2-9bf5-c7503603a054/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75da3ad9fd9fb630eb88256d182f395d65e9daa9" 2018-06-29 05:35:15,018 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:35:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d04b06fb-3213-408e-8877-dfdfedb5ec0b x-compute-request-id: req-d04b06fb-3213-408e-8877-dfdfedb5ec0b Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-06-29 05:35:15,018 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/a6e63a20-e764-45d2-9bf5-c7503603a054/os-extra_specs used request id req-d04b06fb-3213-408e-8877-dfdfedb5ec0b 2018-06-29 05:35:15,020 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/a6e63a20-e764-45d2-9bf5-c7503603a054 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdede388fbe4474ba87d41d20bf966f7d8d2bc81" 2018-06-29 05:35:15,049 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 05:35:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2c23d087-d637-4451-bb6d-1fbcb4ff5528 x-compute-request-id: req-2c23d087-d637-4451-bb6d-1fbcb4ff5528 Content-Length: 0 Content-Type: application/json 2018-06-29 05:35:15,049 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/a6e63a20-e764-45d2-9bf5-c7503603a054 used request id req-2c23d087-d637-4451-bb6d-1fbcb4ff5528 2018-06-29 05:35:15,050 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 05:35:15,051 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:35:15,052 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:35:15,457 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:35:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["EFb2CcRhTPWAaEh8lv1SCw"], "issued_at": "2018-06-29T05:35:15.000000Z"}} 2018-06-29 05:35:15,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}d1982f3ceecbed913265a76c9262289e6fb8837f" 2018-06-29 05:35:15,550 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:35:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6131a83-c78a-4089-8906-298e6bb9b3cf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:35:15,551 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-a6131a83-c78a-4089-8906-298e6bb9b3cf 2018-06-29 05:35:15,552 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 05:35:15,556 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1982f3ceecbed913265a76c9262289e6fb8837f" 2018-06-29 05:35:15,845 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:35:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-08231d45-f544-403b-ae3f-1a5a5ce90477 x-compute-request-id: req-08231d45-f544-403b-ae3f-1a5a5ce90477 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-06-29 05:35:15,845 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-08231d45-f544-403b-ae3f-1a5a5ce90477 2018-06-29 05:35:15,849 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1982f3ceecbed913265a76c9262289e6fb8837f" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-8f99e2fa-0056-405b-8c39-57c0a2f730cbname", "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 05:35:15,888 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:35:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8bc87893-ca55-4552-a322-72b0fdf7e950 x-compute-request-id: req-8bc87893-ca55-4552-a322-72b0fdf7e950 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateFlavorTests-8f99e2fa-0056-405b-8c39-57c0a2f730cbname", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/6deb2e6f-cbe2-4ccb-b105-49e69607ddbf", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/6deb2e6f-cbe2-4ccb-b105-49e69607ddbf", "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": "6deb2e6f-cbe2-4ccb-b105-49e69607ddbf"}} 2018-06-29 05:35:15,888 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-8bc87893-ca55-4552-a322-72b0fdf7e950 2018-06-29 05:35:15,889 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:35:16,273 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:35:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["tki4J7E4SOiQfLjIEo3Pkw"], "issued_at": "2018-06-29T05:35:16.000000Z"}} 2018-06-29 05:35:16,276 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/6deb2e6f-cbe2-4ccb-b105-49e69607ddbf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}091e9eb889f06e05d19a0b54452233f8ad7a3eba" 2018-06-29 05:35:16,481 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:35:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a1839e44-ad74-4f22-af47-c89ce6981728 x-compute-request-id: req-a1839e44-ad74-4f22-af47-c89ce6981728 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateFlavorTests-8f99e2fa-0056-405b-8c39-57c0a2f730cbname", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/6deb2e6f-cbe2-4ccb-b105-49e69607ddbf", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/6deb2e6f-cbe2-4ccb-b105-49e69607ddbf", "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": "6deb2e6f-cbe2-4ccb-b105-49e69607ddbf"}} 2018-06-29 05:35:16,481 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/6deb2e6f-cbe2-4ccb-b105-49e69607ddbf used request id req-a1839e44-ad74-4f22-af47-c89ce6981728 2018-06-29 05:35:16,484 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/6deb2e6f-cbe2-4ccb-b105-49e69607ddbf/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}091e9eb889f06e05d19a0b54452233f8ad7a3eba" 2018-06-29 05:35:16,503 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:35:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-43244db4-f555-4dfc-bfef-a58334b59681 x-compute-request-id: req-43244db4-f555-4dfc-bfef-a58334b59681 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-06-29 05:35:16,503 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/6deb2e6f-cbe2-4ccb-b105-49e69607ddbf/os-extra_specs used request id req-43244db4-f555-4dfc-bfef-a58334b59681 2018-06-29 05:35:16,505 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/6deb2e6f-cbe2-4ccb-b105-49e69607ddbf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}091e9eb889f06e05d19a0b54452233f8ad7a3eba" 2018-06-29 05:35:16,678 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 05:35:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c323450c-5e4d-47ef-a081-e485a962f962 x-compute-request-id: req-c323450c-5e4d-47ef-a081-e485a962f962 Content-Length: 0 Content-Type: application/json 2018-06-29 05:35:16,678 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/6deb2e6f-cbe2-4ccb-b105-49e69607ddbf used request id req-c323450c-5e4d-47ef-a081-e485a962f962 2018-06-29 05:35:16,681 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}091e9eb889f06e05d19a0b54452233f8ad7a3eba" 2018-06-29 05:35:16,700 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:35:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b40054e3-946a-4870-b7fb-ba5c76fd39a8 x-compute-request-id: req-b40054e3-946a-4870-b7fb-ba5c76fd39a8 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-06-29 05:35:16,701 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-b40054e3-946a-4870-b7fb-ba5c76fd39a8 2018-06-29 05:35:16,703 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/6deb2e6f-cbe2-4ccb-b105-49e69607ddbf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1982f3ceecbed913265a76c9262289e6fb8837f" 2018-06-29 05:35:16,718 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 29 Jun 2018 05:35:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-14913ca7-4d69-44d4-b5f4-742b9a137606 x-compute-request-id: req-14913ca7-4d69-44d4-b5f4-742b9a137606 Content-Length: 109 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor 6deb2e6f-cbe2-4ccb-b105-49e69607ddbf could not be found.", "code": 404}} 2018-06-29 05:35:16,718 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/6deb2e6f-cbe2-4ccb-b105-49e69607ddbf used request id req-14913ca7-4d69-44d4-b5f4-742b9a137606 2018-06-29 05:35:16,719 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 05:35:16,720 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:35:16,721 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:35:17,119 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:35:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["wqOsoGyWT3edd9B8JGDoUQ"], "issued_at": "2018-06-29T05:35:17.000000Z"}} 2018-06-29 05:35:17,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}a4ad0ed09492e8a47e9eb186cf6d558d68bab802" 2018-06-29 05:35:17,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:35:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d4d5aeb-0253-4bf1-900f-570e7f4d6134 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:35:17,210 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-2d4d5aeb-0253-4bf1-900f-570e7f4d6134 2018-06-29 05:35:17,212 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 05:35:17,216 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4ad0ed09492e8a47e9eb186cf6d558d68bab802" 2018-06-29 05:35:17,407 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:35:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-df763991-5794-4ead-8644-70cc7b900fb9 x-compute-request-id: req-df763991-5794-4ead-8644-70cc7b900fb9 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-06-29 05:35:17,408 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-df763991-5794-4ead-8644-70cc7b900fb9 2018-06-29 05:35:17,411 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4ad0ed09492e8a47e9eb186cf6d558d68bab802" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-3583c03c-9cab-4865-98ab-3a14fce7006bname", "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 05:35:17,484 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:35:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0b9ee38d-2751-40ad-b599-d4daacb976bf x-compute-request-id: req-0b9ee38d-2751-40ad-b599-d4daacb976bf Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateFlavorTests-3583c03c-9cab-4865-98ab-3a14fce7006bname", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/b87d8265-05b7-4cbf-99ea-21f908576476", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/b87d8265-05b7-4cbf-99ea-21f908576476", "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": "b87d8265-05b7-4cbf-99ea-21f908576476"}} 2018-06-29 05:35:17,484 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-0b9ee38d-2751-40ad-b599-d4daacb976bf 2018-06-29 05:35:17,485 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:35:17,879 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:35:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["U3lbOMY4QUaz3XxUbTX4yA"], "issued_at": "2018-06-29T05:35:17.000000Z"}} 2018-06-29 05:35:17,882 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/b87d8265-05b7-4cbf-99ea-21f908576476 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faeb4db2b0803bc3eba1ecd27ab158aebf0a000f" 2018-06-29 05:35:18,084 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:35:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-37054034-4538-490c-b52f-bd791a6ac863 x-compute-request-id: req-37054034-4538-490c-b52f-bd791a6ac863 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateFlavorTests-3583c03c-9cab-4865-98ab-3a14fce7006bname", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/b87d8265-05b7-4cbf-99ea-21f908576476", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/b87d8265-05b7-4cbf-99ea-21f908576476", "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": "b87d8265-05b7-4cbf-99ea-21f908576476"}} 2018-06-29 05:35:18,084 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/b87d8265-05b7-4cbf-99ea-21f908576476 used request id req-37054034-4538-490c-b52f-bd791a6ac863 2018-06-29 05:35:18,087 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/b87d8265-05b7-4cbf-99ea-21f908576476/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faeb4db2b0803bc3eba1ecd27ab158aebf0a000f" 2018-06-29 05:35:18,106 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:35:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-377ee5c2-e617-4bcb-bdaf-9b5dbccecdfc x-compute-request-id: req-377ee5c2-e617-4bcb-bdaf-9b5dbccecdfc Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-06-29 05:35:18,106 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/b87d8265-05b7-4cbf-99ea-21f908576476/os-extra_specs used request id req-377ee5c2-e617-4bcb-bdaf-9b5dbccecdfc 2018-06-29 05:35:18,107 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:35:18,107 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:35:18,506 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:35:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["lrH0u40oSX-z9ygfi5P3vQ"], "issued_at": "2018-06-29T05:35:18.000000Z"}} 2018-06-29 05:35:18,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}526780ef7c8e0c5114b9760afdba20788a63e60c" 2018-06-29 05:35:18,611 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:35:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9aca81e1-ad45-446e-a371-823cf0cb7435 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:35:18,611 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-9aca81e1-ad45-446e-a371-823cf0cb7435 2018-06-29 05:35:18,612 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 05:35:18,616 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}526780ef7c8e0c5114b9760afdba20788a63e60c" 2018-06-29 05:35:18,798 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:35:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a6a18e1a-6966-4b8c-b54e-bb57643d6cc0 x-compute-request-id: req-a6a18e1a-6966-4b8c-b54e-bb57643d6cc0 Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"flavors": [{"id": "b87d8265-05b7-4cbf-99ea-21f908576476", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/b87d8265-05b7-4cbf-99ea-21f908576476", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/b87d8265-05b7-4cbf-99ea-21f908576476", "rel": "bookmark"}], "name": "CreateFlavorTests-3583c03c-9cab-4865-98ab-3a14fce7006bname"}]} 2018-06-29 05:35:18,798 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-a6a18e1a-6966-4b8c-b54e-bb57643d6cc0 2018-06-29 05:35:18,801 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/b87d8265-05b7-4cbf-99ea-21f908576476 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}526780ef7c8e0c5114b9760afdba20788a63e60c" 2018-06-29 05:35:18,822 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:35:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9b7a1628-adc3-4fa0-99fc-c8cafcab1554 x-compute-request-id: req-9b7a1628-adc3-4fa0-99fc-c8cafcab1554 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateFlavorTests-3583c03c-9cab-4865-98ab-3a14fce7006bname", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/b87d8265-05b7-4cbf-99ea-21f908576476", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/b87d8265-05b7-4cbf-99ea-21f908576476", "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": "b87d8265-05b7-4cbf-99ea-21f908576476"}} 2018-06-29 05:35:18,823 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/b87d8265-05b7-4cbf-99ea-21f908576476 used request id req-9b7a1628-adc3-4fa0-99fc-c8cafcab1554 2018-06-29 05:35:18,823 - create_flavor - INFO - Found flavor with name - CreateFlavorTests-3583c03c-9cab-4865-98ab-3a14fce7006bname 2018-06-29 05:35:18,826 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/b87d8265-05b7-4cbf-99ea-21f908576476 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4ad0ed09492e8a47e9eb186cf6d558d68bab802" 2018-06-29 05:35:18,857 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 05:35:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8ba8b98a-7165-4da0-a112-8b1a0352f833 x-compute-request-id: req-8ba8b98a-7165-4da0-a112-8b1a0352f833 Content-Length: 0 Content-Type: application/json 2018-06-29 05:35:18,857 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/b87d8265-05b7-4cbf-99ea-21f908576476 used request id req-8ba8b98a-7165-4da0-a112-8b1a0352f833 2018-06-29 05:35:18,859 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-06-29 05:35:18,859 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:35:18,860 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:35:19,266 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:35:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["2CTHNFfHS8CPbzhKa1Xafw"], "issued_at": "2018-06-29T05:35:19.000000Z"}} 2018-06-29 05:35:19,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}5d5a33e268834d3c6d7f072cf35b3d107c784867" 2018-06-29 05:35:19,354 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:35:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b65ed861-e7d3-4fa6-9cb8-4f9b92bc4148 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:35:19,354 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b65ed861-e7d3-4fa6-9cb8-4f9b92bc4148 2018-06-29 05:35:19,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5d5a33e268834d3c6d7f072cf35b3d107c784867" 2018-06-29 05:35:19,551 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 176 Content-Type: application/json X-Openstack-Request-Id: req-7d4d4ee4-42e3-415a-8f50-1f7f7398cf9b Date: Fri, 29 Jun 2018 05:35:19 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-image"} 2018-06-29 05:35:19,551 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-image used request id req-7d4d4ee4-42e3-415a-8f50-1f7f7398cf9b 2018-06-29 05:35:19,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5d5a33e268834d3c6d7f072cf35b3d107c784867" 2018-06-29 05:35:19,735 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-e0637d2a-c28d-444d-b235-c680808e728b Date: Fri, 29 Jun 2018 05:35: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 05:35:19,735 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-e0637d2a-c28d-444d-b235-c680808e728b 2018-06-29 05:35:19,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5d5a33e268834d3c6d7f072cf35b3d107c784867" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-image"}' 2018-06-29 05:35:20,083 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 635 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/60968d27-22ba-4e03-bce2-16310ff6290d Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-059c9cdf-e73b-4872-bbd6-df5ebe5bf8d4 Date: Fri, 29 Jun 2018 05:35:20 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-image", "tags": [], "container_format": "bare", "created_at": "2018-06-29T05:35:20Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-06-29T05:35:20Z", "visibility": "shared", "locations": [], "self": "/v2/images/60968d27-22ba-4e03-bce2-16310ff6290d", "min_disk": 0, "protected": false, "id": "60968d27-22ba-4e03-bce2-16310ff6290d", "file": "/v2/images/60968d27-22ba-4e03-bce2-16310ff6290d/file", "checksum": null, "owner": "cd9dbb674f044f3998e73a09e2cc2f57", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 05:35:20,083 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-059c9cdf-e73b-4872-bbd6-df5ebe5bf8d4 2018-06-29 05:35:20,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/60968d27-22ba-4e03-bce2-16310ff6290d/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5d5a33e268834d3c6d7f072cf35b3d107c784867" -d '' 2018-06-29 05:35:20,643 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-869ad1c8-6808-412c-b011-ed8019a8f17b Date: Fri, 29 Jun 2018 05:35: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 05:35:20,643 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/60968d27-22ba-4e03-bce2-16310ff6290d/file used request id req-869ad1c8-6808-412c-b011-ed8019a8f17b 2018-06-29 05:35:20,644 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-06-29 05:35:20,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/60968d27-22ba-4e03-bce2-16310ff6290d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5d5a33e268834d3c6d7f072cf35b3d107c784867" 2018-06-29 05:35:20,710 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-674c6ac2-61f1-4a22-9f9b-70a55d406391 Date: Fri, 29 Jun 2018 05:35:20 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-image", "tags": [], "container_format": "bare", "created_at": "2018-06-29T05:35:20Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-06-29T05:35:20Z", "visibility": "shared", "locations": [{"url": "rbd://cc48edf5-5a9c-4722-a2ee-f16c65653e74/images/60968d27-22ba-4e03-bce2-16310ff6290d/snap", "metadata": {}}], "self": "/v2/images/60968d27-22ba-4e03-bce2-16310ff6290d", "min_disk": 0, "protected": false, "id": "60968d27-22ba-4e03-bce2-16310ff6290d", "file": "/v2/images/60968d27-22ba-4e03-bce2-16310ff6290d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "cd9dbb674f044f3998e73a09e2cc2f57", "direct_url": "rbd://cc48edf5-5a9c-4722-a2ee-f16c65653e74/images/60968d27-22ba-4e03-bce2-16310ff6290d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 05:35:20,710 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/60968d27-22ba-4e03-bce2-16310ff6290d used request id req-674c6ac2-61f1-4a22-9f9b-70a55d406391 2018-06-29 05:35:20,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5d5a33e268834d3c6d7f072cf35b3d107c784867" 2018-06-29 05:35:20,896 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-c365eab2-cd74-4fd5-bfdc-d18a118e54f4 Date: Fri, 29 Jun 2018 05:35: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 05:35:20,896 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-c365eab2-cd74-4fd5-bfdc-d18a118e54f4 2018-06-29 05:35:20,899 - create_image - INFO - Created image with name - HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-image 2018-06-29 05:35:20,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/60968d27-22ba-4e03-bce2-16310ff6290d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5d5a33e268834d3c6d7f072cf35b3d107c784867" 2018-06-29 05:35:20,919 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-920989b7-c531-4258-bc1b-634687dd0f3e Date: Fri, 29 Jun 2018 05:35:20 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-image", "tags": [], "container_format": "bare", "created_at": "2018-06-29T05:35:20Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-06-29T05:35:20Z", "visibility": "shared", "locations": [{"url": "rbd://cc48edf5-5a9c-4722-a2ee-f16c65653e74/images/60968d27-22ba-4e03-bce2-16310ff6290d/snap", "metadata": {}}], "self": "/v2/images/60968d27-22ba-4e03-bce2-16310ff6290d", "min_disk": 0, "protected": false, "id": "60968d27-22ba-4e03-bce2-16310ff6290d", "file": "/v2/images/60968d27-22ba-4e03-bce2-16310ff6290d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "cd9dbb674f044f3998e73a09e2cc2f57", "direct_url": "rbd://cc48edf5-5a9c-4722-a2ee-f16c65653e74/images/60968d27-22ba-4e03-bce2-16310ff6290d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 05:35:20,920 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/60968d27-22ba-4e03-bce2-16310ff6290d used request id req-920989b7-c531-4258-bc1b-634687dd0f3e 2018-06-29 05:35:20,920 - create_image - DEBUG - Instance status is - active 2018-06-29 05:35:20,920 - create_image - DEBUG - Image is active with name - HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-image 2018-06-29 05:35:20,920 - create_image - INFO - Image is now active with name - HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-image 2018-06-29 05:35:20,920 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:35:20,921 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:35:21,321 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:35:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["vlYNrRdRTimEC8kzPyVBPg"], "issued_at": "2018-06-29T05:35:21.000000Z"}} 2018-06-29 05:35:21,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}9b9bca5a6e94606f139423f15904a1f17a013b83" 2018-06-29 05:35:21,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:35:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd989a4a-3884-479a-a936-8508dbadfc97 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:35:21,335 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-bd989a4a-3884-479a-a936-8508dbadfc97 2018-06-29 05:35:21,336 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 05:35:21,341 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b9bca5a6e94606f139423f15904a1f17a013b83" 2018-06-29 05:35:21,536 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:35: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-d692ebae-5d44-47c8-9df9-fd4bb0c15d54 x-compute-request-id: req-d692ebae-5d44-47c8-9df9-fd4bb0c15d54 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-06-29 05:35:21,536 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-d692ebae-5d44-47c8-9df9-fd4bb0c15d54 2018-06-29 05:35:21,540 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b9bca5a6e94606f139423f15904a1f17a013b83" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-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 05:35:21,584 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:35: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-617c2283-5676-4088-9094-da6887fcf9cd x-compute-request-id: req-617c2283-5676-4088-9094-da6887fcf9cd Content-Encoding: gzip Content-Length: 326 Content-Type: application/json RESP BODY: {"flavor": {"name": "HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-flavor", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/13bd1197-a74f-45f4-bae0-322aaaf5399d", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/13bd1197-a74f-45f4-bae0-322aaaf5399d", "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": "13bd1197-a74f-45f4-bae0-322aaaf5399d"}} 2018-06-29 05:35:21,584 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-617c2283-5676-4088-9094-da6887fcf9cd 2018-06-29 05:35:21,586 - heat_utils - DEBUG - Retrieving Heat Client 2018-06-29 05:35:21,611 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:35:22,089 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:35:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["A28ZjX-6TgOEPHTCcvhmrQ"], "issued_at": "2018-06-29T05:35:22.000000Z"}} 2018-06-29 05:35:22,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a199c7bb91d34740ad1c36eb42548f46120d7c4" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-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-150b7109-18ed-4e9e-90c5-c145a1367ba8-net", "inst_name": "HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-flavor"}}' 2018-06-29 05:35:25,213 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 29 Jun 2018 05:35:22 GMT Server: Apache x-openstack-request-id: req-187d95e3-e7d4-4454-b597-3f6414033a0b Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1/db812f87-5e5b-40f1-bc28-90da40f98dc1 Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "db812f87-5e5b-40f1-bc28-90da40f98dc1", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1/db812f87-5e5b-40f1-bc28-90da40f98dc1", "rel": "self"}]}} 2018-06-29 05:35:25,214 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks used request id req-187d95e3-e7d4-4454-b597-3f6414033a0b 2018-06-29 05:35:25,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/db812f87-5e5b-40f1-bc28-90da40f98dc1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a199c7bb91d34740ad1c36eb42548f46120d7c4" 2018-06-29 05:35:26,009 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 05:35:25 GMT Server: Apache x-openstack-request-id: req-f9bf6071-65c1-4650-9bbe-ebcf97fb5c2e Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1/db812f87-5e5b-40f1-bc28-90da40f98dc1 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1/db812f87-5e5b-40f1-bc28-90da40f98dc1;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 05:35:26,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:35:26 GMT Server: Apache x-openstack-request-id: req-25b62286-b871-4b34-a482-fdb9ef58e6ba 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": "cd9dbb674f044f3998e73a09e2cc2f57", "OS::stack_id": "db812f87-5e5b-40f1-bc28-90da40f98dc1", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-image", "inst_name": "HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1", "stack_user_project_id": "6798947c58a8435bad32b79da47b9f1d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T05:35:24Z", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1/db812f87-5e5b-40f1-bc28-90da40f98dc1", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "db812f87-5e5b-40f1-bc28-90da40f98dc1", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 05:35:26,858 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1/db812f87-5e5b-40f1-bc28-90da40f98dc1 used request id req-25b62286-b871-4b34-a482-fdb9ef58e6ba 2018-06-29 05:35:26,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks?stack_name=HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a199c7bb91d34740ad1c36eb42548f46120d7c4" 2018-06-29 05:35:27,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:35:26 GMT Server: Apache x-openstack-request-id: req-33f2c93a-2e76-4e51-afeb-6f1bd6470ef6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1", "stack_user_project_id": "6798947c58a8435bad32b79da47b9f1d", "deletion_time": null, "creation_time": "2018-06-29T05:35:24Z", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1/db812f87-5e5b-40f1-bc28-90da40f98dc1", "rel": "self"}], "updated_time": null, "project": "cd9dbb674f044f3998e73a09e2cc2f57", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "db812f87-5e5b-40f1-bc28-90da40f98dc1", "tags": null}]} 2018-06-29 05:35:27,683 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks?stack_name=HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1 used request id req-33f2c93a-2e76-4e51-afeb-6f1bd6470ef6 2018-06-29 05:35:27,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks?stack_name=HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a199c7bb91d34740ad1c36eb42548f46120d7c4" 2018-06-29 05:35:28,396 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:35:27 GMT Server: Apache x-openstack-request-id: req-d96c1c2d-e11d-4ff9-b9b0-d9f73719b5d6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1", "stack_user_project_id": "6798947c58a8435bad32b79da47b9f1d", "deletion_time": null, "creation_time": "2018-06-29T05:35:24Z", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1/db812f87-5e5b-40f1-bc28-90da40f98dc1", "rel": "self"}], "updated_time": null, "project": "cd9dbb674f044f3998e73a09e2cc2f57", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "db812f87-5e5b-40f1-bc28-90da40f98dc1", "tags": null}]} 2018-06-29 05:35:28,397 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks?stack_name=HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1 used request id req-d96c1c2d-e11d-4ff9-b9b0-d9f73719b5d6 2018-06-29 05:35:28,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/db812f87-5e5b-40f1-bc28-90da40f98dc1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a199c7bb91d34740ad1c36eb42548f46120d7c4" 2018-06-29 05:35:29,125 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 05:35:28 GMT Server: Apache x-openstack-request-id: req-6acb91bb-5e18-41f4-9788-4b316ccff4cc Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1/db812f87-5e5b-40f1-bc28-90da40f98dc1 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1/db812f87-5e5b-40f1-bc28-90da40f98dc1;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 05:35:29,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:35:29 GMT Server: Apache x-openstack-request-id: req-3f6b9088-01be-4734-b680-7e02fea44ed9 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": "cd9dbb674f044f3998e73a09e2cc2f57", "OS::stack_id": "db812f87-5e5b-40f1-bc28-90da40f98dc1", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-image", "inst_name": "HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1", "stack_user_project_id": "6798947c58a8435bad32b79da47b9f1d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T05:35:24Z", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1/db812f87-5e5b-40f1-bc28-90da40f98dc1", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "db812f87-5e5b-40f1-bc28-90da40f98dc1", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 05:35:29,909 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1/db812f87-5e5b-40f1-bc28-90da40f98dc1 used request id req-3f6b9088-01be-4734-b680-7e02fea44ed9 2018-06-29 05:35:29,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/db812f87-5e5b-40f1-bc28-90da40f98dc1/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a199c7bb91d34740ad1c36eb42548f46120d7c4" 2018-06-29 05:35:30,590 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 05:35:29 GMT Server: Apache x-openstack-request-id: req-57a3bfcc-cc1e-4b12-a98e-acb7fae78af0 Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1/db812f87-5e5b-40f1-bc28-90da40f98dc1/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1/db812f87-5e5b-40f1-bc28-90da40f98dc1/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 05:35:31,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:35:30 GMT Server: Apache x-openstack-request-id: req-fdc3e392-0c9d-4a5d-a3e0-7c99b1551c83 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 569 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1/db812f87-5e5b-40f1-bc28-90da40f98dc1/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1/db812f87-5e5b-40f1-bc28-90da40f98dc1", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-06-29T05:35:25Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T05:35:25Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "6e1bb74b-3646-475f-a262-2ddc6badc5d8", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1/db812f87-5e5b-40f1-bc28-90da40f98dc1/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1/db812f87-5e5b-40f1-bc28-90da40f98dc1", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-06-29T05:35:25Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T05:35:25Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "c58ee6ab-31e4-46ae-9aba-470b9b3d15f8", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1/db812f87-5e5b-40f1-bc28-90da40f98dc1/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1/db812f87-5e5b-40f1-bc28-90da40f98dc1", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-06-29T05:35:25Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T05:35:25Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "0cf8f06f-1636-4653-89d3-99f41f5ae5b8", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1/db812f87-5e5b-40f1-bc28-90da40f98dc1/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1/db812f87-5e5b-40f1-bc28-90da40f98dc1", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-06-29T05:35:25Z", "resource_status": "CREATE_IN_PROGRESS", "updated_time": "2018-06-29T05:35:25Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "", "resource_type": "OS::Nova::Server"}]} 2018-06-29 05:35:31,395 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1/db812f87-5e5b-40f1-bc28-90da40f98dc1/resources used request id req-fdc3e392-0c9d-4a5d-a3e0-7c99b1551c83 2018-06-29 05:35:31,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/db812f87-5e5b-40f1-bc28-90da40f98dc1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a199c7bb91d34740ad1c36eb42548f46120d7c4" 2018-06-29 05:35:31,427 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 05:35:31 GMT Server: Apache x-openstack-request-id: req-b24cfe02-ad33-46fb-8d56-054ee9980668 Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1/db812f87-5e5b-40f1-bc28-90da40f98dc1 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1/db812f87-5e5b-40f1-bc28-90da40f98dc1;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 05:35:32,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:35:31 GMT Server: Apache x-openstack-request-id: req-50644307-1c1f-471a-b3c2-b759517387aa 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": "cd9dbb674f044f3998e73a09e2cc2f57", "OS::stack_id": "db812f87-5e5b-40f1-bc28-90da40f98dc1", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-image", "inst_name": "HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1", "stack_user_project_id": "6798947c58a8435bad32b79da47b9f1d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T05:35:24Z", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1/db812f87-5e5b-40f1-bc28-90da40f98dc1", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "db812f87-5e5b-40f1-bc28-90da40f98dc1", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 05:35:32,208 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1/db812f87-5e5b-40f1-bc28-90da40f98dc1 used request id req-50644307-1c1f-471a-b3c2-b759517387aa 2018-06-29 05:35:32,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/db812f87-5e5b-40f1-bc28-90da40f98dc1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a199c7bb91d34740ad1c36eb42548f46120d7c4" 2018-06-29 05:35:32,951 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 05:35:32 GMT Server: Apache x-openstack-request-id: req-ec266a6b-942d-4b88-9828-b714ac8b3690 Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1/db812f87-5e5b-40f1-bc28-90da40f98dc1 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1/db812f87-5e5b-40f1-bc28-90da40f98dc1;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 05:35:33,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:35:32 GMT Server: Apache x-openstack-request-id: req-c0394bb3-966f-4c09-8a11-7d5110c22998 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": "cd9dbb674f044f3998e73a09e2cc2f57", "OS::stack_id": "db812f87-5e5b-40f1-bc28-90da40f98dc1", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-image", "inst_name": "HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1", "stack_user_project_id": "6798947c58a8435bad32b79da47b9f1d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T05:35:24Z", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1/db812f87-5e5b-40f1-bc28-90da40f98dc1", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "db812f87-5e5b-40f1-bc28-90da40f98dc1", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 05:35:33,744 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1/db812f87-5e5b-40f1-bc28-90da40f98dc1 used request id req-c0394bb3-966f-4c09-8a11-7d5110c22998 2018-06-29 05:35:36,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/db812f87-5e5b-40f1-bc28-90da40f98dc1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a199c7bb91d34740ad1c36eb42548f46120d7c4" 2018-06-29 05:35:37,572 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 05:35:36 GMT Server: Apache x-openstack-request-id: req-5620e319-9693-4c27-8229-6040ae541699 Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1/db812f87-5e5b-40f1-bc28-90da40f98dc1 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1/db812f87-5e5b-40f1-bc28-90da40f98dc1;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 05:35:38,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:35:37 GMT Server: Apache x-openstack-request-id: req-adadfc48-d295-4cfa-9133-1305211d24ae 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": "cd9dbb674f044f3998e73a09e2cc2f57", "OS::stack_id": "db812f87-5e5b-40f1-bc28-90da40f98dc1", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-image", "inst_name": "HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1", "stack_user_project_id": "6798947c58a8435bad32b79da47b9f1d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T05:35:24Z", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1/db812f87-5e5b-40f1-bc28-90da40f98dc1", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "db812f87-5e5b-40f1-bc28-90da40f98dc1", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 05:35:38,356 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1/db812f87-5e5b-40f1-bc28-90da40f98dc1 used request id req-adadfc48-d295-4cfa-9133-1305211d24ae 2018-06-29 05:35:41,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/db812f87-5e5b-40f1-bc28-90da40f98dc1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a199c7bb91d34740ad1c36eb42548f46120d7c4" 2018-06-29 05:35:41,437 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 05:35:41 GMT Server: Apache x-openstack-request-id: req-6314c192-e275-498d-a003-b4e78ab21a1e Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1/db812f87-5e5b-40f1-bc28-90da40f98dc1 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1/db812f87-5e5b-40f1-bc28-90da40f98dc1;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 05:35:42,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:35:41 GMT Server: Apache x-openstack-request-id: req-7454192d-016f-4778-aea0-68f4edc0b62f 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": "cd9dbb674f044f3998e73a09e2cc2f57", "OS::stack_id": "db812f87-5e5b-40f1-bc28-90da40f98dc1", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-image", "inst_name": "HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1", "stack_user_project_id": "6798947c58a8435bad32b79da47b9f1d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T05:35:24Z", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1/db812f87-5e5b-40f1-bc28-90da40f98dc1", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "db812f87-5e5b-40f1-bc28-90da40f98dc1", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 05:35:42,160 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1/db812f87-5e5b-40f1-bc28-90da40f98dc1 used request id req-7454192d-016f-4778-aea0-68f4edc0b62f 2018-06-29 05:35:45,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/db812f87-5e5b-40f1-bc28-90da40f98dc1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a199c7bb91d34740ad1c36eb42548f46120d7c4" 2018-06-29 05:35:45,242 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 05:35:45 GMT Server: Apache x-openstack-request-id: req-296d041c-0d2b-4f18-9aa7-3673a50d3e2c Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1/db812f87-5e5b-40f1-bc28-90da40f98dc1 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1/db812f87-5e5b-40f1-bc28-90da40f98dc1;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 05:35:46,017 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:35:45 GMT Server: Apache x-openstack-request-id: req-33d97133-882a-46ec-8568-48a03abcc1f7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 559 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "OS::stack_id": "db812f87-5e5b-40f1-bc28-90da40f98dc1", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-image", "inst_name": "HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1", "stack_user_project_id": "6798947c58a8435bad32b79da47b9f1d", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-06-29T05:35:24Z", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1/db812f87-5e5b-40f1-bc28-90da40f98dc1", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "db812f87-5e5b-40f1-bc28-90da40f98dc1", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 05:35:46,017 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1/db812f87-5e5b-40f1-bc28-90da40f98dc1 used request id req-33d97133-882a-46ec-8568-48a03abcc1f7 2018-06-29 05:35:46,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/db812f87-5e5b-40f1-bc28-90da40f98dc1/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a199c7bb91d34740ad1c36eb42548f46120d7c4" 2018-06-29 05:35:46,753 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 05:35:46 GMT Server: Apache x-openstack-request-id: req-ceb2e848-886e-41f0-9aa8-8809ace3e154 Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1/db812f87-5e5b-40f1-bc28-90da40f98dc1/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1/db812f87-5e5b-40f1-bc28-90da40f98dc1/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 05:35:47,558 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:35:46 GMT Server: Apache x-openstack-request-id: req-d2919e83-d42d-40c0-99e3-b74018bba79a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 577 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1/db812f87-5e5b-40f1-bc28-90da40f98dc1/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1/db812f87-5e5b-40f1-bc28-90da40f98dc1", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-06-29T05:35:25Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T05:35:25Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "6e1bb74b-3646-475f-a262-2ddc6badc5d8", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1/db812f87-5e5b-40f1-bc28-90da40f98dc1/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1/db812f87-5e5b-40f1-bc28-90da40f98dc1", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-06-29T05:35:25Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T05:35:25Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "c58ee6ab-31e4-46ae-9aba-470b9b3d15f8", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1/db812f87-5e5b-40f1-bc28-90da40f98dc1/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1/db812f87-5e5b-40f1-bc28-90da40f98dc1", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-06-29T05:35:25Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T05:35:25Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "0cf8f06f-1636-4653-89d3-99f41f5ae5b8", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1/db812f87-5e5b-40f1-bc28-90da40f98dc1/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1/db812f87-5e5b-40f1-bc28-90da40f98dc1", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-06-29T05:35:25Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T05:35:25Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "35d3d972-c799-474f-b184-8e2108e6fb02", "resource_type": "OS::Nova::Server"}]} 2018-06-29 05:35:47,558 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1/db812f87-5e5b-40f1-bc28-90da40f98dc1/resources used request id req-d2919e83-d42d-40c0-99e3-b74018bba79a 2018-06-29 05:35:47,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=0cf8f06f-1636-4653-89d3-99f41f5ae5b8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a199c7bb91d34740ad1c36eb42548f46120d7c4" 2018-06-29 05:35:47,811 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 773 X-Openstack-Request-Id: req-a65847f6-733f-47ba-be1b-628a69a4744e Date: Fri, 29 Jun 2018 05:35:47 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"0cf8f06f-1636-4653-89d3-99f41f5ae5b8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":86,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["c58ee6ab-31e4-46ae-9aba-470b9b3d15f8"],"description":"","tags":[],"updated_at":"2018-06-29T05:35:27Z","qos_policy_id":null,"name":"HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:35:25Z","provider:network_type":"vxlan"}]} 2018-06-29 05:35:47,812 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=0cf8f06f-1636-4653-89d3-99f41f5ae5b8 used request id req-a65847f6-733f-47ba-be1b-628a69a4744e 2018-06-29 05:35:47,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=0cf8f06f-1636-4653-89d3-99f41f5ae5b8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a199c7bb91d34740ad1c36eb42548f46120d7c4" 2018-06-29 05:35:48,031 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-ce667c4c-91e7-4a97-9c01-cdffbcfa0c08 Date: Fri, 29 Jun 2018 05:35:48 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:35:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"c58ee6ab-31e4-46ae-9aba-470b9b3d15f8","dns_nameservers":[],"gateway_ip":"10.0.0.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.0.0.0/24","subnetpool_id":null,"service_types":[],"name":"HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-subnet","enable_dhcp":true,"segment_id":null,"network_id":"0cf8f06f-1636-4653-89d3-99f41f5ae5b8","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:35:27Z","ip_version":4}]} 2018-06-29 05:35:48,031 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=0cf8f06f-1636-4653-89d3-99f41f5ae5b8 used request id req-ce667c4c-91e7-4a97-9c01-cdffbcfa0c08 2018-06-29 05:35:48,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=0cf8f06f-1636-4653-89d3-99f41f5ae5b8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a199c7bb91d34740ad1c36eb42548f46120d7c4" 2018-06-29 05:35:48,290 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-42d64d65-64d9-437b-b277-8c7fd5c22378 Date: Fri, 29 Jun 2018 05:35:48 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:35:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"c58ee6ab-31e4-46ae-9aba-470b9b3d15f8","dns_nameservers":[],"gateway_ip":"10.0.0.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.0.0.0/24","subnetpool_id":null,"service_types":[],"name":"HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-subnet","enable_dhcp":true,"segment_id":null,"network_id":"0cf8f06f-1636-4653-89d3-99f41f5ae5b8","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:35:27Z","ip_version":4}]} 2018-06-29 05:35:48,290 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=0cf8f06f-1636-4653-89d3-99f41f5ae5b8 used request id req-42d64d65-64d9-437b-b277-8c7fd5c22378 2018-06-29 05:35:48,291 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 05:35:48,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}2a199c7bb91d34740ad1c36eb42548f46120d7c4" 2018-06-29 05:35:48,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:35:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89ed23b0-84b6-4d74-a308-ef61ce772e0a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:35:48,379 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-89ed23b0-84b6-4d74-a308-ef61ce772e0a 2018-06-29 05:35:48,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/db812f87-5e5b-40f1-bc28-90da40f98dc1/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a199c7bb91d34740ad1c36eb42548f46120d7c4" 2018-06-29 05:35:48,458 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 05:35:48 GMT Server: Apache x-openstack-request-id: req-bb024e25-f7f5-48f5-b754-c8b058bb34ae Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1/db812f87-5e5b-40f1-bc28-90da40f98dc1/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1/db812f87-5e5b-40f1-bc28-90da40f98dc1/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 05:35:48,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:35:48 GMT Server: Apache x-openstack-request-id: req-2b045b5a-4d7c-41f4-9eee-12cb742abc7c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 577 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1/db812f87-5e5b-40f1-bc28-90da40f98dc1/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1/db812f87-5e5b-40f1-bc28-90da40f98dc1", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-06-29T05:35:25Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T05:35:25Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "6e1bb74b-3646-475f-a262-2ddc6badc5d8", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1/db812f87-5e5b-40f1-bc28-90da40f98dc1/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1/db812f87-5e5b-40f1-bc28-90da40f98dc1", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-06-29T05:35:25Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T05:35:25Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "c58ee6ab-31e4-46ae-9aba-470b9b3d15f8", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1/db812f87-5e5b-40f1-bc28-90da40f98dc1/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1/db812f87-5e5b-40f1-bc28-90da40f98dc1", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-06-29T05:35:25Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T05:35:25Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "0cf8f06f-1636-4653-89d3-99f41f5ae5b8", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1/db812f87-5e5b-40f1-bc28-90da40f98dc1/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1/db812f87-5e5b-40f1-bc28-90da40f98dc1", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-06-29T05:35:25Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T05:35:25Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "35d3d972-c799-474f-b184-8e2108e6fb02", "resource_type": "OS::Nova::Server"}]} 2018-06-29 05:35:48,585 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1/db812f87-5e5b-40f1-bc28-90da40f98dc1/resources used request id req-2b045b5a-4d7c-41f4-9eee-12cb742abc7c 2018-06-29 05:35:48,588 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/35d3d972-c799-474f-b184-8e2108e6fb02 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a199c7bb91d34740ad1c36eb42548f46120d7c4" 2018-06-29 05:35:49,290 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:35: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-e94afa02-597e-4b48-af06-aff349f3e4e4 x-compute-request-id: req-e94afa02-597e-4b48-af06-aff349f3e4e4 Content-Encoding: gzip Content-Length: 824 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:92:34", "version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/35d3d972-c799-474f-b184-8e2108e6fb02", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/35d3d972-c799-474f-b184-8e2108e6fb02", "rel": "bookmark"}], "image": {"id": "60968d27-22ba-4e03-bce2-16310ff6290d", "links": [{"href": "http://172.30.9.23:8774/images/60968d27-22ba-4e03-bce2-16310ff6290d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000014", "OS-SRV-USG:launched_at": "2018-06-29T05:27:40.000000", "flavor": {"id": "13bd1197-a74f-45f4-bae0-322aaaf5399d", "links": [{"href": "http://172.30.9.23:8774/flavors/13bd1197-a74f-45f4-bae0-322aaaf5399d", "rel": "bookmark"}]}, "id": "35d3d972-c799-474f-b184-8e2108e6fb02", "security_groups": [{"name": "default"}], "user_id": "c13100c6fdf740938502979241e10e11", "OS-DCF: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-29T05:35:42Z", "hostId": "117a5b8c289933fa183cf4a2955ac729bbbbcc2626a99edbbbff3147", "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-150b7109-18ed-4e9e-90c5-c145a1367ba8-inst", "created": "2018-06-29T05:35:33Z", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 05:35:49,291 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/35d3d972-c799-474f-b184-8e2108e6fb02 used request id req-e94afa02-597e-4b48-af06-aff349f3e4e4 2018-06-29 05:35:49,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a199c7bb91d34740ad1c36eb42548f46120d7c4" 2018-06-29 05:35:49,381 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 773 X-Openstack-Request-Id: req-6a278785-346d-4a67-9236-8b9a5f19c89b Date: Fri, 29 Jun 2018 05:35:49 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"0cf8f06f-1636-4653-89d3-99f41f5ae5b8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":86,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["c58ee6ab-31e4-46ae-9aba-470b9b3d15f8"],"description":"","tags":[],"updated_at":"2018-06-29T05:35:27Z","qos_policy_id":null,"name":"HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:35:25Z","provider:network_type":"vxlan"}]} 2018-06-29 05:35:49,381 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-net used request id req-6a278785-346d-4a67-9236-8b9a5f19c89b 2018-06-29 05:35:49,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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 05:35:49,389 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 05:35: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.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 05:35:49,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a199c7bb91d34740ad1c36eb42548f46120d7c4" 2018-06-29 05:35:49,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:35:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6243366a-b2e0-4b1c-bef9-1de7f71272b1 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}} 2018-06-29 05:35:49,570 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 used request id req-6243366a-b2e0-4b1c-bef9-1de7f71272b1 2018-06-29 05:35:49,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=0cf8f06f-1636-4653-89d3-99f41f5ae5b8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a199c7bb91d34740ad1c36eb42548f46120d7c4" 2018-06-29 05:35:49,629 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-67539bbd-634d-4ff7-bbe9-d922ea2797ea Date: Fri, 29 Jun 2018 05:35:49 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:35:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"c58ee6ab-31e4-46ae-9aba-470b9b3d15f8","dns_nameservers":[],"gateway_ip":"10.0.0.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.0.0.0/24","subnetpool_id":null,"service_types":[],"name":"HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-subnet","enable_dhcp":true,"segment_id":null,"network_id":"0cf8f06f-1636-4653-89d3-99f41f5ae5b8","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:35:27Z","ip_version":4}]} 2018-06-29 05:35:49,629 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=0cf8f06f-1636-4653-89d3-99f41f5ae5b8 used request id req-67539bbd-634d-4ff7-bbe9-d922ea2797ea 2018-06-29 05:35:49,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=0cf8f06f-1636-4653-89d3-99f41f5ae5b8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a199c7bb91d34740ad1c36eb42548f46120d7c4" 2018-06-29 05:35:49,851 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4021 X-Openstack-Request-Id: req-cb5a46e6-799a-4ba4-838d-24152e2c7e5c Date: Fri, 29 Jun 2018 05:35:49 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:35:30Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c58ee6ab-31e4-46ae-9aba-470b9b3d15f8","ip_address":"10.0.0.3"}],"id":"5ef4557e-365e-4f3c-a3d7-6cf8076d0178","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f9:23:8f","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0cf8f06f-1636-4653-89d3-99f41f5ae5b8","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:35:28Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0cf8f06f-1636-4653-89d3-99f41f5ae5b8","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:35:42Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"c58ee6ab-31e4-46ae-9aba-470b9b3d15f8","ip_address":"10.0.0.5"}],"id":"6e1bb74b-3646-475f-a262-2ddc6badc5d8","security_groups":["67fd1914-9a13-4c3f-b4a8-3292c73ccfbe"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:46:92:34","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1-server1_port-mvhml6stpijg","admin_state_up":true,"network_id":"0cf8f06f-1636-4653-89d3-99f41f5ae5b8","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:35:28Z","binding:vnic_type":"normal","device_id":"35d3d972-c799-474f-b184-8e2108e6fb02","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:35:29Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c58ee6ab-31e4-46ae-9aba-470b9b3d15f8","ip_address":"10.0.0.2"}],"id":"70f3dde9-b4df-4910-8b61-6a98b636cd6e","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b0:93:d4","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0cf8f06f-1636-4653-89d3-99f41f5ae5b8","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:35:27Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0cf8f06f-1636-4653-89d3-99f41f5ae5b8","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:35:31Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c58ee6ab-31e4-46ae-9aba-470b9b3d15f8","ip_address":"10.0.0.4"}],"id":"f5838f5a-838f-4971-ac0e-a5acde486dcf","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3d:a4:bc","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0cf8f06f-1636-4653-89d3-99f41f5ae5b8","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:35:29Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0cf8f06f-1636-4653-89d3-99f41f5ae5b8","ip_allocation":"immediate"}]} 2018-06-29 05:35:49,851 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=0cf8f06f-1636-4653-89d3-99f41f5ae5b8 used request id req-cb5a46e6-799a-4ba4-838d-24152e2c7e5c 2018-06-29 05:35:49,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/db812f87-5e5b-40f1-bc28-90da40f98dc1/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a199c7bb91d34740ad1c36eb42548f46120d7c4" 2018-06-29 05:35:49,932 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 05:35:49 GMT Server: Apache x-openstack-request-id: req-7bdef1e6-b4e5-4a4e-a20a-9ea132a534f3 Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1/db812f87-5e5b-40f1-bc28-90da40f98dc1/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1/db812f87-5e5b-40f1-bc28-90da40f98dc1/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 05:35:50,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:35:49 GMT Server: Apache x-openstack-request-id: req-4cad3825-4243-4cde-8fad-bd0d438b4fc5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 577 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1/db812f87-5e5b-40f1-bc28-90da40f98dc1/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1/db812f87-5e5b-40f1-bc28-90da40f98dc1", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-06-29T05:35:25Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T05:35:25Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "6e1bb74b-3646-475f-a262-2ddc6badc5d8", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1/db812f87-5e5b-40f1-bc28-90da40f98dc1/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1/db812f87-5e5b-40f1-bc28-90da40f98dc1", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-06-29T05:35:25Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T05:35:25Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "c58ee6ab-31e4-46ae-9aba-470b9b3d15f8", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1/db812f87-5e5b-40f1-bc28-90da40f98dc1/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1/db812f87-5e5b-40f1-bc28-90da40f98dc1", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-06-29T05:35:25Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T05:35:25Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "0cf8f06f-1636-4653-89d3-99f41f5ae5b8", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1/db812f87-5e5b-40f1-bc28-90da40f98dc1/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1/db812f87-5e5b-40f1-bc28-90da40f98dc1", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-06-29T05:35:25Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T05:35:25Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "35d3d972-c799-474f-b184-8e2108e6fb02", "resource_type": "OS::Nova::Server"}]} 2018-06-29 05:35:50,669 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1/db812f87-5e5b-40f1-bc28-90da40f98dc1/resources used request id req-4cad3825-4243-4cde-8fad-bd0d438b4fc5 2018-06-29 05:35:50,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/db812f87-5e5b-40f1-bc28-90da40f98dc1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a199c7bb91d34740ad1c36eb42548f46120d7c4" 2018-06-29 05:35:51,412 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 05:35:50 GMT Server: Apache x-openstack-request-id: req-1f0e92c6-8c48-4b6c-89a9-92fd97403edb Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1/db812f87-5e5b-40f1-bc28-90da40f98dc1 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1/db812f87-5e5b-40f1-bc28-90da40f98dc1;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 05:35:51,537 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 05:35:51 GMT Server: Apache x-openstack-request-id: req-2df8bcf3-e802-4750-8e57-bfedfad6fc2e 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 05:35:51,537 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-stack1/db812f87-5e5b-40f1-bc28-90da40f98dc1 used request id req-2df8bcf3-e802-4750-8e57-bfedfad6fc2e 2018-06-29 05:35:51,537 - glance_utils - INFO - Deleting image named - HeatUtilsCreateSimpleStackTests-150b7109-18ed-4e9e-90c5-c145a1367ba8-image 2018-06-29 05:35:51,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/60968d27-22ba-4e03-bce2-16310ff6290d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5d5a33e268834d3c6d7f072cf35b3d107c784867" 2018-06-29 05:35:52,836 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0271c9d9-35d6-45a6-9ad3-d9b5e180fa76 Date: Fri, 29 Jun 2018 05:35:52 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-06-29 05:35:52,836 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/60968d27-22ba-4e03-bce2-16310ff6290d used request id req-0271c9d9-35d6-45a6-9ad3-d9b5e180fa76 2018-06-29 05:35:52,840 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/13bd1197-a74f-45f4-bae0-322aaaf5399d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b9bca5a6e94606f139423f15904a1f17a013b83" 2018-06-29 05:35:52,884 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 05:35: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-29e0a756-2568-4d6e-beac-22e9e51c9ce3 x-compute-request-id: req-29e0a756-2568-4d6e-beac-22e9e51c9ce3 Content-Length: 0 Content-Type: application/json 2018-06-29 05:35:52,884 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/13bd1197-a74f-45f4-bae0-322aaaf5399d used request id req-29e0a756-2568-4d6e-beac-22e9e51c9ce3 2018-06-29 05:35:52,886 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-06-29 05:35:52,886 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:35:52,887 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:35:53,295 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:35:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["vqR8IRPtQm2ZRk6fk9zdtQ"], "issued_at": "2018-06-29T05:35:53.000000Z"}} 2018-06-29 05:35:53,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}03144db3176e953fe6bb4cee627b6dfcb445ea0b" 2018-06-29 05:35:53,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:35:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56aa5831-2c45-422f-8ecd-1e78a22b20a4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:35:53,381 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-56aa5831-2c45-422f-8ecd-1e78a22b20a4 2018-06-29 05:35:53,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}03144db3176e953fe6bb4cee627b6dfcb445ea0b" 2018-06-29 05:35:53,625 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 176 Content-Type: application/json X-Openstack-Request-Id: req-1b4bd9d3-4313-4f5a-aab6-6f206c158430 Date: Fri, 29 Jun 2018 05:35:53 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-image"} 2018-06-29 05:35:53,625 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-image used request id req-1b4bd9d3-4313-4f5a-aab6-6f206c158430 2018-06-29 05:35:53,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}03144db3176e953fe6bb4cee627b6dfcb445ea0b" 2018-06-29 05:35:53,799 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-5b856352-ae3a-4878-943e-340521b1790a Date: Fri, 29 Jun 2018 05:35:53 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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 05:35:53,800 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-5b856352-ae3a-4878-943e-340521b1790a 2018-06-29 05:35:53,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}03144db3176e953fe6bb4cee627b6dfcb445ea0b" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-image"}' 2018-06-29 05:35:54,049 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 635 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/0a7c825f-d997-4555-b0ca-134e8c3d2351 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-a3984716-58a5-4f94-9fc4-a53626ddd29c Date: Fri, 29 Jun 2018 05:35:54 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-image", "tags": [], "container_format": "bare", "created_at": "2018-06-29T05:35:54Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-06-29T05:35:54Z", "visibility": "shared", "locations": [], "self": "/v2/images/0a7c825f-d997-4555-b0ca-134e8c3d2351", "min_disk": 0, "protected": false, "id": "0a7c825f-d997-4555-b0ca-134e8c3d2351", "file": "/v2/images/0a7c825f-d997-4555-b0ca-134e8c3d2351/file", "checksum": null, "owner": "cd9dbb674f044f3998e73a09e2cc2f57", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 05:35:54,050 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-a3984716-58a5-4f94-9fc4-a53626ddd29c 2018-06-29 05:35:54,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/0a7c825f-d997-4555-b0ca-134e8c3d2351/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}03144db3176e953fe6bb4cee627b6dfcb445ea0b" -d '' 2018-06-29 05:35:55,405 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1c7402f2-18f0-4a84-83c4-af195f4fd7d9 Date: Fri, 29 Jun 2018 05:35: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 05:35:55,405 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/0a7c825f-d997-4555-b0ca-134e8c3d2351/file used request id req-1c7402f2-18f0-4a84-83c4-af195f4fd7d9 2018-06-29 05:35:55,406 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-06-29 05:35:55,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/0a7c825f-d997-4555-b0ca-134e8c3d2351 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}03144db3176e953fe6bb4cee627b6dfcb445ea0b" 2018-06-29 05:35:55,579 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-2e72da31-0670-4a01-acd2-bec4d2393d36 Date: Fri, 29 Jun 2018 05:35:55 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-image", "tags": [], "container_format": "bare", "created_at": "2018-06-29T05:35:54Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-06-29T05:35:54Z", "visibility": "shared", "locations": [{"url": "rbd://cc48edf5-5a9c-4722-a2ee-f16c65653e74/images/0a7c825f-d997-4555-b0ca-134e8c3d2351/snap", "metadata": {}}], "self": "/v2/images/0a7c825f-d997-4555-b0ca-134e8c3d2351", "min_disk": 0, "protected": false, "id": "0a7c825f-d997-4555-b0ca-134e8c3d2351", "file": "/v2/images/0a7c825f-d997-4555-b0ca-134e8c3d2351/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "cd9dbb674f044f3998e73a09e2cc2f57", "direct_url": "rbd://cc48edf5-5a9c-4722-a2ee-f16c65653e74/images/0a7c825f-d997-4555-b0ca-134e8c3d2351/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 05:35:55,580 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/0a7c825f-d997-4555-b0ca-134e8c3d2351 used request id req-2e72da31-0670-4a01-acd2-bec4d2393d36 2018-06-29 05:35:55,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}03144db3176e953fe6bb4cee627b6dfcb445ea0b" 2018-06-29 05:35:55,755 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-b342aeb0-9ed2-41cb-8ccd-c130d586e9aa Date: Fri, 29 Jun 2018 05:35:55 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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 05:35:55,755 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-b342aeb0-9ed2-41cb-8ccd-c130d586e9aa 2018-06-29 05:35:55,758 - create_image - INFO - Created image with name - HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-image 2018-06-29 05:35:55,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/0a7c825f-d997-4555-b0ca-134e8c3d2351 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}03144db3176e953fe6bb4cee627b6dfcb445ea0b" 2018-06-29 05:35:55,943 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-d423ec56-67b0-4666-8a91-5e364acff423 Date: Fri, 29 Jun 2018 05:35:55 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-image", "tags": [], "container_format": "bare", "created_at": "2018-06-29T05:35:54Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-06-29T05:35:54Z", "visibility": "shared", "locations": [{"url": "rbd://cc48edf5-5a9c-4722-a2ee-f16c65653e74/images/0a7c825f-d997-4555-b0ca-134e8c3d2351/snap", "metadata": {}}], "self": "/v2/images/0a7c825f-d997-4555-b0ca-134e8c3d2351", "min_disk": 0, "protected": false, "id": "0a7c825f-d997-4555-b0ca-134e8c3d2351", "file": "/v2/images/0a7c825f-d997-4555-b0ca-134e8c3d2351/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "cd9dbb674f044f3998e73a09e2cc2f57", "direct_url": "rbd://cc48edf5-5a9c-4722-a2ee-f16c65653e74/images/0a7c825f-d997-4555-b0ca-134e8c3d2351/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 05:35:55,943 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/0a7c825f-d997-4555-b0ca-134e8c3d2351 used request id req-d423ec56-67b0-4666-8a91-5e364acff423 2018-06-29 05:35:55,944 - create_image - DEBUG - Instance status is - active 2018-06-29 05:35:55,944 - create_image - DEBUG - Image is active with name - HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-image 2018-06-29 05:35:55,944 - create_image - INFO - Image is now active with name - HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-image 2018-06-29 05:35:55,944 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:35:55,945 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:35:56,340 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:35:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["YNzG-jTPSjir2Th0i3q_5g"], "issued_at": "2018-06-29T05:35:56.000000Z"}} 2018-06-29 05:35:56,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}b133581bed7c4152b03ca60a00e6b263334a3ce8" 2018-06-29 05:35:56,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:35:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-608929ae-adfc-44a7-9cd2-968171530d45 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:35:56,427 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-608929ae-adfc-44a7-9cd2-968171530d45 2018-06-29 05:35:56,428 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 05:35:56,433 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b133581bed7c4152b03ca60a00e6b263334a3ce8" 2018-06-29 05:35:56,552 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:35: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-a18087e2-d8cd-490d-b294-bc1b2cb5468d x-compute-request-id: req-a18087e2-d8cd-490d-b294-bc1b2cb5468d Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-06-29 05:35:56,552 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-a18087e2-d8cd-490d-b294-bc1b2cb5468d 2018-06-29 05:35:56,556 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b133581bed7c4152b03ca60a00e6b263334a3ce8" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-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 05:35:56,762 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:35: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-26d43cab-46b2-4ff0-9e2b-09d343ade1cb x-compute-request-id: req-26d43cab-46b2-4ff0-9e2b-09d343ade1cb Content-Encoding: gzip Content-Length: 325 Content-Type: application/json RESP BODY: {"flavor": {"name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-flavor", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/a06d28cc-f80a-4b92-a0b7-1d88413504e0", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/a06d28cc-f80a-4b92-a0b7-1d88413504e0", "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": "a06d28cc-f80a-4b92-a0b7-1d88413504e0"}} 2018-06-29 05:35:56,762 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-26d43cab-46b2-4ff0-9e2b-09d343ade1cb 2018-06-29 05:35:56,763 - heat_utils - DEBUG - Retrieving Heat Client 2018-06-29 05:35:56,790 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:35:57,263 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:35:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["lVWrjsldSqyC1tvQMHfs1Q"], "issued_at": "2018-06-29T05:35:57.000000Z"}} 2018-06-29 05:35:57,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48fb0ebe997a5004a17cd8ff5382fe983a7a0150" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-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-1fd4a7b7-91a1-4141-a303-31230f373d03-net", "inst_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-flavor"}}' 2018-06-29 05:36:00,365 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 29 Jun 2018 05:35:57 GMT Server: Apache x-openstack-request-id: req-a475efe4-1631-469f-a0d4-cd2c5dd5e344 Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack1/326a5051-b810-4776-b8b7-364ec3b7595d Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "326a5051-b810-4776-b8b7-364ec3b7595d", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack1/326a5051-b810-4776-b8b7-364ec3b7595d", "rel": "self"}]}} 2018-06-29 05:36:00,365 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks used request id req-a475efe4-1631-469f-a0d4-cd2c5dd5e344 2018-06-29 05:36:00,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/326a5051-b810-4776-b8b7-364ec3b7595d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48fb0ebe997a5004a17cd8ff5382fe983a7a0150" 2018-06-29 05:36:00,608 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 05:36:00 GMT Server: Apache x-openstack-request-id: req-3f88e552-ecd1-48e2-91d4-0b229a30168d Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack1/326a5051-b810-4776-b8b7-364ec3b7595d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack1/326a5051-b810-4776-b8b7-364ec3b7595d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 05:36:00,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:36:00 GMT Server: Apache x-openstack-request-id: req-59849c89-ec97-4cfa-b450-1d70e004c0e1 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": "cd9dbb674f044f3998e73a09e2cc2f57", "OS::stack_id": "326a5051-b810-4776-b8b7-364ec3b7595d", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-image", "inst_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack1", "stack_user_project_id": "099fe8d31da8471e87e461ca65637735", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T05:35:59Z", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack1/326a5051-b810-4776-b8b7-364ec3b7595d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "326a5051-b810-4776-b8b7-364ec3b7595d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 05:36:00,891 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack1/326a5051-b810-4776-b8b7-364ec3b7595d used request id req-59849c89-ec97-4cfa-b450-1d70e004c0e1 2018-06-29 05:36:00,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks?stack_name=HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48fb0ebe997a5004a17cd8ff5382fe983a7a0150" 2018-06-29 05:36:01,625 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:36:00 GMT Server: Apache x-openstack-request-id: req-d5dc43c9-ea75-41da-8677-fe05da27bea1 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-1fd4a7b7-91a1-4141-a303-31230f373d03-stack1", "stack_user_project_id": "099fe8d31da8471e87e461ca65637735", "deletion_time": null, "creation_time": "2018-06-29T05:35:59Z", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack1/326a5051-b810-4776-b8b7-364ec3b7595d", "rel": "self"}], "updated_time": null, "project": "cd9dbb674f044f3998e73a09e2cc2f57", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "326a5051-b810-4776-b8b7-364ec3b7595d", "tags": null}]} 2018-06-29 05:36:01,625 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks?stack_name=HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack1 used request id req-d5dc43c9-ea75-41da-8677-fe05da27bea1 2018-06-29 05:36:01,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks?stack_name=HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48fb0ebe997a5004a17cd8ff5382fe983a7a0150" 2018-06-29 05:36:01,857 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:36:01 GMT Server: Apache x-openstack-request-id: req-c6822f0a-d042-46bd-bead-fd34d4fcef2c 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-1fd4a7b7-91a1-4141-a303-31230f373d03-stack1", "stack_user_project_id": "099fe8d31da8471e87e461ca65637735", "deletion_time": null, "creation_time": "2018-06-29T05:35:59Z", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack1/326a5051-b810-4776-b8b7-364ec3b7595d", "rel": "self"}], "updated_time": null, "project": "cd9dbb674f044f3998e73a09e2cc2f57", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "326a5051-b810-4776-b8b7-364ec3b7595d", "tags": null}]} 2018-06-29 05:36:01,857 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks?stack_name=HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack1 used request id req-c6822f0a-d042-46bd-bead-fd34d4fcef2c 2018-06-29 05:36:01,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/326a5051-b810-4776-b8b7-364ec3b7595d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48fb0ebe997a5004a17cd8ff5382fe983a7a0150" 2018-06-29 05:36:02,109 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 05:36:01 GMT Server: Apache x-openstack-request-id: req-b1f356d8-a217-427c-a0aa-7cd39d6d5eec Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack1/326a5051-b810-4776-b8b7-364ec3b7595d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack1/326a5051-b810-4776-b8b7-364ec3b7595d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 05:36:02,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:36:02 GMT Server: Apache x-openstack-request-id: req-7869e033-29d5-4137-9e8f-b8e526bcde60 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": "cd9dbb674f044f3998e73a09e2cc2f57", "OS::stack_id": "326a5051-b810-4776-b8b7-364ec3b7595d", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-image", "inst_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack1", "stack_user_project_id": "099fe8d31da8471e87e461ca65637735", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T05:35:59Z", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack1/326a5051-b810-4776-b8b7-364ec3b7595d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "326a5051-b810-4776-b8b7-364ec3b7595d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 05:36:02,408 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack1/326a5051-b810-4776-b8b7-364ec3b7595d used request id req-7869e033-29d5-4137-9e8f-b8e526bcde60 2018-06-29 05:36:02,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/326a5051-b810-4776-b8b7-364ec3b7595d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48fb0ebe997a5004a17cd8ff5382fe983a7a0150" 2018-06-29 05:36:02,664 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 05:36:02 GMT Server: Apache x-openstack-request-id: req-4f1045e7-2af1-49cb-a7e8-15105b8db4ec Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack1/326a5051-b810-4776-b8b7-364ec3b7595d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack1/326a5051-b810-4776-b8b7-364ec3b7595d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 05:36:03,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:36:02 GMT Server: Apache x-openstack-request-id: req-02e2ca04-33c7-45c3-9347-2442bc8ed888 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": "cd9dbb674f044f3998e73a09e2cc2f57", "OS::stack_id": "326a5051-b810-4776-b8b7-364ec3b7595d", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-image", "inst_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack1", "stack_user_project_id": "099fe8d31da8471e87e461ca65637735", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T05:35:59Z", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack1/326a5051-b810-4776-b8b7-364ec3b7595d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "326a5051-b810-4776-b8b7-364ec3b7595d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 05:36:03,419 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack1/326a5051-b810-4776-b8b7-364ec3b7595d used request id req-02e2ca04-33c7-45c3-9347-2442bc8ed888 2018-06-29 05:36:06,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/326a5051-b810-4776-b8b7-364ec3b7595d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48fb0ebe997a5004a17cd8ff5382fe983a7a0150" 2018-06-29 05:36:06,453 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 05:36:06 GMT Server: Apache x-openstack-request-id: req-0eb803e0-0ea3-47fd-b5ce-70d2457d20df Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack1/326a5051-b810-4776-b8b7-364ec3b7595d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack1/326a5051-b810-4776-b8b7-364ec3b7595d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 05:36:06,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:36:06 GMT Server: Apache x-openstack-request-id: req-35a426b8-bb81-499b-814e-efff4652b694 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": "cd9dbb674f044f3998e73a09e2cc2f57", "OS::stack_id": "326a5051-b810-4776-b8b7-364ec3b7595d", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-image", "inst_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack1", "stack_user_project_id": "099fe8d31da8471e87e461ca65637735", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T05:35:59Z", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack1/326a5051-b810-4776-b8b7-364ec3b7595d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "326a5051-b810-4776-b8b7-364ec3b7595d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 05:36:06,495 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack1/326a5051-b810-4776-b8b7-364ec3b7595d used request id req-35a426b8-bb81-499b-814e-efff4652b694 2018-06-29 05:36:09,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/326a5051-b810-4776-b8b7-364ec3b7595d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48fb0ebe997a5004a17cd8ff5382fe983a7a0150" 2018-06-29 05:36:09,718 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 05:36:09 GMT Server: Apache x-openstack-request-id: req-f0308182-4e0d-440d-b205-96917a7d212b Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack1/326a5051-b810-4776-b8b7-364ec3b7595d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack1/326a5051-b810-4776-b8b7-364ec3b7595d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 05:36:09,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:36:09 GMT Server: Apache x-openstack-request-id: req-1ef8f93e-c874-4ef7-a6c8-3a0d3b68ce82 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": "cd9dbb674f044f3998e73a09e2cc2f57", "OS::stack_id": "326a5051-b810-4776-b8b7-364ec3b7595d", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-image", "inst_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack1", "stack_user_project_id": "099fe8d31da8471e87e461ca65637735", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T05:35:59Z", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack1/326a5051-b810-4776-b8b7-364ec3b7595d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "326a5051-b810-4776-b8b7-364ec3b7595d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 05:36:09,762 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack1/326a5051-b810-4776-b8b7-364ec3b7595d used request id req-1ef8f93e-c874-4ef7-a6c8-3a0d3b68ce82 2018-06-29 05:36:12,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/326a5051-b810-4776-b8b7-364ec3b7595d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48fb0ebe997a5004a17cd8ff5382fe983a7a0150" 2018-06-29 05:36:12,963 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 05:36:12 GMT Server: Apache x-openstack-request-id: req-4f316050-f095-4c37-b333-72a007f59d9e Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack1/326a5051-b810-4776-b8b7-364ec3b7595d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack1/326a5051-b810-4776-b8b7-364ec3b7595d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 05:36:13,037 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:36:12 GMT Server: Apache x-openstack-request-id: req-bb4c7e4e-a9c6-4e28-846a-e382a0adab10 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": "cd9dbb674f044f3998e73a09e2cc2f57", "OS::stack_id": "326a5051-b810-4776-b8b7-364ec3b7595d", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-image", "inst_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack1", "stack_user_project_id": "099fe8d31da8471e87e461ca65637735", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T05:35:59Z", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack1/326a5051-b810-4776-b8b7-364ec3b7595d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "326a5051-b810-4776-b8b7-364ec3b7595d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 05:36:13,038 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack1/326a5051-b810-4776-b8b7-364ec3b7595d used request id req-bb4c7e4e-a9c6-4e28-846a-e382a0adab10 2018-06-29 05:36:16,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/326a5051-b810-4776-b8b7-364ec3b7595d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48fb0ebe997a5004a17cd8ff5382fe983a7a0150" 2018-06-29 05:36:16,828 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 05:36:16 GMT Server: Apache x-openstack-request-id: req-1f14e728-2b3d-41e4-b164-62fa8c07f9aa Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack1/326a5051-b810-4776-b8b7-364ec3b7595d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack1/326a5051-b810-4776-b8b7-364ec3b7595d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 05:36:17,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:36:16 GMT Server: Apache x-openstack-request-id: req-f3ee201f-bcc4-4f1e-8e26-c24f819b620f 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": "cd9dbb674f044f3998e73a09e2cc2f57", "OS::stack_id": "326a5051-b810-4776-b8b7-364ec3b7595d", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-image", "inst_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack1", "stack_user_project_id": "099fe8d31da8471e87e461ca65637735", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T05:35:59Z", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack1/326a5051-b810-4776-b8b7-364ec3b7595d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "326a5051-b810-4776-b8b7-364ec3b7595d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 05:36:17,057 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack1/326a5051-b810-4776-b8b7-364ec3b7595d used request id req-f3ee201f-bcc4-4f1e-8e26-c24f819b620f 2018-06-29 05:36:20,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/326a5051-b810-4776-b8b7-364ec3b7595d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48fb0ebe997a5004a17cd8ff5382fe983a7a0150" 2018-06-29 05:36:20,252 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 05:36:20 GMT Server: Apache x-openstack-request-id: req-5a4f1dae-4c04-4913-ba2f-d8c20a4dbaba Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack1/326a5051-b810-4776-b8b7-364ec3b7595d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack1/326a5051-b810-4776-b8b7-364ec3b7595d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 05:36:20,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:36:20 GMT Server: Apache x-openstack-request-id: req-a211f7a2-5c04-4cfe-b0d2-6b3a85833dab Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 558 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "OS::stack_id": "326a5051-b810-4776-b8b7-364ec3b7595d", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-image", "inst_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack1", "stack_user_project_id": "099fe8d31da8471e87e461ca65637735", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-06-29T05:35:59Z", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack1/326a5051-b810-4776-b8b7-364ec3b7595d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "326a5051-b810-4776-b8b7-364ec3b7595d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 05:36:20,471 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack1/326a5051-b810-4776-b8b7-364ec3b7595d used request id req-a211f7a2-5c04-4cfe-b0d2-6b3a85833dab 2018-06-29 05:36:20,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48fb0ebe997a5004a17cd8ff5382fe983a7a0150" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-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-1fd4a7b7-91a1-4141-a303-31230f373d03-net", "inst_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-flavor"}}' 2018-06-29 05:36:22,428 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 29 Jun 2018 05:36:20 GMT Server: Apache x-openstack-request-id: req-1414c8b4-5add-4b2f-87b7-287bb5ce4020 Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2/40cc712d-4353-4935-902d-031ce1d6084b Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "40cc712d-4353-4935-902d-031ce1d6084b", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2/40cc712d-4353-4935-902d-031ce1d6084b", "rel": "self"}]}} 2018-06-29 05:36:22,428 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks used request id req-1414c8b4-5add-4b2f-87b7-287bb5ce4020 2018-06-29 05:36:22,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/40cc712d-4353-4935-902d-031ce1d6084b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48fb0ebe997a5004a17cd8ff5382fe983a7a0150" 2018-06-29 05:36:22,458 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 05:36:22 GMT Server: Apache x-openstack-request-id: req-10f23b6d-08ea-4cbc-9c24-3c6990a79b05 Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2/40cc712d-4353-4935-902d-031ce1d6084b Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2/40cc712d-4353-4935-902d-031ce1d6084b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 05:36:22,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:36:22 GMT Server: Apache x-openstack-request-id: req-92421948-eb70-472a-af85-04c9a0ed0266 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "OS::stack_id": "40cc712d-4353-4935-902d-031ce1d6084b", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-image", "inst_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2", "stack_user_project_id": "193f4f488a0c47818663ba2114cf041f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T05:36:21Z", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2/40cc712d-4353-4935-902d-031ce1d6084b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "40cc712d-4353-4935-902d-031ce1d6084b", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 05:36:22,676 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2/40cc712d-4353-4935-902d-031ce1d6084b used request id req-92421948-eb70-472a-af85-04c9a0ed0266 2018-06-29 05:36:22,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks?stack_name=HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48fb0ebe997a5004a17cd8ff5382fe983a7a0150" 2018-06-29 05:36:23,483 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:36:22 GMT Server: Apache x-openstack-request-id: req-e091d7e8-a390-41c5-8b30-4057e4a2f55a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2", "stack_user_project_id": "193f4f488a0c47818663ba2114cf041f", "deletion_time": null, "creation_time": "2018-06-29T05:36:21Z", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2/40cc712d-4353-4935-902d-031ce1d6084b", "rel": "self"}], "updated_time": null, "project": "cd9dbb674f044f3998e73a09e2cc2f57", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "40cc712d-4353-4935-902d-031ce1d6084b", "tags": null}]} 2018-06-29 05:36:23,483 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks?stack_name=HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2 used request id req-e091d7e8-a390-41c5-8b30-4057e4a2f55a 2018-06-29 05:36:23,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks?stack_name=HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48fb0ebe997a5004a17cd8ff5382fe983a7a0150" 2018-06-29 05:36:23,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:36:23 GMT Server: Apache x-openstack-request-id: req-4383102e-5ca0-492f-ab6e-b7815ccf3bbc Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2", "stack_user_project_id": "193f4f488a0c47818663ba2114cf041f", "deletion_time": null, "creation_time": "2018-06-29T05:36:21Z", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2/40cc712d-4353-4935-902d-031ce1d6084b", "rel": "self"}], "updated_time": null, "project": "cd9dbb674f044f3998e73a09e2cc2f57", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "40cc712d-4353-4935-902d-031ce1d6084b", "tags": null}]} 2018-06-29 05:36:23,530 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks?stack_name=HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2 used request id req-4383102e-5ca0-492f-ab6e-b7815ccf3bbc 2018-06-29 05:36:23,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/40cc712d-4353-4935-902d-031ce1d6084b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48fb0ebe997a5004a17cd8ff5382fe983a7a0150" 2018-06-29 05:36:24,215 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 05:36:23 GMT Server: Apache x-openstack-request-id: req-fbcd7a8a-84de-462f-ba08-44fe371aab09 Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2/40cc712d-4353-4935-902d-031ce1d6084b Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2/40cc712d-4353-4935-902d-031ce1d6084b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 05:36:24,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:36:24 GMT Server: Apache x-openstack-request-id: req-c1dbce2c-bd7a-4a93-990d-205133a57d1d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "OS::stack_id": "40cc712d-4353-4935-902d-031ce1d6084b", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-image", "inst_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2", "stack_user_project_id": "193f4f488a0c47818663ba2114cf041f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T05:36:21Z", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2/40cc712d-4353-4935-902d-031ce1d6084b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "40cc712d-4353-4935-902d-031ce1d6084b", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 05:36:24,259 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2/40cc712d-4353-4935-902d-031ce1d6084b used request id req-c1dbce2c-bd7a-4a93-990d-205133a57d1d 2018-06-29 05:36:24,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/40cc712d-4353-4935-902d-031ce1d6084b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48fb0ebe997a5004a17cd8ff5382fe983a7a0150" 2018-06-29 05:36:24,459 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 05:36:24 GMT Server: Apache x-openstack-request-id: req-c9f1d9d7-06e5-41c1-b9d7-88a3abf394a4 Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2/40cc712d-4353-4935-902d-031ce1d6084b Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2/40cc712d-4353-4935-902d-031ce1d6084b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 05:36:25,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:36:24 GMT Server: Apache x-openstack-request-id: req-8e809c07-ed93-4266-b6f4-e9138fce91f2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "OS::stack_id": "40cc712d-4353-4935-902d-031ce1d6084b", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-image", "inst_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2", "stack_user_project_id": "193f4f488a0c47818663ba2114cf041f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T05:36:21Z", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2/40cc712d-4353-4935-902d-031ce1d6084b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "40cc712d-4353-4935-902d-031ce1d6084b", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 05:36:25,157 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2/40cc712d-4353-4935-902d-031ce1d6084b used request id req-8e809c07-ed93-4266-b6f4-e9138fce91f2 2018-06-29 05:36:28,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/40cc712d-4353-4935-902d-031ce1d6084b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48fb0ebe997a5004a17cd8ff5382fe983a7a0150" 2018-06-29 05:36:28,844 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 05:36:28 GMT Server: Apache x-openstack-request-id: req-19616b10-3a46-43d2-afff-b167083dde78 Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2/40cc712d-4353-4935-902d-031ce1d6084b Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2/40cc712d-4353-4935-902d-031ce1d6084b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 05:36:29,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:36:28 GMT Server: Apache x-openstack-request-id: req-c1d4479e-ed78-48f3-936e-5f936082c864 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "OS::stack_id": "40cc712d-4353-4935-902d-031ce1d6084b", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-image", "inst_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2", "stack_user_project_id": "193f4f488a0c47818663ba2114cf041f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T05:36:21Z", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2/40cc712d-4353-4935-902d-031ce1d6084b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "40cc712d-4353-4935-902d-031ce1d6084b", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 05:36:29,535 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2/40cc712d-4353-4935-902d-031ce1d6084b used request id req-c1d4479e-ed78-48f3-936e-5f936082c864 2018-06-29 05:36:32,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/40cc712d-4353-4935-902d-031ce1d6084b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48fb0ebe997a5004a17cd8ff5382fe983a7a0150" 2018-06-29 05:36:32,569 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 05:36:32 GMT Server: Apache x-openstack-request-id: req-09eb84a5-e05c-42ed-8e91-e3695a3ccccc Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2/40cc712d-4353-4935-902d-031ce1d6084b Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2/40cc712d-4353-4935-902d-031ce1d6084b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 05:36:32,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:36:32 GMT Server: Apache x-openstack-request-id: req-613ef4fa-0213-4072-964c-a1e9eeb62fd5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "OS::stack_id": "40cc712d-4353-4935-902d-031ce1d6084b", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-image", "inst_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2", "stack_user_project_id": "193f4f488a0c47818663ba2114cf041f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T05:36:21Z", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2/40cc712d-4353-4935-902d-031ce1d6084b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "40cc712d-4353-4935-902d-031ce1d6084b", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 05:36:32,612 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2/40cc712d-4353-4935-902d-031ce1d6084b used request id req-613ef4fa-0213-4072-964c-a1e9eeb62fd5 2018-06-29 05:36:35,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/40cc712d-4353-4935-902d-031ce1d6084b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48fb0ebe997a5004a17cd8ff5382fe983a7a0150" 2018-06-29 05:36:35,828 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 05:36:35 GMT Server: Apache x-openstack-request-id: req-74ce207f-83d6-450d-b8ad-5afb59aa71b6 Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2/40cc712d-4353-4935-902d-031ce1d6084b Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2/40cc712d-4353-4935-902d-031ce1d6084b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 05:36:35,870 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:36:35 GMT Server: Apache x-openstack-request-id: req-d4ce9128-bf3e-4fe6-9111-3c2cddf59642 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "OS::stack_id": "40cc712d-4353-4935-902d-031ce1d6084b", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-image", "inst_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2", "stack_user_project_id": "193f4f488a0c47818663ba2114cf041f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T05:36:21Z", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2/40cc712d-4353-4935-902d-031ce1d6084b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "40cc712d-4353-4935-902d-031ce1d6084b", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 05:36:35,871 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2/40cc712d-4353-4935-902d-031ce1d6084b used request id req-d4ce9128-bf3e-4fe6-9111-3c2cddf59642 2018-06-29 05:36:38,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/40cc712d-4353-4935-902d-031ce1d6084b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48fb0ebe997a5004a17cd8ff5382fe983a7a0150" 2018-06-29 05:36:38,905 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 05:36:38 GMT Server: Apache x-openstack-request-id: req-468d4502-1d1b-42e6-98ad-8679556b8af9 Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2/40cc712d-4353-4935-902d-031ce1d6084b Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2/40cc712d-4353-4935-902d-031ce1d6084b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 05:36:38,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:36:38 GMT Server: Apache x-openstack-request-id: req-52dc975b-9f9f-4f8d-9036-784f14cff362 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "OS::stack_id": "40cc712d-4353-4935-902d-031ce1d6084b", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-image", "inst_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2", "stack_user_project_id": "193f4f488a0c47818663ba2114cf041f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T05:36:21Z", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2/40cc712d-4353-4935-902d-031ce1d6084b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "40cc712d-4353-4935-902d-031ce1d6084b", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 05:36:38,948 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2/40cc712d-4353-4935-902d-031ce1d6084b used request id req-52dc975b-9f9f-4f8d-9036-784f14cff362 2018-06-29 05:36:41,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/40cc712d-4353-4935-902d-031ce1d6084b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48fb0ebe997a5004a17cd8ff5382fe983a7a0150" 2018-06-29 05:36:41,983 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 05:36:41 GMT Server: Apache x-openstack-request-id: req-c33a0aef-dd38-4dad-bf42-56de8e4a6305 Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2/40cc712d-4353-4935-902d-031ce1d6084b Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2/40cc712d-4353-4935-902d-031ce1d6084b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 05:36:42,058 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:36:41 GMT Server: Apache x-openstack-request-id: req-8ebb55f8-95f3-4245-a96b-61d62e13450b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "OS::stack_id": "40cc712d-4353-4935-902d-031ce1d6084b", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-image", "inst_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2", "stack_user_project_id": "193f4f488a0c47818663ba2114cf041f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T05:36:21Z", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2/40cc712d-4353-4935-902d-031ce1d6084b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "40cc712d-4353-4935-902d-031ce1d6084b", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 05:36:42,059 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2/40cc712d-4353-4935-902d-031ce1d6084b used request id req-8ebb55f8-95f3-4245-a96b-61d62e13450b 2018-06-29 05:36:45,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/40cc712d-4353-4935-902d-031ce1d6084b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48fb0ebe997a5004a17cd8ff5382fe983a7a0150" 2018-06-29 05:36:45,760 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 05:36:45 GMT Server: Apache x-openstack-request-id: req-9ec18cef-7259-45c9-b51f-ba2ea3bfc1a3 Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2/40cc712d-4353-4935-902d-031ce1d6084b Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2/40cc712d-4353-4935-902d-031ce1d6084b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 05:36:46,494 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:36:45 GMT Server: Apache x-openstack-request-id: req-4ed52e80-e23a-4936-adac-f850528d8aa1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "OS::stack_id": "40cc712d-4353-4935-902d-031ce1d6084b", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-image", "inst_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2", "stack_user_project_id": "193f4f488a0c47818663ba2114cf041f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T05:36:21Z", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2/40cc712d-4353-4935-902d-031ce1d6084b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "40cc712d-4353-4935-902d-031ce1d6084b", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 05:36:46,494 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2/40cc712d-4353-4935-902d-031ce1d6084b used request id req-4ed52e80-e23a-4936-adac-f850528d8aa1 2018-06-29 05:36:49,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/40cc712d-4353-4935-902d-031ce1d6084b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48fb0ebe997a5004a17cd8ff5382fe983a7a0150" 2018-06-29 05:36:49,702 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 05:36:49 GMT Server: Apache x-openstack-request-id: req-155546be-f5f1-4df9-8f45-c59c11eda32f Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2/40cc712d-4353-4935-902d-031ce1d6084b Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2/40cc712d-4353-4935-902d-031ce1d6084b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 05:36:49,776 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:36:49 GMT Server: Apache x-openstack-request-id: req-93c2a65d-b945-4e4b-b3f7-5a62b5148480 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "OS::stack_id": "40cc712d-4353-4935-902d-031ce1d6084b", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-image", "inst_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2", "stack_user_project_id": "193f4f488a0c47818663ba2114cf041f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T05:36:21Z", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2/40cc712d-4353-4935-902d-031ce1d6084b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "40cc712d-4353-4935-902d-031ce1d6084b", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 05:36:49,777 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2/40cc712d-4353-4935-902d-031ce1d6084b used request id req-93c2a65d-b945-4e4b-b3f7-5a62b5148480 2018-06-29 05:36:52,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/40cc712d-4353-4935-902d-031ce1d6084b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48fb0ebe997a5004a17cd8ff5382fe983a7a0150" 2018-06-29 05:36:52,811 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 05:36:52 GMT Server: Apache x-openstack-request-id: req-b0267900-9095-4925-80fa-578d52a0bab6 Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2/40cc712d-4353-4935-902d-031ce1d6084b Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2/40cc712d-4353-4935-902d-031ce1d6084b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 05:36:52,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:36:52 GMT Server: Apache x-openstack-request-id: req-6638365d-19a2-41e0-9abf-104d4d1cdc49 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "OS::stack_id": "40cc712d-4353-4935-902d-031ce1d6084b", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-image", "inst_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2", "stack_user_project_id": "193f4f488a0c47818663ba2114cf041f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T05:36:21Z", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2/40cc712d-4353-4935-902d-031ce1d6084b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "40cc712d-4353-4935-902d-031ce1d6084b", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 05:36:52,886 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2/40cc712d-4353-4935-902d-031ce1d6084b used request id req-6638365d-19a2-41e0-9abf-104d4d1cdc49 2018-06-29 05:36:55,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/40cc712d-4353-4935-902d-031ce1d6084b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48fb0ebe997a5004a17cd8ff5382fe983a7a0150" 2018-06-29 05:36:55,921 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 05:36:55 GMT Server: Apache x-openstack-request-id: req-81d65018-1abb-4ff3-84e8-6b4d2ca55149 Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2/40cc712d-4353-4935-902d-031ce1d6084b Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2/40cc712d-4353-4935-902d-031ce1d6084b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 05:36:56,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:36:55 GMT Server: Apache x-openstack-request-id: req-40241715-e5f7-43de-95db-52f16f4ddc16 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "OS::stack_id": "40cc712d-4353-4935-902d-031ce1d6084b", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-image", "inst_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2", "stack_user_project_id": "193f4f488a0c47818663ba2114cf041f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T05:36:21Z", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2/40cc712d-4353-4935-902d-031ce1d6084b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "40cc712d-4353-4935-902d-031ce1d6084b", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 05:36:56,131 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2/40cc712d-4353-4935-902d-031ce1d6084b used request id req-40241715-e5f7-43de-95db-52f16f4ddc16 2018-06-29 05:36:59,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/40cc712d-4353-4935-902d-031ce1d6084b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48fb0ebe997a5004a17cd8ff5382fe983a7a0150" 2018-06-29 05:36:59,167 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 05:36:59 GMT Server: Apache x-openstack-request-id: req-d207f977-e552-49c4-ba0e-d0201133cf34 Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2/40cc712d-4353-4935-902d-031ce1d6084b Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2/40cc712d-4353-4935-902d-031ce1d6084b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 05:36:59,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:36:59 GMT Server: Apache x-openstack-request-id: req-e190f397-0013-4205-81ec-60bbfaad0539 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "OS::stack_id": "40cc712d-4353-4935-902d-031ce1d6084b", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-image", "inst_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2", "stack_user_project_id": "193f4f488a0c47818663ba2114cf041f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T05:36:21Z", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2/40cc712d-4353-4935-902d-031ce1d6084b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "40cc712d-4353-4935-902d-031ce1d6084b", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 05:36:59,242 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2/40cc712d-4353-4935-902d-031ce1d6084b used request id req-e190f397-0013-4205-81ec-60bbfaad0539 2018-06-29 05:37:02,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/40cc712d-4353-4935-902d-031ce1d6084b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48fb0ebe997a5004a17cd8ff5382fe983a7a0150" 2018-06-29 05:37:02,278 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 05:37:02 GMT Server: Apache x-openstack-request-id: req-dc79d4ed-cfc2-4648-ad04-d3176fdfa9fd Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2/40cc712d-4353-4935-902d-031ce1d6084b Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2/40cc712d-4353-4935-902d-031ce1d6084b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 05:37:02,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:37:02 GMT Server: Apache x-openstack-request-id: req-2394d2f8-e71c-46bf-a5ff-34060e995f71 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "OS::stack_id": "40cc712d-4353-4935-902d-031ce1d6084b", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-image", "inst_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2", "stack_user_project_id": "193f4f488a0c47818663ba2114cf041f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T05:36:21Z", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2/40cc712d-4353-4935-902d-031ce1d6084b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "40cc712d-4353-4935-902d-031ce1d6084b", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 05:37:02,999 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2/40cc712d-4353-4935-902d-031ce1d6084b used request id req-2394d2f8-e71c-46bf-a5ff-34060e995f71 2018-06-29 05:37:06,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/40cc712d-4353-4935-902d-031ce1d6084b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48fb0ebe997a5004a17cd8ff5382fe983a7a0150" 2018-06-29 05:37:06,710 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 05:37:06 GMT Server: Apache x-openstack-request-id: req-890b5ea0-8a29-464e-97e3-49e3d8bd177d Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2/40cc712d-4353-4935-902d-031ce1d6084b Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2/40cc712d-4353-4935-902d-031ce1d6084b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 05:37:06,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:37:06 GMT Server: Apache x-openstack-request-id: req-4bad6d8a-b98e-4320-b922-e981af130dc2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "OS::stack_id": "40cc712d-4353-4935-902d-031ce1d6084b", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-image", "inst_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2", "stack_user_project_id": "193f4f488a0c47818663ba2114cf041f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T05:36:21Z", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2/40cc712d-4353-4935-902d-031ce1d6084b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "40cc712d-4353-4935-902d-031ce1d6084b", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 05:37:06,754 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2/40cc712d-4353-4935-902d-031ce1d6084b used request id req-4bad6d8a-b98e-4320-b922-e981af130dc2 2018-06-29 05:37:09,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/40cc712d-4353-4935-902d-031ce1d6084b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48fb0ebe997a5004a17cd8ff5382fe983a7a0150" 2018-06-29 05:37:09,788 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 05:37:09 GMT Server: Apache x-openstack-request-id: req-cba55143-1d54-4020-8f40-fe7b98da0b36 Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2/40cc712d-4353-4935-902d-031ce1d6084b Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2/40cc712d-4353-4935-902d-031ce1d6084b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 05:37:09,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:37:09 GMT Server: Apache x-openstack-request-id: req-3ff58435-5fd5-46d5-9da9-e59695c033de Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "OS::stack_id": "40cc712d-4353-4935-902d-031ce1d6084b", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-image", "inst_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2", "stack_user_project_id": "193f4f488a0c47818663ba2114cf041f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T05:36:21Z", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2/40cc712d-4353-4935-902d-031ce1d6084b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "40cc712d-4353-4935-902d-031ce1d6084b", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 05:37:09,832 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2/40cc712d-4353-4935-902d-031ce1d6084b used request id req-3ff58435-5fd5-46d5-9da9-e59695c033de 2018-06-29 05:37:12,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/40cc712d-4353-4935-902d-031ce1d6084b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48fb0ebe997a5004a17cd8ff5382fe983a7a0150" 2018-06-29 05:37:12,865 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 05:37:12 GMT Server: Apache x-openstack-request-id: req-0254b0dc-f15a-413a-9cfa-e750c2cb81ad Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2/40cc712d-4353-4935-902d-031ce1d6084b Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2/40cc712d-4353-4935-902d-031ce1d6084b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 05:37:12,910 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:37:12 GMT Server: Apache x-openstack-request-id: req-eac052e4-edde-4d63-8009-d484aa1e3ce5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 558 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "OS::stack_id": "40cc712d-4353-4935-902d-031ce1d6084b", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-image", "inst_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2", "stack_user_project_id": "193f4f488a0c47818663ba2114cf041f", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-06-29T05:36:21Z", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2/40cc712d-4353-4935-902d-031ce1d6084b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "40cc712d-4353-4935-902d-031ce1d6084b", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-06-29 05:37:12,910 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2/40cc712d-4353-4935-902d-031ce1d6084b used request id req-eac052e4-edde-4d63-8009-d484aa1e3ce5 2018-06-29 05:37:12,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/326a5051-b810-4776-b8b7-364ec3b7595d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48fb0ebe997a5004a17cd8ff5382fe983a7a0150" 2018-06-29 05:37:12,940 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 05:37:12 GMT Server: Apache x-openstack-request-id: req-1ce24ab8-b602-493e-8339-4f680e9ae8f7 Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack1/326a5051-b810-4776-b8b7-364ec3b7595d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack1/326a5051-b810-4776-b8b7-364ec3b7595d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 05:37:12,983 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 05:37:12 GMT Server: Apache x-openstack-request-id: req-74adba2f-a6bb-4eab-b5bd-969813c10b86 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 05:37:12,983 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack1/326a5051-b810-4776-b8b7-364ec3b7595d used request id req-74adba2f-a6bb-4eab-b5bd-969813c10b86 2018-06-29 05:37:12,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/40cc712d-4353-4935-902d-031ce1d6084b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48fb0ebe997a5004a17cd8ff5382fe983a7a0150" 2018-06-29 05:37:13,012 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 05:37:12 GMT Server: Apache x-openstack-request-id: req-68bfa6f6-d178-46b0-a8e2-8eba7ab6be0a Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2/40cc712d-4353-4935-902d-031ce1d6084b Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2/40cc712d-4353-4935-902d-031ce1d6084b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 05:37:13,053 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 05:37:13 GMT Server: Apache x-openstack-request-id: req-758096d5-bcab-49b1-b686-ce18baa20116 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 05:37:13,053 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-stack2/40cc712d-4353-4935-902d-031ce1d6084b used request id req-758096d5-bcab-49b1-b686-ce18baa20116 2018-06-29 05:37:13,054 - glance_utils - INFO - Deleting image named - HeatUtilsCreateSimpleStackTests-1fd4a7b7-91a1-4141-a303-31230f373d03-image 2018-06-29 05:37:13,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/0a7c825f-d997-4555-b0ca-134e8c3d2351 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}03144db3176e953fe6bb4cee627b6dfcb445ea0b" 2018-06-29 05:37:13,718 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3ac9fa58-10ec-4985-9c98-93a50cbc702c Date: Fri, 29 Jun 2018 05:37:13 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-06-29 05:37:13,718 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/0a7c825f-d997-4555-b0ca-134e8c3d2351 used request id req-3ac9fa58-10ec-4985-9c98-93a50cbc702c 2018-06-29 05:37:13,722 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/a06d28cc-f80a-4b92-a0b7-1d88413504e0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b133581bed7c4152b03ca60a00e6b263334a3ce8" 2018-06-29 05:37:13,757 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 05:37: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-cd1cb0ab-15c1-4a8f-a2fc-04407d3b6bdb x-compute-request-id: req-cd1cb0ab-15c1-4a8f-a2fc-04407d3b6bdb Content-Length: 0 Content-Type: application/json 2018-06-29 05:37:13,757 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/a06d28cc-f80a-4b92-a0b7-1d88413504e0 used request id req-cd1cb0ab-15c1-4a8f-a2fc-04407d3b6bdb 2018-06-29 05:37:13,758 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-06-29 05:37:13,759 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:37:13,759 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:37:14,207 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:37:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["WAF1AY-RT-qmp2mKkWgcBw"], "issued_at": "2018-06-29T05:37:14.000000Z"}} 2018-06-29 05:37:14,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}14e5399dce6d2e6f4022afd296c742560ac6fd5e" 2018-06-29 05:37:14,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:37:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-011e2c44-f803-4bd1-b2ad-6daf1cd36aad Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:37:14,319 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-011e2c44-f803-4bd1-b2ad-6daf1cd36aad 2018-06-29 05:37:14,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-image1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}14e5399dce6d2e6f4022afd296c742560ac6fd5e" 2018-06-29 05:37:14,556 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 178 Content-Type: application/json X-Openstack-Request-Id: req-3fbbf6a7-06ac-43c1-bbf6-045a29616a71 Date: Fri, 29 Jun 2018 05:37:14 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-image1"} 2018-06-29 05:37:14,556 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-image1 used request id req-3fbbf6a7-06ac-43c1-bbf6-045a29616a71 2018-06-29 05:37:14,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}14e5399dce6d2e6f4022afd296c742560ac6fd5e" 2018-06-29 05:37:14,753 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-55cea449-a18b-4e87-b7e1-75ac121b12eb Date: Fri, 29 Jun 2018 05:37:14 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-06-29 05:37:14,754 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-55cea449-a18b-4e87-b7e1-75ac121b12eb 2018-06-29 05:37:14,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}14e5399dce6d2e6f4022afd296c742560ac6fd5e" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-image1"}' 2018-06-29 05:37:15,003 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 637 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/27d15bf2-1323-4c29-944f-625d3c5666e3 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-a570031b-eb2d-4eb2-bf36-99d739401bc8 Date: Fri, 29 Jun 2018 05:37:14 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-image1", "tags": [], "container_format": "bare", "created_at": "2018-06-29T05:37:14Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-06-29T05:37:14Z", "visibility": "shared", "locations": [], "self": "/v2/images/27d15bf2-1323-4c29-944f-625d3c5666e3", "min_disk": 0, "protected": false, "id": "27d15bf2-1323-4c29-944f-625d3c5666e3", "file": "/v2/images/27d15bf2-1323-4c29-944f-625d3c5666e3/file", "checksum": null, "owner": "cd9dbb674f044f3998e73a09e2cc2f57", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 05:37:15,003 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-a570031b-eb2d-4eb2-bf36-99d739401bc8 2018-06-29 05:37:15,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/27d15bf2-1323-4c29-944f-625d3c5666e3/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}14e5399dce6d2e6f4022afd296c742560ac6fd5e" -d '' 2018-06-29 05:37:15,811 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-724c845c-9a77-45a6-a9d4-4da21e6e4398 Date: Fri, 29 Jun 2018 05:37:15 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 05:37:15,811 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/27d15bf2-1323-4c29-944f-625d3c5666e3/file used request id req-724c845c-9a77-45a6-a9d4-4da21e6e4398 2018-06-29 05:37:15,812 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-06-29 05:37:15,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/27d15bf2-1323-4c29-944f-625d3c5666e3 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}14e5399dce6d2e6f4022afd296c742560ac6fd5e" 2018-06-29 05:37:16,017 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-79941ed7-d6cb-4846-95ed-82b48bc0dbb1 Date: Fri, 29 Jun 2018 05:37:16 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-image1", "tags": [], "container_format": "bare", "created_at": "2018-06-29T05:37:14Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-06-29T05:37:15Z", "visibility": "shared", "locations": [{"url": "rbd://cc48edf5-5a9c-4722-a2ee-f16c65653e74/images/27d15bf2-1323-4c29-944f-625d3c5666e3/snap", "metadata": {}}], "self": "/v2/images/27d15bf2-1323-4c29-944f-625d3c5666e3", "min_disk": 0, "protected": false, "id": "27d15bf2-1323-4c29-944f-625d3c5666e3", "file": "/v2/images/27d15bf2-1323-4c29-944f-625d3c5666e3/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "cd9dbb674f044f3998e73a09e2cc2f57", "direct_url": "rbd://cc48edf5-5a9c-4722-a2ee-f16c65653e74/images/27d15bf2-1323-4c29-944f-625d3c5666e3/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 05:37:16,017 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/27d15bf2-1323-4c29-944f-625d3c5666e3 used request id req-79941ed7-d6cb-4846-95ed-82b48bc0dbb1 2018-06-29 05:37:16,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}14e5399dce6d2e6f4022afd296c742560ac6fd5e" 2018-06-29 05:37:16,028 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-1b9276d7-50f7-495b-864a-614ebed13f40 Date: Fri, 29 Jun 2018 05:37:16 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-06-29 05:37:16,028 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-1b9276d7-50f7-495b-864a-614ebed13f40 2018-06-29 05:37:16,031 - create_image - INFO - Created image with name - HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-image1 2018-06-29 05:37:16,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/27d15bf2-1323-4c29-944f-625d3c5666e3 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}14e5399dce6d2e6f4022afd296c742560ac6fd5e" 2018-06-29 05:37:16,219 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-193e830d-0484-4561-85c9-8e3899f8fa57 Date: Fri, 29 Jun 2018 05:37:16 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-image1", "tags": [], "container_format": "bare", "created_at": "2018-06-29T05:37:14Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-06-29T05:37:15Z", "visibility": "shared", "locations": [{"url": "rbd://cc48edf5-5a9c-4722-a2ee-f16c65653e74/images/27d15bf2-1323-4c29-944f-625d3c5666e3/snap", "metadata": {}}], "self": "/v2/images/27d15bf2-1323-4c29-944f-625d3c5666e3", "min_disk": 0, "protected": false, "id": "27d15bf2-1323-4c29-944f-625d3c5666e3", "file": "/v2/images/27d15bf2-1323-4c29-944f-625d3c5666e3/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "cd9dbb674f044f3998e73a09e2cc2f57", "direct_url": "rbd://cc48edf5-5a9c-4722-a2ee-f16c65653e74/images/27d15bf2-1323-4c29-944f-625d3c5666e3/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 05:37:16,220 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/27d15bf2-1323-4c29-944f-625d3c5666e3 used request id req-193e830d-0484-4561-85c9-8e3899f8fa57 2018-06-29 05:37:16,220 - create_image - DEBUG - Instance status is - active 2018-06-29 05:37:16,220 - create_image - DEBUG - Image is active with name - HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-image1 2018-06-29 05:37:16,221 - create_image - INFO - Image is now active with name - HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-image1 2018-06-29 05:37:16,221 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-06-29 05:37:16,221 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-06-29 05:37:16,222 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:37:16,619 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:37:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["JzXLwTtHRTCh6RP-iZbx1w"], "issued_at": "2018-06-29T05:37:16.000000Z"}} 2018-06-29 05:37:16,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}f7b2db81248d0abaf40001dfb323db863225c6fc" 2018-06-29 05:37:16,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:37:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46b8084f-0841-474d-b84f-84e0398af9f6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:37:16,707 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-46b8084f-0841-474d-b84f-84e0398af9f6 2018-06-29 05:37:16,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-image2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f7b2db81248d0abaf40001dfb323db863225c6fc" 2018-06-29 05:37:16,892 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 178 Content-Type: application/json X-Openstack-Request-Id: req-5d4f7435-d4d7-42d7-b64d-70e15f4ddbba Date: Fri, 29 Jun 2018 05:37:16 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-image2"} 2018-06-29 05:37:16,892 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-image2 used request id req-5d4f7435-d4d7-42d7-b64d-70e15f4ddbba 2018-06-29 05:37:16,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f7b2db81248d0abaf40001dfb323db863225c6fc" 2018-06-29 05:37:17,080 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-0e45c0ac-c7d0-4520-b598-e51f5ef55841 Date: Fri, 29 Jun 2018 05:37: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 05:37:17,080 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-0e45c0ac-c7d0-4520-b598-e51f5ef55841 2018-06-29 05:37:17,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f7b2db81248d0abaf40001dfb323db863225c6fc" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-image2"}' 2018-06-29 05:37:17,398 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 637 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/47bd855b-9316-43bd-88b4-0918f98b5bd9 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-004c9c34-6132-4cd7-89e7-e9b2427de41b Date: Fri, 29 Jun 2018 05:37:17 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-image2", "tags": [], "container_format": "bare", "created_at": "2018-06-29T05:37:17Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-06-29T05:37:17Z", "visibility": "shared", "locations": [], "self": "/v2/images/47bd855b-9316-43bd-88b4-0918f98b5bd9", "min_disk": 0, "protected": false, "id": "47bd855b-9316-43bd-88b4-0918f98b5bd9", "file": "/v2/images/47bd855b-9316-43bd-88b4-0918f98b5bd9/file", "checksum": null, "owner": "cd9dbb674f044f3998e73a09e2cc2f57", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 05:37:17,399 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-004c9c34-6132-4cd7-89e7-e9b2427de41b 2018-06-29 05:37:17,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/47bd855b-9316-43bd-88b4-0918f98b5bd9/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f7b2db81248d0abaf40001dfb323db863225c6fc" -d '' 2018-06-29 05:37:18,942 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-033a2a07-5338-4332-a589-de65b38f6ae1 Date: Fri, 29 Jun 2018 05:37: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 05:37:18,942 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/47bd855b-9316-43bd-88b4-0918f98b5bd9/file used request id req-033a2a07-5338-4332-a589-de65b38f6ae1 2018-06-29 05:37:18,943 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-06-29 05:37:18,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/47bd855b-9316-43bd-88b4-0918f98b5bd9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f7b2db81248d0abaf40001dfb323db863225c6fc" 2018-06-29 05:37:19,146 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-b2ea5c3b-c40d-4cd4-8ee1-0b69be57ad07 Date: Fri, 29 Jun 2018 05:37:19 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-image2", "tags": [], "container_format": "bare", "created_at": "2018-06-29T05:37:17Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-06-29T05:37:18Z", "visibility": "shared", "locations": [{"url": "rbd://cc48edf5-5a9c-4722-a2ee-f16c65653e74/images/47bd855b-9316-43bd-88b4-0918f98b5bd9/snap", "metadata": {}}], "self": "/v2/images/47bd855b-9316-43bd-88b4-0918f98b5bd9", "min_disk": 0, "protected": false, "id": "47bd855b-9316-43bd-88b4-0918f98b5bd9", "file": "/v2/images/47bd855b-9316-43bd-88b4-0918f98b5bd9/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "cd9dbb674f044f3998e73a09e2cc2f57", "direct_url": "rbd://cc48edf5-5a9c-4722-a2ee-f16c65653e74/images/47bd855b-9316-43bd-88b4-0918f98b5bd9/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 05:37:19,146 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/47bd855b-9316-43bd-88b4-0918f98b5bd9 used request id req-b2ea5c3b-c40d-4cd4-8ee1-0b69be57ad07 2018-06-29 05:37:19,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f7b2db81248d0abaf40001dfb323db863225c6fc" 2018-06-29 05:37:19,334 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-1bcd1318-a550-419d-b1e5-44c349d7b8db Date: Fri, 29 Jun 2018 05:37: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 05:37:19,334 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-1bcd1318-a550-419d-b1e5-44c349d7b8db 2018-06-29 05:37:19,337 - create_image - INFO - Created image with name - HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-image2 2018-06-29 05:37:19,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/47bd855b-9316-43bd-88b4-0918f98b5bd9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f7b2db81248d0abaf40001dfb323db863225c6fc" 2018-06-29 05:37:19,551 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-c0f5e711-e551-4620-be12-a9f0be760a09 Date: Fri, 29 Jun 2018 05:37:19 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-image2", "tags": [], "container_format": "bare", "created_at": "2018-06-29T05:37:17Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-06-29T05:37:18Z", "visibility": "shared", "locations": [{"url": "rbd://cc48edf5-5a9c-4722-a2ee-f16c65653e74/images/47bd855b-9316-43bd-88b4-0918f98b5bd9/snap", "metadata": {}}], "self": "/v2/images/47bd855b-9316-43bd-88b4-0918f98b5bd9", "min_disk": 0, "protected": false, "id": "47bd855b-9316-43bd-88b4-0918f98b5bd9", "file": "/v2/images/47bd855b-9316-43bd-88b4-0918f98b5bd9/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "cd9dbb674f044f3998e73a09e2cc2f57", "direct_url": "rbd://cc48edf5-5a9c-4722-a2ee-f16c65653e74/images/47bd855b-9316-43bd-88b4-0918f98b5bd9/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 05:37:19,551 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/47bd855b-9316-43bd-88b4-0918f98b5bd9 used request id req-c0f5e711-e551-4620-be12-a9f0be760a09 2018-06-29 05:37:19,551 - create_image - DEBUG - Instance status is - active 2018-06-29 05:37:19,552 - create_image - DEBUG - Image is active with name - HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-image2 2018-06-29 05:37:19,552 - create_image - INFO - Image is now active with name - HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-image2 2018-06-29 05:37:19,552 - heat_utils - DEBUG - Retrieving Heat Client 2018-06-29 05:37:19,611 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:37:20,025 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:37:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["DNPCJtLEQDqKp-PadftWhQ"], "issued_at": "2018-06-29T05:37:20.000000Z"}} 2018-06-29 05:37:20,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6f2cf13b8afcd8d80f9ef0110d1cd600d86710d" -d '{"stack_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-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-d8f8aca3-3a52-45ae-bc73-852f1812a60e-flavor2", "keypair_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-keypair", "subnet_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-subnet", "image1_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-image1", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-flavor1", "net_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-net"}}' 2018-06-29 05:37:23,364 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 29 Jun 2018 05:37:20 GMT Server: Apache x-openstack-request-id: req-ffec1cc5-91f9-4ca5-be32-af7e970a1c01 Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348 Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "f9ea63e9-a96f-4339-b128-eb926a6a1348", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348", "rel": "self"}]}} 2018-06-29 05:37:23,364 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks used request id req-ffec1cc5-91f9-4ca5-be32-af7e970a1c01 2018-06-29 05:37:23,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/f9ea63e9-a96f-4339-b128-eb926a6a1348 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6f2cf13b8afcd8d80f9ef0110d1cd600d86710d" 2018-06-29 05:37:23,584 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 05:37:23 GMT Server: Apache x-openstack-request-id: req-3de0b57d-2232-46e0-9775-69daa93b64d6 Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 05:37:23,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:37:23 GMT Server: Apache x-openstack-request-id: req-518c021f-9edc-4c4e-b44d-af990bd89c4b 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-d8f8aca3-3a52-45ae-bc73-852f1812a60e-flavor2", "OS::project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "OS::stack_id": "f9ea63e9-a96f-4339-b128-eb926a6a1348", "OS::stack_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-subnet", "net_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack", "stack_user_project_id": "a73efda978484e31aa36d0bb732e22fe", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T05:37:22Z", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f9ea63e9-a96f-4339-b128-eb926a6a1348", "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 05:37:23,821 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348 used request id req-518c021f-9edc-4c4e-b44d-af990bd89c4b 2018-06-29 05:37:23,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/f9ea63e9-a96f-4339-b128-eb926a6a1348 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6f2cf13b8afcd8d80f9ef0110d1cd600d86710d" 2018-06-29 05:37:24,034 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 05:37:23 GMT Server: Apache x-openstack-request-id: req-03e330c1-3c33-4313-a433-cde964059188 Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 05:37:24,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:37:24 GMT Server: Apache x-openstack-request-id: req-43f82858-d699-4ef2-a0f5-277d609055d1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2076 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-d8f8aca3-3a52-45ae-bc73-852f1812a60e-flavor2", "OS::project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "OS::stack_id": "f9ea63e9-a96f-4339-b128-eb926a6a1348", "OS::stack_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-subnet", "net_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack", "stack_user_project_id": "a73efda978484e31aa36d0bb732e22fe", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T05:37:22Z", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f9ea63e9-a96f-4339-b128-eb926a6a1348", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA2CPtiWtK0wxGg/lXAXgcC8w8Hu3Y3ZZdm8LkFbc7nP3xC578\nv+lj44fyfEiuIZlSAi7FhBtwEdLjUIlDCQbsOdI5I+SbenNBZx+10a43PFdu7LLb\nQUkaQhQbhMXKgPpmy1rExh3/2aXBYUZudltwT6oiw3CkuuHapmHS6NwJT35Bn5Tm\nHOClUihMzw1ffRoYkP1psmGEILrtoOPZOjjRXSwupDYrPdAtqpio9A+200UgHdsE\nYX81sZ3MY7WC5aYehTzTzZE0ULAdpe+iJZ1eRQmhVvwR6xFvg44XWVzYWleTa2s7\ncnRQMGSByd0EgdjzJXGiE6TDCpUmj9vtHxCTWwIDAQABAoIBAQCMDWvD2bQYYSHo\nLk8EcrGpq2NhnzkhDGgHoBdvQtXr+liQ8SpRqIfDTboAco/y0YhkRa5S1fyecAo/\ni1HWrZewN9oyudVNWRWOHuwPvFWqUfVchuCvwxCytJjIRenb/WVSa7SJs7Kvc0qF\nH8BADSwPUu1HutvjBKpLmaOyo7Gcwb+CpxBlh3m7rHhnHNHoDQW5pKiN4JcTt9W8\nNQ9DQDO8Ufd2OrywLyDjU8AY8fgbMasSgZLl+6tXFGQEW76j1CV94GWGl6XJWLNS\nzUaTLcHQ9obSClCXA0fCQhfqDJkjuLAGABWYhr3VTbOY5SG2QW8mTSN+B0Ih9NZg\nbhiu4yAhAoGBAPsHvm2LH4qWg9UoYlu2fsUWE3IEB1e9opszXmn4LpvQJUE+VlVX\ntXNe+QZv5yIFnqnHivJKogH2WBG+nK75JIuJcImsqFGJLODJvsSnYxsit7jtBiYx\n6POXGI45ji7tg1qg1XquN7Xd7q1ldoS9SHya61aiq2jk4miV60ik/+zDAoGBANxr\nW20NNzp4qo45RSpmdgMO0sHVJNEUbnuETblIxU+ss6pAwztEHJP24p0AjBEc7Kef\nuN8B+nrWY7g0dvXm96ZJRmpf0IRYYhDR6jqOWGwP7nD9JFwC6/2uQm0dnCAAOSZp\nrCs5O6LYjsgXO6uGejjWJHracQm+7t3rQIkaJ7WJAoGAImOTMMqITaIE+WSI5OuB\nPlqh21K19s0hw4Ur//Rh3jKLh/6UMSjM0LtH/hvCXCTM8ZFGdZ7HxuEKe5PTPx0e\nZoczhYjDnjfekATTP3l22DbPWGQQHZdkxEoEsSctVTxwbC/wTtgjBaUbl2F49QJB\nNeC7MKkkNkB0y8MN8mu4K6UCgYAYx9kXgYzb/gTuyHGGOs65uUjokdX5y5pAOLek\nRRIpyvjIA0/vsdCksfT4Qb99jQruLX7TU52dgczkQMG/E6B0CXjpLKx8tJMR4Qe8\nXZSDUac0/MDBt3Jgqt689b8/ucazEt5QXbbesAodZL9IoW3MRgcD6NschWLFgFVZ\nFJ+yQQKBgA82MljOpvRC39BOkxlKKqRasQt+JO8+M7spCn+BXPO7eT+/e5YCO6+w\nlH2i6eUUcgMm8iv682rX7IVBrMz6h+sS49D5wtlxVDI1P+wxN04jUJyQb45mvsG8\nqUpzEaTRsH6kRe+MRojYatXWLKI+xomgf1z5KKO+5k5uu26Vgj7c\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 05:37:24,379 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348 used request id req-43f82858-d699-4ef2-a0f5-277d609055d1 2018-06-29 05:37:27,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/f9ea63e9-a96f-4339-b128-eb926a6a1348 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6f2cf13b8afcd8d80f9ef0110d1cd600d86710d" 2018-06-29 05:37:27,586 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 05:37:27 GMT Server: Apache x-openstack-request-id: req-c31012b5-effd-4b0b-b46d-dac8909667ef Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 05:37:28,045 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:37:27 GMT Server: Apache x-openstack-request-id: req-729b779d-49cd-426f-9b58-53125a786c49 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2076 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-d8f8aca3-3a52-45ae-bc73-852f1812a60e-flavor2", "OS::project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "OS::stack_id": "f9ea63e9-a96f-4339-b128-eb926a6a1348", "OS::stack_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-subnet", "net_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack", "stack_user_project_id": "a73efda978484e31aa36d0bb732e22fe", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T05:37:22Z", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f9ea63e9-a96f-4339-b128-eb926a6a1348", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA2CPtiWtK0wxGg/lXAXgcC8w8Hu3Y3ZZdm8LkFbc7nP3xC578\nv+lj44fyfEiuIZlSAi7FhBtwEdLjUIlDCQbsOdI5I+SbenNBZx+10a43PFdu7LLb\nQUkaQhQbhMXKgPpmy1rExh3/2aXBYUZudltwT6oiw3CkuuHapmHS6NwJT35Bn5Tm\nHOClUihMzw1ffRoYkP1psmGEILrtoOPZOjjRXSwupDYrPdAtqpio9A+200UgHdsE\nYX81sZ3MY7WC5aYehTzTzZE0ULAdpe+iJZ1eRQmhVvwR6xFvg44XWVzYWleTa2s7\ncnRQMGSByd0EgdjzJXGiE6TDCpUmj9vtHxCTWwIDAQABAoIBAQCMDWvD2bQYYSHo\nLk8EcrGpq2NhnzkhDGgHoBdvQtXr+liQ8SpRqIfDTboAco/y0YhkRa5S1fyecAo/\ni1HWrZewN9oyudVNWRWOHuwPvFWqUfVchuCvwxCytJjIRenb/WVSa7SJs7Kvc0qF\nH8BADSwPUu1HutvjBKpLmaOyo7Gcwb+CpxBlh3m7rHhnHNHoDQW5pKiN4JcTt9W8\nNQ9DQDO8Ufd2OrywLyDjU8AY8fgbMasSgZLl+6tXFGQEW76j1CV94GWGl6XJWLNS\nzUaTLcHQ9obSClCXA0fCQhfqDJkjuLAGABWYhr3VTbOY5SG2QW8mTSN+B0Ih9NZg\nbhiu4yAhAoGBAPsHvm2LH4qWg9UoYlu2fsUWE3IEB1e9opszXmn4LpvQJUE+VlVX\ntXNe+QZv5yIFnqnHivJKogH2WBG+nK75JIuJcImsqFGJLODJvsSnYxsit7jtBiYx\n6POXGI45ji7tg1qg1XquN7Xd7q1ldoS9SHya61aiq2jk4miV60ik/+zDAoGBANxr\nW20NNzp4qo45RSpmdgMO0sHVJNEUbnuETblIxU+ss6pAwztEHJP24p0AjBEc7Kef\nuN8B+nrWY7g0dvXm96ZJRmpf0IRYYhDR6jqOWGwP7nD9JFwC6/2uQm0dnCAAOSZp\nrCs5O6LYjsgXO6uGejjWJHracQm+7t3rQIkaJ7WJAoGAImOTMMqITaIE+WSI5OuB\nPlqh21K19s0hw4Ur//Rh3jKLh/6UMSjM0LtH/hvCXCTM8ZFGdZ7HxuEKe5PTPx0e\nZoczhYjDnjfekATTP3l22DbPWGQQHZdkxEoEsSctVTxwbC/wTtgjBaUbl2F49QJB\nNeC7MKkkNkB0y8MN8mu4K6UCgYAYx9kXgYzb/gTuyHGGOs65uUjokdX5y5pAOLek\nRRIpyvjIA0/vsdCksfT4Qb99jQruLX7TU52dgczkQMG/E6B0CXjpLKx8tJMR4Qe8\nXZSDUac0/MDBt3Jgqt689b8/ucazEt5QXbbesAodZL9IoW3MRgcD6NschWLFgFVZ\nFJ+yQQKBgA82MljOpvRC39BOkxlKKqRasQt+JO8+M7spCn+BXPO7eT+/e5YCO6+w\nlH2i6eUUcgMm8iv682rX7IVBrMz6h+sS49D5wtlxVDI1P+wxN04jUJyQb45mvsG8\nqUpzEaTRsH6kRe+MRojYatXWLKI+xomgf1z5KKO+5k5uu26Vgj7c\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 05:37:28,045 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348 used request id req-729b779d-49cd-426f-9b58-53125a786c49 2018-06-29 05:37:31,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/f9ea63e9-a96f-4339-b128-eb926a6a1348 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6f2cf13b8afcd8d80f9ef0110d1cd600d86710d" 2018-06-29 05:37:31,268 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 05:37:31 GMT Server: Apache x-openstack-request-id: req-d37da924-3a1f-4602-9477-047b81b2fc07 Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 05:37:31,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:37:31 GMT Server: Apache x-openstack-request-id: req-e211d51d-9116-492a-a56f-62c5cb72a014 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2076 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-d8f8aca3-3a52-45ae-bc73-852f1812a60e-flavor2", "OS::project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "OS::stack_id": "f9ea63e9-a96f-4339-b128-eb926a6a1348", "OS::stack_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-subnet", "net_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack", "stack_user_project_id": "a73efda978484e31aa36d0bb732e22fe", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T05:37:22Z", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f9ea63e9-a96f-4339-b128-eb926a6a1348", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA2CPtiWtK0wxGg/lXAXgcC8w8Hu3Y3ZZdm8LkFbc7nP3xC578\nv+lj44fyfEiuIZlSAi7FhBtwEdLjUIlDCQbsOdI5I+SbenNBZx+10a43PFdu7LLb\nQUkaQhQbhMXKgPpmy1rExh3/2aXBYUZudltwT6oiw3CkuuHapmHS6NwJT35Bn5Tm\nHOClUihMzw1ffRoYkP1psmGEILrtoOPZOjjRXSwupDYrPdAtqpio9A+200UgHdsE\nYX81sZ3MY7WC5aYehTzTzZE0ULAdpe+iJZ1eRQmhVvwR6xFvg44XWVzYWleTa2s7\ncnRQMGSByd0EgdjzJXGiE6TDCpUmj9vtHxCTWwIDAQABAoIBAQCMDWvD2bQYYSHo\nLk8EcrGpq2NhnzkhDGgHoBdvQtXr+liQ8SpRqIfDTboAco/y0YhkRa5S1fyecAo/\ni1HWrZewN9oyudVNWRWOHuwPvFWqUfVchuCvwxCytJjIRenb/WVSa7SJs7Kvc0qF\nH8BADSwPUu1HutvjBKpLmaOyo7Gcwb+CpxBlh3m7rHhnHNHoDQW5pKiN4JcTt9W8\nNQ9DQDO8Ufd2OrywLyDjU8AY8fgbMasSgZLl+6tXFGQEW76j1CV94GWGl6XJWLNS\nzUaTLcHQ9obSClCXA0fCQhfqDJkjuLAGABWYhr3VTbOY5SG2QW8mTSN+B0Ih9NZg\nbhiu4yAhAoGBAPsHvm2LH4qWg9UoYlu2fsUWE3IEB1e9opszXmn4LpvQJUE+VlVX\ntXNe+QZv5yIFnqnHivJKogH2WBG+nK75JIuJcImsqFGJLODJvsSnYxsit7jtBiYx\n6POXGI45ji7tg1qg1XquN7Xd7q1ldoS9SHya61aiq2jk4miV60ik/+zDAoGBANxr\nW20NNzp4qo45RSpmdgMO0sHVJNEUbnuETblIxU+ss6pAwztEHJP24p0AjBEc7Kef\nuN8B+nrWY7g0dvXm96ZJRmpf0IRYYhDR6jqOWGwP7nD9JFwC6/2uQm0dnCAAOSZp\nrCs5O6LYjsgXO6uGejjWJHracQm+7t3rQIkaJ7WJAoGAImOTMMqITaIE+WSI5OuB\nPlqh21K19s0hw4Ur//Rh3jKLh/6UMSjM0LtH/hvCXCTM8ZFGdZ7HxuEKe5PTPx0e\nZoczhYjDnjfekATTP3l22DbPWGQQHZdkxEoEsSctVTxwbC/wTtgjBaUbl2F49QJB\nNeC7MKkkNkB0y8MN8mu4K6UCgYAYx9kXgYzb/gTuyHGGOs65uUjokdX5y5pAOLek\nRRIpyvjIA0/vsdCksfT4Qb99jQruLX7TU52dgczkQMG/E6B0CXjpLKx8tJMR4Qe8\nXZSDUac0/MDBt3Jgqt689b8/ucazEt5QXbbesAodZL9IoW3MRgcD6NschWLFgFVZ\nFJ+yQQKBgA82MljOpvRC39BOkxlKKqRasQt+JO8+M7spCn+BXPO7eT+/e5YCO6+w\nlH2i6eUUcgMm8iv682rX7IVBrMz6h+sS49D5wtlxVDI1P+wxN04jUJyQb45mvsG8\nqUpzEaTRsH6kRe+MRojYatXWLKI+xomgf1z5KKO+5k5uu26Vgj7c\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 05:37:31,564 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348 used request id req-e211d51d-9116-492a-a56f-62c5cb72a014 2018-06-29 05:37:34,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/f9ea63e9-a96f-4339-b128-eb926a6a1348 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6f2cf13b8afcd8d80f9ef0110d1cd600d86710d" 2018-06-29 05:37:34,615 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 05:37:34 GMT Server: Apache x-openstack-request-id: req-36d5da2c-15b0-4309-9981-91224a9b8af4 Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 05:37:34,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:37:34 GMT Server: Apache x-openstack-request-id: req-9075afea-9fe9-4804-bac9-01e635142e2c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2076 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-d8f8aca3-3a52-45ae-bc73-852f1812a60e-flavor2", "OS::project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "OS::stack_id": "f9ea63e9-a96f-4339-b128-eb926a6a1348", "OS::stack_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-subnet", "net_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack", "stack_user_project_id": "a73efda978484e31aa36d0bb732e22fe", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T05:37:22Z", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f9ea63e9-a96f-4339-b128-eb926a6a1348", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA2CPtiWtK0wxGg/lXAXgcC8w8Hu3Y3ZZdm8LkFbc7nP3xC578\nv+lj44fyfEiuIZlSAi7FhBtwEdLjUIlDCQbsOdI5I+SbenNBZx+10a43PFdu7LLb\nQUkaQhQbhMXKgPpmy1rExh3/2aXBYUZudltwT6oiw3CkuuHapmHS6NwJT35Bn5Tm\nHOClUihMzw1ffRoYkP1psmGEILrtoOPZOjjRXSwupDYrPdAtqpio9A+200UgHdsE\nYX81sZ3MY7WC5aYehTzTzZE0ULAdpe+iJZ1eRQmhVvwR6xFvg44XWVzYWleTa2s7\ncnRQMGSByd0EgdjzJXGiE6TDCpUmj9vtHxCTWwIDAQABAoIBAQCMDWvD2bQYYSHo\nLk8EcrGpq2NhnzkhDGgHoBdvQtXr+liQ8SpRqIfDTboAco/y0YhkRa5S1fyecAo/\ni1HWrZewN9oyudVNWRWOHuwPvFWqUfVchuCvwxCytJjIRenb/WVSa7SJs7Kvc0qF\nH8BADSwPUu1HutvjBKpLmaOyo7Gcwb+CpxBlh3m7rHhnHNHoDQW5pKiN4JcTt9W8\nNQ9DQDO8Ufd2OrywLyDjU8AY8fgbMasSgZLl+6tXFGQEW76j1CV94GWGl6XJWLNS\nzUaTLcHQ9obSClCXA0fCQhfqDJkjuLAGABWYhr3VTbOY5SG2QW8mTSN+B0Ih9NZg\nbhiu4yAhAoGBAPsHvm2LH4qWg9UoYlu2fsUWE3IEB1e9opszXmn4LpvQJUE+VlVX\ntXNe+QZv5yIFnqnHivJKogH2WBG+nK75JIuJcImsqFGJLODJvsSnYxsit7jtBiYx\n6POXGI45ji7tg1qg1XquN7Xd7q1ldoS9SHya61aiq2jk4miV60ik/+zDAoGBANxr\nW20NNzp4qo45RSpmdgMO0sHVJNEUbnuETblIxU+ss6pAwztEHJP24p0AjBEc7Kef\nuN8B+nrWY7g0dvXm96ZJRmpf0IRYYhDR6jqOWGwP7nD9JFwC6/2uQm0dnCAAOSZp\nrCs5O6LYjsgXO6uGejjWJHracQm+7t3rQIkaJ7WJAoGAImOTMMqITaIE+WSI5OuB\nPlqh21K19s0hw4Ur//Rh3jKLh/6UMSjM0LtH/hvCXCTM8ZFGdZ7HxuEKe5PTPx0e\nZoczhYjDnjfekATTP3l22DbPWGQQHZdkxEoEsSctVTxwbC/wTtgjBaUbl2F49QJB\nNeC7MKkkNkB0y8MN8mu4K6UCgYAYx9kXgYzb/gTuyHGGOs65uUjokdX5y5pAOLek\nRRIpyvjIA0/vsdCksfT4Qb99jQruLX7TU52dgczkQMG/E6B0CXjpLKx8tJMR4Qe8\nXZSDUac0/MDBt3Jgqt689b8/ucazEt5QXbbesAodZL9IoW3MRgcD6NschWLFgFVZ\nFJ+yQQKBgA82MljOpvRC39BOkxlKKqRasQt+JO8+M7spCn+BXPO7eT+/e5YCO6+w\nlH2i6eUUcgMm8iv682rX7IVBrMz6h+sS49D5wtlxVDI1P+wxN04jUJyQb45mvsG8\nqUpzEaTRsH6kRe+MRojYatXWLKI+xomgf1z5KKO+5k5uu26Vgj7c\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 05:37:34,995 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348 used request id req-9075afea-9fe9-4804-bac9-01e635142e2c 2018-06-29 05:37:38,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/f9ea63e9-a96f-4339-b128-eb926a6a1348 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6f2cf13b8afcd8d80f9ef0110d1cd600d86710d" 2018-06-29 05:37:38,044 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 05:37:37 GMT Server: Apache x-openstack-request-id: req-ef609d21-8e99-48b6-83de-41532f4c96cf Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 05:37:38,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:37:38 GMT Server: Apache x-openstack-request-id: req-6cd11d30-f976-47b5-b830-7bca7aca93f6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2076 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-d8f8aca3-3a52-45ae-bc73-852f1812a60e-flavor2", "OS::project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "OS::stack_id": "f9ea63e9-a96f-4339-b128-eb926a6a1348", "OS::stack_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-subnet", "net_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack", "stack_user_project_id": "a73efda978484e31aa36d0bb732e22fe", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T05:37:22Z", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f9ea63e9-a96f-4339-b128-eb926a6a1348", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA2CPtiWtK0wxGg/lXAXgcC8w8Hu3Y3ZZdm8LkFbc7nP3xC578\nv+lj44fyfEiuIZlSAi7FhBtwEdLjUIlDCQbsOdI5I+SbenNBZx+10a43PFdu7LLb\nQUkaQhQbhMXKgPpmy1rExh3/2aXBYUZudltwT6oiw3CkuuHapmHS6NwJT35Bn5Tm\nHOClUihMzw1ffRoYkP1psmGEILrtoOPZOjjRXSwupDYrPdAtqpio9A+200UgHdsE\nYX81sZ3MY7WC5aYehTzTzZE0ULAdpe+iJZ1eRQmhVvwR6xFvg44XWVzYWleTa2s7\ncnRQMGSByd0EgdjzJXGiE6TDCpUmj9vtHxCTWwIDAQABAoIBAQCMDWvD2bQYYSHo\nLk8EcrGpq2NhnzkhDGgHoBdvQtXr+liQ8SpRqIfDTboAco/y0YhkRa5S1fyecAo/\ni1HWrZewN9oyudVNWRWOHuwPvFWqUfVchuCvwxCytJjIRenb/WVSa7SJs7Kvc0qF\nH8BADSwPUu1HutvjBKpLmaOyo7Gcwb+CpxBlh3m7rHhnHNHoDQW5pKiN4JcTt9W8\nNQ9DQDO8Ufd2OrywLyDjU8AY8fgbMasSgZLl+6tXFGQEW76j1CV94GWGl6XJWLNS\nzUaTLcHQ9obSClCXA0fCQhfqDJkjuLAGABWYhr3VTbOY5SG2QW8mTSN+B0Ih9NZg\nbhiu4yAhAoGBAPsHvm2LH4qWg9UoYlu2fsUWE3IEB1e9opszXmn4LpvQJUE+VlVX\ntXNe+QZv5yIFnqnHivJKogH2WBG+nK75JIuJcImsqFGJLODJvsSnYxsit7jtBiYx\n6POXGI45ji7tg1qg1XquN7Xd7q1ldoS9SHya61aiq2jk4miV60ik/+zDAoGBANxr\nW20NNzp4qo45RSpmdgMO0sHVJNEUbnuETblIxU+ss6pAwztEHJP24p0AjBEc7Kef\nuN8B+nrWY7g0dvXm96ZJRmpf0IRYYhDR6jqOWGwP7nD9JFwC6/2uQm0dnCAAOSZp\nrCs5O6LYjsgXO6uGejjWJHracQm+7t3rQIkaJ7WJAoGAImOTMMqITaIE+WSI5OuB\nPlqh21K19s0hw4Ur//Rh3jKLh/6UMSjM0LtH/hvCXCTM8ZFGdZ7HxuEKe5PTPx0e\nZoczhYjDnjfekATTP3l22DbPWGQQHZdkxEoEsSctVTxwbC/wTtgjBaUbl2F49QJB\nNeC7MKkkNkB0y8MN8mu4K6UCgYAYx9kXgYzb/gTuyHGGOs65uUjokdX5y5pAOLek\nRRIpyvjIA0/vsdCksfT4Qb99jQruLX7TU52dgczkQMG/E6B0CXjpLKx8tJMR4Qe8\nXZSDUac0/MDBt3Jgqt689b8/ucazEt5QXbbesAodZL9IoW3MRgcD6NschWLFgFVZ\nFJ+yQQKBgA82MljOpvRC39BOkxlKKqRasQt+JO8+M7spCn+BXPO7eT+/e5YCO6+w\nlH2i6eUUcgMm8iv682rX7IVBrMz6h+sS49D5wtlxVDI1P+wxN04jUJyQb45mvsG8\nqUpzEaTRsH6kRe+MRojYatXWLKI+xomgf1z5KKO+5k5uu26Vgj7c\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 05:37:38,414 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348 used request id req-6cd11d30-f976-47b5-b830-7bca7aca93f6 2018-06-29 05:37:41,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/f9ea63e9-a96f-4339-b128-eb926a6a1348 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6f2cf13b8afcd8d80f9ef0110d1cd600d86710d" 2018-06-29 05:37:41,611 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 05:37:41 GMT Server: Apache x-openstack-request-id: req-26303448-bac1-4983-b726-e6476575e134 Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 05:37:41,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:37:41 GMT Server: Apache x-openstack-request-id: req-865dad85-125b-4dd2-b14e-991888ac7cfb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2076 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-d8f8aca3-3a52-45ae-bc73-852f1812a60e-flavor2", "OS::project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "OS::stack_id": "f9ea63e9-a96f-4339-b128-eb926a6a1348", "OS::stack_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-subnet", "net_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack", "stack_user_project_id": "a73efda978484e31aa36d0bb732e22fe", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T05:37:22Z", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f9ea63e9-a96f-4339-b128-eb926a6a1348", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA2CPtiWtK0wxGg/lXAXgcC8w8Hu3Y3ZZdm8LkFbc7nP3xC578\nv+lj44fyfEiuIZlSAi7FhBtwEdLjUIlDCQbsOdI5I+SbenNBZx+10a43PFdu7LLb\nQUkaQhQbhMXKgPpmy1rExh3/2aXBYUZudltwT6oiw3CkuuHapmHS6NwJT35Bn5Tm\nHOClUihMzw1ffRoYkP1psmGEILrtoOPZOjjRXSwupDYrPdAtqpio9A+200UgHdsE\nYX81sZ3MY7WC5aYehTzTzZE0ULAdpe+iJZ1eRQmhVvwR6xFvg44XWVzYWleTa2s7\ncnRQMGSByd0EgdjzJXGiE6TDCpUmj9vtHxCTWwIDAQABAoIBAQCMDWvD2bQYYSHo\nLk8EcrGpq2NhnzkhDGgHoBdvQtXr+liQ8SpRqIfDTboAco/y0YhkRa5S1fyecAo/\ni1HWrZewN9oyudVNWRWOHuwPvFWqUfVchuCvwxCytJjIRenb/WVSa7SJs7Kvc0qF\nH8BADSwPUu1HutvjBKpLmaOyo7Gcwb+CpxBlh3m7rHhnHNHoDQW5pKiN4JcTt9W8\nNQ9DQDO8Ufd2OrywLyDjU8AY8fgbMasSgZLl+6tXFGQEW76j1CV94GWGl6XJWLNS\nzUaTLcHQ9obSClCXA0fCQhfqDJkjuLAGABWYhr3VTbOY5SG2QW8mTSN+B0Ih9NZg\nbhiu4yAhAoGBAPsHvm2LH4qWg9UoYlu2fsUWE3IEB1e9opszXmn4LpvQJUE+VlVX\ntXNe+QZv5yIFnqnHivJKogH2WBG+nK75JIuJcImsqFGJLODJvsSnYxsit7jtBiYx\n6POXGI45ji7tg1qg1XquN7Xd7q1ldoS9SHya61aiq2jk4miV60ik/+zDAoGBANxr\nW20NNzp4qo45RSpmdgMO0sHVJNEUbnuETblIxU+ss6pAwztEHJP24p0AjBEc7Kef\nuN8B+nrWY7g0dvXm96ZJRmpf0IRYYhDR6jqOWGwP7nD9JFwC6/2uQm0dnCAAOSZp\nrCs5O6LYjsgXO6uGejjWJHracQm+7t3rQIkaJ7WJAoGAImOTMMqITaIE+WSI5OuB\nPlqh21K19s0hw4Ur//Rh3jKLh/6UMSjM0LtH/hvCXCTM8ZFGdZ7HxuEKe5PTPx0e\nZoczhYjDnjfekATTP3l22DbPWGQQHZdkxEoEsSctVTxwbC/wTtgjBaUbl2F49QJB\nNeC7MKkkNkB0y8MN8mu4K6UCgYAYx9kXgYzb/gTuyHGGOs65uUjokdX5y5pAOLek\nRRIpyvjIA0/vsdCksfT4Qb99jQruLX7TU52dgczkQMG/E6B0CXjpLKx8tJMR4Qe8\nXZSDUac0/MDBt3Jgqt689b8/ucazEt5QXbbesAodZL9IoW3MRgcD6NschWLFgFVZ\nFJ+yQQKBgA82MljOpvRC39BOkxlKKqRasQt+JO8+M7spCn+BXPO7eT+/e5YCO6+w\nlH2i6eUUcgMm8iv682rX7IVBrMz6h+sS49D5wtlxVDI1P+wxN04jUJyQb45mvsG8\nqUpzEaTRsH6kRe+MRojYatXWLKI+xomgf1z5KKO+5k5uu26Vgj7c\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 05:37:41,905 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348 used request id req-865dad85-125b-4dd2-b14e-991888ac7cfb 2018-06-29 05:37:44,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/f9ea63e9-a96f-4339-b128-eb926a6a1348 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6f2cf13b8afcd8d80f9ef0110d1cd600d86710d" 2018-06-29 05:37:45,593 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 05:37:44 GMT Server: Apache x-openstack-request-id: req-4d2e28d2-55e3-4ac8-9c80-5cb7d36a367b Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 05:37:45,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:37:45 GMT Server: Apache x-openstack-request-id: req-d312d6e7-4e3c-48a1-bc39-7a226549a931 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2076 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-d8f8aca3-3a52-45ae-bc73-852f1812a60e-flavor2", "OS::project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "OS::stack_id": "f9ea63e9-a96f-4339-b128-eb926a6a1348", "OS::stack_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-subnet", "net_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack", "stack_user_project_id": "a73efda978484e31aa36d0bb732e22fe", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T05:37:22Z", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f9ea63e9-a96f-4339-b128-eb926a6a1348", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA2CPtiWtK0wxGg/lXAXgcC8w8Hu3Y3ZZdm8LkFbc7nP3xC578\nv+lj44fyfEiuIZlSAi7FhBtwEdLjUIlDCQbsOdI5I+SbenNBZx+10a43PFdu7LLb\nQUkaQhQbhMXKgPpmy1rExh3/2aXBYUZudltwT6oiw3CkuuHapmHS6NwJT35Bn5Tm\nHOClUihMzw1ffRoYkP1psmGEILrtoOPZOjjRXSwupDYrPdAtqpio9A+200UgHdsE\nYX81sZ3MY7WC5aYehTzTzZE0ULAdpe+iJZ1eRQmhVvwR6xFvg44XWVzYWleTa2s7\ncnRQMGSByd0EgdjzJXGiE6TDCpUmj9vtHxCTWwIDAQABAoIBAQCMDWvD2bQYYSHo\nLk8EcrGpq2NhnzkhDGgHoBdvQtXr+liQ8SpRqIfDTboAco/y0YhkRa5S1fyecAo/\ni1HWrZewN9oyudVNWRWOHuwPvFWqUfVchuCvwxCytJjIRenb/WVSa7SJs7Kvc0qF\nH8BADSwPUu1HutvjBKpLmaOyo7Gcwb+CpxBlh3m7rHhnHNHoDQW5pKiN4JcTt9W8\nNQ9DQDO8Ufd2OrywLyDjU8AY8fgbMasSgZLl+6tXFGQEW76j1CV94GWGl6XJWLNS\nzUaTLcHQ9obSClCXA0fCQhfqDJkjuLAGABWYhr3VTbOY5SG2QW8mTSN+B0Ih9NZg\nbhiu4yAhAoGBAPsHvm2LH4qWg9UoYlu2fsUWE3IEB1e9opszXmn4LpvQJUE+VlVX\ntXNe+QZv5yIFnqnHivJKogH2WBG+nK75JIuJcImsqFGJLODJvsSnYxsit7jtBiYx\n6POXGI45ji7tg1qg1XquN7Xd7q1ldoS9SHya61aiq2jk4miV60ik/+zDAoGBANxr\nW20NNzp4qo45RSpmdgMO0sHVJNEUbnuETblIxU+ss6pAwztEHJP24p0AjBEc7Kef\nuN8B+nrWY7g0dvXm96ZJRmpf0IRYYhDR6jqOWGwP7nD9JFwC6/2uQm0dnCAAOSZp\nrCs5O6LYjsgXO6uGejjWJHracQm+7t3rQIkaJ7WJAoGAImOTMMqITaIE+WSI5OuB\nPlqh21K19s0hw4Ur//Rh3jKLh/6UMSjM0LtH/hvCXCTM8ZFGdZ7HxuEKe5PTPx0e\nZoczhYjDnjfekATTP3l22DbPWGQQHZdkxEoEsSctVTxwbC/wTtgjBaUbl2F49QJB\nNeC7MKkkNkB0y8MN8mu4K6UCgYAYx9kXgYzb/gTuyHGGOs65uUjokdX5y5pAOLek\nRRIpyvjIA0/vsdCksfT4Qb99jQruLX7TU52dgczkQMG/E6B0CXjpLKx8tJMR4Qe8\nXZSDUac0/MDBt3Jgqt689b8/ucazEt5QXbbesAodZL9IoW3MRgcD6NschWLFgFVZ\nFJ+yQQKBgA82MljOpvRC39BOkxlKKqRasQt+JO8+M7spCn+BXPO7eT+/e5YCO6+w\nlH2i6eUUcgMm8iv682rX7IVBrMz6h+sS49D5wtlxVDI1P+wxN04jUJyQb45mvsG8\nqUpzEaTRsH6kRe+MRojYatXWLKI+xomgf1z5KKO+5k5uu26Vgj7c\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 05:37:45,719 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348 used request id req-d312d6e7-4e3c-48a1-bc39-7a226549a931 2018-06-29 05:37:48,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/f9ea63e9-a96f-4339-b128-eb926a6a1348 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6f2cf13b8afcd8d80f9ef0110d1cd600d86710d" 2018-06-29 05:37:48,918 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 05:37:48 GMT Server: Apache x-openstack-request-id: req-a009bb12-fb51-4fe3-98ad-b1a74c73816a Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 05:37:49,209 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:37:48 GMT Server: Apache x-openstack-request-id: req-97319b49-9ef4-4a35-be15-e7a62785d663 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2083 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-flavor2", "OS::project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "OS::stack_id": "f9ea63e9-a96f-4339-b128-eb926a6a1348", "OS::stack_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-subnet", "net_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack", "stack_user_project_id": "a73efda978484e31aa36d0bb732e22fe", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-06-29T05:37:22Z", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "f9ea63e9-a96f-4339-b128-eb926a6a1348", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA2CPtiWtK0wxGg/lXAXgcC8w8Hu3Y3ZZdm8LkFbc7nP3xC578\nv+lj44fyfEiuIZlSAi7FhBtwEdLjUIlDCQbsOdI5I+SbenNBZx+10a43PFdu7LLb\nQUkaQhQbhMXKgPpmy1rExh3/2aXBYUZudltwT6oiw3CkuuHapmHS6NwJT35Bn5Tm\nHOClUihMzw1ffRoYkP1psmGEILrtoOPZOjjRXSwupDYrPdAtqpio9A+200UgHdsE\nYX81sZ3MY7WC5aYehTzTzZE0ULAdpe+iJZ1eRQmhVvwR6xFvg44XWVzYWleTa2s7\ncnRQMGSByd0EgdjzJXGiE6TDCpUmj9vtHxCTWwIDAQABAoIBAQCMDWvD2bQYYSHo\nLk8EcrGpq2NhnzkhDGgHoBdvQtXr+liQ8SpRqIfDTboAco/y0YhkRa5S1fyecAo/\ni1HWrZewN9oyudVNWRWOHuwPvFWqUfVchuCvwxCytJjIRenb/WVSa7SJs7Kvc0qF\nH8BADSwPUu1HutvjBKpLmaOyo7Gcwb+CpxBlh3m7rHhnHNHoDQW5pKiN4JcTt9W8\nNQ9DQDO8Ufd2OrywLyDjU8AY8fgbMasSgZLl+6tXFGQEW76j1CV94GWGl6XJWLNS\nzUaTLcHQ9obSClCXA0fCQhfqDJkjuLAGABWYhr3VTbOY5SG2QW8mTSN+B0Ih9NZg\nbhiu4yAhAoGBAPsHvm2LH4qWg9UoYlu2fsUWE3IEB1e9opszXmn4LpvQJUE+VlVX\ntXNe+QZv5yIFnqnHivJKogH2WBG+nK75JIuJcImsqFGJLODJvsSnYxsit7jtBiYx\n6POXGI45ji7tg1qg1XquN7Xd7q1ldoS9SHya61aiq2jk4miV60ik/+zDAoGBANxr\nW20NNzp4qo45RSpmdgMO0sHVJNEUbnuETblIxU+ss6pAwztEHJP24p0AjBEc7Kef\nuN8B+nrWY7g0dvXm96ZJRmpf0IRYYhDR6jqOWGwP7nD9JFwC6/2uQm0dnCAAOSZp\nrCs5O6LYjsgXO6uGejjWJHracQm+7t3rQIkaJ7WJAoGAImOTMMqITaIE+WSI5OuB\nPlqh21K19s0hw4Ur//Rh3jKLh/6UMSjM0LtH/hvCXCTM8ZFGdZ7HxuEKe5PTPx0e\nZoczhYjDnjfekATTP3l22DbPWGQQHZdkxEoEsSctVTxwbC/wTtgjBaUbl2F49QJB\nNeC7MKkkNkB0y8MN8mu4K6UCgYAYx9kXgYzb/gTuyHGGOs65uUjokdX5y5pAOLek\nRRIpyvjIA0/vsdCksfT4Qb99jQruLX7TU52dgczkQMG/E6B0CXjpLKx8tJMR4Qe8\nXZSDUac0/MDBt3Jgqt689b8/ucazEt5QXbbesAodZL9IoW3MRgcD6NschWLFgFVZ\nFJ+yQQKBgA82MljOpvRC39BOkxlKKqRasQt+JO8+M7spCn+BXPO7eT+/e5YCO6+w\nlH2i6eUUcgMm8iv682rX7IVBrMz6h+sS49D5wtlxVDI1P+wxN04jUJyQb45mvsG8\nqUpzEaTRsH6kRe+MRojYatXWLKI+xomgf1z5KKO+5k5uu26Vgj7c\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 05:37:49,209 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348 used request id req-97319b49-9ef4-4a35-be15-e7a62785d663 2018-06-29 05:37:49,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/f9ea63e9-a96f-4339-b128-eb926a6a1348/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6f2cf13b8afcd8d80f9ef0110d1cd600d86710d" 2018-06-29 05:37:49,409 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 05:37:49 GMT Server: Apache x-openstack-request-id: req-6ca946b2-a503-47a4-b580-879ccf1e7ca2 Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 05:37:49,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:37:49 GMT Server: Apache x-openstack-request-id: req-98a92d52-d277-4cda-adce-30f6f318e9aa Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 976 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-06-29T05:37:23Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T05:37:23Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "2960ce3c-2cdf-4261-a925-495965c170d0", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-06-29T05:37:23Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T05:37:23Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "a117cdb3-9bfd-4641-802e-f7d72ce72c5f", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348/resources/network", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-06-29T05:37:23Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T05:37:23Z", "required_by": ["subnet", "vm2", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "e0249e5c-85f3-4801-a131-dd88f0b1e2ad", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-06-29T05:37:23Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T05:37:23Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "7eb83931-b6b6-419e-82ae-b35de78fdfd2", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-06-29T05:37:23Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T05:37:23Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "6d935c3e-60e7-4d9e-b257-3257f9d5096d", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-06-29T05:37:23Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T05:37:23Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "41", "resource_type": "OS::Nova::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-06-29T05:37:23Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T05:37:23Z", "required_by": ["vm2", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-06-29T05:37:23Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T05:37:23Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "06e04a93-44c1-40f4-af25-7a5ec4b7419d:subnet_id=1f2adeca-740c-4ff6-8b78-96c4ed9564ba", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-06-29T05:37:23Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T05:37:23Z", "required_by": ["management_router_interface", "vm2", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "1f2adeca-740c-4ff6-8b78-96c4ed9564ba", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-06-29T05:37:23Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T05:37:23Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "06e04a93-44c1-40f4-af25-7a5ec4b7419d", "resource_type": "OS::Neutron::Router"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-06-29T05:37:23Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T05:37:23Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "2586d923-3421-4183-80f1-45b6fdb2061d", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-06-29T05:37:23Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T05:37:23Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "0caa7df2-ac95-47ed-ad6d-ff690a5f6e8b", "resource_type": "OS::Nova::Server"}]} 2018-06-29 05:37:49,661 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348/resources used request id req-98a92d52-d277-4cda-adce-30f6f318e9aa 2018-06-29 05:37:49,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/f9ea63e9-a96f-4339-b128-eb926a6a1348 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6f2cf13b8afcd8d80f9ef0110d1cd600d86710d" 2018-06-29 05:37:49,859 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 05:37:49 GMT Server: Apache x-openstack-request-id: req-f2fd363c-23a3-4196-a93e-0b4ead0588ba Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 05:37:50,165 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:37:49 GMT Server: Apache x-openstack-request-id: req-864e586a-581e-49d4-b525-26c415dcd9d3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2083 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-flavor2", "OS::project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "OS::stack_id": "f9ea63e9-a96f-4339-b128-eb926a6a1348", "OS::stack_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-subnet", "net_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack", "stack_user_project_id": "a73efda978484e31aa36d0bb732e22fe", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-06-29T05:37:22Z", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "f9ea63e9-a96f-4339-b128-eb926a6a1348", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA2CPtiWtK0wxGg/lXAXgcC8w8Hu3Y3ZZdm8LkFbc7nP3xC578\nv+lj44fyfEiuIZlSAi7FhBtwEdLjUIlDCQbsOdI5I+SbenNBZx+10a43PFdu7LLb\nQUkaQhQbhMXKgPpmy1rExh3/2aXBYUZudltwT6oiw3CkuuHapmHS6NwJT35Bn5Tm\nHOClUihMzw1ffRoYkP1psmGEILrtoOPZOjjRXSwupDYrPdAtqpio9A+200UgHdsE\nYX81sZ3MY7WC5aYehTzTzZE0ULAdpe+iJZ1eRQmhVvwR6xFvg44XWVzYWleTa2s7\ncnRQMGSByd0EgdjzJXGiE6TDCpUmj9vtHxCTWwIDAQABAoIBAQCMDWvD2bQYYSHo\nLk8EcrGpq2NhnzkhDGgHoBdvQtXr+liQ8SpRqIfDTboAco/y0YhkRa5S1fyecAo/\ni1HWrZewN9oyudVNWRWOHuwPvFWqUfVchuCvwxCytJjIRenb/WVSa7SJs7Kvc0qF\nH8BADSwPUu1HutvjBKpLmaOyo7Gcwb+CpxBlh3m7rHhnHNHoDQW5pKiN4JcTt9W8\nNQ9DQDO8Ufd2OrywLyDjU8AY8fgbMasSgZLl+6tXFGQEW76j1CV94GWGl6XJWLNS\nzUaTLcHQ9obSClCXA0fCQhfqDJkjuLAGABWYhr3VTbOY5SG2QW8mTSN+B0Ih9NZg\nbhiu4yAhAoGBAPsHvm2LH4qWg9UoYlu2fsUWE3IEB1e9opszXmn4LpvQJUE+VlVX\ntXNe+QZv5yIFnqnHivJKogH2WBG+nK75JIuJcImsqFGJLODJvsSnYxsit7jtBiYx\n6POXGI45ji7tg1qg1XquN7Xd7q1ldoS9SHya61aiq2jk4miV60ik/+zDAoGBANxr\nW20NNzp4qo45RSpmdgMO0sHVJNEUbnuETblIxU+ss6pAwztEHJP24p0AjBEc7Kef\nuN8B+nrWY7g0dvXm96ZJRmpf0IRYYhDR6jqOWGwP7nD9JFwC6/2uQm0dnCAAOSZp\nrCs5O6LYjsgXO6uGejjWJHracQm+7t3rQIkaJ7WJAoGAImOTMMqITaIE+WSI5OuB\nPlqh21K19s0hw4Ur//Rh3jKLh/6UMSjM0LtH/hvCXCTM8ZFGdZ7HxuEKe5PTPx0e\nZoczhYjDnjfekATTP3l22DbPWGQQHZdkxEoEsSctVTxwbC/wTtgjBaUbl2F49QJB\nNeC7MKkkNkB0y8MN8mu4K6UCgYAYx9kXgYzb/gTuyHGGOs65uUjokdX5y5pAOLek\nRRIpyvjIA0/vsdCksfT4Qb99jQruLX7TU52dgczkQMG/E6B0CXjpLKx8tJMR4Qe8\nXZSDUac0/MDBt3Jgqt689b8/ucazEt5QXbbesAodZL9IoW3MRgcD6NschWLFgFVZ\nFJ+yQQKBgA82MljOpvRC39BOkxlKKqRasQt+JO8+M7spCn+BXPO7eT+/e5YCO6+w\nlH2i6eUUcgMm8iv682rX7IVBrMz6h+sS49D5wtlxVDI1P+wxN04jUJyQb45mvsG8\nqUpzEaTRsH6kRe+MRojYatXWLKI+xomgf1z5KKO+5k5uu26Vgj7c\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 05:37:50,165 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348 used request id req-864e586a-581e-49d4-b525-26c415dcd9d3 2018-06-29 05:37:50,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/f9ea63e9-a96f-4339-b128-eb926a6a1348/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6f2cf13b8afcd8d80f9ef0110d1cd600d86710d" 2018-06-29 05:37:50,364 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 05:37:50 GMT Server: Apache x-openstack-request-id: req-54e5ba96-777f-4f1f-8a7a-ba90e9823af1 Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 05:37:50,611 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:37:50 GMT Server: Apache x-openstack-request-id: req-a926fb5c-77e2-4605-accb-22e42d10d5be Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 976 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-06-29T05:37:23Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T05:37:23Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "2960ce3c-2cdf-4261-a925-495965c170d0", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-06-29T05:37:23Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T05:37:23Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "a117cdb3-9bfd-4641-802e-f7d72ce72c5f", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348/resources/network", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-06-29T05:37:23Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T05:37:23Z", "required_by": ["subnet", "vm2", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "e0249e5c-85f3-4801-a131-dd88f0b1e2ad", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-06-29T05:37:23Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T05:37:23Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "7eb83931-b6b6-419e-82ae-b35de78fdfd2", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-06-29T05:37:23Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T05:37:23Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "6d935c3e-60e7-4d9e-b257-3257f9d5096d", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-06-29T05:37:23Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T05:37:23Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "41", "resource_type": "OS::Nova::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-06-29T05:37:23Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T05:37:23Z", "required_by": ["vm2", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-06-29T05:37:23Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T05:37:23Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "06e04a93-44c1-40f4-af25-7a5ec4b7419d:subnet_id=1f2adeca-740c-4ff6-8b78-96c4ed9564ba", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-06-29T05:37:23Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T05:37:23Z", "required_by": ["management_router_interface", "vm2", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "1f2adeca-740c-4ff6-8b78-96c4ed9564ba", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-06-29T05:37:23Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T05:37:23Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "06e04a93-44c1-40f4-af25-7a5ec4b7419d", "resource_type": "OS::Neutron::Router"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-06-29T05:37:23Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T05:37:23Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "2586d923-3421-4183-80f1-45b6fdb2061d", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-06-29T05:37:23Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T05:37:23Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "0caa7df2-ac95-47ed-ad6d-ff690a5f6e8b", "resource_type": "OS::Nova::Server"}]} 2018-06-29 05:37:50,611 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348/resources used request id req-a926fb5c-77e2-4605-accb-22e42d10d5be 2018-06-29 05:37:50,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=e0249e5c-85f3-4801-a131-dd88f0b1e2ad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6f2cf13b8afcd8d80f9ef0110d1cd600d86710d" 2018-06-29 05:37:50,706 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 774 X-Openstack-Request-Id: req-ac7b78f0-d344-4116-9d94-28f3ea418977 Date: Fri, 29 Jun 2018 05:37:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"e0249e5c-85f3-4801-a131-dd88f0b1e2ad","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":38,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["1f2adeca-740c-4ff6-8b78-96c4ed9564ba"],"description":"","tags":[],"updated_at":"2018-06-29T05:37:26Z","qos_policy_id":null,"name":"HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:37:25Z","provider:network_type":"vxlan"}]} 2018-06-29 05:37:50,706 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=e0249e5c-85f3-4801-a131-dd88f0b1e2ad used request id req-ac7b78f0-d344-4116-9d94-28f3ea418977 2018-06-29 05:37:50,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=e0249e5c-85f3-4801-a131-dd88f0b1e2ad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6f2cf13b8afcd8d80f9ef0110d1cd600d86710d" 2018-06-29 05:37:50,755 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-f1dcc455-ec74-4994-8371-0e3e7e9976dc Date: Fri, 29 Jun 2018 05:37:50 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:37:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"1f2adeca-740c-4ff6-8b78-96c4ed9564ba","dns_nameservers":[],"gateway_ip":"10.1.2.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.1.2.0/24","subnetpool_id":null,"service_types":[],"name":"HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-subnet","enable_dhcp":true,"segment_id":null,"network_id":"e0249e5c-85f3-4801-a131-dd88f0b1e2ad","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:37:26Z","ip_version":4}]} 2018-06-29 05:37:50,755 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=e0249e5c-85f3-4801-a131-dd88f0b1e2ad used request id req-f1dcc455-ec74-4994-8371-0e3e7e9976dc 2018-06-29 05:37:50,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=e0249e5c-85f3-4801-a131-dd88f0b1e2ad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6f2cf13b8afcd8d80f9ef0110d1cd600d86710d" 2018-06-29 05:37:50,805 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-c602a0ab-10ce-461a-aa57-23ef68963498 Date: Fri, 29 Jun 2018 05:37:50 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:37:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"1f2adeca-740c-4ff6-8b78-96c4ed9564ba","dns_nameservers":[],"gateway_ip":"10.1.2.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.1.2.0/24","subnetpool_id":null,"service_types":[],"name":"HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-subnet","enable_dhcp":true,"segment_id":null,"network_id":"e0249e5c-85f3-4801-a131-dd88f0b1e2ad","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:37:26Z","ip_version":4}]} 2018-06-29 05:37:50,805 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=e0249e5c-85f3-4801-a131-dd88f0b1e2ad used request id req-c602a0ab-10ce-461a-aa57-23ef68963498 2018-06-29 05:37:50,805 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 05:37:50,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}c6f2cf13b8afcd8d80f9ef0110d1cd600d86710d" 2018-06-29 05:37:50,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:37:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36ded551-4f3f-4588-882a-f20d8ff9a068 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:37:50,903 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-36ded551-4f3f-4588-882a-f20d8ff9a068 2018-06-29 05:37:50,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/f9ea63e9-a96f-4339-b128-eb926a6a1348/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6f2cf13b8afcd8d80f9ef0110d1cd600d86710d" 2018-06-29 05:37:50,935 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 05:37:50 GMT Server: Apache x-openstack-request-id: req-12632258-0612-4149-bd7a-cb9205c87b07 Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 05:37:51,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:37:50 GMT Server: Apache x-openstack-request-id: req-a2b34cae-5151-4dcb-b4ff-62455127a341 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 976 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-06-29T05:37:23Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T05:37:23Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "2960ce3c-2cdf-4261-a925-495965c170d0", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-06-29T05:37:23Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T05:37:23Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "a117cdb3-9bfd-4641-802e-f7d72ce72c5f", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348/resources/network", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-06-29T05:37:23Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T05:37:23Z", "required_by": ["subnet", "vm2", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "e0249e5c-85f3-4801-a131-dd88f0b1e2ad", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-06-29T05:37:23Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T05:37:23Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "7eb83931-b6b6-419e-82ae-b35de78fdfd2", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-06-29T05:37:23Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T05:37:23Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "6d935c3e-60e7-4d9e-b257-3257f9d5096d", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-06-29T05:37:23Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T05:37:23Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "41", "resource_type": "OS::Nova::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-06-29T05:37:23Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T05:37:23Z", "required_by": ["vm2", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-06-29T05:37:23Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T05:37:23Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "06e04a93-44c1-40f4-af25-7a5ec4b7419d:subnet_id=1f2adeca-740c-4ff6-8b78-96c4ed9564ba", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-06-29T05:37:23Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T05:37:23Z", "required_by": ["management_router_interface", "vm2", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "1f2adeca-740c-4ff6-8b78-96c4ed9564ba", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-06-29T05:37:23Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T05:37:23Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "06e04a93-44c1-40f4-af25-7a5ec4b7419d", "resource_type": "OS::Neutron::Router"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-06-29T05:37:23Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T05:37:23Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "2586d923-3421-4183-80f1-45b6fdb2061d", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-06-29T05:37:23Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T05:37:23Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "0caa7df2-ac95-47ed-ad6d-ff690a5f6e8b", "resource_type": "OS::Nova::Server"}]} 2018-06-29 05:37:51,013 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348/resources used request id req-a2b34cae-5151-4dcb-b4ff-62455127a341 2018-06-29 05:37:51,019 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/2586d923-3421-4183-80f1-45b6fdb2061d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6f2cf13b8afcd8d80f9ef0110d1cd600d86710d" 2018-06-29 05:37:51,022 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/0caa7df2-ac95-47ed-ad6d-ff690a5f6e8b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6f2cf13b8afcd8d80f9ef0110d1cd600d86710d" 2018-06-29 05:37:51,365 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:37:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b84f36a2-8804-4db8-9a46-e70dcd4fae1f x-compute-request-id: req-b84f36a2-8804-4db8-9a46-e70dcd4fae1f Content-Encoding: gzip Content-Length: 850 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:79:d3", "version": 4, "addr": "10.1.2.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:79:d3", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0caa7df2-ac95-47ed-ad6d-ff690a5f6e8b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0caa7df2-ac95-47ed-ad6d-ff690a5f6e8b", "rel": "bookmark"}], "image": {"id": "27d15bf2-1323-4c29-944f-625d3c5666e3", "links": [{"href": "http://172.30.9.23:8774/images/27d15bf2-1323-4c29-944f-625d3c5666e3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000023", "OS-SRV-USG:launched_at": "2018-06-29T05:29:40.000000", "flavor": {"id": "a117cdb3-9bfd-4641-802e-f7d72ce72c5f", "links": [{"href": "http://172.30.9.23:8774/flavors/a117cdb3-9bfd-4641-802e-f7d72ce72c5f", "rel": "bookmark"}]}, "id": "0caa7df2-ac95-47ed-ad6d-ff690a5f6e8b", "security_groups": [{"name": "security_group_name"}], "user_id": "c13100c6fdf740938502979241e10e11", "OS-DCF: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-29T05:37:42Z", "hostId": "117a5b8c289933fa183cf4a2955ac729bbbbcc2626a99edbbbff3147", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-keypair", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-inst1", "created": "2018-06-29T05:37:32Z", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 05:37:51,366 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/0caa7df2-ac95-47ed-ad6d-ff690a5f6e8b used request id req-b84f36a2-8804-4db8-9a46-e70dcd4fae1f 2018-06-29 05:37:51,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6f2cf13b8afcd8d80f9ef0110d1cd600d86710d" 2018-06-29 05:37:51,383 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:37:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c1c80a5d-57f7-4ed5-bfa6-c1e726defd7d x-compute-request-id: req-c1c80a5d-57f7-4ed5-bfa6-c1e726defd7d Content-Encoding: gzip Content-Length: 833 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:ef:9c", "version": 4, "addr": "10.1.2.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/2586d923-3421-4183-80f1-45b6fdb2061d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2586d923-3421-4183-80f1-45b6fdb2061d", "rel": "bookmark"}], "image": {"id": "47bd855b-9316-43bd-88b4-0918f98b5bd9", "links": [{"href": "http://172.30.9.23:8774/images/47bd855b-9316-43bd-88b4-0918f98b5bd9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000020", "OS-SRV-USG:launched_at": "2018-06-29T05:29:38.000000", "flavor": {"id": "2960ce3c-2cdf-4261-a925-495965c170d0", "links": [{"href": "http://172.30.9.23:8774/flavors/2960ce3c-2cdf-4261-a925-495965c170d0", "rel": "bookmark"}]}, "id": "2586d923-3421-4183-80f1-45b6fdb2061d", "security_groups": [{"name": "default"}], "user_id": "c13100c6fdf740938502979241e10e11", "OS-DCF: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-29T05:37:40Z", "hostId": "117a5b8c289933fa183cf4a2955ac729bbbbcc2626a99edbbbff3147", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-keypair", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-inst2", "created": "2018-06-29T05:37:32Z", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-06-29 05:37:51,384 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/2586d923-3421-4183-80f1-45b6fdb2061d used request id req-c1c80a5d-57f7-4ed5-bfa6-c1e726defd7d 2018-06-29 05:37:51,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6f2cf13b8afcd8d80f9ef0110d1cd600d86710d" 2018-06-29 05:37:51,455 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 774 X-Openstack-Request-Id: req-f43f5d73-f2ec-48c0-824f-912d97ea2bda Date: Fri, 29 Jun 2018 05:37:51 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"e0249e5c-85f3-4801-a131-dd88f0b1e2ad","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":38,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["1f2adeca-740c-4ff6-8b78-96c4ed9564ba"],"description":"","tags":[],"updated_at":"2018-06-29T05:37:26Z","qos_policy_id":null,"name":"HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:37:25Z","provider:network_type":"vxlan"}]} 2018-06-29 05:37:51,455 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-net used request id req-f43f5d73-f2ec-48c0-824f-912d97ea2bda 2018-06-29 05:37:51,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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 05:37:51,464 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 05:37: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.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 05:37:51,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6f2cf13b8afcd8d80f9ef0110d1cd600d86710d" 2018-06-29 05:37:51,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:37:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7dc4552f-8234-4660-9b8e-7bce2078459b Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}} 2018-06-29 05:37:51,563 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 used request id req-7dc4552f-8234-4660-9b8e-7bce2078459b 2018-06-29 05:37:51,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=e0249e5c-85f3-4801-a131-dd88f0b1e2ad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6f2cf13b8afcd8d80f9ef0110d1cd600d86710d" 2018-06-29 05:37:51,613 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-95e27d33-cdf8-4a9b-a6b1-8124aa988e96 Date: Fri, 29 Jun 2018 05:37:51 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:37:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"1f2adeca-740c-4ff6-8b78-96c4ed9564ba","dns_nameservers":[],"gateway_ip":"10.1.2.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.1.2.0/24","subnetpool_id":null,"service_types":[],"name":"HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-subnet","enable_dhcp":true,"segment_id":null,"network_id":"e0249e5c-85f3-4801-a131-dd88f0b1e2ad","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:37:26Z","ip_version":4}]} 2018-06-29 05:37:51,613 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=e0249e5c-85f3-4801-a131-dd88f0b1e2ad used request id req-95e27d33-cdf8-4a9b-a6b1-8124aa988e96 2018-06-29 05:37:51,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=e0249e5c-85f3-4801-a131-dd88f0b1e2ad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6f2cf13b8afcd8d80f9ef0110d1cd600d86710d" 2018-06-29 05:37:51,628 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 774 X-Openstack-Request-Id: req-ec307363-bc5c-4e88-8abf-85a20c77f923 Date: Fri, 29 Jun 2018 05:37:51 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"e0249e5c-85f3-4801-a131-dd88f0b1e2ad","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":38,"ipv4_address_scope":null,"shared":false,"project_id":"cd9dbb674f044f3998e73a09e2cc2f57","l2_adjacency":true,"status":"ACTIVE","subnets":["1f2adeca-740c-4ff6-8b78-96c4ed9564ba"],"description":"","tags":[],"updated_at":"2018-06-29T05:37:26Z","qos_policy_id":null,"name":"HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-net","admin_state_up":true,"tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:37:25Z","provider:network_type":"vxlan"}]} 2018-06-29 05:37:51,628 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-net used request id req-ec307363-bc5c-4e88-8abf-85a20c77f923 2018-06-29 05:37:51,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6f2cf13b8afcd8d80f9ef0110d1cd600d86710d" 2018-06-29 05:37:51,669 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5859 X-Openstack-Request-Id: req-1f6c3904-a979-4520-b72d-b98e628cdc80 Date: Fri, 29 Jun 2018 05:37:51 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:37:41Z","device_owner":"network:ha_router_replicated_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1f2adeca-740c-4ff6-8b78-96c4ed9564ba","ip_address":"10.1.2.1"}],"id":"43c2234e-790a-44ff-8054-7f209a1eb72e","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:05:84:9a","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e0249e5c-85f3-4801-a131-dd88f0b1e2ad","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:37:35Z","binding:vnic_type":"normal","device_id":"06e04a93-44c1-40f4-af25-7a5ec4b7419d","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:37:31Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1f2adeca-740c-4ff6-8b78-96c4ed9564ba","ip_address":"10.1.2.4"}],"id":"479621ca-7dc0-4c63-a89c-6c047968dc18","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b2:4c:60","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e0249e5c-85f3-4801-a131-dd88f0b1e2ad","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:37:28Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-e0249e5c-85f3-4801-a131-dd88f0b1e2ad","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:37:40Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"1f2adeca-740c-4ff6-8b78-96c4ed9564ba","ip_address":"10.1.2.9"}],"id":"7eb9e1da-5cd7-4316-aa98-2208dfc1f840","security_groups":["7eb83931-b6b6-419e-82ae-b35de78fdfd2"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f7:79:d3","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e0249e5c-85f3-4801-a131-dd88f0b1e2ad","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:37:36Z","binding:vnic_type":"normal","device_id":"0caa7df2-ac95-47ed-ad6d-ff690a5f6e8b","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:37:29Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1f2adeca-740c-4ff6-8b78-96c4ed9564ba","ip_address":"10.1.2.2"}],"id":"8759f0b1-3419-4092-971a-94f4d1d1d6a0","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:51:b9:dc","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e0249e5c-85f3-4801-a131-dd88f0b1e2ad","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:37:27Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-e0249e5c-85f3-4801-a131-dd88f0b1e2ad","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:37:40Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"1f2adeca-740c-4ff6-8b78-96c4ed9564ba","ip_address":"10.1.2.14"}],"id":"c484fa33-d613-4d02-8cd5-8523cd926a92","security_groups":["67fd1914-9a13-4c3f-b4a8-3292c73ccfbe"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6b:ef:9c","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e0249e5c-85f3-4801-a131-dd88f0b1e2ad","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:37:34Z","binding:vnic_type":"normal","device_id":"2586d923-3421-4183-80f1-45b6fdb2061d","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:37:30Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1f2adeca-740c-4ff6-8b78-96c4ed9564ba","ip_address":"10.1.2.3"}],"id":"c6e977e6-f4f0-4ede-a172-ffb59d8d6c7e","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:75:4d:31","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e0249e5c-85f3-4801-a131-dd88f0b1e2ad","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:37:27Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-e0249e5c-85f3-4801-a131-dd88f0b1e2ad","ip_allocation":"immediate"}]} 2018-06-29 05:37:51,669 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=e0249e5c-85f3-4801-a131-dd88f0b1e2ad used request id req-1f6c3904-a979-4520-b72d-b98e628cdc80 2018-06-29 05:37:51,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:37:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4aaafd51-133a-4345-bcf5-c9c4491a9c62 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}} 2018-06-29 05:37:51,728 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 used request id req-4aaafd51-133a-4345-bcf5-c9c4491a9c62 2018-06-29 05:37:51,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=e0249e5c-85f3-4801-a131-dd88f0b1e2ad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6f2cf13b8afcd8d80f9ef0110d1cd600d86710d" 2018-06-29 05:37:51,780 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-1b8ad5c7-1c63-4d0d-b002-0a4f75bdc88a Date: Fri, 29 Jun 2018 05:37:51 GMT RESP BODY: {"subnets":[{"updated_at":"2018-06-29T05:37:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"1f2adeca-740c-4ff6-8b78-96c4ed9564ba","dns_nameservers":[],"gateway_ip":"10.1.2.1","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","description":"","tags":[],"cidr":"10.1.2.0/24","subnetpool_id":null,"service_types":[],"name":"HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-subnet","enable_dhcp":true,"segment_id":null,"network_id":"e0249e5c-85f3-4801-a131-dd88f0b1e2ad","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:37:26Z","ip_version":4}]} 2018-06-29 05:37:51,780 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=e0249e5c-85f3-4801-a131-dd88f0b1e2ad used request id req-1b8ad5c7-1c63-4d0d-b002-0a4f75bdc88a 2018-06-29 05:37:51,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=e0249e5c-85f3-4801-a131-dd88f0b1e2ad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6f2cf13b8afcd8d80f9ef0110d1cd600d86710d" 2018-06-29 05:37:51,833 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5859 X-Openstack-Request-Id: req-c890d443-efc5-4737-b5fa-fcc1380b2dda Date: Fri, 29 Jun 2018 05:37:51 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:37:41Z","device_owner":"network:ha_router_replicated_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1f2adeca-740c-4ff6-8b78-96c4ed9564ba","ip_address":"10.1.2.1"}],"id":"43c2234e-790a-44ff-8054-7f209a1eb72e","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:05:84:9a","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e0249e5c-85f3-4801-a131-dd88f0b1e2ad","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:37:35Z","binding:vnic_type":"normal","device_id":"06e04a93-44c1-40f4-af25-7a5ec4b7419d","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:37:31Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1f2adeca-740c-4ff6-8b78-96c4ed9564ba","ip_address":"10.1.2.4"}],"id":"479621ca-7dc0-4c63-a89c-6c047968dc18","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b2:4c:60","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e0249e5c-85f3-4801-a131-dd88f0b1e2ad","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:37:28Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-e0249e5c-85f3-4801-a131-dd88f0b1e2ad","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:37:40Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"1f2adeca-740c-4ff6-8b78-96c4ed9564ba","ip_address":"10.1.2.9"}],"id":"7eb9e1da-5cd7-4316-aa98-2208dfc1f840","security_groups":["7eb83931-b6b6-419e-82ae-b35de78fdfd2"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f7:79:d3","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e0249e5c-85f3-4801-a131-dd88f0b1e2ad","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:37:36Z","binding:vnic_type":"normal","device_id":"0caa7df2-ac95-47ed-ad6d-ff690a5f6e8b","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:37:29Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1f2adeca-740c-4ff6-8b78-96c4ed9564ba","ip_address":"10.1.2.2"}],"id":"8759f0b1-3419-4092-971a-94f4d1d1d6a0","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:51:b9:dc","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e0249e5c-85f3-4801-a131-dd88f0b1e2ad","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:37:27Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-e0249e5c-85f3-4801-a131-dd88f0b1e2ad","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:37:40Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"1f2adeca-740c-4ff6-8b78-96c4ed9564ba","ip_address":"10.1.2.14"}],"id":"c484fa33-d613-4d02-8cd5-8523cd926a92","security_groups":["67fd1914-9a13-4c3f-b4a8-3292c73ccfbe"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6b:ef:9c","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e0249e5c-85f3-4801-a131-dd88f0b1e2ad","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:37:34Z","binding:vnic_type":"normal","device_id":"2586d923-3421-4183-80f1-45b6fdb2061d","ip_allocation":"immediate"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-06-29T05:37:30Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1f2adeca-740c-4ff6-8b78-96c4ed9564ba","ip_address":"10.1.2.3"}],"id":"c6e977e6-f4f0-4ede-a172-ffb59d8d6c7e","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:75:4d:31","project_id":"cd9dbb674f044f3998e73a09e2cc2f57","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e0249e5c-85f3-4801-a131-dd88f0b1e2ad","tenant_id":"cd9dbb674f044f3998e73a09e2cc2f57","created_at":"2018-06-29T05:37:27Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-e0249e5c-85f3-4801-a131-dd88f0b1e2ad","ip_allocation":"immediate"}]} 2018-06-29 05:37:51,833 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=e0249e5c-85f3-4801-a131-dd88f0b1e2ad used request id req-c890d443-efc5-4737-b5fa-fcc1380b2dda 2018-06-29 05:37:51,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/f9ea63e9-a96f-4339-b128-eb926a6a1348/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6f2cf13b8afcd8d80f9ef0110d1cd600d86710d" 2018-06-29 05:37:51,864 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 05:37:51 GMT Server: Apache x-openstack-request-id: req-5cf6b394-1bf6-4c1f-9705-531339ade2d0 Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 05:37:51,944 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:37:51 GMT Server: Apache x-openstack-request-id: req-b9294f38-fac2-48c6-a3fb-c188f39d3078 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 976 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-06-29T05:37:23Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T05:37:23Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "2960ce3c-2cdf-4261-a925-495965c170d0", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-06-29T05:37:23Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T05:37:23Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "a117cdb3-9bfd-4641-802e-f7d72ce72c5f", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348/resources/network", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-06-29T05:37:23Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T05:37:23Z", "required_by": ["subnet", "vm2", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "e0249e5c-85f3-4801-a131-dd88f0b1e2ad", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-06-29T05:37:23Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T05:37:23Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "7eb83931-b6b6-419e-82ae-b35de78fdfd2", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-06-29T05:37:23Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T05:37:23Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "6d935c3e-60e7-4d9e-b257-3257f9d5096d", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-06-29T05:37:23Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T05:37:23Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "41", "resource_type": "OS::Nova::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-06-29T05:37:23Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T05:37:23Z", "required_by": ["vm2", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-06-29T05:37:23Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T05:37:23Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "06e04a93-44c1-40f4-af25-7a5ec4b7419d:subnet_id=1f2adeca-740c-4ff6-8b78-96c4ed9564ba", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-06-29T05:37:23Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T05:37:23Z", "required_by": ["management_router_interface", "vm2", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "1f2adeca-740c-4ff6-8b78-96c4ed9564ba", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-06-29T05:37:23Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T05:37:23Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "06e04a93-44c1-40f4-af25-7a5ec4b7419d", "resource_type": "OS::Neutron::Router"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-06-29T05:37:23Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T05:37:23Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "2586d923-3421-4183-80f1-45b6fdb2061d", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-06-29T05:37:23Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T05:37:23Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "0caa7df2-ac95-47ed-ad6d-ff690a5f6e8b", "resource_type": "OS::Nova::Server"}]} 2018-06-29 05:37:51,944 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348/resources used request id req-b9294f38-fac2-48c6-a3fb-c188f39d3078 2018-06-29 05:37:51,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/47bd855b-9316-43bd-88b4-0918f98b5bd9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c6f2cf13b8afcd8d80f9ef0110d1cd600d86710d" 2018-06-29 05:37:51,968 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-c5ef6112-c0ba-4904-84b8-9abb8c830f43 Date: Fri, 29 Jun 2018 05:37:51 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-image2", "tags": [], "container_format": "bare", "created_at": "2018-06-29T05:37:17Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-06-29T05:37:18Z", "visibility": "shared", "locations": [{"url": "rbd://cc48edf5-5a9c-4722-a2ee-f16c65653e74/images/47bd855b-9316-43bd-88b4-0918f98b5bd9/snap", "metadata": {}}], "self": "/v2/images/47bd855b-9316-43bd-88b4-0918f98b5bd9", "min_disk": 0, "protected": false, "id": "47bd855b-9316-43bd-88b4-0918f98b5bd9", "file": "/v2/images/47bd855b-9316-43bd-88b4-0918f98b5bd9/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "cd9dbb674f044f3998e73a09e2cc2f57", "direct_url": "rbd://cc48edf5-5a9c-4722-a2ee-f16c65653e74/images/47bd855b-9316-43bd-88b4-0918f98b5bd9/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 05:37:51,968 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/47bd855b-9316-43bd-88b4-0918f98b5bd9 used request id req-c5ef6112-c0ba-4904-84b8-9abb8c830f43 2018-06-29 05:37:51,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c6f2cf13b8afcd8d80f9ef0110d1cd600d86710d" 2018-06-29 05:37:52,161 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-7f5d373c-049e-49bd-9003-16c8afceb766 Date: Fri, 29 Jun 2018 05:37:52 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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 05:37:52,162 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-7f5d373c-049e-49bd-9003-16c8afceb766 2018-06-29 05:37:52,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/47bd855b-9316-43bd-88b4-0918f98b5bd9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c6f2cf13b8afcd8d80f9ef0110d1cd600d86710d" 2018-06-29 05:37:52,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-a658e60f-fbf4-40a7-83bf-ecff31fa8c25 Date: Fri, 29 Jun 2018 05:37:52 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-image2", "tags": [], "container_format": "bare", "created_at": "2018-06-29T05:37:17Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-06-29T05:37:18Z", "visibility": "shared", "locations": [{"url": "rbd://cc48edf5-5a9c-4722-a2ee-f16c65653e74/images/47bd855b-9316-43bd-88b4-0918f98b5bd9/snap", "metadata": {}}], "self": "/v2/images/47bd855b-9316-43bd-88b4-0918f98b5bd9", "min_disk": 0, "protected": false, "id": "47bd855b-9316-43bd-88b4-0918f98b5bd9", "file": "/v2/images/47bd855b-9316-43bd-88b4-0918f98b5bd9/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "cd9dbb674f044f3998e73a09e2cc2f57", "direct_url": "rbd://cc48edf5-5a9c-4722-a2ee-f16c65653e74/images/47bd855b-9316-43bd-88b4-0918f98b5bd9/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 05:37:52,362 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/47bd855b-9316-43bd-88b4-0918f98b5bd9 used request id req-a658e60f-fbf4-40a7-83bf-ecff31fa8c25 2018-06-29 05:37:52,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/27d15bf2-1323-4c29-944f-625d3c5666e3 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c6f2cf13b8afcd8d80f9ef0110d1cd600d86710d" 2018-06-29 05:37:52,537 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-229c273f-13f3-4ef8-abed-d2f5c0566b65 Date: Fri, 29 Jun 2018 05:37:52 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-image1", "tags": [], "container_format": "bare", "created_at": "2018-06-29T05:37:14Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-06-29T05:37:15Z", "visibility": "shared", "locations": [{"url": "rbd://cc48edf5-5a9c-4722-a2ee-f16c65653e74/images/27d15bf2-1323-4c29-944f-625d3c5666e3/snap", "metadata": {}}], "self": "/v2/images/27d15bf2-1323-4c29-944f-625d3c5666e3", "min_disk": 0, "protected": false, "id": "27d15bf2-1323-4c29-944f-625d3c5666e3", "file": "/v2/images/27d15bf2-1323-4c29-944f-625d3c5666e3/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "cd9dbb674f044f3998e73a09e2cc2f57", "direct_url": "rbd://cc48edf5-5a9c-4722-a2ee-f16c65653e74/images/27d15bf2-1323-4c29-944f-625d3c5666e3/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-06-29 05:37:52,537 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/27d15bf2-1323-4c29-944f-625d3c5666e3 used request id req-229c273f-13f3-4ef8-abed-d2f5c0566b65 2018-06-29 05:37:52,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/f9ea63e9-a96f-4339-b128-eb926a6a1348 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6f2cf13b8afcd8d80f9ef0110d1cd600d86710d" 2018-06-29 05:37:52,567 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 05:37:52 GMT Server: Apache x-openstack-request-id: req-71e27f82-1a3b-4ede-a216-226bc4e7e89a Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 05:37:52,874 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:37:52 GMT Server: Apache x-openstack-request-id: req-e97b7a49-73f5-4be8-88b0-e47a4be1a73f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2083 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-flavor2", "OS::project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "OS::stack_id": "f9ea63e9-a96f-4339-b128-eb926a6a1348", "OS::stack_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-subnet", "net_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack", "stack_user_project_id": "a73efda978484e31aa36d0bb732e22fe", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-06-29T05:37:22Z", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "f9ea63e9-a96f-4339-b128-eb926a6a1348", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA2CPtiWtK0wxGg/lXAXgcC8w8Hu3Y3ZZdm8LkFbc7nP3xC578\nv+lj44fyfEiuIZlSAi7FhBtwEdLjUIlDCQbsOdI5I+SbenNBZx+10a43PFdu7LLb\nQUkaQhQbhMXKgPpmy1rExh3/2aXBYUZudltwT6oiw3CkuuHapmHS6NwJT35Bn5Tm\nHOClUihMzw1ffRoYkP1psmGEILrtoOPZOjjRXSwupDYrPdAtqpio9A+200UgHdsE\nYX81sZ3MY7WC5aYehTzTzZE0ULAdpe+iJZ1eRQmhVvwR6xFvg44XWVzYWleTa2s7\ncnRQMGSByd0EgdjzJXGiE6TDCpUmj9vtHxCTWwIDAQABAoIBAQCMDWvD2bQYYSHo\nLk8EcrGpq2NhnzkhDGgHoBdvQtXr+liQ8SpRqIfDTboAco/y0YhkRa5S1fyecAo/\ni1HWrZewN9oyudVNWRWOHuwPvFWqUfVchuCvwxCytJjIRenb/WVSa7SJs7Kvc0qF\nH8BADSwPUu1HutvjBKpLmaOyo7Gcwb+CpxBlh3m7rHhnHNHoDQW5pKiN4JcTt9W8\nNQ9DQDO8Ufd2OrywLyDjU8AY8fgbMasSgZLl+6tXFGQEW76j1CV94GWGl6XJWLNS\nzUaTLcHQ9obSClCXA0fCQhfqDJkjuLAGABWYhr3VTbOY5SG2QW8mTSN+B0Ih9NZg\nbhiu4yAhAoGBAPsHvm2LH4qWg9UoYlu2fsUWE3IEB1e9opszXmn4LpvQJUE+VlVX\ntXNe+QZv5yIFnqnHivJKogH2WBG+nK75JIuJcImsqFGJLODJvsSnYxsit7jtBiYx\n6POXGI45ji7tg1qg1XquN7Xd7q1ldoS9SHya61aiq2jk4miV60ik/+zDAoGBANxr\nW20NNzp4qo45RSpmdgMO0sHVJNEUbnuETblIxU+ss6pAwztEHJP24p0AjBEc7Kef\nuN8B+nrWY7g0dvXm96ZJRmpf0IRYYhDR6jqOWGwP7nD9JFwC6/2uQm0dnCAAOSZp\nrCs5O6LYjsgXO6uGejjWJHracQm+7t3rQIkaJ7WJAoGAImOTMMqITaIE+WSI5OuB\nPlqh21K19s0hw4Ur//Rh3jKLh/6UMSjM0LtH/hvCXCTM8ZFGdZ7HxuEKe5PTPx0e\nZoczhYjDnjfekATTP3l22DbPWGQQHZdkxEoEsSctVTxwbC/wTtgjBaUbl2F49QJB\nNeC7MKkkNkB0y8MN8mu4K6UCgYAYx9kXgYzb/gTuyHGGOs65uUjokdX5y5pAOLek\nRRIpyvjIA0/vsdCksfT4Qb99jQruLX7TU52dgczkQMG/E6B0CXjpLKx8tJMR4Qe8\nXZSDUac0/MDBt3Jgqt689b8/ucazEt5QXbbesAodZL9IoW3MRgcD6NschWLFgFVZ\nFJ+yQQKBgA82MljOpvRC39BOkxlKKqRasQt+JO8+M7spCn+BXPO7eT+/e5YCO6+w\nlH2i6eUUcgMm8iv682rX7IVBrMz6h+sS49D5wtlxVDI1P+wxN04jUJyQb45mvsG8\nqUpzEaTRsH6kRe+MRojYatXWLKI+xomgf1z5KKO+5k5uu26Vgj7c\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 05:37:52,875 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348 used request id req-e97b7a49-73f5-4be8-88b0-e47a4be1a73f 2018-06-29 05:37:52,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/f9ea63e9-a96f-4339-b128-eb926a6a1348 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6f2cf13b8afcd8d80f9ef0110d1cd600d86710d" 2018-06-29 05:37:52,906 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 05:37:52 GMT Server: Apache x-openstack-request-id: req-523f2ada-1d1a-4e71-a751-a101a687c6b6 Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 05:37:53,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:37:52 GMT Server: Apache x-openstack-request-id: req-7108ca44-152a-4e6b-a62d-87a22852229a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2083 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-flavor2", "OS::project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "OS::stack_id": "f9ea63e9-a96f-4339-b128-eb926a6a1348", "OS::stack_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-subnet", "net_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack", "stack_user_project_id": "a73efda978484e31aa36d0bb732e22fe", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-06-29T05:37:22Z", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "f9ea63e9-a96f-4339-b128-eb926a6a1348", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA2CPtiWtK0wxGg/lXAXgcC8w8Hu3Y3ZZdm8LkFbc7nP3xC578\nv+lj44fyfEiuIZlSAi7FhBtwEdLjUIlDCQbsOdI5I+SbenNBZx+10a43PFdu7LLb\nQUkaQhQbhMXKgPpmy1rExh3/2aXBYUZudltwT6oiw3CkuuHapmHS6NwJT35Bn5Tm\nHOClUihMzw1ffRoYkP1psmGEILrtoOPZOjjRXSwupDYrPdAtqpio9A+200UgHdsE\nYX81sZ3MY7WC5aYehTzTzZE0ULAdpe+iJZ1eRQmhVvwR6xFvg44XWVzYWleTa2s7\ncnRQMGSByd0EgdjzJXGiE6TDCpUmj9vtHxCTWwIDAQABAoIBAQCMDWvD2bQYYSHo\nLk8EcrGpq2NhnzkhDGgHoBdvQtXr+liQ8SpRqIfDTboAco/y0YhkRa5S1fyecAo/\ni1HWrZewN9oyudVNWRWOHuwPvFWqUfVchuCvwxCytJjIRenb/WVSa7SJs7Kvc0qF\nH8BADSwPUu1HutvjBKpLmaOyo7Gcwb+CpxBlh3m7rHhnHNHoDQW5pKiN4JcTt9W8\nNQ9DQDO8Ufd2OrywLyDjU8AY8fgbMasSgZLl+6tXFGQEW76j1CV94GWGl6XJWLNS\nzUaTLcHQ9obSClCXA0fCQhfqDJkjuLAGABWYhr3VTbOY5SG2QW8mTSN+B0Ih9NZg\nbhiu4yAhAoGBAPsHvm2LH4qWg9UoYlu2fsUWE3IEB1e9opszXmn4LpvQJUE+VlVX\ntXNe+QZv5yIFnqnHivJKogH2WBG+nK75JIuJcImsqFGJLODJvsSnYxsit7jtBiYx\n6POXGI45ji7tg1qg1XquN7Xd7q1ldoS9SHya61aiq2jk4miV60ik/+zDAoGBANxr\nW20NNzp4qo45RSpmdgMO0sHVJNEUbnuETblIxU+ss6pAwztEHJP24p0AjBEc7Kef\nuN8B+nrWY7g0dvXm96ZJRmpf0IRYYhDR6jqOWGwP7nD9JFwC6/2uQm0dnCAAOSZp\nrCs5O6LYjsgXO6uGejjWJHracQm+7t3rQIkaJ7WJAoGAImOTMMqITaIE+WSI5OuB\nPlqh21K19s0hw4Ur//Rh3jKLh/6UMSjM0LtH/hvCXCTM8ZFGdZ7HxuEKe5PTPx0e\nZoczhYjDnjfekATTP3l22DbPWGQQHZdkxEoEsSctVTxwbC/wTtgjBaUbl2F49QJB\nNeC7MKkkNkB0y8MN8mu4K6UCgYAYx9kXgYzb/gTuyHGGOs65uUjokdX5y5pAOLek\nRRIpyvjIA0/vsdCksfT4Qb99jQruLX7TU52dgczkQMG/E6B0CXjpLKx8tJMR4Qe8\nXZSDUac0/MDBt3Jgqt689b8/ucazEt5QXbbesAodZL9IoW3MRgcD6NschWLFgFVZ\nFJ+yQQKBgA82MljOpvRC39BOkxlKKqRasQt+JO8+M7spCn+BXPO7eT+/e5YCO6+w\nlH2i6eUUcgMm8iv682rX7IVBrMz6h+sS49D5wtlxVDI1P+wxN04jUJyQb45mvsG8\nqUpzEaTRsH6kRe+MRojYatXWLKI+xomgf1z5KKO+5k5uu26Vgj7c\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 05:37:53,326 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348 used request id req-7108ca44-152a-4e6b-a62d-87a22852229a 2018-06-29 05:37:53,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/f9ea63e9-a96f-4339-b128-eb926a6a1348 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6f2cf13b8afcd8d80f9ef0110d1cd600d86710d" 2018-06-29 05:37:53,517 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 05:37:53 GMT Server: Apache x-openstack-request-id: req-29e39df4-366f-4cfc-a386-9539b276f583 Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 05:37:54,249 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 05:37:53 GMT Server: Apache x-openstack-request-id: req-e3479994-c1b3-4260-878a-fb1e9d3f9d61 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 05:37:54,249 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348 used request id req-e3479994-c1b3-4260-878a-fb1e9d3f9d61 2018-06-29 05:37:54,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/f9ea63e9-a96f-4339-b128-eb926a6a1348 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6f2cf13b8afcd8d80f9ef0110d1cd600d86710d" 2018-06-29 05:37:54,981 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 05:37:54 GMT Server: Apache x-openstack-request-id: req-de9925c5-bd51-49d9-8f1d-1233756177cd Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 05:37:55,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:37:54 GMT Server: Apache x-openstack-request-id: req-11cfc1a8-8824-42ca-8b6f-6e6a60d25145 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 778 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-d8f8aca3-3a52-45ae-bc73-852f1812a60e-flavor2", "OS::project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "OS::stack_id": "f9ea63e9-a96f-4339-b128-eb926a6a1348", "OS::stack_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-subnet", "net_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack", "stack_user_project_id": "a73efda978484e31aa36d0bb732e22fe", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-06-29T05:37:22Z", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-06-29T05:37:54Z", "id": "f9ea63e9-a96f-4339-b128-eb926a6a1348", "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 05:37:55,025 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348 used request id req-11cfc1a8-8824-42ca-8b6f-6e6a60d25145 2018-06-29 05:37:58,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/f9ea63e9-a96f-4339-b128-eb926a6a1348 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6f2cf13b8afcd8d80f9ef0110d1cd600d86710d" 2018-06-29 05:37:58,059 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 05:37:58 GMT Server: Apache x-openstack-request-id: req-936de439-e6ef-4e43-a9e5-fd7d04ce6e45 Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 05:37:58,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:37:58 GMT Server: Apache x-openstack-request-id: req-497c805e-bf38-4fb2-a800-1330694a8d5f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 778 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-d8f8aca3-3a52-45ae-bc73-852f1812a60e-flavor2", "OS::project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "OS::stack_id": "f9ea63e9-a96f-4339-b128-eb926a6a1348", "OS::stack_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-subnet", "net_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack", "stack_user_project_id": "a73efda978484e31aa36d0bb732e22fe", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-06-29T05:37:22Z", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-06-29T05:37:54Z", "id": "f9ea63e9-a96f-4339-b128-eb926a6a1348", "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 05:37:58,102 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348 used request id req-497c805e-bf38-4fb2-a800-1330694a8d5f 2018-06-29 05:38:01,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/f9ea63e9-a96f-4339-b128-eb926a6a1348 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6f2cf13b8afcd8d80f9ef0110d1cd600d86710d" 2018-06-29 05:38:01,136 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 05:38:01 GMT Server: Apache x-openstack-request-id: req-61b67910-a30b-475f-894e-65c77bb892e1 Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 05:38:01,179 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:38:01 GMT Server: Apache x-openstack-request-id: req-2694b69c-7dea-4b9f-a959-213c260acd97 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 778 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-d8f8aca3-3a52-45ae-bc73-852f1812a60e-flavor2", "OS::project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "OS::stack_id": "f9ea63e9-a96f-4339-b128-eb926a6a1348", "OS::stack_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-subnet", "net_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack", "stack_user_project_id": "a73efda978484e31aa36d0bb732e22fe", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-06-29T05:37:22Z", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-06-29T05:37:54Z", "id": "f9ea63e9-a96f-4339-b128-eb926a6a1348", "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 05:38:01,179 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348 used request id req-2694b69c-7dea-4b9f-a959-213c260acd97 2018-06-29 05:38:04,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/f9ea63e9-a96f-4339-b128-eb926a6a1348 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6f2cf13b8afcd8d80f9ef0110d1cd600d86710d" 2018-06-29 05:38:04,390 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 05:38:04 GMT Server: Apache x-openstack-request-id: req-8ca4ce5c-1eca-435a-b99d-6c41b9ab290d Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 05:38:04,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:38:04 GMT Server: Apache x-openstack-request-id: req-34d50641-9704-425c-ab7d-c43052c8c641 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 778 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-d8f8aca3-3a52-45ae-bc73-852f1812a60e-flavor2", "OS::project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "OS::stack_id": "f9ea63e9-a96f-4339-b128-eb926a6a1348", "OS::stack_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-subnet", "net_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack", "stack_user_project_id": "a73efda978484e31aa36d0bb732e22fe", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-06-29T05:37:22Z", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-06-29T05:37:54Z", "id": "f9ea63e9-a96f-4339-b128-eb926a6a1348", "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 05:38:04,433 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348 used request id req-34d50641-9704-425c-ab7d-c43052c8c641 2018-06-29 05:38:07,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/f9ea63e9-a96f-4339-b128-eb926a6a1348 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6f2cf13b8afcd8d80f9ef0110d1cd600d86710d" 2018-06-29 05:38:07,467 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 05:38:07 GMT Server: Apache x-openstack-request-id: req-c36dde1a-58e3-4ad0-9316-7cfacb3944a9 Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 05:38:07,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:38:07 GMT Server: Apache x-openstack-request-id: req-6090ed6f-4784-47bc-a508-7bb73381479c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 690 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-flavor2", "OS::project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "OS::stack_id": "f9ea63e9-a96f-4339-b128-eb926a6a1348", "OS::stack_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-subnet", "net_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-image1"}, "deletion_time": "2018-06-29T05:38:05Z", "stack_name": "HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack", "stack_user_project_id": "a73efda978484e31aa36d0bb732e22fe", "tags": null, "creation_time": "2018-06-29T05:37:22Z", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-06-29T05:37:54Z", "id": "f9ea63e9-a96f-4339-b128-eb926a6a1348", "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 05:38:07,871 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-stack/f9ea63e9-a96f-4339-b128-eb926a6a1348 used request id req-6090ed6f-4784-47bc-a508-7bb73381479c 2018-06-29 05:38:07,871 - glance_utils - INFO - Deleting image named - HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-image1 2018-06-29 05:38:07,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/27d15bf2-1323-4c29-944f-625d3c5666e3 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}14e5399dce6d2e6f4022afd296c742560ac6fd5e" 2018-06-29 05:38:08,825 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e6fb40b6-e102-44cd-9c8e-02b55f13dfe5 Date: Fri, 29 Jun 2018 05:38: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 05:38:08,826 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/27d15bf2-1323-4c29-944f-625d3c5666e3 used request id req-e6fb40b6-e102-44cd-9c8e-02b55f13dfe5 2018-06-29 05:38:08,827 - glance_utils - INFO - Deleting image named - HeatUtilsCreateComplexStackTests-d8f8aca3-3a52-45ae-bc73-852f1812a60e-image2 2018-06-29 05:38:08,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/47bd855b-9316-43bd-88b4-0918f98b5bd9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f7b2db81248d0abaf40001dfb323db863225c6fc" 2018-06-29 05:38:09,920 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7b9498e1-d39e-4df2-94d5-71706ff9fb09 Date: Fri, 29 Jun 2018 05:38: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 05:38:09,920 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/47bd855b-9316-43bd-88b4-0918f98b5bd9 used request id req-7b9498e1-d39e-4df2-94d5-71706ff9fb09 2018-06-29 05:38:09,923 - heat_utils - DEBUG - Retrieving Heat Client 2018-06-29 05:38:09,923 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 05:38:09,932 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:38:10,342 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:38:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["LYDmilQxS7WCklzYT0kVXg"], "issued_at": "2018-06-29T05:38:10.000000Z"}} 2018-06-29 05:38:10,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0567057b551a09cef613592f5b808fd275b7d5f3" -d '{"stack_name": "HeatUtilsFlavorTests-51fc9efe-70d0-46aa-a0b9-5c74232ff9c1-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 05:38:12,054 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 29 Jun 2018 05:38:10 GMT Server: Apache x-openstack-request-id: req-491209f9-5a42-4e89-abd6-d3e43f03b46e Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsFlavorTests-51fc9efe-70d0-46aa-a0b9-5c74232ff9c1-stack/f34e986d-4642-488b-a56f-cad274c3c3ee Content-Length: 264 Content-Type: application/json RESP BODY: {"stack": {"id": "f34e986d-4642-488b-a56f-cad274c3c3ee", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsFlavorTests-51fc9efe-70d0-46aa-a0b9-5c74232ff9c1-stack/f34e986d-4642-488b-a56f-cad274c3c3ee", "rel": "self"}]}} 2018-06-29 05:38:12,054 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks used request id req-491209f9-5a42-4e89-abd6-d3e43f03b46e 2018-06-29 05:38:12,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/f34e986d-4642-488b-a56f-cad274c3c3ee -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0567057b551a09cef613592f5b808fd275b7d5f3" 2018-06-29 05:38:12,255 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 05:38:12 GMT Server: Apache x-openstack-request-id: req-bc049c90-b357-49a2-b890-165fc021c798 Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsFlavorTests-51fc9efe-70d0-46aa-a0b9-5c74232ff9c1-stack/f34e986d-4642-488b-a56f-cad274c3c3ee Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsFlavorTests-51fc9efe-70d0-46aa-a0b9-5c74232ff9c1-stack/f34e986d-4642-488b-a56f-cad274c3c3ee;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 05:38:12,475 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:38:12 GMT Server: Apache x-openstack-request-id: req-bf24d17d-f2ba-41c0-940f-5c1b95100c1c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 514 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "OS::stack_id": "f34e986d-4642-488b-a56f-cad274c3c3ee", "OS::stack_name": "HeatUtilsFlavorTests-51fc9efe-70d0-46aa-a0b9-5c74232ff9c1-stack"}, "deletion_time": null, "stack_name": "HeatUtilsFlavorTests-51fc9efe-70d0-46aa-a0b9-5c74232ff9c1-stack", "stack_user_project_id": "09c6c7c4990f48e7a57997782929ac83", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-06-29T05:38:11Z", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsFlavorTests-51fc9efe-70d0-46aa-a0b9-5c74232ff9c1-stack/f34e986d-4642-488b-a56f-cad274c3c3ee", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "f34e986d-4642-488b-a56f-cad274c3c3ee", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-06-29 05:38:12,475 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsFlavorTests-51fc9efe-70d0-46aa-a0b9-5c74232ff9c1-stack/f34e986d-4642-488b-a56f-cad274c3c3ee used request id req-bf24d17d-f2ba-41c0-940f-5c1b95100c1c 2018-06-29 05:38:12,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/f34e986d-4642-488b-a56f-cad274c3c3ee -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0567057b551a09cef613592f5b808fd275b7d5f3" 2018-06-29 05:38:12,681 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 05:38:12 GMT Server: Apache x-openstack-request-id: req-2ed700d4-649b-4bc4-a074-15b3bb31bf0d Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsFlavorTests-51fc9efe-70d0-46aa-a0b9-5c74232ff9c1-stack/f34e986d-4642-488b-a56f-cad274c3c3ee Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsFlavorTests-51fc9efe-70d0-46aa-a0b9-5c74232ff9c1-stack/f34e986d-4642-488b-a56f-cad274c3c3ee;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 05:38:12,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:38:12 GMT Server: Apache x-openstack-request-id: req-4a73a748-334a-40ce-81d7-a3229f6e2302 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 514 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "OS::stack_id": "f34e986d-4642-488b-a56f-cad274c3c3ee", "OS::stack_name": "HeatUtilsFlavorTests-51fc9efe-70d0-46aa-a0b9-5c74232ff9c1-stack"}, "deletion_time": null, "stack_name": "HeatUtilsFlavorTests-51fc9efe-70d0-46aa-a0b9-5c74232ff9c1-stack", "stack_user_project_id": "09c6c7c4990f48e7a57997782929ac83", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-06-29T05:38:11Z", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsFlavorTests-51fc9efe-70d0-46aa-a0b9-5c74232ff9c1-stack/f34e986d-4642-488b-a56f-cad274c3c3ee", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "f34e986d-4642-488b-a56f-cad274c3c3ee", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-06-29 05:38:12,879 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsFlavorTests-51fc9efe-70d0-46aa-a0b9-5c74232ff9c1-stack/f34e986d-4642-488b-a56f-cad274c3c3ee used request id req-4a73a748-334a-40ce-81d7-a3229f6e2302 2018-06-29 05:38:12,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/f34e986d-4642-488b-a56f-cad274c3c3ee/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0567057b551a09cef613592f5b808fd275b7d5f3" 2018-06-29 05:38:13,086 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 05:38:12 GMT Server: Apache x-openstack-request-id: req-1c1a724b-8003-42f8-ac5b-34ab9e462c44 Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsFlavorTests-51fc9efe-70d0-46aa-a0b9-5c74232ff9c1-stack/f34e986d-4642-488b-a56f-cad274c3c3ee/resources Content-Length: 497 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsFlavorTests-51fc9efe-70d0-46aa-a0b9-5c74232ff9c1-stack/f34e986d-4642-488b-a56f-cad274c3c3ee/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 05:38:13,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:38:13 GMT Server: Apache x-openstack-request-id: req-1d0a0dbb-0cb6-4d41-9911-0198229af799 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.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsFlavorTests-51fc9efe-70d0-46aa-a0b9-5c74232ff9c1-stack/f34e986d-4642-488b-a56f-cad274c3c3ee/resources/flavor", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsFlavorTests-51fc9efe-70d0-46aa-a0b9-5c74232ff9c1-stack/f34e986d-4642-488b-a56f-cad274c3c3ee", "rel": "stack"}], "logical_resource_id": "flavor", "creation_time": "2018-06-29T05:38:12Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T05:38:12Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "c8507abe-5a22-4e51-9022-40644fc78a58", "resource_type": "OS::Nova::Flavor"}]} 2018-06-29 05:38:13,308 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsFlavorTests-51fc9efe-70d0-46aa-a0b9-5c74232ff9c1-stack/f34e986d-4642-488b-a56f-cad274c3c3ee/resources used request id req-1d0a0dbb-0cb6-4d41-9911-0198229af799 2018-06-29 05:38:13,312 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/c8507abe-5a22-4e51-9022-40644fc78a58 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0567057b551a09cef613592f5b808fd275b7d5f3" 2018-06-29 05:38:13,335 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:38: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-fd19d2b8-b64d-4487-a495-aea086529703 x-compute-request-id: req-fd19d2b8-b64d-4487-a495-aea086529703 Content-Encoding: gzip Content-Length: 331 Content-Type: application/json RESP BODY: {"flavor": {"name": "HeatUtilsFlavorTests-51fc9efe-70d0-46aa-a0b9-5c74232ff9c1-stack-flavor-4dfqmod25hph", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/c8507abe-5a22-4e51-9022-40644fc78a58", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/c8507abe-5a22-4e51-9022-40644fc78a58", "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": "c8507abe-5a22-4e51-9022-40644fc78a58"}} 2018-06-29 05:38:13,335 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/c8507abe-5a22-4e51-9022-40644fc78a58 used request id req-fd19d2b8-b64d-4487-a495-aea086529703 2018-06-29 05:38:13,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/f34e986d-4642-488b-a56f-cad274c3c3ee -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0567057b551a09cef613592f5b808fd275b7d5f3" 2018-06-29 05:38:13,544 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 05:38:13 GMT Server: Apache x-openstack-request-id: req-9c4e78b9-660d-4685-adae-f0c98338896c Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsFlavorTests-51fc9efe-70d0-46aa-a0b9-5c74232ff9c1-stack/f34e986d-4642-488b-a56f-cad274c3c3ee Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsFlavorTests-51fc9efe-70d0-46aa-a0b9-5c74232ff9c1-stack/f34e986d-4642-488b-a56f-cad274c3c3ee;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 05:38:13,757 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 05:38:13 GMT Server: Apache x-openstack-request-id: req-23b1222f-81cc-42b0-8ed7-389fa96e023a 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 05:38:13,757 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsFlavorTests-51fc9efe-70d0-46aa-a0b9-5c74232ff9c1-stack/f34e986d-4642-488b-a56f-cad274c3c3ee used request id req-23b1222f-81cc-42b0-8ed7-389fa96e023a 2018-06-29 05:38:13,758 - heat_utils - DEBUG - Retrieving Heat Client 2018-06-29 05:38:13,759 - nova_utils - DEBUG - Retrieving Nova Client 2018-06-29 05:38:13,771 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:38:14,184 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:38:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["dq1ndBKUTF-6YnVYpT7sZw"], "issued_at": "2018-06-29T05:38:14.000000Z"}} 2018-06-29 05:38:14,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2c08981c7bb2697479a53622c31e1b62d120d63" -d '{"stack_name": "HeatUtilsKeypairTests-d20a9100-b82b-49d6-ba24-452f23efb6e2-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-d20a9100-b82b-49d6-ba24-452f23efb6e2-kp"}}' 2018-06-29 05:38:15,935 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 29 Jun 2018 05:38:14 GMT Server: Apache x-openstack-request-id: req-d110302e-449c-4eda-ab8a-9ab32657ccb3 Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsKeypairTests-d20a9100-b82b-49d6-ba24-452f23efb6e2-stack/c26f1878-0b7c-46b9-990f-443dd04ee9b7 Content-Length: 265 Content-Type: application/json RESP BODY: {"stack": {"id": "c26f1878-0b7c-46b9-990f-443dd04ee9b7", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsKeypairTests-d20a9100-b82b-49d6-ba24-452f23efb6e2-stack/c26f1878-0b7c-46b9-990f-443dd04ee9b7", "rel": "self"}]}} 2018-06-29 05:38:15,935 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks used request id req-d110302e-449c-4eda-ab8a-9ab32657ccb3 2018-06-29 05:38:15,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/c26f1878-0b7c-46b9-990f-443dd04ee9b7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2c08981c7bb2697479a53622c31e1b62d120d63" 2018-06-29 05:38:16,142 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 05:38:15 GMT Server: Apache x-openstack-request-id: req-3df624dd-164f-4f07-86df-a92f67c512eb Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsKeypairTests-d20a9100-b82b-49d6-ba24-452f23efb6e2-stack/c26f1878-0b7c-46b9-990f-443dd04ee9b7 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsKeypairTests-d20a9100-b82b-49d6-ba24-452f23efb6e2-stack/c26f1878-0b7c-46b9-990f-443dd04ee9b7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 05:38:16,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:38:16 GMT Server: Apache x-openstack-request-id: req-89a1dcd4-53f3-4686-934c-100572ce64da Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1894 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": "cd9dbb674f044f3998e73a09e2cc2f57", "OS::stack_id": "c26f1878-0b7c-46b9-990f-443dd04ee9b7", "OS::stack_name": "HeatUtilsKeypairTests-d20a9100-b82b-49d6-ba24-452f23efb6e2-stack", "keypair_name": "HeatUtilsKeypairTests-d20a9100-b82b-49d6-ba24-452f23efb6e2-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-d20a9100-b82b-49d6-ba24-452f23efb6e2-stack", "stack_user_project_id": "c84aacee39734d5bacaf9c97353d0564", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T05:38:15Z", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsKeypairTests-d20a9100-b82b-49d6-ba24-452f23efb6e2-stack/c26f1878-0b7c-46b9-990f-443dd04ee9b7", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c26f1878-0b7c-46b9-990f-443dd04ee9b7", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAnwXv3ydypDtrYnvorEZ5SpHCEhXQTb1HQ7N+pOuY90/R315h\notADy6h4T50hcfGKZaOpL358zyXvKDUpwKiP1UFcOX5TZ7NOGcpvIimHvQUG8wgs\ngRjR6nvdrn7FIiirhLAh1ELCc0e2ckeuHQjh2ONyC1JYjWIm9dmpaBKPpiV+gthj\ngn6oZsASkQO0rRPXoXtlzBm3ILhGKz2PQhGz3Tn0MmqL53cc1kNmSBOwC1Bo6gqP\nUOSwVomi/rmf/hejQdz5O/GaqtbV5c5HhRfVqllKIpkDMQ4Df5K0HwnVo6dyegiy\n5BVw6zRPbViMYZoPP1yNUWEsQFJilned3VQcoQIDAQABAoIBACP/IQw/jrjUZnt1\nlvagQUZ69hZH784ZIW+Wyv0kA40/+T75y1oigilwqkNDS1XSmkRlpp+En1X4vUk5\nt4jP3zcjw2+UQ+b+dJhr9XojMoG8CJWs7P4QEzxj64tbUN5pnGG9yPqWXhPgUNFP\nnn8eCpmg6qjbbAYdCLqwGaPgR7oQ+T3DAMlTJnf1OcNTRuXQYRORBKtmICqVWG+6\nP/c7w+aNRkL2eHIV3NHV2sNFMCiXcFpdlaFT1pxbBSxyA3XjsEjhfnkUREgU9RMn\nvlgKLEul2J78rEPTzDQZe+vleDIveg7vFD0fl/oeTk1Kv67I8iZaIoyR8D7N/z0A\nOqutKf0CgYEA07LelLRBHMYDbKTkAI0/ntS/U1foCnKF/qECsWdSg9s1o1x3nhXb\nOxfQ8atbFT5PuX0XTORnjQYPJ24unkPKtrA2gCiQRZ+b2gBHUGOk+fRk25ux9OBh\nGvmZR9D+9M64HzgsbqvlyyFcS+bYo7+4ZWQDdSRyGyWSIdNJPnMRdUMCgYEAwE0i\nBfOi5XaaEimtUuHobl1k585PmtMz5rZpduTYtSLexNRq8NipV/BXWj373PLez81Y\nlvKUthyp4IqjVwulHncClPyfll70a2OJhyg0TDV6UfhpIYe9Y0DVPGCEd0M1n7se\nkBwqG0aNMxvEc7F0CL6/xbHRUd9eAtQ0ifihFksCgYAmpxwYzqis1kK9zYWLzD53\ng6TDVOObNLneeguB1LmuNZIfl7yHcroqmfieh4kD4fKwjXR5p6J4j0ipDGcaoooa\nvSXWVJGzBKdyMGbU+LygnszjhBQEAAv63uPrxu8mR7A6kwkZ0+0LH7Y4bZfUnibO\n7GntM5BaAIwj/O38pwni/QKBgHdSJQ9eWrBZBEbK14I7LLb2ensfV+Ows16vxwb/\n/rt+VI37ZBPnzEQFnJ4hIdu6U6jLOPIIuV+6r2nlfG6xihY6MD7z9a4fYzgTPi3A\nM5sp/6lHIyysBkbE3ssk9GzwJiDjwZYX88SS5WBWFXLYJDCc82+e40wS9kl5FNSb\nkpC7AoGBAM0dgDn9GYGLz1d8l/vEHM0n/x97bGZym+Y8zZVQ9dh5w/amikjqmuTX\nI8yTrAciaPX749/I6p4QKUZTOc7BYHdm8IcXpC7mjvZa8uZEiKjRXSD+BquRr3qg\n+lFQBpYh5RKUU6Yw+VsCfw1jHDFcbRBtlObjBmkt4LnjCM4TzSFv\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 05:38:16,438 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsKeypairTests-d20a9100-b82b-49d6-ba24-452f23efb6e2-stack/c26f1878-0b7c-46b9-990f-443dd04ee9b7 used request id req-89a1dcd4-53f3-4686-934c-100572ce64da 2018-06-29 05:38:16,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/c26f1878-0b7c-46b9-990f-443dd04ee9b7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2c08981c7bb2697479a53622c31e1b62d120d63" 2018-06-29 05:38:16,642 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 05:38:16 GMT Server: Apache x-openstack-request-id: req-ba26a2a7-4dc7-4b3c-9d9d-fda1a12a48d2 Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsKeypairTests-d20a9100-b82b-49d6-ba24-452f23efb6e2-stack/c26f1878-0b7c-46b9-990f-443dd04ee9b7 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsKeypairTests-d20a9100-b82b-49d6-ba24-452f23efb6e2-stack/c26f1878-0b7c-46b9-990f-443dd04ee9b7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 05:38:16,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:38:16 GMT Server: Apache x-openstack-request-id: req-f96639bc-e93b-4805-b438-da9dcdfa4b2f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1902 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Test template that simply deploys a keypair with a generated key\n", "parameters": {"OS::project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "OS::stack_id": "c26f1878-0b7c-46b9-990f-443dd04ee9b7", "OS::stack_name": "HeatUtilsKeypairTests-d20a9100-b82b-49d6-ba24-452f23efb6e2-stack", "keypair_name": "HeatUtilsKeypairTests-d20a9100-b82b-49d6-ba24-452f23efb6e2-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-d20a9100-b82b-49d6-ba24-452f23efb6e2-stack", "stack_user_project_id": "c84aacee39734d5bacaf9c97353d0564", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-06-29T05:38:15Z", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsKeypairTests-d20a9100-b82b-49d6-ba24-452f23efb6e2-stack/c26f1878-0b7c-46b9-990f-443dd04ee9b7", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "c26f1878-0b7c-46b9-990f-443dd04ee9b7", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAnwXv3ydypDtrYnvorEZ5SpHCEhXQTb1HQ7N+pOuY90/R315h\notADy6h4T50hcfGKZaOpL358zyXvKDUpwKiP1UFcOX5TZ7NOGcpvIimHvQUG8wgs\ngRjR6nvdrn7FIiirhLAh1ELCc0e2ckeuHQjh2ONyC1JYjWIm9dmpaBKPpiV+gthj\ngn6oZsASkQO0rRPXoXtlzBm3ILhGKz2PQhGz3Tn0MmqL53cc1kNmSBOwC1Bo6gqP\nUOSwVomi/rmf/hejQdz5O/GaqtbV5c5HhRfVqllKIpkDMQ4Df5K0HwnVo6dyegiy\n5BVw6zRPbViMYZoPP1yNUWEsQFJilned3VQcoQIDAQABAoIBACP/IQw/jrjUZnt1\nlvagQUZ69hZH784ZIW+Wyv0kA40/+T75y1oigilwqkNDS1XSmkRlpp+En1X4vUk5\nt4jP3zcjw2+UQ+b+dJhr9XojMoG8CJWs7P4QEzxj64tbUN5pnGG9yPqWXhPgUNFP\nnn8eCpmg6qjbbAYdCLqwGaPgR7oQ+T3DAMlTJnf1OcNTRuXQYRORBKtmICqVWG+6\nP/c7w+aNRkL2eHIV3NHV2sNFMCiXcFpdlaFT1pxbBSxyA3XjsEjhfnkUREgU9RMn\nvlgKLEul2J78rEPTzDQZe+vleDIveg7vFD0fl/oeTk1Kv67I8iZaIoyR8D7N/z0A\nOqutKf0CgYEA07LelLRBHMYDbKTkAI0/ntS/U1foCnKF/qECsWdSg9s1o1x3nhXb\nOxfQ8atbFT5PuX0XTORnjQYPJ24unkPKtrA2gCiQRZ+b2gBHUGOk+fRk25ux9OBh\nGvmZR9D+9M64HzgsbqvlyyFcS+bYo7+4ZWQDdSRyGyWSIdNJPnMRdUMCgYEAwE0i\nBfOi5XaaEimtUuHobl1k585PmtMz5rZpduTYtSLexNRq8NipV/BXWj373PLez81Y\nlvKUthyp4IqjVwulHncClPyfll70a2OJhyg0TDV6UfhpIYe9Y0DVPGCEd0M1n7se\nkBwqG0aNMxvEc7F0CL6/xbHRUd9eAtQ0ifihFksCgYAmpxwYzqis1kK9zYWLzD53\ng6TDVOObNLneeguB1LmuNZIfl7yHcroqmfieh4kD4fKwjXR5p6J4j0ipDGcaoooa\nvSXWVJGzBKdyMGbU+LygnszjhBQEAAv63uPrxu8mR7A6kwkZ0+0LH7Y4bZfUnibO\n7GntM5BaAIwj/O38pwni/QKBgHdSJQ9eWrBZBEbK14I7LLb2ensfV+Ows16vxwb/\n/rt+VI37ZBPnzEQFnJ4hIdu6U6jLOPIIuV+6r2nlfG6xihY6MD7z9a4fYzgTPi3A\nM5sp/6lHIyysBkbE3ssk9GzwJiDjwZYX88SS5WBWFXLYJDCc82+e40wS9kl5FNSb\nkpC7AoGBAM0dgDn9GYGLz1d8l/vEHM0n/x97bGZym+Y8zZVQ9dh5w/amikjqmuTX\nI8yTrAciaPX749/I6p4QKUZTOc7BYHdm8IcXpC7mjvZa8uZEiKjRXSD+BquRr3qg\n+lFQBpYh5RKUU6Yw+VsCfw1jHDFcbRBtlObjBmkt4LnjCM4TzSFv\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 05:38:16,934 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsKeypairTests-d20a9100-b82b-49d6-ba24-452f23efb6e2-stack/c26f1878-0b7c-46b9-990f-443dd04ee9b7 used request id req-f96639bc-e93b-4805-b438-da9dcdfa4b2f 2018-06-29 05:38:16,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/c26f1878-0b7c-46b9-990f-443dd04ee9b7/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2c08981c7bb2697479a53622c31e1b62d120d63" 2018-06-29 05:38:17,120 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 05:38:16 GMT Server: Apache x-openstack-request-id: req-6c6eb0e4-1e4f-4b97-b5cc-7145c6eddef1 Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsKeypairTests-d20a9100-b82b-49d6-ba24-452f23efb6e2-stack/c26f1878-0b7c-46b9-990f-443dd04ee9b7/resources Content-Length: 499 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsKeypairTests-d20a9100-b82b-49d6-ba24-452f23efb6e2-stack/c26f1878-0b7c-46b9-990f-443dd04ee9b7/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 05:38:17,338 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:38:17 GMT Server: Apache x-openstack-request-id: req-4ef3c477-31bf-4f58-92e0-b18427fa8baa 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.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsKeypairTests-d20a9100-b82b-49d6-ba24-452f23efb6e2-stack/c26f1878-0b7c-46b9-990f-443dd04ee9b7/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsKeypairTests-d20a9100-b82b-49d6-ba24-452f23efb6e2-stack/c26f1878-0b7c-46b9-990f-443dd04ee9b7", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-06-29T05:38:15Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T05:38:15Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsKeypairTests-d20a9100-b82b-49d6-ba24-452f23efb6e2-kp", "resource_type": "OS::Nova::KeyPair"}]} 2018-06-29 05:38:17,339 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsKeypairTests-d20a9100-b82b-49d6-ba24-452f23efb6e2-stack/c26f1878-0b7c-46b9-990f-443dd04ee9b7/resources used request id req-4ef3c477-31bf-4f58-92e0-b18427fa8baa 2018-06-29 05:38:17,342 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-d20a9100-b82b-49d6-ba24-452f23efb6e2-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2c08981c7bb2697479a53622c31e1b62d120d63" 2018-06-29 05:38:17,357 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:38: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-03fb2010-34ea-4e11-b285-dbadff33574c x-compute-request-id: req-03fb2010-34ea-4e11-b285-dbadff33574c Content-Encoding: gzip Content-Length: 574 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCfBe/fJ3KkO2tie+isRnlKkcISFdBNvUdDs36k65j3T9HfXmGi0APLqHhPnSFx8Yplo6kvfnzPJe8oNSnAqI/VQVw5flNns04Zym8iKYe9BQbzCCyBGNHqe92ufsUiKKuEsCHUQsJzR7ZyR64dCOHY43ILUliNYib12aloEo+mJX6C2GOCfqhmwBKRA7StE9ehe2XMGbcguEYrPY9CEbPdOfQyaovndxzWQ2ZIE7ALUGjqCo9Q5LBWiaL+uZ/+F6NB3Pk78Zqq1tXlzkeFF9WqWUoimQMxDgN/krQfCdWjp3J6CLLkFXDrNE9tWIxhmg8/XI1RYSxAUmKWd53dVByh Generated-by-Nova", "user_id": "c13100c6fdf740938502979241e10e11", "name": "HeatUtilsKeypairTests-d20a9100-b82b-49d6-ba24-452f23efb6e2-kp", "deleted": false, "created_at": "2018-06-29T05:38:16.000000", "updated_at": null, "fingerprint": "61:b0:a9:2d:a0:34:a4:71:c3:c5:82:03:58:5e:87:cf", "deleted_at": null, "id": 14}} 2018-06-29 05:38:17,358 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-d20a9100-b82b-49d6-ba24-452f23efb6e2-kp used request id req-03fb2010-34ea-4e11-b285-dbadff33574c 2018-06-29 05:38:17,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/c26f1878-0b7c-46b9-990f-443dd04ee9b7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2c08981c7bb2697479a53622c31e1b62d120d63" 2018-06-29 05:38:17,564 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 05:38:17 GMT Server: Apache x-openstack-request-id: req-6ea5d583-afd3-42c0-a0f4-7d71c5a7ccee Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsKeypairTests-d20a9100-b82b-49d6-ba24-452f23efb6e2-stack/c26f1878-0b7c-46b9-990f-443dd04ee9b7 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsKeypairTests-d20a9100-b82b-49d6-ba24-452f23efb6e2-stack/c26f1878-0b7c-46b9-990f-443dd04ee9b7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 05:38:17,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:38:17 GMT Server: Apache x-openstack-request-id: req-a47c406a-c017-4564-926b-3a7a0bd148bd Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1902 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Test template that simply deploys a keypair with a generated key\n", "parameters": {"OS::project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "OS::stack_id": "c26f1878-0b7c-46b9-990f-443dd04ee9b7", "OS::stack_name": "HeatUtilsKeypairTests-d20a9100-b82b-49d6-ba24-452f23efb6e2-stack", "keypair_name": "HeatUtilsKeypairTests-d20a9100-b82b-49d6-ba24-452f23efb6e2-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-d20a9100-b82b-49d6-ba24-452f23efb6e2-stack", "stack_user_project_id": "c84aacee39734d5bacaf9c97353d0564", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-06-29T05:38:15Z", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsKeypairTests-d20a9100-b82b-49d6-ba24-452f23efb6e2-stack/c26f1878-0b7c-46b9-990f-443dd04ee9b7", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "c26f1878-0b7c-46b9-990f-443dd04ee9b7", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAnwXv3ydypDtrYnvorEZ5SpHCEhXQTb1HQ7N+pOuY90/R315h\notADy6h4T50hcfGKZaOpL358zyXvKDUpwKiP1UFcOX5TZ7NOGcpvIimHvQUG8wgs\ngRjR6nvdrn7FIiirhLAh1ELCc0e2ckeuHQjh2ONyC1JYjWIm9dmpaBKPpiV+gthj\ngn6oZsASkQO0rRPXoXtlzBm3ILhGKz2PQhGz3Tn0MmqL53cc1kNmSBOwC1Bo6gqP\nUOSwVomi/rmf/hejQdz5O/GaqtbV5c5HhRfVqllKIpkDMQ4Df5K0HwnVo6dyegiy\n5BVw6zRPbViMYZoPP1yNUWEsQFJilned3VQcoQIDAQABAoIBACP/IQw/jrjUZnt1\nlvagQUZ69hZH784ZIW+Wyv0kA40/+T75y1oigilwqkNDS1XSmkRlpp+En1X4vUk5\nt4jP3zcjw2+UQ+b+dJhr9XojMoG8CJWs7P4QEzxj64tbUN5pnGG9yPqWXhPgUNFP\nnn8eCpmg6qjbbAYdCLqwGaPgR7oQ+T3DAMlTJnf1OcNTRuXQYRORBKtmICqVWG+6\nP/c7w+aNRkL2eHIV3NHV2sNFMCiXcFpdlaFT1pxbBSxyA3XjsEjhfnkUREgU9RMn\nvlgKLEul2J78rEPTzDQZe+vleDIveg7vFD0fl/oeTk1Kv67I8iZaIoyR8D7N/z0A\nOqutKf0CgYEA07LelLRBHMYDbKTkAI0/ntS/U1foCnKF/qECsWdSg9s1o1x3nhXb\nOxfQ8atbFT5PuX0XTORnjQYPJ24unkPKtrA2gCiQRZ+b2gBHUGOk+fRk25ux9OBh\nGvmZR9D+9M64HzgsbqvlyyFcS+bYo7+4ZWQDdSRyGyWSIdNJPnMRdUMCgYEAwE0i\nBfOi5XaaEimtUuHobl1k585PmtMz5rZpduTYtSLexNRq8NipV/BXWj373PLez81Y\nlvKUthyp4IqjVwulHncClPyfll70a2OJhyg0TDV6UfhpIYe9Y0DVPGCEd0M1n7se\nkBwqG0aNMxvEc7F0CL6/xbHRUd9eAtQ0ifihFksCgYAmpxwYzqis1kK9zYWLzD53\ng6TDVOObNLneeguB1LmuNZIfl7yHcroqmfieh4kD4fKwjXR5p6J4j0ipDGcaoooa\nvSXWVJGzBKdyMGbU+LygnszjhBQEAAv63uPrxu8mR7A6kwkZ0+0LH7Y4bZfUnibO\n7GntM5BaAIwj/O38pwni/QKBgHdSJQ9eWrBZBEbK14I7LLb2ensfV+Ows16vxwb/\n/rt+VI37ZBPnzEQFnJ4hIdu6U6jLOPIIuV+6r2nlfG6xihY6MD7z9a4fYzgTPi3A\nM5sp/6lHIyysBkbE3ssk9GzwJiDjwZYX88SS5WBWFXLYJDCc82+e40wS9kl5FNSb\nkpC7AoGBAM0dgDn9GYGLz1d8l/vEHM0n/x97bGZym+Y8zZVQ9dh5w/amikjqmuTX\nI8yTrAciaPX749/I6p4QKUZTOc7BYHdm8IcXpC7mjvZa8uZEiKjRXSD+BquRr3qg\n+lFQBpYh5RKUU6Yw+VsCfw1jHDFcbRBtlObjBmkt4LnjCM4TzSFv\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 05:38:17,858 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsKeypairTests-d20a9100-b82b-49d6-ba24-452f23efb6e2-stack/c26f1878-0b7c-46b9-990f-443dd04ee9b7 used request id req-a47c406a-c017-4564-926b-3a7a0bd148bd 2018-06-29 05:38:17,861 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-d20a9100-b82b-49d6-ba24-452f23efb6e2-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2c08981c7bb2697479a53622c31e1b62d120d63" 2018-06-29 05:38:17,875 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:38: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-4b9dfdaf-4e75-4794-a7fe-562371d18929 x-compute-request-id: req-4b9dfdaf-4e75-4794-a7fe-562371d18929 Content-Encoding: gzip Content-Length: 574 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCfBe/fJ3KkO2tie+isRnlKkcISFdBNvUdDs36k65j3T9HfXmGi0APLqHhPnSFx8Yplo6kvfnzPJe8oNSnAqI/VQVw5flNns04Zym8iKYe9BQbzCCyBGNHqe92ufsUiKKuEsCHUQsJzR7ZyR64dCOHY43ILUliNYib12aloEo+mJX6C2GOCfqhmwBKRA7StE9ehe2XMGbcguEYrPY9CEbPdOfQyaovndxzWQ2ZIE7ALUGjqCo9Q5LBWiaL+uZ/+F6NB3Pk78Zqq1tXlzkeFF9WqWUoimQMxDgN/krQfCdWjp3J6CLLkFXDrNE9tWIxhmg8/XI1RYSxAUmKWd53dVByh Generated-by-Nova", "user_id": "c13100c6fdf740938502979241e10e11", "name": "HeatUtilsKeypairTests-d20a9100-b82b-49d6-ba24-452f23efb6e2-kp", "deleted": false, "created_at": "2018-06-29T05:38:16.000000", "updated_at": null, "fingerprint": "61:b0:a9:2d:a0:34:a4:71:c3:c5:82:03:58:5e:87:cf", "deleted_at": null, "id": 14}} 2018-06-29 05:38:17,876 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-d20a9100-b82b-49d6-ba24-452f23efb6e2-kp used request id req-4b9dfdaf-4e75-4794-a7fe-562371d18929 2018-06-29 05:38:17,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/c26f1878-0b7c-46b9-990f-443dd04ee9b7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2c08981c7bb2697479a53622c31e1b62d120d63" 2018-06-29 05:38:17,906 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 05:38:17 GMT Server: Apache x-openstack-request-id: req-579d0c8f-7f78-4324-a98d-e6811598fa50 Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsKeypairTests-d20a9100-b82b-49d6-ba24-452f23efb6e2-stack/c26f1878-0b7c-46b9-990f-443dd04ee9b7 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsKeypairTests-d20a9100-b82b-49d6-ba24-452f23efb6e2-stack/c26f1878-0b7c-46b9-990f-443dd04ee9b7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 05:38:18,123 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 05:38:17 GMT Server: Apache x-openstack-request-id: req-d174afbf-12e8-48a9-80d3-9c1c57f4aa89 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 05:38:18,123 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsKeypairTests-d20a9100-b82b-49d6-ba24-452f23efb6e2-stack/c26f1878-0b7c-46b9-990f-443dd04ee9b7 used request id req-d174afbf-12e8-48a9-80d3-9c1c57f4aa89 2018-06-29 05:38:18,124 - heat_utils - DEBUG - Retrieving Heat Client 2018-06-29 05:38:18,137 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:38:18,528 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:38:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["EycfvFePTbuMZkzbNBjtfA"], "issued_at": "2018-06-29T05:38:18.000000Z"}} 2018-06-29 05:38:18,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3180314258c35186c7cc6df9bf4603c921967bda" -d '{"stack_name": "HeatUtilsSecurityGroupTests-c6b1e1c8-9687-4682-a928-4e3394bb9d63-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-c6b1e1c8-9687-4682-a928-4e3394bb9d63-sec-grp"}}' 2018-06-29 05:38:20,179 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 29 Jun 2018 05:38:18 GMT Server: Apache x-openstack-request-id: req-c0ced534-861e-4005-ba0c-6788d00e695d Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsSecurityGroupTests-c6b1e1c8-9687-4682-a928-4e3394bb9d63-stack/5a69a471-6b78-449a-ad61-01b9bb05887c Content-Length: 271 Content-Type: application/json RESP BODY: {"stack": {"id": "5a69a471-6b78-449a-ad61-01b9bb05887c", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsSecurityGroupTests-c6b1e1c8-9687-4682-a928-4e3394bb9d63-stack/5a69a471-6b78-449a-ad61-01b9bb05887c", "rel": "self"}]}} 2018-06-29 05:38:20,179 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks used request id req-c0ced534-861e-4005-ba0c-6788d00e695d 2018-06-29 05:38:20,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/5a69a471-6b78-449a-ad61-01b9bb05887c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3180314258c35186c7cc6df9bf4603c921967bda" 2018-06-29 05:38:20,376 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 05:38:20 GMT Server: Apache x-openstack-request-id: req-41d12c30-098c-45cc-bcec-92da0939cb02 Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsSecurityGroupTests-c6b1e1c8-9687-4682-a928-4e3394bb9d63-stack/5a69a471-6b78-449a-ad61-01b9bb05887c Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsSecurityGroupTests-c6b1e1c8-9687-4682-a928-4e3394bb9d63-stack/5a69a471-6b78-449a-ad61-01b9bb05887c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 05:38:20,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:38:20 GMT Server: Apache x-openstack-request-id: req-e5484722-c81e-4bf2-b90b-1205f49ae2a6 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": "cd9dbb674f044f3998e73a09e2cc2f57", "OS::stack_id": "5a69a471-6b78-449a-ad61-01b9bb05887c", "OS::stack_name": "HeatUtilsSecurityGroupTests-c6b1e1c8-9687-4682-a928-4e3394bb9d63-stack", "security_group_name": "HeatUtilsSecurityGroupTests-c6b1e1c8-9687-4682-a928-4e3394bb9d63-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-c6b1e1c8-9687-4682-a928-4e3394bb9d63-stack", "stack_user_project_id": "f359ac0bc3db48bca32ad5566edb88b0", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T05:38:19Z", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsSecurityGroupTests-c6b1e1c8-9687-4682-a928-4e3394bb9d63-stack/5a69a471-6b78-449a-ad61-01b9bb05887c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "5a69a471-6b78-449a-ad61-01b9bb05887c", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-06-29 05:38:20,594 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsSecurityGroupTests-c6b1e1c8-9687-4682-a928-4e3394bb9d63-stack/5a69a471-6b78-449a-ad61-01b9bb05887c used request id req-e5484722-c81e-4bf2-b90b-1205f49ae2a6 2018-06-29 05:38:20,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/5a69a471-6b78-449a-ad61-01b9bb05887c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3180314258c35186c7cc6df9bf4603c921967bda" 2018-06-29 05:38:20,798 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 05:38:20 GMT Server: Apache x-openstack-request-id: req-6f7395e1-9a56-47e3-a82b-05f1b2b43a4e Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsSecurityGroupTests-c6b1e1c8-9687-4682-a928-4e3394bb9d63-stack/5a69a471-6b78-449a-ad61-01b9bb05887c Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsSecurityGroupTests-c6b1e1c8-9687-4682-a928-4e3394bb9d63-stack/5a69a471-6b78-449a-ad61-01b9bb05887c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 05:38:21,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:38:20 GMT Server: Apache x-openstack-request-id: req-a6fe042d-1940-431c-859d-882b31b43ffb 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": "cd9dbb674f044f3998e73a09e2cc2f57", "OS::stack_id": "5a69a471-6b78-449a-ad61-01b9bb05887c", "OS::stack_name": "HeatUtilsSecurityGroupTests-c6b1e1c8-9687-4682-a928-4e3394bb9d63-stack", "security_group_name": "HeatUtilsSecurityGroupTests-c6b1e1c8-9687-4682-a928-4e3394bb9d63-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-c6b1e1c8-9687-4682-a928-4e3394bb9d63-stack", "stack_user_project_id": "f359ac0bc3db48bca32ad5566edb88b0", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-06-29T05:38:19Z", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsSecurityGroupTests-c6b1e1c8-9687-4682-a928-4e3394bb9d63-stack/5a69a471-6b78-449a-ad61-01b9bb05887c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "5a69a471-6b78-449a-ad61-01b9bb05887c", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-06-29 05:38:21,025 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsSecurityGroupTests-c6b1e1c8-9687-4682-a928-4e3394bb9d63-stack/5a69a471-6b78-449a-ad61-01b9bb05887c used request id req-a6fe042d-1940-431c-859d-882b31b43ffb 2018-06-29 05:38:24,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/5a69a471-6b78-449a-ad61-01b9bb05887c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3180314258c35186c7cc6df9bf4603c921967bda" 2018-06-29 05:38:24,058 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 05:38:24 GMT Server: Apache x-openstack-request-id: req-f9fe7888-382b-4475-bc87-9cc89972521c Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsSecurityGroupTests-c6b1e1c8-9687-4682-a928-4e3394bb9d63-stack/5a69a471-6b78-449a-ad61-01b9bb05887c Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsSecurityGroupTests-c6b1e1c8-9687-4682-a928-4e3394bb9d63-stack/5a69a471-6b78-449a-ad61-01b9bb05887c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 05:38:24,256 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:38:24 GMT Server: Apache x-openstack-request-id: req-6b5bb092-dc9a-4927-a5db-56a732e73885 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 527 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template for creating a single SecurityGroup\n", "parameters": {"OS::project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "OS::stack_id": "5a69a471-6b78-449a-ad61-01b9bb05887c", "OS::stack_name": "HeatUtilsSecurityGroupTests-c6b1e1c8-9687-4682-a928-4e3394bb9d63-stack", "security_group_name": "HeatUtilsSecurityGroupTests-c6b1e1c8-9687-4682-a928-4e3394bb9d63-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-c6b1e1c8-9687-4682-a928-4e3394bb9d63-stack", "stack_user_project_id": "f359ac0bc3db48bca32ad5566edb88b0", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-06-29T05:38:19Z", "links": [{"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsSecurityGroupTests-c6b1e1c8-9687-4682-a928-4e3394bb9d63-stack/5a69a471-6b78-449a-ad61-01b9bb05887c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "5a69a471-6b78-449a-ad61-01b9bb05887c", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-06-29 05:38:24,256 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsSecurityGroupTests-c6b1e1c8-9687-4682-a928-4e3394bb9d63-stack/5a69a471-6b78-449a-ad61-01b9bb05887c used request id req-6b5bb092-dc9a-4927-a5db-56a732e73885 2018-06-29 05:38:24,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/5a69a471-6b78-449a-ad61-01b9bb05887c/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3180314258c35186c7cc6df9bf4603c921967bda" 2018-06-29 05:38:24,474 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 05:38:24 GMT Server: Apache x-openstack-request-id: req-ba717142-cf75-4c5f-989d-1fd5f8cfa1a9 Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsSecurityGroupTests-c6b1e1c8-9687-4682-a928-4e3394bb9d63-stack/5a69a471-6b78-449a-ad61-01b9bb05887c/resources Content-Length: 511 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsSecurityGroupTests-c6b1e1c8-9687-4682-a928-4e3394bb9d63-stack/5a69a471-6b78-449a-ad61-01b9bb05887c/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 05:38:24,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:38:24 GMT Server: Apache x-openstack-request-id: req-6c36d784-592f-4c9c-bcfe-0e2acd80c9af 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.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsSecurityGroupTests-c6b1e1c8-9687-4682-a928-4e3394bb9d63-stack/5a69a471-6b78-449a-ad61-01b9bb05887c/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsSecurityGroupTests-c6b1e1c8-9687-4682-a928-4e3394bb9d63-stack/5a69a471-6b78-449a-ad61-01b9bb05887c", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-06-29T05:38:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-06-29T05:38:20Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "5567438b-eb75-4974-a8b1-fa5e03bb2cd5", "resource_type": "OS::Neutron::SecurityGroup"}]} 2018-06-29 05:38:24,699 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsSecurityGroupTests-c6b1e1c8-9687-4682-a928-4e3394bb9d63-stack/5a69a471-6b78-449a-ad61-01b9bb05887c/resources used request id req-6c36d784-592f-4c9c-bcfe-0e2acd80c9af 2018-06-29 05:38:24,700 - neutron_utils - INFO - Retrieving security group with ID - 5567438b-eb75-4974-a8b1-fa5e03bb2cd5 2018-06-29 05:38:24,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=5567438b-eb75-4974-a8b1-fa5e03bb2cd5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3180314258c35186c7cc6df9bf4603c921967bda" 2018-06-29 05:38:24,932 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1433 X-Openstack-Request-Id: req-20ff15b5-db44-44d5-b582-2da1c45a8bae Date: Fri, 29 Jun 2018 05:38:24 GMT RESP BODY: {"security_groups": [{"description": "Test description", "tags": [], "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:38:20Z", "updated_at": "2018-06-29T05:38:22Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-06-29T05:38:22Z", "revision_number": 0, "id": "af0bd11c-ca5b-4f5b-a605-cd748dadaf03", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-06-29T05:38:22Z", "security_group_id": "5567438b-eb75-4974-a8b1-fa5e03bb2cd5", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "port_range_min": null, "ethertype": "IPv4", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-06-29T05:38:21Z", "revision_number": 0, "id": "e3358178-1094-4c35-8e07-4f0a01ffdcfc", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-06-29T05:38:21Z", "security_group_id": "5567438b-eb75-4974-a8b1-fa5e03bb2cd5", "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "port_range_min": 22, "ethertype": "IPv4", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57"}], "revision_number": 5, "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "id": "5567438b-eb75-4974-a8b1-fa5e03bb2cd5", "name": "HeatUtilsSecurityGroupTests-c6b1e1c8-9687-4682-a928-4e3394bb9d63-sec-grp"}]} 2018-06-29 05:38:24,932 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=5567438b-eb75-4974-a8b1-fa5e03bb2cd5 used request id req-20ff15b5-db44-44d5-b582-2da1c45a8bae 2018-06-29 05:38:24,933 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5567438b-eb75-4974-a8b1-fa5e03bb2cd5 2018-06-29 05:38:24,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=5567438b-eb75-4974-a8b1-fa5e03bb2cd5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3180314258c35186c7cc6df9bf4603c921967bda" 2018-06-29 05:38:25,137 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-5e85b4a5-f63d-4373-bf85-676d2290f178 Date: Fri, 29 Jun 2018 05:38:25 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": null, "updated_at": "2018-06-29T05:38:22Z", "security_group_id": "5567438b-eb75-4974-a8b1-fa5e03bb2cd5", "port_range_min": null, "revision_number": 0, "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:38:22Z", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "id": "af0bd11c-ca5b-4f5b-a605-cd748dadaf03"}, {"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-29T05:38:21Z", "security_group_id": "5567438b-eb75-4974-a8b1-fa5e03bb2cd5", "port_range_min": 22, "revision_number": 0, "tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "created_at": "2018-06-29T05:38:21Z", "project_id": "cd9dbb674f044f3998e73a09e2cc2f57", "id": "e3358178-1094-4c35-8e07-4f0a01ffdcfc"}]} 2018-06-29 05:38:25,137 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=5567438b-eb75-4974-a8b1-fa5e03bb2cd5 used request id req-5e85b4a5-f63d-4373-bf85-676d2290f178 2018-06-29 05:38:25,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/5a69a471-6b78-449a-ad61-01b9bb05887c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3180314258c35186c7cc6df9bf4603c921967bda" 2018-06-29 05:38:25,168 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 29 Jun 2018 05:38:25 GMT Server: Apache x-openstack-request-id: req-cce13a4c-7a20-4c64-b187-d9405e3ded69 Location: http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsSecurityGroupTests-c6b1e1c8-9687-4682-a928-4e3394bb9d63-stack/5a69a471-6b78-449a-ad61-01b9bb05887c Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsSecurityGroupTests-c6b1e1c8-9687-4682-a928-4e3394bb9d63-stack/5a69a471-6b78-449a-ad61-01b9bb05887c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-06-29 05:38:25,497 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 29 Jun 2018 05:38:25 GMT Server: Apache x-openstack-request-id: req-6d9a5e10-1678-4d09-925f-20f1d1f7b778 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 05:38:25,497 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57/stacks/HeatUtilsSecurityGroupTests-c6b1e1c8-9687-4682-a928-4e3394bb9d63-stack/5a69a471-6b78-449a-ad61-01b9bb05887c used request id req-6d9a5e10-1678-4d09-925f-20f1d1f7b778 2018-06-29 05:38:25,500 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:38:25,900 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:38:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["J9n8tczuScuq1u5qofrPtQ"], "issued_at": "2018-06-29T05:38:25.000000Z"}} 2018-06-29 05:38:25,903 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3458474c8e23c5634a540e6759b226e728541725" -d '{"qos_specs": {"consumer": "both", "name": "CinderUtilsQoSTests-843f4beb-a81c-44be-87fa-6dade2b0a76c"}}' 2018-06-29 05:38:26,810 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:38:25 GMT Server: Apache x-compute-request-id: req-13dd23ef-07e7-4442-997e-ba6d64c4d026 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-13dd23ef-07e7-4442-997e-ba6d64c4d026 Content-Encoding: gzip Content-Length: 243 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "3a2c6c31-72f0-4aa5-be0b-612594543753", "name": "CinderUtilsQoSTests-843f4beb-a81c-44be-87fa-6dade2b0a76c"}, "links": [{"href": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs/3a2c6c31-72f0-4aa5-be0b-612594543753", "rel": "self"}, {"href": "http://172.30.9.23:8776/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs/3a2c6c31-72f0-4aa5-be0b-612594543753", "rel": "bookmark"}]} 2018-06-29 05:38:26,810 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs used request id req-13dd23ef-07e7-4442-997e-ba6d64c4d026 2018-06-29 05:38:26,814 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-13dd23ef-07e7-4442-997e-ba6d64c4d026" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3458474c8e23c5634a540e6759b226e728541725" 2018-06-29 05:38:27,018 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:38:26 GMT Server: Apache x-compute-request-id: req-c7d28ab9-c2ff-410f-90cf-3f97c777733e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c7d28ab9-c2ff-410f-90cf-3f97c777733e Content-Encoding: gzip Content-Length: 154 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "3a2c6c31-72f0-4aa5-be0b-612594543753", "name": "CinderUtilsQoSTests-843f4beb-a81c-44be-87fa-6dade2b0a76c"}]} 2018-06-29 05:38:27,018 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs used request id req-c7d28ab9-c2ff-410f-90cf-3f97c777733e 2018-06-29 05:38:27,019 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-843f4beb-a81c-44be-87fa-6dade2b0a76c 2018-06-29 05:38:27,021 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs/3a2c6c31-72f0-4aa5-be0b-612594543753?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-13dd23ef-07e7-4442-997e-ba6d64c4d026" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3458474c8e23c5634a540e6759b226e728541725" 2018-06-29 05:38:27,292 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 05:38:27 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-04fe46d0-4838-4adc-9eeb-d72e6042bb6b 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 05:38:27,292 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs/3a2c6c31-72f0-4aa5-be0b-612594543753?force=False used request id req-04fe46d0-4838-4adc-9eeb-d72e6042bb6b 2018-06-29 05:38:27,295 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-13dd23ef-07e7-4442-997e-ba6d64c4d026" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3458474c8e23c5634a540e6759b226e728541725" 2018-06-29 05:38:27,494 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:38:27 GMT Server: Apache x-compute-request-id: req-08ea0259-d900-44dc-868e-9421cbfc36ec OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-08ea0259-d900-44dc-868e-9421cbfc36ec Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-06-29 05:38:27,494 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs used request id req-08ea0259-d900-44dc-868e-9421cbfc36ec 2018-06-29 05:38:27,494 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-843f4beb-a81c-44be-87fa-6dade2b0a76c 2018-06-29 05:38:27,497 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs/3a2c6c31-72f0-4aa5-be0b-612594543753?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-13dd23ef-07e7-4442-997e-ba6d64c4d026" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3458474c8e23c5634a540e6759b226e728541725" 2018-06-29 05:38:28,368 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 29 Jun 2018 05:38:27 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-2471e154-535f-4200-ad37-986ed2317bb1 x-openstack-request-id: req-2471e154-535f-4200-ad37-986ed2317bb1 Content-Length: 100 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "No such QoS spec 3a2c6c31-72f0-4aa5-be0b-612594543753.", "code": 404}} 2018-06-29 05:38:28,369 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs/3a2c6c31-72f0-4aa5-be0b-612594543753?force=False used request id req-2471e154-535f-4200-ad37-986ed2317bb1 2018-06-29 05:38:28,371 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:38:28,785 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:38:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["j6m-40XjQuqWow1eZOF1pA"], "issued_at": "2018-06-29T05:38:28.000000Z"}} 2018-06-29 05:38:28,788 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e890d49477ae2526e9e16a0746632725191930a" -d '{"qos_specs": {"foo": "bar ", "consumer": "back-end", "name": "CinderUtilsQoSTests-7b14a35a-e9ad-4e4d-bd89-623d6ad4310c"}}' 2018-06-29 05:38:29,028 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:38:28 GMT Server: Apache x-compute-request-id: req-5327f140-717d-498a-b7e0-c21193ca2e6a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5327f140-717d-498a-b7e0-c21193ca2e6a Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "back-end", "id": "c5554d68-d54a-4c8b-8573-39017c0269fd", "name": "CinderUtilsQoSTests-7b14a35a-e9ad-4e4d-bd89-623d6ad4310c"}, "links": [{"href": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs/c5554d68-d54a-4c8b-8573-39017c0269fd", "rel": "self"}, {"href": "http://172.30.9.23:8776/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs/c5554d68-d54a-4c8b-8573-39017c0269fd", "rel": "bookmark"}]} 2018-06-29 05:38:29,028 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs used request id req-5327f140-717d-498a-b7e0-c21193ca2e6a 2018-06-29 05:38:29,031 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5327f140-717d-498a-b7e0-c21193ca2e6a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e890d49477ae2526e9e16a0746632725191930a" 2018-06-29 05:38:29,218 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:38:29 GMT Server: Apache x-compute-request-id: req-dc7ffa02-8bdb-4df1-8a8b-4f0a8d9f703a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-dc7ffa02-8bdb-4df1-8a8b-4f0a8d9f703a Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "back-end", "id": "c5554d68-d54a-4c8b-8573-39017c0269fd", "name": "CinderUtilsQoSTests-7b14a35a-e9ad-4e4d-bd89-623d6ad4310c"}]} 2018-06-29 05:38:29,219 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs used request id req-dc7ffa02-8bdb-4df1-8a8b-4f0a8d9f703a 2018-06-29 05:38:29,222 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs/c5554d68-d54a-4c8b-8573-39017c0269fd -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5327f140-717d-498a-b7e0-c21193ca2e6a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e890d49477ae2526e9e16a0746632725191930a" 2018-06-29 05:38:29,427 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:38:29 GMT Server: Apache x-compute-request-id: req-84d4c0f9-00ef-4fe7-947a-909ac975e2ce OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-84d4c0f9-00ef-4fe7-947a-909ac975e2ce Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "back-end", "id": "c5554d68-d54a-4c8b-8573-39017c0269fd", "name": "CinderUtilsQoSTests-7b14a35a-e9ad-4e4d-bd89-623d6ad4310c"}, "links": [{"href": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs/c5554d68-d54a-4c8b-8573-39017c0269fd", "rel": "self"}, {"href": "http://172.30.9.23:8776/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs/c5554d68-d54a-4c8b-8573-39017c0269fd", "rel": "bookmark"}]} 2018-06-29 05:38:29,427 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs/c5554d68-d54a-4c8b-8573-39017c0269fd used request id req-84d4c0f9-00ef-4fe7-947a-909ac975e2ce 2018-06-29 05:38:29,427 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-7b14a35a-e9ad-4e4d-bd89-623d6ad4310c 2018-06-29 05:38:29,430 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs/c5554d68-d54a-4c8b-8573-39017c0269fd?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5327f140-717d-498a-b7e0-c21193ca2e6a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e890d49477ae2526e9e16a0746632725191930a" 2018-06-29 05:38:30,312 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 05:38:29 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-5587aeb5-10ff-4efd-8ec2-74a811e5a1fa 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 05:38:30,312 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs/c5554d68-d54a-4c8b-8573-39017c0269fd?force=False used request id req-5587aeb5-10ff-4efd-8ec2-74a811e5a1fa 2018-06-29 05:38:30,315 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:38:30,705 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:38:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["1r47HuR_RcOy81GvgNN0fQ"], "issued_at": "2018-06-29T05:38:30.000000Z"}} 2018-06-29 05:38:30,708 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da83c1c3f38f00f186c013d437a7ffd610f00aeb" -d '{"qos_specs": {"foo": "bar ", "consumer": "both", "name": "CinderUtilsQoSTests-c9ca4236-2d04-4ced-b5a5-93cdf6ab7f68"}}' 2018-06-29 05:38:30,938 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:38:30 GMT Server: Apache x-compute-request-id: req-45ee9006-703c-49f2-8454-47340b8d077e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-45ee9006-703c-49f2-8454-47340b8d077e Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "both", "id": "2a012fbb-b080-4bd6-8821-e5e7f6430056", "name": "CinderUtilsQoSTests-c9ca4236-2d04-4ced-b5a5-93cdf6ab7f68"}, "links": [{"href": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs/2a012fbb-b080-4bd6-8821-e5e7f6430056", "rel": "self"}, {"href": "http://172.30.9.23:8776/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs/2a012fbb-b080-4bd6-8821-e5e7f6430056", "rel": "bookmark"}]} 2018-06-29 05:38:30,938 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs used request id req-45ee9006-703c-49f2-8454-47340b8d077e 2018-06-29 05:38:30,941 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-45ee9006-703c-49f2-8454-47340b8d077e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da83c1c3f38f00f186c013d437a7ffd610f00aeb" 2018-06-29 05:38:31,149 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:38:30 GMT Server: Apache x-compute-request-id: req-ee36983d-06a8-45fb-8140-abb57e1f2c06 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ee36983d-06a8-45fb-8140-abb57e1f2c06 Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "both", "id": "2a012fbb-b080-4bd6-8821-e5e7f6430056", "name": "CinderUtilsQoSTests-c9ca4236-2d04-4ced-b5a5-93cdf6ab7f68"}]} 2018-06-29 05:38:31,149 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs used request id req-ee36983d-06a8-45fb-8140-abb57e1f2c06 2018-06-29 05:38:31,152 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs/2a012fbb-b080-4bd6-8821-e5e7f6430056 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-45ee9006-703c-49f2-8454-47340b8d077e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da83c1c3f38f00f186c013d437a7ffd610f00aeb" 2018-06-29 05:38:32,028 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:38:31 GMT Server: Apache x-compute-request-id: req-430d7df2-c92e-4a69-bcf7-d8940363409a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-430d7df2-c92e-4a69-bcf7-d8940363409a Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "both", "id": "2a012fbb-b080-4bd6-8821-e5e7f6430056", "name": "CinderUtilsQoSTests-c9ca4236-2d04-4ced-b5a5-93cdf6ab7f68"}, "links": [{"href": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs/2a012fbb-b080-4bd6-8821-e5e7f6430056", "rel": "self"}, {"href": "http://172.30.9.23:8776/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs/2a012fbb-b080-4bd6-8821-e5e7f6430056", "rel": "bookmark"}]} 2018-06-29 05:38:32,028 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs/2a012fbb-b080-4bd6-8821-e5e7f6430056 used request id req-430d7df2-c92e-4a69-bcf7-d8940363409a 2018-06-29 05:38:32,028 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-c9ca4236-2d04-4ced-b5a5-93cdf6ab7f68 2018-06-29 05:38:32,031 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs/2a012fbb-b080-4bd6-8821-e5e7f6430056?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-45ee9006-703c-49f2-8454-47340b8d077e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da83c1c3f38f00f186c013d437a7ffd610f00aeb" 2018-06-29 05:38:32,291 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 05:38:32 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d93ecdfd-e1c2-4d44-ac8c-3af0eccc0695 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 05:38:32,292 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs/2a012fbb-b080-4bd6-8821-e5e7f6430056?force=False used request id req-d93ecdfd-e1c2-4d44-ac8c-3af0eccc0695 2018-06-29 05:38:32,294 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:38:32,701 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:38:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["Xbx3z_YETLOmzL-lQqR-kA"], "issued_at": "2018-06-29T05:38:32.000000Z"}} 2018-06-29 05:38:32,703 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6dcb64551d6ae5e17ae61d6292cfea4bd81d825b" -d '{"qos_specs": {"foo": "bar ", "consumer": "front-end", "name": "CinderUtilsQoSTests-c6c8f103-ce01-484f-b6d7-1a29c6277c91"}}' 2018-06-29 05:38:32,999 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:38:32 GMT Server: Apache x-compute-request-id: req-f87dceb8-c6b8-41c3-97bf-8c1c518080da OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f87dceb8-c6b8-41c3-97bf-8c1c518080da Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "front-end", "id": "cc3f8cff-d52b-4eb4-9d7a-3161b052795f", "name": "CinderUtilsQoSTests-c6c8f103-ce01-484f-b6d7-1a29c6277c91"}, "links": [{"href": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs/cc3f8cff-d52b-4eb4-9d7a-3161b052795f", "rel": "self"}, {"href": "http://172.30.9.23:8776/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs/cc3f8cff-d52b-4eb4-9d7a-3161b052795f", "rel": "bookmark"}]} 2018-06-29 05:38:32,999 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs used request id req-f87dceb8-c6b8-41c3-97bf-8c1c518080da 2018-06-29 05:38:33,002 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f87dceb8-c6b8-41c3-97bf-8c1c518080da" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6dcb64551d6ae5e17ae61d6292cfea4bd81d825b" 2018-06-29 05:38:33,285 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:38:33 GMT Server: Apache x-compute-request-id: req-c5019899-d20d-4271-8249-cfdfbc786439 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c5019899-d20d-4271-8249-cfdfbc786439 Content-Encoding: gzip Content-Length: 166 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "front-end", "id": "cc3f8cff-d52b-4eb4-9d7a-3161b052795f", "name": "CinderUtilsQoSTests-c6c8f103-ce01-484f-b6d7-1a29c6277c91"}]} 2018-06-29 05:38:33,285 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs used request id req-c5019899-d20d-4271-8249-cfdfbc786439 2018-06-29 05:38:33,288 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs/cc3f8cff-d52b-4eb4-9d7a-3161b052795f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f87dceb8-c6b8-41c3-97bf-8c1c518080da" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6dcb64551d6ae5e17ae61d6292cfea4bd81d825b" 2018-06-29 05:38:33,482 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:38:33 GMT Server: Apache x-compute-request-id: req-6b2a161c-f908-4321-84ce-b6417a76ba51 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6b2a161c-f908-4321-84ce-b6417a76ba51 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "front-end", "id": "cc3f8cff-d52b-4eb4-9d7a-3161b052795f", "name": "CinderUtilsQoSTests-c6c8f103-ce01-484f-b6d7-1a29c6277c91"}, "links": [{"href": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs/cc3f8cff-d52b-4eb4-9d7a-3161b052795f", "rel": "self"}, {"href": "http://172.30.9.23:8776/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs/cc3f8cff-d52b-4eb4-9d7a-3161b052795f", "rel": "bookmark"}]} 2018-06-29 05:38:33,482 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs/cc3f8cff-d52b-4eb4-9d7a-3161b052795f used request id req-6b2a161c-f908-4321-84ce-b6417a76ba51 2018-06-29 05:38:33,483 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-c6c8f103-ce01-484f-b6d7-1a29c6277c91 2018-06-29 05:38:33,485 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs/cc3f8cff-d52b-4eb4-9d7a-3161b052795f?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f87dceb8-c6b8-41c3-97bf-8c1c518080da" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6dcb64551d6ae5e17ae61d6292cfea4bd81d825b" 2018-06-29 05:38:33,720 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 05:38:33 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-caabcf94-c27c-400f-bd83-21b620f990a4 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 05:38:33,720 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs/cc3f8cff-d52b-4eb4-9d7a-3161b052795f?force=False used request id req-caabcf94-c27c-400f-bd83-21b620f990a4 2018-06-29 05:38:33,722 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:38:34,119 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:38:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["UOvyM4gCQUKJSrW5tQSPUg"], "issued_at": "2018-06-29T05:38:34.000000Z"}} 2018-06-29 05:38:34,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}553b54735af1339f05b14a8cf84b9e417252f070" 2018-06-29 05:38:34,202 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:38:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d96c2160-6335-44d4-9ae7-57cc8983acee Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:38:34,202 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d96c2160-6335-44d4-9ae7-57cc8983acee 2018-06-29 05:38:34,206 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}553b54735af1339f05b14a8cf84b9e417252f070" -d '{"volume": {"status": "creating", "backup_id": null, "user_id": null, "name": "CinderUtilsVolumeTests-587e2dda-97da-4acd-a00d-d62b0d6f3b58", "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 05:38:34,674 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 05:38:34 GMT Server: Apache x-compute-request-id: req-a19ee549-645c-4a66-b349-e305cc927a11 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a19ee549-645c-4a66-b349-e305cc927a11 Content-Length: 846 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "c13100c6fdf740938502979241e10e11", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/a07f0f32-e3f9-4165-bf31-c3591e8b4786", "rel": "self"}, {"href": "http://172.30.9.23:8776/cd9dbb674f044f3998e73a09e2cc2f57/volumes/a07f0f32-e3f9-4165-bf31-c3591e8b4786", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-06-29T05:38:34.000000", "description": null, "updated_at": null, "volume_type": null, "name": "CinderUtilsVolumeTests-587e2dda-97da-4acd-a00d-d62b0d6f3b58", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "a07f0f32-e3f9-4165-bf31-c3591e8b4786", "size": 1}} 2018-06-29 05:38:34,675 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes used request id req-a19ee549-645c-4a66-b349-e305cc927a11 2018-06-29 05:38:34,678 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/a07f0f32-e3f9-4165-bf31-c3591e8b4786 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a19ee549-645c-4a66-b349-e305cc927a11" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}553b54735af1339f05b14a8cf84b9e417252f070" 2018-06-29 05:38:34,907 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:38:34 GMT Server: Apache x-compute-request-id: req-4dbf81ee-88ea-4b02-8fa4-81ca7cc8a17f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4dbf81ee-88ea-4b02-8fa4-81ca7cc8a17f Content-Encoding: gzip Content-Length: 512 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/a07f0f32-e3f9-4165-bf31-c3591e8b4786", "rel": "self"}, {"href": "http://172.30.9.23:8776/cd9dbb674f044f3998e73a09e2cc2f57/volumes/a07f0f32-e3f9-4165-bf31-c3591e8b4786", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-06-29T05:38:34.000000", "replication_status": null, "snapshot_id": null, "id": "a07f0f32-e3f9-4165-bf31-c3591e8b4786", "size": 1, "user_id": "c13100c6fdf740938502979241e10e11", "os-vol-tenant-attr:tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "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-587e2dda-97da-4acd-a00d-d62b0d6f3b58", "bootable": "false", "created_at": "2018-06-29T05:38:34.000000", "volume_type": null}} 2018-06-29 05:38:34,907 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/a07f0f32-e3f9-4165-bf31-c3591e8b4786 used request id req-4dbf81ee-88ea-4b02-8fa4-81ca7cc8a17f 2018-06-29 05:38:34,910 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/a07f0f32-e3f9-4165-bf31-c3591e8b4786 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a19ee549-645c-4a66-b349-e305cc927a11" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}553b54735af1339f05b14a8cf84b9e417252f070" 2018-06-29 05:38:35,159 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:38:34 GMT Server: Apache x-compute-request-id: req-a5e295fa-569e-4d15-828c-ef9fb2c7489b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a5e295fa-569e-4d15-828c-ef9fb2c7489b Content-Encoding: gzip Content-Length: 512 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/a07f0f32-e3f9-4165-bf31-c3591e8b4786", "rel": "self"}, {"href": "http://172.30.9.23:8776/cd9dbb674f044f3998e73a09e2cc2f57/volumes/a07f0f32-e3f9-4165-bf31-c3591e8b4786", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-06-29T05:38:34.000000", "replication_status": null, "snapshot_id": null, "id": "a07f0f32-e3f9-4165-bf31-c3591e8b4786", "size": 1, "user_id": "c13100c6fdf740938502979241e10e11", "os-vol-tenant-attr:tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "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-587e2dda-97da-4acd-a00d-d62b0d6f3b58", "bootable": "false", "created_at": "2018-06-29T05:38:34.000000", "volume_type": null}} 2018-06-29 05:38:35,159 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/a07f0f32-e3f9-4165-bf31-c3591e8b4786 used request id req-a5e295fa-569e-4d15-828c-ef9fb2c7489b 2018-06-29 05:38:35,162 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a19ee549-645c-4a66-b349-e305cc927a11" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}553b54735af1339f05b14a8cf84b9e417252f070" 2018-06-29 05:38:36,215 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:38:35 GMT Server: Apache x-compute-request-id: req-f8e0f039-7c29-4e17-acb6-8fb8f62be149 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f8e0f039-7c29-4e17-acb6-8fb8f62be149 Content-Encoding: gzip Content-Length: 512 Content-Type: application/json RESP BODY: {"volumes": [{"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/a07f0f32-e3f9-4165-bf31-c3591e8b4786", "rel": "self"}, {"href": "http://172.30.9.23:8776/cd9dbb674f044f3998e73a09e2cc2f57/volumes/a07f0f32-e3f9-4165-bf31-c3591e8b4786", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-06-29T05:38:34.000000", "replication_status": null, "snapshot_id": null, "id": "a07f0f32-e3f9-4165-bf31-c3591e8b4786", "size": 1, "user_id": "c13100c6fdf740938502979241e10e11", "os-vol-tenant-attr:tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "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-587e2dda-97da-4acd-a00d-d62b0d6f3b58", "bootable": "false", "created_at": "2018-06-29T05:38:34.000000", "volume_type": null}]} 2018-06-29 05:38:36,215 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/detail used request id req-f8e0f039-7c29-4e17-acb6-8fb8f62be149 2018-06-29 05:38:36,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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 05:38:36,225 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 05:38: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.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 05:38:36,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}553b54735af1339f05b14a8cf84b9e417252f070" 2018-06-29 05:38:36,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:38:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88ae315a-9ae4-44e5-9197-34a19211814d Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}} 2018-06-29 05:38:36,321 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 used request id req-88ae315a-9ae4-44e5-9197-34a19211814d 2018-06-29 05:38:36,322 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-587e2dda-97da-4acd-a00d-d62b0d6f3b58 2018-06-29 05:38:36,325 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/a07f0f32-e3f9-4165-bf31-c3591e8b4786 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a19ee549-645c-4a66-b349-e305cc927a11" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}553b54735af1339f05b14a8cf84b9e417252f070" 2018-06-29 05:38:36,597 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 05:38:36 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-6852560f-5352-4a13-a061-20b61fb7063b 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 05:38:36,598 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/a07f0f32-e3f9-4165-bf31-c3591e8b4786 used request id req-6852560f-5352-4a13-a061-20b61fb7063b 2018-06-29 05:38:36,600 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/a07f0f32-e3f9-4165-bf31-c3591e8b4786 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a19ee549-645c-4a66-b349-e305cc927a11" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}553b54735af1339f05b14a8cf84b9e417252f070" 2018-06-29 05:38:36,814 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 29 Jun 2018 05:38:36 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-3f89a399-f095-422f-855c-1e63f57603d6 x-openstack-request-id: req-3f89a399-f095-422f-855c-1e63f57603d6 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume a07f0f32-e3f9-4165-bf31-c3591e8b4786 could not be found.", "code": 404}} 2018-06-29 05:38:36,814 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/a07f0f32-e3f9-4165-bf31-c3591e8b4786 used request id req-3f89a399-f095-422f-855c-1e63f57603d6 2018-06-29 05:38:36,817 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a19ee549-645c-4a66-b349-e305cc927a11" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}553b54735af1339f05b14a8cf84b9e417252f070" 2018-06-29 05:38:37,045 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:38:36 GMT Server: Apache x-compute-request-id: req-dd3eb945-20bb-4a43-9d6f-851558735237 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-dd3eb945-20bb-4a43-9d6f-851558735237 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-06-29 05:38:37,045 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/detail used request id req-dd3eb945-20bb-4a43-9d6f-851558735237 2018-06-29 05:38:37,046 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-587e2dda-97da-4acd-a00d-d62b0d6f3b58 2018-06-29 05:38:37,048 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/a07f0f32-e3f9-4165-bf31-c3591e8b4786 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a19ee549-645c-4a66-b349-e305cc927a11" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}553b54735af1339f05b14a8cf84b9e417252f070" 2018-06-29 05:38:37,261 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 29 Jun 2018 05:38:37 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-4dd01d31-6633-4d91-a9af-a793204bd423 x-openstack-request-id: req-4dd01d31-6633-4d91-a9af-a793204bd423 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume a07f0f32-e3f9-4165-bf31-c3591e8b4786 could not be found.", "code": 404}} 2018-06-29 05:38:37,261 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/a07f0f32-e3f9-4165-bf31-c3591e8b4786 used request id req-4dd01d31-6633-4d91-a9af-a793204bd423 2018-06-29 05:38:37,264 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/a07f0f32-e3f9-4165-bf31-c3591e8b4786 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a19ee549-645c-4a66-b349-e305cc927a11" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}553b54735af1339f05b14a8cf84b9e417252f070" 2018-06-29 05:38:37,471 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 29 Jun 2018 05:38:37 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-a2d919cf-0fa3-454d-9d64-b2213fdcd3d0 x-openstack-request-id: req-a2d919cf-0fa3-454d-9d64-b2213fdcd3d0 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume a07f0f32-e3f9-4165-bf31-c3591e8b4786 could not be found.", "code": 404}} 2018-06-29 05:38:37,471 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/a07f0f32-e3f9-4165-bf31-c3591e8b4786 used request id req-a2d919cf-0fa3-454d-9d64-b2213fdcd3d0 2018-06-29 05:38:37,473 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:38:37,867 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:38:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["GyDgslCkSRmK4hY6bNS49A"], "issued_at": "2018-06-29T05:38:37.000000Z"}} 2018-06-29 05:38:37,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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}825f651072aa554f7de981ff9d38ac26ac94749e" 2018-06-29 05:38:37,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:38:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-783662ac-eb30-4e41-831c-6d8138a87b64 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-06-29 05:38:37,946 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-783662ac-eb30-4e41-831c-6d8138a87b64 2018-06-29 05:38:37,949 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}825f651072aa554f7de981ff9d38ac26ac94749e" -d '{"volume": {"status": "creating", "backup_id": null, "user_id": null, "name": "CinderUtilsVolumeTests-33d448a4-2185-40bb-930e-42890a0e539a", "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 05:38:38,376 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 05:38:37 GMT Server: Apache x-compute-request-id: req-728134ce-74e9-434d-a91d-bd850f963d1b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-728134ce-74e9-434d-a91d-bd850f963d1b Content-Length: 846 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "c13100c6fdf740938502979241e10e11", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/18369b10-90a9-4671-9e13-d07f13982e51", "rel": "self"}, {"href": "http://172.30.9.23:8776/cd9dbb674f044f3998e73a09e2cc2f57/volumes/18369b10-90a9-4671-9e13-d07f13982e51", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-06-29T05:38:38.000000", "description": null, "updated_at": null, "volume_type": null, "name": "CinderUtilsVolumeTests-33d448a4-2185-40bb-930e-42890a0e539a", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "18369b10-90a9-4671-9e13-d07f13982e51", "size": 1}} 2018-06-29 05:38:38,376 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes used request id req-728134ce-74e9-434d-a91d-bd850f963d1b 2018-06-29 05:38:38,379 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/18369b10-90a9-4671-9e13-d07f13982e51 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-728134ce-74e9-434d-a91d-bd850f963d1b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}825f651072aa554f7de981ff9d38ac26ac94749e" 2018-06-29 05:38:38,618 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:38:38 GMT Server: Apache x-compute-request-id: req-0aa85c89-a0fe-42c9-9f25-410ec15b1a3b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0aa85c89-a0fe-42c9-9f25-410ec15b1a3b Content-Encoding: gzip Content-Length: 514 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/18369b10-90a9-4671-9e13-d07f13982e51", "rel": "self"}, {"href": "http://172.30.9.23:8776/cd9dbb674f044f3998e73a09e2cc2f57/volumes/18369b10-90a9-4671-9e13-d07f13982e51", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-06-29T05:38:38.000000", "replication_status": null, "snapshot_id": null, "id": "18369b10-90a9-4671-9e13-d07f13982e51", "size": 1, "user_id": "c13100c6fdf740938502979241e10e11", "os-vol-tenant-attr:tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "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-33d448a4-2185-40bb-930e-42890a0e539a", "bootable": "false", "created_at": "2018-06-29T05:38:38.000000", "volume_type": null}} 2018-06-29 05:38:38,618 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/18369b10-90a9-4671-9e13-d07f13982e51 used request id req-0aa85c89-a0fe-42c9-9f25-410ec15b1a3b 2018-06-29 05:38:38,621 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/18369b10-90a9-4671-9e13-d07f13982e51 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-728134ce-74e9-434d-a91d-bd850f963d1b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}825f651072aa554f7de981ff9d38ac26ac94749e" 2018-06-29 05:38:38,882 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:38:38 GMT Server: Apache x-compute-request-id: req-75599917-bd83-4143-90e0-d12fd512164f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-75599917-bd83-4143-90e0-d12fd512164f Content-Encoding: gzip Content-Length: 511 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/18369b10-90a9-4671-9e13-d07f13982e51", "rel": "self"}, {"href": "http://172.30.9.23:8776/cd9dbb674f044f3998e73a09e2cc2f57/volumes/18369b10-90a9-4671-9e13-d07f13982e51", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-06-29T05:38:38.000000", "replication_status": null, "snapshot_id": null, "id": "18369b10-90a9-4671-9e13-d07f13982e51", "size": 1, "user_id": "c13100c6fdf740938502979241e10e11", "os-vol-tenant-attr:tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "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-33d448a4-2185-40bb-930e-42890a0e539a", "bootable": "false", "created_at": "2018-06-29T05:38:38.000000", "volume_type": null}} 2018-06-29 05:38:38,883 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/18369b10-90a9-4671-9e13-d07f13982e51 used request id req-75599917-bd83-4143-90e0-d12fd512164f 2018-06-29 05:38:38,885 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-728134ce-74e9-434d-a91d-bd850f963d1b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}825f651072aa554f7de981ff9d38ac26ac94749e" 2018-06-29 05:38:39,112 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:38:38 GMT Server: Apache x-compute-request-id: req-24a2b91e-29a2-4d67-8700-eba55304e660 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-24a2b91e-29a2-4d67-8700-eba55304e660 Content-Encoding: gzip Content-Length: 511 Content-Type: application/json RESP BODY: {"volumes": [{"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/18369b10-90a9-4671-9e13-d07f13982e51", "rel": "self"}, {"href": "http://172.30.9.23:8776/cd9dbb674f044f3998e73a09e2cc2f57/volumes/18369b10-90a9-4671-9e13-d07f13982e51", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-06-29T05:38:38.000000", "replication_status": null, "snapshot_id": null, "id": "18369b10-90a9-4671-9e13-d07f13982e51", "size": 1, "user_id": "c13100c6fdf740938502979241e10e11", "os-vol-tenant-attr:tenant_id": "cd9dbb674f044f3998e73a09e2cc2f57", "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-33d448a4-2185-40bb-930e-42890a0e539a", "bootable": "false", "created_at": "2018-06-29T05:38:38.000000", "volume_type": null}]} 2018-06-29 05:38:39,112 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/detail used request id req-24a2b91e-29a2-4d67-8700-eba55304e660 2018-06-29 05:38:39,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23: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 05:38:39,121 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 29 Jun 2018 05:38:39 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.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-06-29 05:38:39,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}825f651072aa554f7de981ff9d38ac26ac94749e" 2018-06-29 05:38:39,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:38:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0b4d8fe-2e7b-4bc1-9c32-bf8a14061cbf Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}} 2018-06-29 05:38:39,221 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cd9dbb674f044f3998e73a09e2cc2f57 used request id req-f0b4d8fe-2e7b-4bc1-9c32-bf8a14061cbf 2018-06-29 05:38:39,221 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-33d448a4-2185-40bb-930e-42890a0e539a 2018-06-29 05:38:39,224 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/18369b10-90a9-4671-9e13-d07f13982e51 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-728134ce-74e9-434d-a91d-bd850f963d1b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}825f651072aa554f7de981ff9d38ac26ac94749e" 2018-06-29 05:38:39,514 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 05:38:39 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ac15c9b7-f23c-4ce1-80e2-b48c4fc6e665 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 05:38:39,514 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/18369b10-90a9-4671-9e13-d07f13982e51 used request id req-ac15c9b7-f23c-4ce1-80e2-b48c4fc6e665 2018-06-29 05:38:39,517 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/18369b10-90a9-4671-9e13-d07f13982e51 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-728134ce-74e9-434d-a91d-bd850f963d1b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}825f651072aa554f7de981ff9d38ac26ac94749e" 2018-06-29 05:38:39,747 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 29 Jun 2018 05:38:39 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-439b7e3f-e565-4b11-aae1-4303306082d4 x-openstack-request-id: req-439b7e3f-e565-4b11-aae1-4303306082d4 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 18369b10-90a9-4671-9e13-d07f13982e51 could not be found.", "code": 404}} 2018-06-29 05:38:39,747 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/volumes/18369b10-90a9-4671-9e13-d07f13982e51 used request id req-439b7e3f-e565-4b11-aae1-4303306082d4 2018-06-29 05:38:39,749 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:38:40,149 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:38:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["pwh6DrjuQoKHF-tqyEsdng"], "issued_at": "2018-06-29T05:38:40.000000Z"}} 2018-06-29 05:38:40,152 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}657fc297de057190ec6c7a01a67cb49a81acb6ee" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsSimpleVolumeTypeTests-737a3d8f-546c-4949-85b9-af9417c806ed", "description": null}}' 2018-06-29 05:38:40,396 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:38:40 GMT Server: Apache x-compute-request-id: req-40e7fbf9-4b4b-412a-8cc0-ccec3c73de54 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-40e7fbf9-4b4b-412a-8cc0-ccec3c73de54 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-737a3d8f-546c-4949-85b9-af9417c806ed", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "7a5ff574-776a-4b06-b4c4-41dc02411771", "description": null}} 2018-06-29 05:38:40,397 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types used request id req-40e7fbf9-4b4b-412a-8cc0-ccec3c73de54 2018-06-29 05:38:40,400 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types?is_public=None -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-40e7fbf9-4b4b-412a-8cc0-ccec3c73de54" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}657fc297de057190ec6c7a01a67cb49a81acb6ee" 2018-06-29 05:38:41,327 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:38:40 GMT Server: Apache x-compute-request-id: req-261a8ac2-07b2-4741-9fe2-29a793838940 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-261a8ac2-07b2-4741-9fe2-29a793838940 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CinderUtilsSimpleVolumeTypeTests-737a3d8f-546c-4949-85b9-af9417c806ed", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "7a5ff574-776a-4b06-b4c4-41dc02411771", "description": null}]} 2018-06-29 05:38:41,327 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types?is_public=None used request id req-261a8ac2-07b2-4741-9fe2-29a793838940 2018-06-29 05:38:41,330 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types/7a5ff574-776a-4b06-b4c4-41dc02411771 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-40e7fbf9-4b4b-412a-8cc0-ccec3c73de54" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}657fc297de057190ec6c7a01a67cb49a81acb6ee" 2018-06-29 05:38:41,512 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:38:41 GMT Server: Apache x-compute-request-id: req-dfa05d55-b7f4-4ea9-841c-54a4a09f8dee OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-dfa05d55-b7f4-4ea9-841c-54a4a09f8dee Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-737a3d8f-546c-4949-85b9-af9417c806ed", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "7a5ff574-776a-4b06-b4c4-41dc02411771", "description": null}} 2018-06-29 05:38:41,512 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types/7a5ff574-776a-4b06-b4c4-41dc02411771 used request id req-dfa05d55-b7f4-4ea9-841c-54a4a09f8dee 2018-06-29 05:38:41,515 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types/7a5ff574-776a-4b06-b4c4-41dc02411771/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-40e7fbf9-4b4b-412a-8cc0-ccec3c73de54" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}657fc297de057190ec6c7a01a67cb49a81acb6ee" 2018-06-29 05:38:41,711 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:38:41 GMT Server: Apache x-compute-request-id: req-409db396-0304-4571-8b62-d5c93910f8ce OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-409db396-0304-4571-8b62-d5c93910f8ce Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-06-29 05:38:41,712 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types/7a5ff574-776a-4b06-b4c4-41dc02411771/encryption used request id req-409db396-0304-4571-8b62-d5c93910f8ce 2018-06-29 05:38:41,712 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-737a3d8f-546c-4949-85b9-af9417c806ed 2018-06-29 05:38:41,714 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types/7a5ff574-776a-4b06-b4c4-41dc02411771 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-40e7fbf9-4b4b-412a-8cc0-ccec3c73de54" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}657fc297de057190ec6c7a01a67cb49a81acb6ee" 2018-06-29 05:38:42,647 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 05:38:41 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-3b90e198-f697-4573-8a76-378381c7a230 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 05:38:42,647 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types/7a5ff574-776a-4b06-b4c4-41dc02411771 used request id req-3b90e198-f697-4573-8a76-378381c7a230 2018-06-29 05:38:42,650 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types/7a5ff574-776a-4b06-b4c4-41dc02411771 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-40e7fbf9-4b4b-412a-8cc0-ccec3c73de54" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}657fc297de057190ec6c7a01a67cb49a81acb6ee" 2018-06-29 05:38:42,844 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 29 Jun 2018 05:38:42 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-a494906f-ef8a-4d97-8247-7a1ecd34c3fd x-openstack-request-id: req-a494906f-ef8a-4d97-8247-7a1ecd34c3fd Content-Length: 114 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type 7a5ff574-776a-4b06-b4c4-41dc02411771 could not be found.", "code": 404}} 2018-06-29 05:38:42,844 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types/7a5ff574-776a-4b06-b4c4-41dc02411771 used request id req-a494906f-ef8a-4d97-8247-7a1ecd34c3fd 2018-06-29 05:38:42,844 - cinder_utils - INFO - Volume with ID [7a5ff574-776a-4b06-b4c4-41dc02411771] does not exist 2018-06-29 05:38:42,845 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-737a3d8f-546c-4949-85b9-af9417c806ed 2018-06-29 05:38:42,847 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types/7a5ff574-776a-4b06-b4c4-41dc02411771 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-40e7fbf9-4b4b-412a-8cc0-ccec3c73de54" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}657fc297de057190ec6c7a01a67cb49a81acb6ee" 2018-06-29 05:38:43,066 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 29 Jun 2018 05:38:42 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-c4acef67-dd76-4df8-ba3c-14efc6b882f5 x-openstack-request-id: req-c4acef67-dd76-4df8-ba3c-14efc6b882f5 Content-Length: 114 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type 7a5ff574-776a-4b06-b4c4-41dc02411771 could not be found.", "code": 404}} 2018-06-29 05:38:43,066 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types/7a5ff574-776a-4b06-b4c4-41dc02411771 used request id req-c4acef67-dd76-4df8-ba3c-14efc6b882f5 2018-06-29 05:38:43,068 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:38:43,469 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:38:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["Kojg9KW_QzWRoAMTFjRliA"], "issued_at": "2018-06-29T05:38:43.000000Z"}} 2018-06-29 05:38:43,472 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}768c102ea0e894821a3b2aca53b252845790125d" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsSimpleVolumeTypeTests-652d4876-1651-4621-88c6-c003cb58fdb9", "description": null}}' 2018-06-29 05:38:43,808 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:38:43 GMT Server: Apache x-compute-request-id: req-d8a5afe4-a000-413c-8745-930f0326b177 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d8a5afe4-a000-413c-8745-930f0326b177 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-652d4876-1651-4621-88c6-c003cb58fdb9", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "6c760442-faba-4cad-8deb-9cf775c7be0f", "description": null}} 2018-06-29 05:38:43,809 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types used request id req-d8a5afe4-a000-413c-8745-930f0326b177 2018-06-29 05:38:43,812 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types?is_public=None -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d8a5afe4-a000-413c-8745-930f0326b177" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}768c102ea0e894821a3b2aca53b252845790125d" 2018-06-29 05:38:44,011 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:38:43 GMT Server: Apache x-compute-request-id: req-7c78e258-d8d7-4172-b6bf-61f19afe31f2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7c78e258-d8d7-4172-b6bf-61f19afe31f2 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CinderUtilsSimpleVolumeTypeTests-652d4876-1651-4621-88c6-c003cb58fdb9", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "6c760442-faba-4cad-8deb-9cf775c7be0f", "description": null}]} 2018-06-29 05:38:44,012 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types?is_public=None used request id req-7c78e258-d8d7-4172-b6bf-61f19afe31f2 2018-06-29 05:38:44,015 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types/6c760442-faba-4cad-8deb-9cf775c7be0f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d8a5afe4-a000-413c-8745-930f0326b177" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}768c102ea0e894821a3b2aca53b252845790125d" 2018-06-29 05:38:44,211 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:38:44 GMT Server: Apache x-compute-request-id: req-6d8148a9-8e88-4bd4-bd6f-8184b676f627 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6d8148a9-8e88-4bd4-bd6f-8184b676f627 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-652d4876-1651-4621-88c6-c003cb58fdb9", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "6c760442-faba-4cad-8deb-9cf775c7be0f", "description": null}} 2018-06-29 05:38:44,211 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types/6c760442-faba-4cad-8deb-9cf775c7be0f used request id req-6d8148a9-8e88-4bd4-bd6f-8184b676f627 2018-06-29 05:38:44,214 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types/6c760442-faba-4cad-8deb-9cf775c7be0f/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d8a5afe4-a000-413c-8745-930f0326b177" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}768c102ea0e894821a3b2aca53b252845790125d" 2018-06-29 05:38:44,396 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:38:44 GMT Server: Apache x-compute-request-id: req-45b32f09-4df7-4a8f-bc11-1477c3dcfb6a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-45b32f09-4df7-4a8f-bc11-1477c3dcfb6a Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-06-29 05:38:44,396 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types/6c760442-faba-4cad-8deb-9cf775c7be0f/encryption used request id req-45b32f09-4df7-4a8f-bc11-1477c3dcfb6a 2018-06-29 05:38:44,399 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types/6c760442-faba-4cad-8deb-9cf775c7be0f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d8a5afe4-a000-413c-8745-930f0326b177" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}768c102ea0e894821a3b2aca53b252845790125d" 2018-06-29 05:38:44,607 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:38:44 GMT Server: Apache x-compute-request-id: req-2ba902ad-81de-4c34-8260-772d24dbc5d0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2ba902ad-81de-4c34-8260-772d24dbc5d0 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-652d4876-1651-4621-88c6-c003cb58fdb9", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "6c760442-faba-4cad-8deb-9cf775c7be0f", "description": null}} 2018-06-29 05:38:44,607 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types/6c760442-faba-4cad-8deb-9cf775c7be0f used request id req-2ba902ad-81de-4c34-8260-772d24dbc5d0 2018-06-29 05:38:44,610 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types/6c760442-faba-4cad-8deb-9cf775c7be0f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d8a5afe4-a000-413c-8745-930f0326b177" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}768c102ea0e894821a3b2aca53b252845790125d" 2018-06-29 05:38:44,819 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:38:44 GMT Server: Apache x-compute-request-id: req-c4b93788-4428-440b-a6b6-0697cc12c8a9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c4b93788-4428-440b-a6b6-0697cc12c8a9 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-652d4876-1651-4621-88c6-c003cb58fdb9", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "6c760442-faba-4cad-8deb-9cf775c7be0f", "description": null}} 2018-06-29 05:38:44,819 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types/6c760442-faba-4cad-8deb-9cf775c7be0f used request id req-c4b93788-4428-440b-a6b6-0697cc12c8a9 2018-06-29 05:38:44,822 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types/6c760442-faba-4cad-8deb-9cf775c7be0f/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d8a5afe4-a000-413c-8745-930f0326b177" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}768c102ea0e894821a3b2aca53b252845790125d" 2018-06-29 05:38:45,015 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:38:44 GMT Server: Apache x-compute-request-id: req-129e7dce-40c3-4dd2-8c44-b88e48d0640d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-129e7dce-40c3-4dd2-8c44-b88e48d0640d Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-06-29 05:38:45,015 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types/6c760442-faba-4cad-8deb-9cf775c7be0f/encryption used request id req-129e7dce-40c3-4dd2-8c44-b88e48d0640d 2018-06-29 05:38:45,016 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-652d4876-1651-4621-88c6-c003cb58fdb9 2018-06-29 05:38:45,018 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types/6c760442-faba-4cad-8deb-9cf775c7be0f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d8a5afe4-a000-413c-8745-930f0326b177" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}768c102ea0e894821a3b2aca53b252845790125d" 2018-06-29 05:38:45,087 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 05:38:45 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-58a48677-e912-42ec-8f31-d0de2c77b4b7 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 05:38:45,087 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types/6c760442-faba-4cad-8deb-9cf775c7be0f used request id req-58a48677-e912-42ec-8f31-d0de2c77b4b7 2018-06-29 05:38:45,090 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:38:45,480 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:38:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["X7Qd860bQ6S7SHg6rM3LXg"], "issued_at": "2018-06-29T05:38:45.000000Z"}} 2018-06-29 05:38:45,482 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}526afdd0cb727892c1d94ad6100e18574aca68af" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-bb1957ba-cf59-41f1-a5d1-e101e513836b-type", "description": null}}' 2018-06-29 05:38:45,738 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:38:45 GMT Server: Apache x-compute-request-id: req-3ad95abb-1d2b-412d-88f3-7dc0b9995fd7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3ad95abb-1d2b-412d-88f3-7dc0b9995fd7 Content-Encoding: gzip Content-Length: 199 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-bb1957ba-cf59-41f1-a5d1-e101e513836b-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "b71120d1-f145-49ef-8250-c02301827df0", "description": null}} 2018-06-29 05:38:45,739 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types used request id req-3ad95abb-1d2b-412d-88f3-7dc0b9995fd7 2018-06-29 05:38:45,742 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types/b71120d1-f145-49ef-8250-c02301827df0/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-3ad95abb-1d2b-412d-88f3-7dc0b9995fd7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}526afdd0cb727892c1d94ad6100e18574aca68af" -d '{"encryption": {"name": "CinderUtilsAddEncryptionTests-bb1957ba-cf59-41f1-a5d1-e101e513836b", "control_location": "back-end", "key_size": -1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}}' 2018-06-29 05:38:45,925 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Fri, 29 Jun 2018 05:38:45 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-f746824e-63d3-4b9a-a21f-c44d22381f30 x-openstack-request-id: req-f746824e-63d3-4b9a-a21f-c44d22381f30 Content-Length: 379 Content-Type: application/json RESP BODY: {"badRequest": {"message": "Invalid input for field/attribute encryption. Value: {u'name': u'CinderUtilsAddEncryptionTests-bb1957ba-cf59-41f1-a5d1-e101e513836b', 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 05:38:45,925 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types/b71120d1-f145-49ef-8250-c02301827df0/encryption used request id req-f746824e-63d3-4b9a-a21f-c44d22381f30 2018-06-29 05:38:45,926 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-bb1957ba-cf59-41f1-a5d1-e101e513836b-type 2018-06-29 05:38:45,928 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types/b71120d1-f145-49ef-8250-c02301827df0 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3ad95abb-1d2b-412d-88f3-7dc0b9995fd7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}526afdd0cb727892c1d94ad6100e18574aca68af" 2018-06-29 05:38:46,162 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 05:38:45 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d80bcb35-a4d5-41d4-a9f0-af7b4172269a 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 05:38:46,162 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types/b71120d1-f145-49ef-8250-c02301827df0 used request id req-d80bcb35-a4d5-41d4-a9f0-af7b4172269a 2018-06-29 05:38:46,165 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:38:46,563 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:38:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["Hwwx91VVSR-CWKABr9Dssw"], "issued_at": "2018-06-29T05:38:46.000000Z"}} 2018-06-29 05:38:46,566 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a923cdd0c4e92604bb066ce4238c0fd73e3ff5da" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-444486ef-3627-40e8-97c4-d4a42e990582-type", "description": null}}' 2018-06-29 05:38:46,784 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:38:46 GMT Server: Apache x-compute-request-id: req-4d33af37-65b0-49d7-83a3-4e206e8a6914 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4d33af37-65b0-49d7-83a3-4e206e8a6914 Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-444486ef-3627-40e8-97c4-d4a42e990582-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "8e615fda-3508-486c-af28-61ea2e85ed7f", "description": null}} 2018-06-29 05:38:46,784 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types used request id req-4d33af37-65b0-49d7-83a3-4e206e8a6914 2018-06-29 05:38:46,788 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types/8e615fda-3508-486c-af28-61ea2e85ed7f/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-4d33af37-65b0-49d7-83a3-4e206e8a6914" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a923cdd0c4e92604bb066ce4238c0fd73e3ff5da" -d '{"encryption": {"control_location": "back-end", "provider_class": "LuksEncryptor", "name": "CinderUtilsAddEncryptionTests-444486ef-3627-40e8-97c4-d4a42e990582", "provider": "LuksEncryptor"}}' 2018-06-29 05:38:46,985 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Fri, 29 Jun 2018 05:38:46 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-ba42c4f3-1bfe-4da0-9a10-1dce9b5ea5a7 x-openstack-request-id: req-ba42c4f3-1bfe-4da0-9a10-1dce9b5ea5a7 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-444486ef-3627-40e8-97c4-d4a42e990582', u'provider': u'LuksEncryptor'}. Additional properties are not allowed (u'provider_class', u'name' were unexpected)", "code": 400}} 2018-06-29 05:38:46,985 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types/8e615fda-3508-486c-af28-61ea2e85ed7f/encryption used request id req-ba42c4f3-1bfe-4da0-9a10-1dce9b5ea5a7 2018-06-29 05:38:46,987 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-444486ef-3627-40e8-97c4-d4a42e990582-type 2018-06-29 05:38:46,990 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types/8e615fda-3508-486c-af28-61ea2e85ed7f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4d33af37-65b0-49d7-83a3-4e206e8a6914" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a923cdd0c4e92604bb066ce4238c0fd73e3ff5da" 2018-06-29 05:38:47,213 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 05:38:46 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d37869ed-03c1-413e-8b3a-976389dc64f2 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 05:38:47,213 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types/8e615fda-3508-486c-af28-61ea2e85ed7f used request id req-d37869ed-03c1-413e-8b3a-976389dc64f2 2018-06-29 05:38:47,216 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:38:47,619 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:38:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["Nz2b-3PeSk-BkNMKEpxa7g"], "issued_at": "2018-06-29T05:38:47.000000Z"}} 2018-06-29 05:38:47,622 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4c764a886dbeb2ad4ac605ece53e36a2d6fb1ea" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-d320de72-3796-44f7-8520-be4e39b0c8fd-type", "description": null}}' 2018-06-29 05:38:47,863 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:38:47 GMT Server: Apache x-compute-request-id: req-bc81e9b7-aeb1-47bd-a899-7a4e89623494 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-bc81e9b7-aeb1-47bd-a899-7a4e89623494 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-d320de72-3796-44f7-8520-be4e39b0c8fd-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "9a6f375a-0efa-40ac-a83e-d513bd53ef70", "description": null}} 2018-06-29 05:38:47,863 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types used request id req-bc81e9b7-aeb1-47bd-a899-7a4e89623494 2018-06-29 05:38:47,866 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types/9a6f375a-0efa-40ac-a83e-d513bd53ef70/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-bc81e9b7-aeb1-47bd-a899-7a4e89623494" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4c764a886dbeb2ad4ac605ece53e36a2d6fb1ea" -d '{"encryption": {"control_location": "front-end", "provider_class": "foo", "name": "CinderUtilsAddEncryptionTests-d320de72-3796-44f7-8520-be4e39b0c8fd", "provider": "foo"}}' 2018-06-29 05:38:48,058 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Fri, 29 Jun 2018 05:38:47 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-9ab09a40-8785-4206-a6c0-99626f4f723a x-openstack-request-id: req-9ab09a40-8785-4206-a6c0-99626f4f723a 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-d320de72-3796-44f7-8520-be4e39b0c8fd', u'provider': u'foo'}. Additional properties are not allowed (u'provider_class', u'name' were unexpected)", "code": 400}} 2018-06-29 05:38:48,058 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types/9a6f375a-0efa-40ac-a83e-d513bd53ef70/encryption used request id req-9ab09a40-8785-4206-a6c0-99626f4f723a 2018-06-29 05:38:48,059 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-d320de72-3796-44f7-8520-be4e39b0c8fd-type 2018-06-29 05:38:48,062 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types/9a6f375a-0efa-40ac-a83e-d513bd53ef70 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-bc81e9b7-aeb1-47bd-a899-7a4e89623494" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4c764a886dbeb2ad4ac605ece53e36a2d6fb1ea" 2018-06-29 05:38:48,291 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 05:38:48 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-4c004598-3c9b-4737-a41e-ab36741aa845 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 05:38:48,291 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types/9a6f375a-0efa-40ac-a83e-d513bd53ef70 used request id req-4c004598-3c9b-4737-a41e-ab36741aa845 2018-06-29 05:38:48,293 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:38:48,693 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:38:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["3dDAbHVpQJyLcLNc9REKWA"], "issued_at": "2018-06-29T05:38:48.000000Z"}} 2018-06-29 05:38:48,695 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0cceaf30053953ffcf2bacf3de5c69810e2ff85" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-f64f3e5b-508f-45b6-b8cd-ba1247ea2f35-type", "description": null}}' 2018-06-29 05:38:48,925 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:38:48 GMT Server: Apache x-compute-request-id: req-4c736ca4-d341-4834-8473-78a3a1da144c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4c736ca4-d341-4834-8473-78a3a1da144c Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-f64f3e5b-508f-45b6-b8cd-ba1247ea2f35-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "86e400e1-3989-4830-b41f-3b5188ca4713", "description": null}} 2018-06-29 05:38:48,925 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types used request id req-4c736ca4-d341-4834-8473-78a3a1da144c 2018-06-29 05:38:48,928 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types/86e400e1-3989-4830-b41f-3b5188ca4713/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-4c736ca4-d341-4834-8473-78a3a1da144c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0cceaf30053953ffcf2bacf3de5c69810e2ff85" -d '{"encryption": {"name": "CinderUtilsAddEncryptionTests-f64f3e5b-508f-45b6-b8cd-ba1247ea2f35", "control_location": "back-end", "key_size": 1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}}' 2018-06-29 05:38:49,110 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Fri, 29 Jun 2018 05:38:48 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-1726a704-f896-452f-8ea5-61e668d8f219 x-openstack-request-id: req-1726a704-f896-452f-8ea5-61e668d8f219 Content-Length: 378 Content-Type: application/json RESP BODY: {"badRequest": {"message": "Invalid input for field/attribute encryption. Value: {u'name': u'CinderUtilsAddEncryptionTests-f64f3e5b-508f-45b6-b8cd-ba1247ea2f35', 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 05:38:49,110 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types/86e400e1-3989-4830-b41f-3b5188ca4713/encryption used request id req-1726a704-f896-452f-8ea5-61e668d8f219 2018-06-29 05:38:49,111 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-f64f3e5b-508f-45b6-b8cd-ba1247ea2f35-type 2018-06-29 05:38:49,113 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types/86e400e1-3989-4830-b41f-3b5188ca4713 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4c736ca4-d341-4834-8473-78a3a1da144c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0cceaf30053953ffcf2bacf3de5c69810e2ff85" 2018-06-29 05:38:49,354 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 05:38:49 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e2621df7-0c55-4241-9e92-641cd94e4631 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 05:38:49,354 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types/86e400e1-3989-4830-b41f-3b5188ca4713 used request id req-e2621df7-0c55-4241-9e92-641cd94e4631 2018-06-29 05:38:49,356 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:38:49,835 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:38:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["ybsYmoTvQZSoPMyWNckcxA"], "issued_at": "2018-06-29T05:38:49.000000Z"}} 2018-06-29 05:38:49,838 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9839294624e1cf67dcd362ce79107b5f66a13806" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-d8cc7fb0-2dc3-41ae-a6ca-486e9397daab-qos"}}' 2018-06-29 05:38:50,083 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:38:49 GMT Server: Apache x-compute-request-id: req-f8d62e67-b706-4185-981b-09e0a4eb48d3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f8d62e67-b706-4185-981b-09e0a4eb48d3 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "038489a7-7da6-476a-9f4d-4b49c9753ca6", "name": "CinderUtilsVolumeTypeCompleteTests-d8cc7fb0-2dc3-41ae-a6ca-486e9397daab-qos"}, "links": [{"href": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs/038489a7-7da6-476a-9f4d-4b49c9753ca6", "rel": "self"}, {"href": "http://172.30.9.23:8776/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs/038489a7-7da6-476a-9f4d-4b49c9753ca6", "rel": "bookmark"}]} 2018-06-29 05:38:50,083 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs used request id req-f8d62e67-b706-4185-981b-09e0a4eb48d3 2018-06-29 05:38:50,086 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-f8d62e67-b706-4185-981b-09e0a4eb48d3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9839294624e1cf67dcd362ce79107b5f66a13806" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-d8cc7fb0-2dc3-41ae-a6ca-486e9397daab", "description": null}}' 2018-06-29 05:38:50,323 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:38:50 GMT Server: Apache x-compute-request-id: req-06454f0c-4eff-4773-8fac-b213269f582b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-06454f0c-4eff-4773-8fac-b213269f582b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-d8cc7fb0-2dc3-41ae-a6ca-486e9397daab", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "353dea66-2e33-4fdd-a9a5-f315c3202f3c", "description": null}} 2018-06-29 05:38:50,324 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types used request id req-06454f0c-4eff-4773-8fac-b213269f582b 2018-06-29 05:38:50,327 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types/353dea66-2e33-4fdd-a9a5-f315c3202f3c/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-f8d62e67-b706-4185-981b-09e0a4eb48d3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9839294624e1cf67dcd362ce79107b5f66a13806" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2018-06-29 05:38:50,494 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Fri, 29 Jun 2018 05:38:50 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-e57f4e97-eb2b-40dd-99d7-b59896dd853f x-openstack-request-id: req-e57f4e97-eb2b-40dd-99d7-b59896dd853f 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 05:38:50,494 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types/353dea66-2e33-4fdd-a9a5-f315c3202f3c/encryption used request id req-e57f4e97-eb2b-40dd-99d7-b59896dd853f 2018-06-29 05:38:50,495 - 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-e57f4e97-eb2b-40dd-99d7-b59896dd853f) 2018-06-29 05:38:50,498 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types/353dea66-2e33-4fdd-a9a5-f315c3202f3c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f8d62e67-b706-4185-981b-09e0a4eb48d3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9839294624e1cf67dcd362ce79107b5f66a13806" 2018-06-29 05:38:50,698 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:38:50 GMT Server: Apache x-compute-request-id: req-2fad0f34-bc75-4de2-a08d-fb3caf9a3d18 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2fad0f34-bc75-4de2-a08d-fb3caf9a3d18 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-d8cc7fb0-2dc3-41ae-a6ca-486e9397daab", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "353dea66-2e33-4fdd-a9a5-f315c3202f3c", "description": null}} 2018-06-29 05:38:50,698 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types/353dea66-2e33-4fdd-a9a5-f315c3202f3c used request id req-2fad0f34-bc75-4de2-a08d-fb3caf9a3d18 2018-06-29 05:38:50,701 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types/353dea66-2e33-4fdd-a9a5-f315c3202f3c/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f8d62e67-b706-4185-981b-09e0a4eb48d3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9839294624e1cf67dcd362ce79107b5f66a13806" 2018-06-29 05:38:50,905 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:38:50 GMT Server: Apache x-compute-request-id: req-7e36e1fb-15a4-4d92-95e3-cc9ae2388ee7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-7e36e1fb-15a4-4d92-95e3-cc9ae2388ee7 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-06-29 05:38:50,905 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types/353dea66-2e33-4fdd-a9a5-f315c3202f3c/encryption used request id req-7e36e1fb-15a4-4d92-95e3-cc9ae2388ee7 2018-06-29 05:38:50,906 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-d8cc7fb0-2dc3-41ae-a6ca-486e9397daab 2018-06-29 05:38:50,908 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types/353dea66-2e33-4fdd-a9a5-f315c3202f3c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f8d62e67-b706-4185-981b-09e0a4eb48d3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9839294624e1cf67dcd362ce79107b5f66a13806" 2018-06-29 05:38:51,130 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 05:38:50 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-dbe8263a-1149-4199-8239-47703c22b1ea 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 05:38:51,130 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types/353dea66-2e33-4fdd-a9a5-f315c3202f3c used request id req-dbe8263a-1149-4199-8239-47703c22b1ea 2018-06-29 05:38:51,130 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-d8cc7fb0-2dc3-41ae-a6ca-486e9397daab-qos 2018-06-29 05:38:51,133 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs/038489a7-7da6-476a-9f4d-4b49c9753ca6?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f8d62e67-b706-4185-981b-09e0a4eb48d3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9839294624e1cf67dcd362ce79107b5f66a13806" 2018-06-29 05:38:51,393 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 05:38:51 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a92e9cfb-e860-49e1-869c-1692deefa4b6 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 05:38:51,393 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs/038489a7-7da6-476a-9f4d-4b49c9753ca6?force=False used request id req-a92e9cfb-e860-49e1-869c-1692deefa4b6 2018-06-29 05:38:51,396 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:38:51,806 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:38:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["g2L1ieCTRNq6EXwMKdTyig"], "issued_at": "2018-06-29T05:38:51.000000Z"}} 2018-06-29 05:38:51,808 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}572e2bad719802f9022bc4c2022aebc2a95aa022" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-ae1a53cf-dc2d-45cf-b83d-ba685fb303a1-qos"}}' 2018-06-29 05:38:52,043 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:38:51 GMT Server: Apache x-compute-request-id: req-7e890c39-928a-479a-ae94-5646bf333554 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7e890c39-928a-479a-ae94-5646bf333554 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "4515de1d-ea77-44d2-9978-77e85f022b04", "name": "CinderUtilsVolumeTypeCompleteTests-ae1a53cf-dc2d-45cf-b83d-ba685fb303a1-qos"}, "links": [{"href": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs/4515de1d-ea77-44d2-9978-77e85f022b04", "rel": "self"}, {"href": "http://172.30.9.23:8776/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs/4515de1d-ea77-44d2-9978-77e85f022b04", "rel": "bookmark"}]} 2018-06-29 05:38:52,043 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs used request id req-7e890c39-928a-479a-ae94-5646bf333554 2018-06-29 05:38:52,046 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-7e890c39-928a-479a-ae94-5646bf333554" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}572e2bad719802f9022bc4c2022aebc2a95aa022" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-ae1a53cf-dc2d-45cf-b83d-ba685fb303a1", "description": null}}' 2018-06-29 05:38:52,283 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:38:52 GMT Server: Apache x-compute-request-id: req-aa7a48c8-8aba-40cb-894a-8188203ee2f3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-aa7a48c8-8aba-40cb-894a-8188203ee2f3 Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-ae1a53cf-dc2d-45cf-b83d-ba685fb303a1", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "be9df16f-1aec-483f-b1ee-aa4ef6d7e383", "description": null}} 2018-06-29 05:38:52,283 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types used request id req-aa7a48c8-8aba-40cb-894a-8188203ee2f3 2018-06-29 05:38:52,286 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7e890c39-928a-479a-ae94-5646bf333554" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}572e2bad719802f9022bc4c2022aebc2a95aa022" 2018-06-29 05:38:52,605 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:38:52 GMT Server: Apache x-compute-request-id: req-3f273bbd-1560-4266-acc1-82ba2d5c58e3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3f273bbd-1560-4266-acc1-82ba2d5c58e3 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "4515de1d-ea77-44d2-9978-77e85f022b04", "name": "CinderUtilsVolumeTypeCompleteTests-ae1a53cf-dc2d-45cf-b83d-ba685fb303a1-qos"}]} 2018-06-29 05:38:52,605 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs used request id req-3f273bbd-1560-4266-acc1-82ba2d5c58e3 2018-06-29 05:38:52,608 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs/None/associate?vol_type_id=be9df16f-1aec-483f-b1ee-aa4ef6d7e383 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7e890c39-928a-479a-ae94-5646bf333554" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}572e2bad719802f9022bc4c2022aebc2a95aa022" 2018-06-29 05:38:52,812 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 29 Jun 2018 05:38:52 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-82209053-e063-4d28-b33a-00f29e6e7d83 x-openstack-request-id: req-82209053-e063-4d28-b33a-00f29e6e7d83 Content-Length: 68 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "No such QoS spec None.", "code": 404}} 2018-06-29 05:38:52,812 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs/None/associate?vol_type_id=be9df16f-1aec-483f-b1ee-aa4ef6d7e383 used request id req-82209053-e063-4d28-b33a-00f29e6e7d83 2018-06-29 05:38:52,812 - cinder_utils - WARNING - Unable to locate qos_spec named foo - No such QoS spec None. (HTTP 404) (Request-ID: req-82209053-e063-4d28-b33a-00f29e6e7d83) 2018-06-29 05:38:52,813 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-ae1a53cf-dc2d-45cf-b83d-ba685fb303a1 2018-06-29 05:38:52,815 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types/be9df16f-1aec-483f-b1ee-aa4ef6d7e383 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7e890c39-928a-479a-ae94-5646bf333554" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}572e2bad719802f9022bc4c2022aebc2a95aa022" 2018-06-29 05:38:53,034 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 05:38:52 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-88f56bee-f6cf-462c-a75a-c0b803bd2026 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 05:38:53,034 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types/be9df16f-1aec-483f-b1ee-aa4ef6d7e383 used request id req-88f56bee-f6cf-462c-a75a-c0b803bd2026 2018-06-29 05:38:53,034 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-ae1a53cf-dc2d-45cf-b83d-ba685fb303a1-qos 2018-06-29 05:38:53,037 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs/4515de1d-ea77-44d2-9978-77e85f022b04?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7e890c39-928a-479a-ae94-5646bf333554" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}572e2bad719802f9022bc4c2022aebc2a95aa022" 2018-06-29 05:38:53,268 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 05:38:53 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d8659e71-6aa4-4bc8-9073-37f4eb1d6d42 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 05:38:53,268 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs/4515de1d-ea77-44d2-9978-77e85f022b04?force=False used request id req-d8659e71-6aa4-4bc8-9073-37f4eb1d6d42 2018-06-29 05:38:53,270 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:38:53,664 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:38:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["ohLU9WsQT7OgB0Qkw3pNIg"], "issued_at": "2018-06-29T05:38:53.000000Z"}} 2018-06-29 05:38:53,667 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3e2d17903b100b24258350bf79492ad58612f09" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-c4e80d50-509e-4e1e-8acf-7788d13de4bb-qos"}}' 2018-06-29 05:38:53,872 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:38:53 GMT Server: Apache x-compute-request-id: req-5b1940e2-a2ca-4a5a-9c3e-2d2d9d5f95f2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5b1940e2-a2ca-4a5a-9c3e-2d2d9d5f95f2 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "add69a93-afe0-461e-9aa6-a5f6e765ffb2", "name": "CinderUtilsVolumeTypeCompleteTests-c4e80d50-509e-4e1e-8acf-7788d13de4bb-qos"}, "links": [{"href": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs/add69a93-afe0-461e-9aa6-a5f6e765ffb2", "rel": "self"}, {"href": "http://172.30.9.23:8776/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs/add69a93-afe0-461e-9aa6-a5f6e765ffb2", "rel": "bookmark"}]} 2018-06-29 05:38:53,873 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs used request id req-5b1940e2-a2ca-4a5a-9c3e-2d2d9d5f95f2 2018-06-29 05:38:53,876 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-5b1940e2-a2ca-4a5a-9c3e-2d2d9d5f95f2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3e2d17903b100b24258350bf79492ad58612f09" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-c4e80d50-509e-4e1e-8acf-7788d13de4bb", "description": null}}' 2018-06-29 05:38:54,094 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:38:53 GMT Server: Apache x-compute-request-id: req-51f37a99-692c-43b0-8488-4d283b08f27a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-51f37a99-692c-43b0-8488-4d283b08f27a Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-c4e80d50-509e-4e1e-8acf-7788d13de4bb", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "6a21683d-afbd-4722-99cc-0513b4af9deb", "description": null}} 2018-06-29 05:38:54,094 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types used request id req-51f37a99-692c-43b0-8488-4d283b08f27a 2018-06-29 05:38:54,097 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5b1940e2-a2ca-4a5a-9c3e-2d2d9d5f95f2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3e2d17903b100b24258350bf79492ad58612f09" 2018-06-29 05:38:54,288 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:38:54 GMT Server: Apache x-compute-request-id: req-85fd2180-bd50-4210-b592-78db20bc7686 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-85fd2180-bd50-4210-b592-78db20bc7686 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "add69a93-afe0-461e-9aa6-a5f6e765ffb2", "name": "CinderUtilsVolumeTypeCompleteTests-c4e80d50-509e-4e1e-8acf-7788d13de4bb-qos"}]} 2018-06-29 05:38:54,288 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs used request id req-85fd2180-bd50-4210-b592-78db20bc7686 2018-06-29 05:38:54,291 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs/add69a93-afe0-461e-9aa6-a5f6e765ffb2/associate?vol_type_id=6a21683d-afbd-4722-99cc-0513b4af9deb -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5b1940e2-a2ca-4a5a-9c3e-2d2d9d5f95f2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3e2d17903b100b24258350bf79492ad58612f09" 2018-06-29 05:38:54,531 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 05:38:54 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-860fc46f-cfff-4aaf-9789-a5577764ddfe 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 05:38:54,531 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs/add69a93-afe0-461e-9aa6-a5f6e765ffb2/associate?vol_type_id=6a21683d-afbd-4722-99cc-0513b4af9deb used request id req-860fc46f-cfff-4aaf-9789-a5577764ddfe 2018-06-29 05:38:54,531 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-c4e80d50-509e-4e1e-8acf-7788d13de4bb 2018-06-29 05:38:54,534 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types/6a21683d-afbd-4722-99cc-0513b4af9deb -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5b1940e2-a2ca-4a5a-9c3e-2d2d9d5f95f2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3e2d17903b100b24258350bf79492ad58612f09" 2018-06-29 05:38:54,752 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 05:38:54 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-77020624-1507-40b5-9526-b51c89f3c4f5 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 05:38:54,753 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types/6a21683d-afbd-4722-99cc-0513b4af9deb used request id req-77020624-1507-40b5-9526-b51c89f3c4f5 2018-06-29 05:38:54,753 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-c4e80d50-509e-4e1e-8acf-7788d13de4bb-qos 2018-06-29 05:38:54,756 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs/add69a93-afe0-461e-9aa6-a5f6e765ffb2?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5b1940e2-a2ca-4a5a-9c3e-2d2d9d5f95f2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3e2d17903b100b24258350bf79492ad58612f09" 2018-06-29 05:38:54,979 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 05:38:54 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-b9a36e31-2685-4a6e-9970-d437efc0b6f4 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 05:38:54,979 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs/add69a93-afe0-461e-9aa6-a5f6e765ffb2?force=False used request id req-b9a36e31-2685-4a6e-9970-d437efc0b6f4 2018-06-29 05:38:54,982 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-06-29 05:38:55,387 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "717fbf971879477fa2e582732bd31427", "name": "admin"}], "expires_at": "2018-06-29T06:38:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd9dbb674f044f3998e73a09e2cc2f57", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5604c80734624819a059ed89bbdb3886"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ac95dc1cae24d8ba52d1731e5ec06f8"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5542cb06f9b434c995f8e5429721c28"}], "type": "alarming", "id": "19a642c8705342b4a736ff27bebd7cac", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "577fa7d0b1884f20a0771a15e16a9449"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7464061e8e9049c5a56510c3e1e7710f"}, {"url": "http://192.30.9.4:8004/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "90d3ae370c0b41a99fd10e7eedfd2fb0"}], "type": "orchestration", "id": "37e6e3e452314e8db5bff830515c85c3", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a171fcd850640438518becd806b44d6"}, {"url": "http://172.30.9.23:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9eb520fb6896438abdd7aab242637c92"}, {"url": "http://192.30.9.4:8776/v2/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adfd75477f824711b81a4fd5b12f4e38"}], "type": "volumev2", "id": "4aecb52e1fcd4465a6170acad5b87267", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a779b1c0fd84793bdebd022d1d7625c"}, {"url": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f19a970790d4b69b72bddce4991e7fd"}, {"url": "http://192.30.9.4:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcee572983174db386877da1ef09bd9e"}], "type": "volumev3", "id": "554f5b8d6b934b8b80a3b32c2397b565", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "069adbf98de0497598781810638a3f42"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5df35e61f9f641578c2e8552cd24545d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bcd4837fbbf40e38d15880febd7dc08"}], "type": "event", "id": "60ae6ae0f6734ddf883a916a1376aa78", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bc00869fad5433f8546c5040157718d"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7400cb1e1d314177a476e08ace4af974"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fad21335f5d24361886fc1e3f51e038a"}], "type": "image", "id": "627c1d1368dc4ec881aa100133986ce3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "810e2ec4a8ee4c8ab0acf5740e620a31", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93088d0c3df446b5a1dbb6a291fdbc9f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a51bbeff8d374514b6589a659d1159ce"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f7d774b3b1b248e593688b237f5c66d3"}], "type": "identity", "id": "9f29c43d76f14760addec481af87d26a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d698a11fe6f4d55ba674871c3448414"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b9bcd89aa234bcaa02926314d16cb22"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b18328f37f148108e2a3991da645a85"}], "type": "object-store", "id": "9f3b2c2f4cf044d38d5e2848398c1ef0", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38da0535162146079bfb57ce78b81902"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "870185dd4070434eba98b64cf12725b6"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c08adf0032d645e89d04697859b58cf0"}], "type": "compute", "id": "a6c61eb7273a430aa050ee7f6519c09b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02658d3603284e7d848c202ce3854880"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1431c72f42ff4ea19664c6d7808cbe86"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "58ca5af70e2744b9b8c33642cb9b0cdd"}], "type": "metric", "id": "adfc97c877a043e3af2d324dc360f635", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ae97305caa4232a6cc4ef2172204a5"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37fddc2aaf0b486793484aa06dfbd224"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c110397139e4d62bd2328c8b1aae9c4"}], "type": "placement", "id": "b00ec9103c59425b9e9e039ef5711fc2", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0fa38a41e7644046b127310facda48c6"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "775f69e7a8a841d2902cc9697b7598e4"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9fd1d669caf47f59b36c32cafd3bf8e"}], "type": "cloudformation", "id": "b277c3242c7f488889dd1f8ca0b74d94", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02c8233a39224afb881b4b4ace7523e3"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440bc60fdf7e4ca085a03cfad49b06cb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5672c6bf9e3446f8e67650db9aa2b8c"}], "type": "network", "id": "f756df481c754ba19c0c8c1801dd5e84", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dcb3defa7c0406ba5561feb19cecd4d"}, {"url": "http://172.30.9.23:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1122e248254960adde09aaafca383e"}, {"url": "http://192.30.9.4:8776/v1/cd9dbb674f044f3998e73a09e2cc2f57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcf5b858b4924578900ce7d10ed776df"}], "type": "volume", "id": "fdd6618e36734858b9b5fcf3ad505686", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c13100c6fdf740938502979241e10e11"}, "audit_ids": ["ZN2RaeOzRtmiDIyA2BQ0VA"], "issued_at": "2018-06-29T05:38:55.000000Z"}} 2018-06-29 05:38:55,390 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be4d795318cf78bac24c4e009073abc2f6965366" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-5fe7068e-eeae-44cf-9377-14fb323e09f0-qos"}}' 2018-06-29 05:38:55,638 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:38:55 GMT Server: Apache x-compute-request-id: req-46cd5537-103a-4797-8c94-51e3d70a7ff6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-46cd5537-103a-4797-8c94-51e3d70a7ff6 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "7dd31384-c1ea-4e8f-a108-573ccf5c9b55", "name": "CinderUtilsVolumeTypeCompleteTests-5fe7068e-eeae-44cf-9377-14fb323e09f0-qos"}, "links": [{"href": "http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs/7dd31384-c1ea-4e8f-a108-573ccf5c9b55", "rel": "self"}, {"href": "http://172.30.9.23:8776/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs/7dd31384-c1ea-4e8f-a108-573ccf5c9b55", "rel": "bookmark"}]} 2018-06-29 05:38:55,638 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs used request id req-46cd5537-103a-4797-8c94-51e3d70a7ff6 2018-06-29 05:38:55,641 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-46cd5537-103a-4797-8c94-51e3d70a7ff6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be4d795318cf78bac24c4e009073abc2f6965366" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-5fe7068e-eeae-44cf-9377-14fb323e09f0", "description": null}}' 2018-06-29 05:38:55,855 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:38:55 GMT Server: Apache x-compute-request-id: req-66dacc56-13f4-4e0b-afeb-ac59e81bac82 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-66dacc56-13f4-4e0b-afeb-ac59e81bac82 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-5fe7068e-eeae-44cf-9377-14fb323e09f0", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "bec808bf-323b-40b3-844d-39b5e527d6da", "description": null}} 2018-06-29 05:38:55,855 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types used request id req-66dacc56-13f4-4e0b-afeb-ac59e81bac82 2018-06-29 05:38:55,859 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types/bec808bf-323b-40b3-844d-39b5e527d6da/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-46cd5537-103a-4797-8c94-51e3d70a7ff6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be4d795318cf78bac24c4e009073abc2f6965366" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2018-06-29 05:38:56,057 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Fri, 29 Jun 2018 05:38:55 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-22c11b33-07c9-478a-9fb5-063473a3c75a x-openstack-request-id: req-22c11b33-07c9-478a-9fb5-063473a3c75a 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 05:38:56,057 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types/bec808bf-323b-40b3-844d-39b5e527d6da/encryption used request id req-22c11b33-07c9-478a-9fb5-063473a3c75a 2018-06-29 05:38:56,058 - 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-22c11b33-07c9-478a-9fb5-063473a3c75a) 2018-06-29 05:38:56,061 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-46cd5537-103a-4797-8c94-51e3d70a7ff6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be4d795318cf78bac24c4e009073abc2f6965366" 2018-06-29 05:38:56,253 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:38:56 GMT Server: Apache x-compute-request-id: req-95289b96-62f0-490c-bc48-38b346c8cc59 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-95289b96-62f0-490c-bc48-38b346c8cc59 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "7dd31384-c1ea-4e8f-a108-573ccf5c9b55", "name": "CinderUtilsVolumeTypeCompleteTests-5fe7068e-eeae-44cf-9377-14fb323e09f0-qos"}]} 2018-06-29 05:38:56,253 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs used request id req-95289b96-62f0-490c-bc48-38b346c8cc59 2018-06-29 05:38:56,256 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs/7dd31384-c1ea-4e8f-a108-573ccf5c9b55/associate?vol_type_id=bec808bf-323b-40b3-844d-39b5e527d6da -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-46cd5537-103a-4797-8c94-51e3d70a7ff6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be4d795318cf78bac24c4e009073abc2f6965366" 2018-06-29 05:38:56,597 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 05:38:56 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-1cc4a9c9-79c6-4dba-b1ef-c4bc7d43a81d 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 05:38:56,597 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs/7dd31384-c1ea-4e8f-a108-573ccf5c9b55/associate?vol_type_id=bec808bf-323b-40b3-844d-39b5e527d6da used request id req-1cc4a9c9-79c6-4dba-b1ef-c4bc7d43a81d 2018-06-29 05:38:56,600 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types/bec808bf-323b-40b3-844d-39b5e527d6da -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-46cd5537-103a-4797-8c94-51e3d70a7ff6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be4d795318cf78bac24c4e009073abc2f6965366" 2018-06-29 05:38:56,819 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:38:56 GMT Server: Apache x-compute-request-id: req-e41452ed-d88e-497d-ac87-10d4cc39cc31 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e41452ed-d88e-497d-ac87-10d4cc39cc31 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-5fe7068e-eeae-44cf-9377-14fb323e09f0", "qos_specs_id": "7dd31384-c1ea-4e8f-a108-573ccf5c9b55", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "bec808bf-323b-40b3-844d-39b5e527d6da", "description": null}} 2018-06-29 05:38:56,819 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types/bec808bf-323b-40b3-844d-39b5e527d6da used request id req-e41452ed-d88e-497d-ac87-10d4cc39cc31 2018-06-29 05:38:56,822 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types/bec808bf-323b-40b3-844d-39b5e527d6da/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-46cd5537-103a-4797-8c94-51e3d70a7ff6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be4d795318cf78bac24c4e009073abc2f6965366" 2018-06-29 05:38:57,021 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 29 Jun 2018 05:38:56 GMT Server: Apache x-compute-request-id: req-cbfa0209-f8b5-4765-ac70-836ad73ec6ec OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-cbfa0209-f8b5-4765-ac70-836ad73ec6ec Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-06-29 05:38:57,021 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types/bec808bf-323b-40b3-844d-39b5e527d6da/encryption used request id req-cbfa0209-f8b5-4765-ac70-836ad73ec6ec 2018-06-29 05:38:57,021 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-5fe7068e-eeae-44cf-9377-14fb323e09f0 2018-06-29 05:38:57,024 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types/bec808bf-323b-40b3-844d-39b5e527d6da -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-46cd5537-103a-4797-8c94-51e3d70a7ff6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be4d795318cf78bac24c4e009073abc2f6965366" 2018-06-29 05:38:57,327 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 05:38:57 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ae9e24a7-b3f9-465b-aee1-e962aa336386 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 05:38:57,327 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/types/bec808bf-323b-40b3-844d-39b5e527d6da used request id req-ae9e24a7-b3f9-465b-aee1-e962aa336386 2018-06-29 05:38:57,327 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-5fe7068e-eeae-44cf-9377-14fb323e09f0-qos 2018-06-29 05:38:57,330 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs/7dd31384-c1ea-4e8f-a108-573ccf5c9b55?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-46cd5537-103a-4797-8c94-51e3d70a7ff6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be4d795318cf78bac24c4e009073abc2f6965366" 2018-06-29 05:38:57,554 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 29 Jun 2018 05:38:57 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c6874ee5-9fb0-453b-859c-5b897a6faf65 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 05:38:57,554 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/cd9dbb674f044f3998e73a09e2cc2f57/qos-specs/7dd31384-c1ea-4e8f-a108-573ccf5c9b55?force=False used request id req-c6874ee5-9fb0-453b-859c-5b897a6faf65 2018-06-29 05:38:57,556 - 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-444486ef-3627-40e8-97c4-d4a42e990582', u'provider': u'LuksEncryptor'}. Additional properties are not allowed (u'provider_class', u'name' were unexpected) (HTTP 400) (Request-ID: req-ba42c4f3-1bfe-4da0-9a10-1dce9b5ea5a7) ====================================================================== 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-d320de72-3796-44f7-8520-be4e39b0c8fd', u'provider': u'foo'}. Additional properties are not allowed (u'provider_class', u'name' were unexpected) (HTTP 400) (Request-ID: req-9ab09a40-8785-4206-a6c0-99626f4f723a) ====================================================================== 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-f64f3e5b-508f-45b6-b8cd-ba1247ea2f35', 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-1726a704-f896-452f-8ea5-61e668d8f219) ====================================================================== 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 807.096s FAILED (failures=2, errors=3) 2018-06-29 05:38:57,722 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-06-29 05:38:57,722 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 13:27 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-06-29 05:38:57,726 - xtesting.ci.run_tests - ERROR - The test case 'api_check' failed. 2018-06-29 05:38:57,726 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:10 | PASS | | api_check | functest | healthcheck | 13:27 | 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 05:38:57,736 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR